Search the web
Sign In
New User? Sign Up
nsbasic-palmAPI · NSBasic for Palm PalmOS API support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1564 - 1593 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1564
Hi all, When my application tries to write data into a database but it's run out of memory, Palm gives an error, resulting in a device reset. ... result2 =...
Tomo Arakawa
intaho3
Offline Send Email
Apr 1, 2002
1:22 pm
1565
Tomo, ... What is the value of result2? What makes you so sure the error is that you ran out of memory? I'd actually consider that a pretty unlikely scenario....
Douglas Handy
douglashandy
Offline Send Email
Apr 1, 2002
1:50 pm
1566
I have an applicaiton that creates and add an e-mail to the outbox of the IMessenger Application of the Palm 7 (Thanks Ron!). Now I have a user who purchased...
keithmiller_2000
keithmiller_...
Offline Send Email
Apr 1, 2002
2:22 pm
1567
Greetings, I have been working on trying to save what is drawn into the gadget window (the users signature) to a tBMP based on an e-mail sent by Adrian...
dbhs
chrisp2525420
Offline Send Email
Apr 3, 2002
7:02 am
1568
Hi everyone, I've been using the following to change a forms title in my forms after code: title="some new title" 'sysTrapFrmGetActiveForm form =...
kanoshihan
Offline Send Email
Apr 4, 2002
2:19 pm
1569
Bob, ... Are you saying this behavior changed when you started changing the form title? Or you only noticed it recently and don't know if it worked before? ......
Douglas Handy
douglashandy
Offline Send Email
Apr 4, 2002
2:55 pm
1570
Is this not appropriate place to ask about printing functionality? How can I format for different font face, style, weight etc using PalmPrint and NSBasic. ...
kabinud
Offline Send Email
Apr 4, 2002
7:51 pm
1571
Kabinud, ... The question is perhaps best addressed to StevensCreek, the makers of PalmPrint, but perhaps they are not familiar with NSB. I've never done any...
Douglas Handy
douglashandy
Offline Send Email
Apr 4, 2002
8:35 pm
1572
Kabinud, PalmPrint can accept the "escape" sequences that many printers use, but as Doug pointed out, embedding control codes in your text to send to PalmPrint...
Michael Verive
mverive
Offline Send Email
Apr 5, 2002
12:50 am
1573
Hi Doug, Thanks for the response...I'll try the event code that Ron posted later tonight and let you know how it goes. I've used menus quite a bit without...
kanoshihan
Offline Send Email
Apr 5, 2002
1:33 am
1574
Mike/Kabinud, ... OK, so I didn't look at the docs close enough. But rereading it, I don't think you are right either. The trick seems to be to issue a...
Douglas Handy
douglashandy
Offline Send Email
Apr 5, 2002
3:12 am
1575
Doug, I'll give the code a try, but I believe that I've tried this before. But, in the interest of advancing the art and science of NSBasic programming... ...
Michael Verive
mverive
Offline Send Email
Apr 5, 2002
3:26 am
1576
I tried your suggestion, I don't have any means of testing this, but try this example, which is the same I posted before but with an extra call at each end: ...
kabinud
Offline Send Email
Apr 5, 2002
3:36 am
1577
Doug/Kabinud, Thanks for the update. I tried the revised code, and it worked correctly on one printer, but not another (Canon BJC-250, not an officially...
Michael Verive
mverive
Offline Send Email
Apr 5, 2002
4:28 am
1578
I use the NSBSystemLib to change the title. Work great for me. Paul ... From: kanoshihan To: nsbasic-palmAPI@yahoogroups.com Sent: Thursday, April 04, 2002...
Paul Stewart
computer_bum...
Offline Send Email
Apr 5, 2002
4:43 am
1579
Mike, ... I don't think PalmPrint guarantees results on models they have not created printer drivers for. <g> But if this technique works for supported...
Douglas Handy
douglashandy
Offline Send Email
Apr 5, 2002
12:36 pm
1580
Hi Doug (and thanks Paul), I tried Ron's code, but I think it may only be for devices running on OS 1 and 2. If I use it, I can't get my menus to work at all....
kanoshihan
Offline Send Email
Apr 5, 2002
2:20 pm
1581
Bob, ... No, it definately works up through at least 3.5, which is the last release I have on an official device. ... Ah, that's not the code I was referring...
Douglas Handy
douglashandy
Offline Send Email
Apr 5, 2002
2:56 pm
1582
I have just tried out some of the formatting using escape sequences. I have a HP DeskJet 350 and I downloaded documentation on PCL commands for this printer....
kabinud
Offline Send Email
Apr 5, 2002
3:19 pm
1583
PalmPrint has a "pass-through" printing mode that takes the stream of characters and passes them directly through to the printer. It sounds as though that's...
Michael Verive
mverive
Offline Send Email
Apr 5, 2002
7:03 pm
1584
Doug, > I don't think PalmPrint guarantees results on models they have not created > printer drivers for. <g> > > But if this technique works for supported...
Michael Verive
mverive
Offline Send Email
Apr 5, 2002
7:08 pm
1585
Mike, ... Gee, how coincidental you discovered independently at the same time as me! :) At least we didn't figure it out just after your book went to press... ...
Douglas Handy
douglashandy
Offline Send Email
Apr 5, 2002
7:14 pm
1586
Actually, I am not using the "pass-through". I am still using the cmdPrintLine. Though I have not been successful in changing the font size or the actual...
kabinud
Offline Send Email
Apr 5, 2002
7:22 pm
1587
Standing on the shoulders of giants! On Fri, 05 April 2002, Douglas Handy wrote > > Mike, > > >It's already in there - added last night. > > Gee, how...
Michael Verive
mverive
Offline Send Email
Apr 5, 2002
7:33 pm
1588
Kabinud, Sounds like a call to StevensCreek is in order... Mike Verive mverive@... On Fri, 05 April 2002, "kabinud" wrote > > Actually, I am not...
Michael Verive
mverive
Offline Send Email
Apr 5, 2002
7:35 pm
1589
Kabinud, ... You won't be able to from NSB using the standard PalmPrint commands for changing fonts. You'll only be able to do it by using device specific...
Douglas Handy
douglashandy
Offline Send Email
Apr 5, 2002
7:50 pm
1590
Hi Doug, Thanks for all of your help....but I'm sorry to say that I'm still having problems. Maybe my problem is that I don't understand the rules for...
kanoshihan
Offline Send Email
Apr 6, 2002
7:30 pm
1591
Bob, ... First a disclaimer: I have not had a need to dynamically change a form title, so I am only going off documentation and what I have heard others say,...
Douglas Handy
douglashandy
Offline Send Email
Apr 6, 2002
7:54 pm
1592
Hi All, Has anyone managed to find a way to insert datebookDB records using NSBASIC? I gather that this has to be done in C though. Anybody have the code...
sritchie2000
Offline Send Email
Apr 10, 2002
8:18 am
1593
Hi Doug, I took a bit of a break...so, I'm sorry for taking so long to thank you for this. With the info that you provided I think I may have a few more...
kanoshihan
Offline Send Email
Apr 11, 2002
1:15 pm
Messages 1564 - 1593 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help