Re: Web Clipping Application

2004-05-21 Thread Ben Combee
At 07:10 PM 5/21/2004, you wrote: Hello Which Palm OS versions support WCA, and whats the main usage of WCA, I mean in what fields it is ment to be used? Please see the introduction to http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=453 It was a technology to allow s

Re: Link error : 'AppHandleEvent' 16 bit code reference to 'CntPlasmFormHandleEvent' is out of range

2004-05-21 Thread Tim Kostka
It sounds like your code is getting too big for one segment. You basically have two options: rewrite your code each time you want to add something, or create a multi-segment application. The latter is actually quite easy and you should be able to find lots of examples should you need them. It m

Re: override application button action

2004-05-21 Thread Tim Kostka
In your application, detect the keyDownEvent and handle this event when the home softkey is pressed. You can look in the data structures to see what information is passed along with this event. Also, you can debug your app and use a breakpoint within this to find out the number value of the home

Using Falch.NET debugging with GDB problem

2004-05-21 Thread Jonathan Mason
I'm trying to debug my program using Falch.Net Development Studio but I'm having problems trying to get the debugger to work. I had it working in earlier version of falch, but it's stopped working. The problem is I set break points and it does not break when it reaches the break points. Also wh

Web Clipping Application

2004-05-21 Thread Mohammad Afshari
Hello Which Palm OS versions support WCA, and whats the main usage of WCA, I mean in what fields it is ment to be used? Thanx -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MemHandleFree error

2004-05-21 Thread Wendel
Hi Im using LstSetListChoices(LstCols, NULL,0); to list stop handling LstSetListChoices(LstCols, NULL,0); MemHandleUnlock(hT); MemHandleFree(hT); that LstSetListChoices(LstCols, NULL,0); doesnt work? what function i can use to the list stop using? thx Wendel -- Mensagem Original (TEXT/PLAIN

Sound capabilities of PalmSim 5.3.0.0

2004-05-21 Thread Rob Riker
I'm debugging an app that does some sound recording and playback, and before I finish beating my head against the wall trying to get it to work I wanted to confirm that PalmSim 5.3 does in fact support both direction sound streams -- picking up the mike from Windows. I'm only getting white noise

Re: database header

2004-05-21 Thread Chris Faherty
On Friday 21 May 2004 03:28 pm, [EMAIL PROTECTED] wrote: > The problem is how to identify, based on the bytes being dowloaded, if the > file is a database or not. You could check how 'file' does it, or shell to it: $ file SysZLib.prc SysZLib.prc: Palm OS dynamic library data "ZLib" $ file menuh

Re: database header

2004-05-21 Thread Ben Combee
At 02:28 PM 5/21/2004, you wrote: If the file being downloaded is a pdb or prc file, the program must treat the incoming bytes in a way. If the file is of any other kind, it is considered a text file, and the program handles them in another way. The problem is how to identify, based on the bytes be

Re: old databases after hard reset

2004-05-21 Thread Dan Phelan
1)Try deleting the application on the unit before downloading the new PRC file. 2) Make sure to move the latest version into the "programs to download" area of the Palm PC program. Dan - Original Message - From: "Dana Long" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]

old databases after hard reset

2004-05-21 Thread Dana Long
After a hard reset I hotsync and install a new version of my application. The application is supposed create its databases if they don't exists and populate them with test data. But after a hard reset and hotsync I get the same old data. All I can figure is that I've managed to backup the datab

database header

2004-05-21 Thread rodrigo . canellas
Hi! I am writing a application that gets files from a FTP server. If the file being downloaded is a pdb or prc file, the program must treat the incoming bytes in a way. If the file is of any other kind, it is considered a text file, and the program handles them in another way. The problem

localization

2004-05-21 Thread El Hombre
I still have some troubles with overlays and locales. I think that after calling OmSetSystemLocale if everything is fine, system locale will be changed, then device will be reseted and then current locale should change to the new system locale. When I call OmSetSystemLocale function everything

RE: hotsync between OS 3.5 and Os 5.x

