When using the functions below in my app with the POSE (and ROM) that ships with NSBasic/Palm I get the following error message: During a regular checkup, the...
David, ... Use NSL's functions instead. Every non-trivial app needs NSL anyway. :) ... This is probably the crux of the problem. PrefLen really shouldn't be...
... I would, but DES Store has a problem... When I write the app pref with the above code, it isn't read back with NSL.. Which means the users of DES Store...
David, ... I take it DES Store is an application of yours? ... What value are you using for the final argument in NSL.GetAppPreferences()? That is, the "saved"...
... Yes... ... Zero - as seen in the code prior to the call itself. ... I've used zero in both cases. ... Yep! ... Yep! ... You mean for the Set call? Yes....
David, ... Hmm, then I'm not sure what the problem would be. Have you tried looking at the contents of the "Unsaved Preferences" database, using something...
David, ... I just use RsrcEdit, because I keep that on all my devices because it is so useful for a variety of things. Since it gives a hex mode dump of...
David, ... It is now. Originally it was done by the fine folks from Invideo who also brought us ResIn (which NSB uses for injecting image resources). At the...
... Ah.. OK... Well I installed it and found my resources, nothing seems to be strange about them. I will say tho that one of them is a DES-encrypted...
David, ... Are you using the NSL versions of the DES encryption which handle embedded nulls? The normal DES algorithm can produe nulls within the cipher text,...
... Yes I am. ... Thanks for that info. ... And rsrcedit doesn't appear to show any nulls embedded in the middle of the encrypted password. *sigh*... I'll have...
Hi, I am new to this group and NSBasic. Need your help with sending break signal to the serial port. Anyway to do this with NSBasic Thanks. Regards, Fadhil....
Sorry my English, I am using a translator on-line to write this text... I have a bigger form that the screen of the Palm and needed to create a scroll form,...
I have been toying with these API calls for the better part of two or three hours using Doug Handy's module code. I have tried several variations, and have yet...
Bruce, ... That code pre-dates NSBSystemLib, and I'd suggest that now the library is the better way to do anything it supports -- which happens to include...
Sorry my English, I am using a translator on-line to write this text... I have a bigger form that the screen of the Palm and needed to create a scroll form,...
Doug, ... library is the ... working with ... Believe it or not, I was just about to try the library. I was just trying out the individual SysTraps in a...
Doug, Just to let you know - your suggestion worked perfectly. I don't suppose you'd like to explain (if not too much trouble) why 256 works? I'm sure its a...
Bruce, ... The nuances of using SysTraps correctly from NSB/Palm are not always obvious, and that is one of the reasons I recommend using shared libs instead....
Christina, ... As previously mentiond to you when you asked this before, Palm OS has no support for forms larger than the screen size. If you want to make it...
Doug, Thanks for the info, and I certainly take the lecture to heart as well. I agree with the "every non-trivial application" rule, and as I said, I was just...
Dear group, i'm writing a program, that uses its own databases. It would be nice to have the opportunity to beam either the program or a database to share them...
Martin, ... It is not a simple API call which implements beaming. It requires a series of operations using the "Exchange Manager" in Palm OS including the...
Martin, If all you need is simple beaming of entire databases or applications, you might want to look at the Beamer application in the Files section of the...
Martin, To add to Mike's comments, I have used the "Beamer" app he mentions, and it works very well so far. As he says, it doesn't beam individual records,...
I have a Help Form that displays various context-sensitive messages, and I wanted to change its title with each message. First I tried NSBSystemLib's...