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, ... 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....
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...
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...
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? ......
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, ... 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...
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...
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...
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...
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... ...
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: ...
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...
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...
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...
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....
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...
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....
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...
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...
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... ...
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...
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...
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...
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...
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,...
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...
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...