2004-05-21 Thread Ornstein, Adam
The palm zire needed a soft reset - thanks! -Original Message- From: Erik Rauch [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 2:12 PM To: Palm Developer Forum Subject: Re: hotsync between OS 3.5 and Os 5.x Adam, There is a bug in the HotSync code that you might be running into. T

Re: hotsync between OS 3.5 and Os 5.x

2004-05-21 Thread Erik Rauch
Adam, There is a bug in the HotSync code that you might be running into. This was introduced with OS5 PDAs (T|T) and was still there the last time I looked (T|3). You can Suppress/Restore the beam receive (don't remember the specific calls). The problem is that if the HotSync is not allowed

Re: hotsync between OS 3.5 and Os 5.x

2004-05-21 Thread Douglas Handy
Adam, >When I try to beam an app from one to the other, >neither will recognize that the other device is in "sight". I have seen some instances where a device seems unable to receive any IR until a soft reset occurs, which will make it again honor the pref setting of IR receive. I've mostly seen

Re: How to export bitmap images from Constructor Resource .rsrc

2004-05-21 Thread John Kroubalkian
Thanks Ben, it works like a champ! __ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: pilot.programmer

2004-05-21 Thread Keith Rollin
At 2:42 PM +0530 5/21/04, Saurabh Agarwal wrote: Is pilot.programmer at news.superwaba.net still down? I am not able to connect the server. The home page () says that it will be down for two weeks as they transfer to a different server. -- Keith -- For information on

Re: hotsync between OS 3.5 and Os 5.x

2004-05-21 Thread Robert Moynihan
Ornstein, Adam wrote: Hi, The palm OS 3.5 beaming technology seems to be incompatible with the palm OS 5.x beaming technology. When I try to beam an app from one to the other, neither will recognize that the other device is in "sight". Both have Beam receive on, and I have tried to beam from both.

RE: hotsync between OS 3.5 and Os 5.x

2004-05-21 Thread Ornstein, Adam
Its between a zire 72 and a palm Vx -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 1:30 PM To: Palm Developer Forum Subject: Re: hotsync between OS 3.5 and Os 5.x At 12:30 PM 5/21/2004, you wrote: >Hi, > >The palm OS 3.5 beaming technology seems

Re: hotsync between OS 3.5 and Os 5.x

2004-05-21 Thread Ben Combee
At 12:30 PM 5/21/2004, you wrote: Hi, The palm OS 3.5 beaming technology seems to be incompatible with the palm OS 5.x beaming technology. When I try to beam an app from one to the other, neither will recognize that the other device is in "sight". Both have Beam receive on, and I have tried to bea

Re: Secure Digital Card Performance on Palm Zire

2004-05-21 Thread Ben Combee
At 12:17 PM 5/21/2004, you wrote: The Install Aide API is being used for the actual photo transfer, so my code isn't an issue. I've tried switching this to direct VFS API code, but there wasn't a very noticeable difference in performance. If I attempt to transfer the photos directly through a USB c

Re: How to export bitmap images from Constructor Resource .rsrc

2004-05-21 Thread Ben Combee
At 12:14 PM 5/21/2004, you wrote: Is there a way to export bitmaps from a Constructor Resource file (.rsrc)? I have a Constructor Resource and I'd like to put the bitmaps on the file system (eg.: image1.bmp, image2.bmp, etc.) Get PRC Explorer, open your final PRC file, and do "save as source". I

hotsync between OS 3.5 and Os 5.x

2004-05-21 Thread Ornstein, Adam
Hi, The palm OS 3.5 beaming technology seems to be incompatible with the palm OS 5.x beaming technology. When I try to beam an app from one to the other, neither will recognize that the other device is in "sight". Both have Beam receive on, and I have tried to beam from both. Any info would be

Secure Digital Card Performance on Palm Zire

2004-05-21 Thread Adrien Regimbald
The Palm application I'm working on makes extensive use of photos, which are stored on an SD card. Our primary targets are the Zire 71 and Zire 72 due to their photo taking abilities. I've noticed that over time, the performance of the SD cards drastically reduces. I've tried contacting both Palm a

How to export bitmap images from Constructor Resource .rsrc

2004-05-21 Thread John Kroubalkian
Is there a way to export bitmaps from a Constructor Resource file (.rsrc)? I have a Constructor Resource and I'd like to put the bitmaps on the file system (eg.: image1.bmp, image2.bmp, etc.) Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://ww

Re: Alternate shading of table rows

2004-05-21 Thread Dave Carrigan
On Fri, May 21, 2004 at 12:52:15AM -0700, Eddie Gomez wrote: > For better readability, I am alternating the table row color. The only > issue is that the columns are filled completely with the color but there is > a 1 pixel column border between each cell that is not being filled in. So > while

Re: palmos 5 localization

2004-05-21 Thread El Hombre
Hello Ken, can you explain me what does locale modul means and what it should contain? Thank you. From: Ken Krugler <[EMAIL PROTECTED]> Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: palmos 5 localization Date

Link error : 'AppHandleEvent' 16 bit code reference to 'CntPlasmFormHandleEvent' is out of range

2004-05-21 Thread Frédéric Dessallien
Hello, I am writting my first c code warrior application and i encountered this problem at compilation : Link error : 'AppHandleEvent' 16 bit code reference to 'CntPlasmMTFormHandleEvent' is out of range I think i have got too much forms in my application but i have seen other applications with m

Re: MemHandleFree error

2004-05-21 Thread Dana Long
But the list handling functions do. Wendel wrote: Hi, I dont access the pointer after i call MemHandleFree. The error message is "read from memory location 0x0023, causing an address error. An "address error" means that the application accessed a 2 or 4-byte value at an odd (i.e., not even) me

Re: MemHandleFree error

2004-05-21 Thread Wendel
Hi, I dont access the pointer after i call MemHandleFree. The error message is "read from memory location 0x0023, causing an address error. An "address error" means that the application accessed a 2 or 4-byte value at an odd (i.e., not even) memory address." thanx -- Mensagem Original (T

proper Glue Lib usage?

2004-05-21 Thread ernie nichols
What is good practice regarding GlueLib usage? Specifically, if a Glue function is necessary to support OS 3.1 and there is a (better) function for later OS versions - should you detect current OS version and use appropriate function or just continue to use the GlueLib function? thanks

Re: MemHandleFree error

2004-05-21 Thread Dana Long
If I understand your email correctly - The pointer you passed to LstSetListChoices is no longer valid after you call MemHandleFree so subsequent access will fail. You'll need to free the handle but not until you are done using the pointer, perhaps when you exit the form containing the list. I ho

MemHandleFree error

2004-05-21 Thread Wendel
Hi all, Im working with list, inserting and removing items. Actually after inserts, the appz exit with leak memory. To solve thats leaky memory, we are using MemHandleFree(). With MemHandleFree theres no more leaky memory but after we inserted MemHandleFree, all the Lib Calls stop working. Why M

RE: Appl Icon not install?

2004-05-21 Thread Doug Pogue
Thank you, that was it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Combee Sent: May 21, 2004 8:27 AM To: Palm Developer Forum Subject: Re: Appl Icon not install? At 07:20 AM 5/21/2004, you wrote: >When I install my appl in the POSE the appl icon

Re: queue full err!!

2004-05-21 Thread Dave Lippincott
One suggestion, even when you handle a nilEvent, allow it to continue and pass to the OS. Don't return true in your event handler. This may keep the UI elements from posting additional events. - Original Message - From: "Max Tu" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PRO

Re: T3 Soft Key

2004-05-21 Thread Robert Moynihan
Another crude way could be to trap the pendown events, and return "true" if you determine that the pen was in the area of those unwanted DIA icons. This could be condigured to allow grafitti to continue working, but not the icons. Remember that the coordinates of those icons can change if you

Re: T3 Soft Key

2004-05-21 Thread LeSalle Munroe
Thanks much... - Original Message - From: "Gavin Maxwell" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 8:18 PM Subject: re: T3 Soft Key > FYI, that area is user-configurable (hold your stylus on one of the icons to change it). I don't re

Re: Callback function

2004-05-21 Thread Douglas Handy
Ben, >Just take the return value of the call, subtract one, ... But remember to check that it did not return 0 as the sort position. I believe that can happen when the new value is below than all existing records. In such a case, you don't want to subtract one first. Doug -- For information

override application button action

2004-05-21 Thread rodrigo . canellas
Hi ! First, I am happy to join this forum, because if I have doubts about something, it means I am trying to work with it... and to try develop to Palm is great! 8) Well, I am using CodeWarrior, and I need to avoid my application to exit wen the user taps on the "home" icon. I tried to over

Re: Vertical Slider

2004-05-21 Thread Ben Combee
At 04:41 AM 5/21/2004, you wrote: Slider movements on penMove and penUp I am trapping in FormHandleEvent(). While documents and help files say that all gadget related events can be trapped in the gadget event handler. But gadget event handler does not traps penMove and penUp events. My question is

re: Callback function

2004-05-21 Thread Ben Combee
At 06:30 AM 5/21/2004, you wrote: Gavin, The return from DmFindSortPosition will give me the record position. I am also trying to determine whether the record already exists in the database. (A return value of 0 would tell me that it exists). I need to know whether the record should be adde

Re: Appl Icon not install?

2004-05-21 Thread Ben Combee
At 07:20 AM 5/21/2004, you wrote: When I install my appl in the POSE the appl icon shows up on the screen but when I install using hotsync to the device the appl icon shows up as black circle. Why? Is POSE running at the same color depth and density as your device? The two different systems may

Re: Reference link

2004-05-21 Thread Ben Combee
At 07:16 AM 5/21/2004, you wrote: Hi everybody, How to implement a kind of reference links within a text field? The idea is to generate FrmGotoForm from a help form. Any idea? No, there's no standard method of supporting hyperlinks in text fields in Palm OS -- the field control is fairly primitive

Appl Icon not install?

2004-05-21 Thread Doug Pogue
When I install my appl in the POSE the appl icon shows up on the screen but when I install using hotsync to the device the appl icon shows up as black circle. Why? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/f

Reference link

2004-05-21 Thread A.Kazantsev \(psn\)
Hi everybody, How to implement a kind of reference links within a text field? The idea is to generate FrmGotoForm from a help form. Any idea? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Callback function

2004-05-21 Thread Chris Hall
Gavin, The return from DmFindSortPosition will give me the record position. I am also trying to determine whether the record already exists in the database. (A return value of 0 would tell me that it exists). I need to know whether the record should be added or modified The unique key

Vertical Slider

2004-05-21 Thread Saurabh Agarwal
Hi, I created a vertical slider using gadget. Here is the sequence of events created: 1. penDown 2. frmGadgetEnterEvent 3. penUp This is when I clicked anywhere within my gadget. 1. penMove 2. penUp This is when I drag the slider bitmap. Only frmGadgetEnterEvent is part of gadget event handler

pilot.programmer

2004-05-21 Thread Saurabh Agarwal
Is pilot.programmer at news.superwaba.net still down? I am not able to connect the server. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Alternate shading of table rows

2004-05-21 Thread Matthew Bevan
Hopefully y'all are reading this with a fixed-width font... First, alternating row colors is non-standard, and, IMO, every example I have seen to date is extremely fugly (puke-green colors, etc.) If you do, do it in a very light (a la #ccc) grey color. This also works for backwards-compatability

Re: MemGluePtrNew : Can I use MemPtrFree to release it?

2004-05-21 Thread Ben Combee
At 01:42 AM 5/21/2004, you wrote: Hi experts, 1. can i use 'MemPtrFree' to free-up memory claimed with 'MemGluePtrNew'? Yes, MemPtrFree is the appropriate API to use to free that memory. 2. Please advice how to 'really' free-up memory claimed by 'MemGluePtrNew'/'MemPtrNew' so any variable created w

queue full err!!

2004-05-21 Thread Max Tu
Dear all I generate nilEvent using EvtGetEvent(&event, 0). I need many nilEvent in each AP, so I generate it. It works good except pop-up trigger in category form. It shows "LauncherMain.c, Line:1137, queue full err!" when I generat nilevent after choosing pop-up trigger. How to solve it? --

Alternate shading of table rows

2004-05-21 Thread Eddie Gomez
For better readability, I am alternating the table row color. The only issue is that the columns are filled completely with the color but there is a 1 pixel column border between each cell that is not being filled in. So while the row does get filled properly, the borders separating each column i

Re: MemGluePtrNew : Can I use MemPtrFree to release it?

2004-05-21 Thread Aaron Ardiri
> 1. can i use 'MemPtrFree' to free-up memory claimed >with 'MemGluePtrNew'? yes. > 2. Please advice how to 'really' free-up memory >claimed by 'MemGluePtrNew'/'MemPtrNew' so any variable >created with those methods are reuseable. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PR