How to make database changes invisible to HotSync?

2000-10-04 Thread Kirk Dybvik
I have an app that needs to do some work in response to a sysAppLaunchCmdSyncNotify launch code. Part of this work involves reading and writing to a database. The database in question already exists on the device and its backup attribute is set to false. Whenever I make a change to this databas

Re: Is PalmOSGlue (TxtGluePrepFindString and TxtGlueFindString) broken?

2000-08-28 Thread Kirk Dybvik
I found reference to TxtFindString in the Text Manager section of the online documentation. The documentation related to the International Features states: "If you want to use international functions on systems that don't have the international feature, you can link your application with PalmOSG

Is PalmOSGlue (TxtGluePrepFindString and TxtGlueFindString) broken?

2000-08-28 Thread Kirk Dybvik
I am trying to implement TxtGluePrepFindString and TxtGlueFindString, with no luck. I have seen other messages where people claimed these functions were broken. Can anyone confirm that these functions work correctly on a 3.1 device? Thanks, Kirk -- For information on using the Palm Devel

Re: PrefSetPreference questions

2000-05-17 Thread Kirk Dybvik
Regarding the beam part of your question, I also had trouble with it. Someone sent me the following function, which seems to work ok; #include "irlib.h" Err SetBeamReceive(Boolean BeamEnabled) { UInt refNumber; PrefSetPreference(prefBeamReceive, BeamEnabled); // let the preference manager kno

DmDatabaseProtect

2000-05-04 Thread Kirk Dybvik
he current protect count for the desired database? Kirk Danny Epstein <[EMAIL PROTECTED]> wrote in message news:10467@palm-dev-forum... > > "Kirk Dybvik" <[EMAIL PROTECTED]> wrote in message > news:10313@palm-dev-forum... > > I want to prevent a user from bein

dmHdrAttrHidden on OS 3.5?

2000-05-02 Thread Kirk Dybvik
I want to prevent a user from being able to delete a database from the device. I have been trying to hide the database, with no luck. DmSetDatabaseInfo does not raise an error, but the database still shows up in the Launcher's list of items that can be deleted. Any comments or suggestions would

Re: Blank Graphic Buttons

2000-04-28 Thread Kirk Dybvik
I also ran into this problem. It took a little digging, but I finally got it to work. Perhaps someone at Palm could explain the behavior of the Bitmap ID property of the Graphic PushButton item? I thought it would handle the bitmap drawing for us. Inside Constructor, the bitmap appears, but no