RE: Need a DB viewer

2001-08-16 Thread Karl-Koenig Koenigsson
I have both Insider and OnBoard RsrcEdit, and I must say I prefer OnBoard RsrcEdit. Both have their uses though, so I suggest you download and check them out to seee which one fits your needs. RsrcEdit is nag free shareware; see http://www.individeo.net/RsrcEdit.html for details. Cheers!

m100 clock -- internals

2001-08-16 Thread Ben Combee
Is system clock's form a popup form? As best I can tell, the clock application on the m100 is composed of two parts. The first part is a real Palm OS application called Clock -- actually, the database name for this is cclkPalmClock, but the icon name comes from the attached overlay resource.

Re: m100 clock -- internals

2001-08-16 Thread yennee
Now, my problem is when the clock popup is dismissed, my screen is not restore from memory and not receive frmUpdateEvent, and the clock popup form remain there in non-active state. Anyone know why? Is system clock's form a popup form? As best I can tell, the clock application on the m100 is

Re: GCC Compile error with SDK 3.5

2001-08-16 Thread Werner Poschenrieder
Hm... MemHandleLock returns VoidPtr. I assume that RecPointer is CharPtr, so you should explicitly cast the result: RecPointer = (CharPtr)MemHandleLock(RecHandle); name[i] = RecPointer[i+offset]; if(RecPointer[i+2] == '\n') { If I do remember that correctly, void pointers cannot be casted

Accessing a font database

2001-08-16 Thread Yuva Kumar R
Hi All, I am trying to localize an application to a different language. For this, I am creating a Font file and add it to the Resource database. Like this, I will have to create some 3 or 4 font files and store them in one Resource database. And then access them as and when the user goes for

Trapping System File Options in Palm OS

2001-08-16 Thread Yuva Kumar R
Hi All, How do I trap deletion of an application, from the System Menu. What event is called during a deletion of an Application from the System Menu. Thanks to you all. Regards, Yuva Kumar R -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Lists - itemNum has strange type in ListDrawDataFuncType

2001-08-16 Thread Werner Poschenrieder
The callback function for drawing a list's lines (see LstSetDrawFunction) is defined in the handbook of SDK 3.5 as void ListDrawDataFuncType (UInt itemNum, RectanglePtr bounds, CharPtr *itemsText). When I define a callback function of that type in SDK 3.5, the compiler will complain, that

Info about the traps in systraps.h

2001-08-16 Thread ritubhalla
Hi, I want to write a hack which will do some action when the palm device is docked.I need detailed info about the traps like sysTrapHwrDockSignals and sysTrapHwrPluggedIn. Any pointers to the doc regarding it? Regards, Ritu -- For information on using the Palm Developer Forums, or to

RE: Info about the traps in systraps.h

2001-08-16 Thread Deprun, Jean-Francois
Hi, Where do you find these informations (sysTrapHwrDockSignals,sysTrapHwrPluggedIn)? Regards. Jean-François -Message d'origine- De : ritubhalla [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 16 août 2001 11:29 À : Palm Developer Forum Objet : Info about the traps in systraps.h Hi, I

RE: Info about the traps in systraps.h

2001-08-16 Thread ritubhalla
Hi, These interrupta are mentioned in systraps.h.The name gives some kind of indication about the interrupts but the actual meaning I am not able to know. Regards, Ritu -Original Message- From: Deprun, Jean-Francois [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 3:19 PM To:

Re: Info about the traps in systraps.h

2001-08-16 Thread Shaikh Khurram Saghir
See SysTraps.h in 3.0 SDK or CoreTraps.h in 3.5 SDK there other files also besides these two depends upon what you are looking for :-) Khurram+ - Original Message - From: Deprun, Jean-Francois [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, August 16, 2001

Re: m100 clock -- internals

2001-08-16 Thread Jim Schram
At 4:08 PM +0800 2001/08/16, [EMAIL PROTECTED] wrote: Now, my problem is when the clock popup is dismissed, my screen is not restore from memory and not receive frmUpdateEvent, and the clock popup form remain there in non-active state. Anyone know why? Looking at the clock and clock popup

compatible old version OS

2001-08-16 Thread I am johnny~
Hi All: I write a program on PalmOS 3.5 , and I use Graphic button and Pop Form . I install it in Palm V ( OS is 3.3 )... ! Graphic button can't display current graphic and pop form occur ... break form ~@@~ ... help me ... I need compatible old version OS~~ By Johnny -- For information on

Selecting Noneditable field

2001-08-16 Thread Wojciech Godynski
Hi. I have several noneditable fields in my form. In my func there is something like that: Char buff[]=" "; FrmDrawForm(form); StrCopy(buff, smthelse); FldSetTextPtr(fldptr,buff); FldDrawField(fldptr); In OS 3.3 one can select content of that

RE: NetServiceAPI.lib

2001-08-16 Thread Andrea
Hi, I had downloaded the following sample code that modifies the Preferences-Network from the Knowledge Base with the following subject: Sample code to add/modify network services in the Network panel programmatically. Version 1.1 http://oasis.palm.com/dev/kb/samples/2370.cfm

download .mov to .pdb

2001-08-16 Thread Raghvesh Agarwal
Hi All, Can html,images,voice,audio,video(specifically .mov files that can be viewed in Quicktime) files be downloaded to PDAs ? is any converter available which can convert .mov to pdb files. Regards and thanks Raghvesh Agarwal Aithent Technologies Pvt. Ltd. Gurgaon -- For information on

Re: PDB access performance

2001-08-16 Thread John Crouch
I see that you can insert records into the pdb in a specific location. Would it be faster to determine where the record goes and insert it that it would be to append it to the end of the pdb and resort the entire pdb every time? I think so but wanted another opinion. Thanks. Peter Epstein

graphic buttons

2001-08-16 Thread larry kocen
I currently am trying to make a button with a bitmap on it. I have tried to use the graphic button resource, but am unable to get it to display on the emulator during a debug session. Everything is set for a Palm OS 3.5 and still nothing. I have looked for documentation for this resource, but

Re: download .mov to .pdb

2001-08-16 Thread Prakash
Have a look at http://www.tealpoint.com/softmovi.htm [But this one converts .avi files and of course you need their player to view those pdbs!] Cheers, Prakash --- Raghvesh Agarwal [EMAIL PROTECTED] wrote: Hi All, Can html,images,voice,audio,video(specifically .mov files that can

RE: Selecting Noneditable field

2001-08-16 Thread Avilla, Dane
In OS 3.3 one can select content of that field, but it won't destroy it. In OS 3.5 one can select content and it erases it. What can I do? They told me to catch penDown event and check bounds... I have editable field on form too. Is there easy way of sorting this out? Sure. There is a

RE: compatible old version OS

2001-08-16 Thread Richard Burmeister
From: I am johnny~ I write a program on PalmOS 3.5 , and I use Graphic button and Pop Form . I install it in Palm V ( OS is 3.3 )... ! Graphic button can't display Graphic buttons don't work unless the 3.5 New Feature Set is present (Palm OS 3.5 or better). The archives contain suggestions

RE: PDB access performance

2001-08-16 Thread Avilla, Dane
Yes it is faster to insert the record in place. When you use DmFindSortPosition, it does a binary search to find out where the record should be inserted. Then when you insert it into the DB at that point, I believe there is just some info that is modified in the DB header. In any case, the

Ir Printing...

2001-08-16 Thread Stringer
Subject: Ir Printing... From: Igor Mozolevsky [EMAIL PROTECTED] Date: Wed, 15 Aug 2001 17:37:22 +0100 Hi, Am I correct in assuming that if I wanted to print via infrared, I could just open IrCOMM connection and squirt data thru? Its more complex than that.If possible use an existing

Turning on the lights

2001-08-16 Thread Johnathan Smith
Ok. I have two buttons on my form. One is the about button and the other on a clear button that I would like to make the palm light go on with. If I click on the about button the about form popups up. but if I click on the clear button (which should only turn the light on or off) the about form

RE: Turning on the lights

2001-08-16 Thread Avilla, Dane
I think you might need a break before case menuEvent: Probably what is happening is that the event is falling through your ctlSelectEvent case statement, and then continues on through the menuEvent case, where MainFormDoCommand is called. I would guess that MainFormDoCommand just pops up the

Re: Turning on the lights

2001-08-16 Thread Jeff Wheeler
switch (eventP-eType) { case ctlSelectEvent: UInt16 ctrlID = eventP-data.ctlSelect.controlID; ControlPtr ctrlPtr= eventP-data.ctlSelect.pControl; if (ctrlID == MainAboutButton) { snip } if (ctrlID == MainClearButton) { snip } case menuEvent: return

Re: Turning on the lights

2001-08-16 Thread Michael S. Davis
On Thu, 16 Aug 2001, Johnathan Smith wrote: Ok. I have two buttons on my form. One is the about button and the other on a clear button that I would like to make the palm light go on with. If I click on the about button the about form popups up. but if I click on the clear button (which

Syncing more than one palm device with a desktop pc at the same time

2001-08-16 Thread Andres . Ramirez
Greetings Friends The escenary: - The company has been using PDT's for a long time, - They sync the information of their PDT's with only a pc using a device like a multiplexor. They attach these PDT's in groups of 4, every time they require to upload the information from the PDT (they

RE: Turning on the lights

2001-08-16 Thread Johnathan Smith
thank for your help if you would like to im me my name is redhatpusher --- Avilla, Dane [EMAIL PROTECTED] wrote: I think you might need a break before case menuEvent: Probably what is happening is that the event is falling through your ctlSelectEvent case statement, and then continues

Character attribute code bits and 4.0 SDK?

2001-08-16 Thread Ty Brower
I just switched over to 4.0 SDK, but now TxtGlueCharIsXXX calls will not compile because the Character attribute code bits that were defined in CharAttr.h (which appears to have been removed) are undefined (like _DI and _XA). Is there an approved fix for this? Sorry if this has already been

RE: PDB access performance

2001-08-16 Thread Peter Epstein
Dane Avilla is absolutely correct. While it's true that the actual insert is a linear time operation, in practice it's quite fast. Typically, apps keep their databases sorted in the order the records are presented in the user interface, which may vary depending upon user preference. -- Peter

RE: Selecting Noneditable field

2001-08-16 Thread Peter Epstein
You shouldn't have to go through so much work to keep text from being selected in a non-editable field. Just catch the fldEnterEvent and return with handled = true. No need to mess with bounds checking, since the field already does this for you. If all the fields on the form are non-editable,

RE: Selecting Noneditable field

2001-08-16 Thread Avilla, Dane
-Original Message- You shouldn't have to go through so much work to keep text from being selected in a non-editable field. Just catch the fldEnterEvent and return with handled = true. No need to mess with bounds checking, since the field already does this for you. If all the

.bmp causing a SysFatalAlert

2001-08-16 Thread James . Kummer
I placed a bitmap on a form using constructor, and im getting this SysFatalAlert message when i load the form: SysFatalAlert with the message: MemoryMgr.c Line: 4365, NULL HANDLE I have the image in a bitmap family and i have two brances a color and a gray. What is causing this, i debugged the

Re: Lists - itemNum has strange type in ListDrawDataFuncType

2001-08-16 Thread David Fedor
The callback function for drawing a list's lines (see LstSetDrawFunction) is defined in the handbook of SDK 3.5 as void ListDrawDataFuncType (UInt itemNum... Get the 4.0 docs. There are lots of things fixed in them, including this typo. In general, you should trust the .h files - they're the

Re: .bmp causing a SysFatalAlert

2001-08-16 Thread David Fedor
I placed a bitmap on a form using constructor, and im getting this SysFatalAlert message when i load the form: SysFatalAlert with the message: MemoryMgr.c Line: 4365, NULL HANDLE The only place that FrmDrawForm calls MemHandleLock, at least in 4.0, is when trying to draw a bitmap object.

RE: Selecting Noneditable field

2001-08-16 Thread Peter Epstein
Good point. If all the fields in the form are non-editable, then there is no difference. Otherwise, there is this minor difference. -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

OSVersion 4.0

2001-08-16 Thread Johnathan Smith
I install OS4 on my Palm Vx and now my minsterl V modem stopped working. Can I rollback to OS 3.5.4?? How __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- For information

Re: OSVersion 4.0

2001-08-16 Thread Jim Schram
At 12:12 PM -0700 8/16/01, Johnathan Smith wrote: I install OS4 on my Palm Vx and now my minsterl V modem stopped working. Can I rollback to OS 3.5.4?? Probably not, since there is no OS 3.5.4. ;o) But you could downgrade your ROM to OS 3.5.0 and install the 3.5.3 System Update. Regards, Jim

RE: Character attribute code bits and 4.0 SDK?

2001-08-16 Thread Danny Epstein
I just switched over to 4.0 SDK, but now TxtGlueCharIsXXX calls will not compile because the Character attribute code bits that were defined in CharAttr.h (which appears to have been removed) are undefined (like _DI and _XA). Search the archives for _DI. I think you'll find what you're

RE: Trapping System File Options in Palm OS

2001-08-16 Thread Danny Epstein
How do I trap deletion of an application, from the System Menu. What event is called during a deletion of an Application from the System Menu. The only reliable way to trap databases deletions, whether caused by the Launcher or by other applications, is to patch the DmDeleteDatabase trap.

RE: Trapping System File Options in Palm OS,

2001-08-16 Thread Ralph Krausse
Is there documentation on how to patch a function like that? tia Ralph Krausse How do I trap deletion of an application, from the System Menu. What event is called during a deletion of an Application from the System Menu. The only reliable way to trap databases deletions, whether caused

Re: Duplication of PDB

2001-08-16 Thread Greg Lutz
It may not be a practical solution to this problem, but PalmOS does have the logic for database duplication hidden away in there: you can transmit a database via ExgDBWrite and receive it via ExgDBRead; and if you set the localMode flag in the ExgSocket that manages the transmission, the

Re: Need a DB viewer

2001-08-16 Thread Greg Lutz
I recommend Insider, for this and many other purposes: http://www3.sympatico.ca/jtsb/f_pilot_insider.html It's not free, but it's not expensive (about $15 last time I asked). Greg Lutz NearSpace, Inc. At 12:04 PM 8/15/2001 -0500, you wrote: I am looking for a Database viewer for PalmOS 3.1

Get the Screen Max Depth

2001-08-16 Thread Ralph Krausse
I am using this code... UInt32 depthMask, depth; WinScreenMode (winScreenModeGetSupportedDepths, 0, 0, depthMask, 0); depth=0; while (depthMask) { depth = depth + 1; depthMask = depthMask 1; }; WinScreenMode ( winScreenModeSet, 0, 0, depth, 0); I am running a IIIC rom. The

Re: BeOS for the Palm?

2001-08-16 Thread Steve Sabram
Not yet. Frankly, it is going to take a while to totally assess and engage the resources that have been acquired. I don't expect anything public from this acquisition 'til the end of the year. I'm sure there will be some good talk at PalmSource and Glasse will have his day speaking there

Re: BeOS for the Palm?

2001-08-16 Thread Igor Mozolevsky
--On 16 August 2001 15:25 -0700 Richard M. Hartman [EMAIL PROTECTED] wrote: Palm just aquired Be (makers of BeOS). Does this indicate anything that us developers should be aware of? That certainly is very interesting... Is there a news article about that? IM :-) -- For information on

Re: BeOS for the Palm?

2001-08-16 Thread Aaron Ardiri
On Thu, 16 Aug 2001, Igor Mozolevsky wrote: Palm just aquired Be (makers of BeOS). Does this indicate anything that us developers should be aware of? That certainly is very interesting... Is there a news article about that? a few.. there is a link on www.palmstation.com and, i am sure

Ir Printing and Symbol...

2001-08-16 Thread Igor Mozolevsky
Apparently Symbol SDK has an example of ir printing, and I am really struggling to find it. Can anyone point me into the right direction??? For starters, which SDK is it, they seem to have so many!.. Ta, IM :-) -- For information on using the Palm Developer Forums, or to unsubscribe,

RE: Get the Screen Max Depth

2001-08-16 Thread Richard Burmeister
From: Ralph Krausse UInt32 depthMask, depth; WinScreenMode (winScreenModeGetSupportedDepths, 0, 0, depthMask, 0); depth=0; while (depthMask) { depth = depth + 1; depthMask = depthMask 1; }; WinScreenMode ( winScreenModeSet, 0, 0, depth, 0); I am running a IIIC rom. The

RE: BeOS for the Palm?

2001-08-16 Thread Igor Mozolevsky
--On 16 August 2001 17:58 -0500 Richard Burmeister [EMAIL PROTECTED] wrote: I think that eventually it may lead to increased support for multimedia on Palm OS devices, but I don't know anything about the official word from Palm. Taking someone else's code from one OS and applying it to

Re: BeOS for the Palm?

2001-08-16 Thread John Stephenson
From: Richard M. Hartman [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: BeOS for the Palm? Date: Thu, 16 Aug 2001 15:25:17 -0700 Palm just aquired Be (makers of BeOS). Does this indicate anything that us developers should

RE: BeOS for the Palm?

2001-08-16 Thread Steve Mann
Taking someone else's code from one OS and applying it to another OS doesn't happen over-night. Especially when the fundamental underlying architectures are radically different. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117

Re: BeOS for the Palm?

2001-08-16 Thread Richard M. Hartman
John Stephenson [EMAIL PROTECTED] wrote in message news:59996@palm-dev-forum... From: Richard M. Hartman [EMAIL PROTECTED] Palm just aquired Be (makers of BeOS). Does this indicate anything that us developers should be aware of? With all those new kernel people I wouldn't be surprised

RE: MathLib from Rick Heubner

2001-08-16 Thread Richard Burmeister
From: Gregory Fung I need the Arctangent math function soon. I understand from various searches on the web that RIch Heubner has created a MathLib that others may use. Unfortunately, the directory on the web site where it is stored (probe.net) is down. Does anyone have v1.1 from Dec

Help!! Newbie stuck in the category quagmire!

2001-08-16 Thread VM
hi, I have a form that has a selector trigger and I use CategorySelect to select a category or create a new one. I'm facing a problem that I can't seem to solve - I create a new category in the popup that comes when you call CategorySelect - all is fine. I set the trigger label etc. and go on

Re: Request for input on new PilRC feature - related to bitmaps palettes

2001-08-16 Thread Jim Berry
I just ran into a very similar need and searched through this NG for a previous discussion - strange that it turned out to be just a week ago. Actually, I guess my needs might be a little different: the important point for me is that color bitmaps _not_ be remapped by pilrc, even if they are

Re: graphic buttons

2001-08-16 Thread VM
larry, have you associated the graphic button's bitmap with a created bitmap? you must create a bitmap and then associate it's ID in the button. this should work... vm http://homecreations.tripod.com larry kocen [EMAIL PROTECTED] wrote in message news:59921@palm-dev-forum... I currently am

Re: m100 clock -- internals

2001-08-16 Thread yennee
This problem only occured when I performing the Gremlin Test. Is it posisble because the screen cannot update itself so fast and on time? Regards Yen At 4:08 PM +0800 2001/08/16, [EMAIL PROTECTED] wrote: Now, my problem is when the clock popup is dismissed, my screen is not restore from

How to make the memos uneditable and undeletable?

2001-08-16 Thread Madina
Hi, I am modifying the memopad sample code and i would like to make the memo records permanent. A user should not to be able to change them or delete them once written and stored even if not synchronized yet. Thanks Madina -- For information on using the Palm Developer Forums, or to

RE: compatible old version OS

2001-08-16 Thread Richard Burmeister
From: I am johnny~ I write a program on PalmOS 3.5 , and I use Graphic button and Pop Form . I install it in Palm V ( OS is 3.3 )... ! Graphic button can't display From: RB Graphic buttons don't work unless the 3.5 New Feature Set is present (Palm OS 3.5 or better). The

Re: m100 clock -- internals

2001-08-16 Thread yennee
I try to run Palm application: memo pad. It also have this problem. Regards Yen This problem only occured when I performing the Gremlin Test. Is it posisble because the screen cannot update itself so fast and on time? Regards Yen At 4:08 PM +0800 2001/08/16, [EMAIL PROTECTED] wrote: Now,

Curious PrefGetAppPreferences Behavior Under POSE

2001-08-16 Thread Bradly J. Barton
Ok.. I've given up trying to figure this one out, so I am turning it over to the brain trust of the list... consider this code (Yes, I know there is no event loop, don't fret that.. that's not where the problem is): DWord PilotMain(Word cmd, Ptr cmdPBP, Word launchFlags) { Err err; // Check

Re: m100 clock -- internals

2001-08-16 Thread Ben Combee
[EMAIL PROTECTED] wrote in message news:60013@palm-dev-forum... This problem only occured when I performing the Gremlin Test. Is it posisble because the screen cannot update itself so fast and on time? While I know it shouldn't be happening, I have seen screen update problems with POSE from