Low memory checksum failure reported by POSE

2004-05-02 Thread Luc Le Blanc
code)? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Low memory checksum failure reported by POSE

2004-05-02 Thread Luc Le Blanc
Keith Rollin a écrit : At 4:01 PM -0400 5/2/04, Luc Le Blanc wrote: A user reported a crash with a specific PDB and my application. Loading his PDB with POSE, I get an alert HwrInterrupts.c, line 794. Low memory checksum fail. I assume this means I'm writing at location 0 (?). How can I

Supplying a '\0' for StrNCompare on not null-terminated strings

2004-05-01 Thread Luc Le Blanc
because of some internal copy of this buffer in memory? (I don't have StrNCompare code) Should I add an additional field to hold a '\0' just after the key? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Supplying a '\0' for StrNCompare on not null-terminated strings

2004-05-01 Thread Luc Le Blanc
://palmos.combee.net/ The thing is sometimes I need to use StrNCaselessCompare, harder to implement. But is there a performance hit if I just pass the addresses of the strings to this API without copying them to loca null-terminated strings? -- Luc Le Blanc -- For information on using the Palm

Geodesic freeware shared library?

2004-04-26 Thread Luc Le Blanc
these APIs to my code, I may write this freeware library myself. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Geodesic freeware shared library?

2004-04-26 Thread Luc Le Blanc
Using Palm OS geodesic library I only found GPS programs, not librairies I could interface with. -- Luc Le Blanc Dave Lippincott a écrit : Have you tried Googling for one? I found 2 that way. - Original Message - From: Luc Le Blanc [EMAIL PROTECTED] To: Palm Developer Forum

Why is soft reset looping

2004-04-26 Thread Luc Le Blanc
(PageUp with reset pin), to no avail. In the end, he had to do a hard reset to get out of the loop. What can be causing such a behavior? My application does not even handle notifications. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Linking a scrollbar to a list

2004-04-23 Thread Luc Le Blanc
not find info about this in the PalmSource Knowledge Base. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Linking a scrollbar to a list

2004-04-23 Thread Luc Le Blanc
/[EMAIL PROTECTED]/msg01106.html thanks let me know what you figure out. So you're using a field as if it were a list. Must I conclude that linking a scrollbar to a genuine list does not work? -- Luc Le Blanc -Original Message- From: Luc Le Blanc [mailto:[EMAIL PROTECTED] Sent: Friday

Re: Handedness preference?

2004-04-22 Thread Luc Le Blanc
at http://palmos.combee.net/ Is there a quick trick to move scrollbars to the left or must I explicitely fiddle with FrmSetObjectBounds everywhere? Is there more a left-savvy application should do? What is the typical app reaction to Lefty? (when if reacts ;) -- Luc Le Blanc -- For information

Re: Handedness preference?

2004-04-22 Thread Luc Le Blanc
, where your hand covers the text you're checking? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Getting inverse color RGB value

2004-04-19 Thread Luc Le Blanc
Is there a simple way to get the reverse of a given RGB color value? I sometimes need to draw in the reverse color of the current foreground color. The only trick I found so far is to first draw the line with the current foreground color and then invert it... -- Luc Le Blanc

Re: List with multiple selection

2004-04-15 Thread Luc Le Blanc
. Luc Le Blanc [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I need to select several PDB names in a list. Is there a simple solution to implement multiple selection, or do I have to use a gadget and start from scratch? This is exactly how I was now planning to do it. I will draw

List with multiple selection

2004-04-13 Thread Luc Le Blanc
I need to select several PDB names in a list. Is there a simple solution to implement multiple selection, or do I have to use a gadget and start from scratch? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: Dynamically creating controls

2004-03-31 Thread Luc Le Blanc
option of creating a PilRC file for that single form a valid one? I use CW 8.3 and the CW PilRC plugin dates back from 2002, but I need nothing fancy: the rest of my resources would remain in the Constructor file. Anything special about mixing PilRC and Constructor files in a CW project? -- Luc Le

Re: Dynamically creating controls

2004-03-30 Thread Luc Le Blanc
should have read in the first place) says I must call FrmRemoveObject to delete these dynamically created controls when closing the form. Why? Doesn't deleting the form free all this allocated memory? Even more so if the form structure gets expanded in memory when adding controls. -- Luc Le Blanc

Storing custom resources in rsrc file

2004-03-30 Thread Luc Le Blanc
); the handle is 0, so POSE halts. I tried with 'ctrl', same results. Any suggestion or example? Could I define a custom template to edit this custom resource (like with MacOS' ResEdit)? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Dynamically creating controls

2004-03-30 Thread Luc Le Blanc
, ( FormEventHandlerPtr ) SessionHandleEvent ); FrmDoDialog( form ); -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Dynamically creating controls

2004-03-30 Thread Luc Le Blanc
under Palm OS 3.x? Popup triggers maybe? I could re-arrange them if this is a solution. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Dynamically creating controls

2004-03-30 Thread Luc Le Blanc
with PilRC... IIRC, this works with CW 8.3 and the latest PilRC plugin. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Dynamically creating controls

2004-03-30 Thread Luc Le Blanc
the label is rewritten from the database. I know you can get the label of a control displayed on screen with CtlGetLabel, but which API do you use to read the label of a single control from a given form resource in the resource file to perform this comparison? -- Luc Le Blanc -- For information

Dynamically creating controls

2004-03-29 Thread Luc Le Blanc
explanation for the formPP argument of CtlNewControl. Can't I just pass the results of FrmGetActiveForm()? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Records left locked... - not an easy case

2004-03-26 Thread Luc Le Blanc
to closing the PDB, to no avail. Is there an article on code guidelines that can be followed to avoid this problem? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Detect graffiti shift state

2004-03-24 Thread Luc Le Blanc
the tap was done in the numeric side of the Graffiti area (in Graffiti 1). -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Upper limit on form size constraints

2004-03-24 Thread Luc Le Blanc
What is the upper limit on the preferred and maximum screen width/height coords for the WinSetConstraintsSize API? Since my form displays a map, I wish it to be as big as possible - can I put USHRT_MAX (and hope for the best)? -- Luc Le Blanc -- For information on using the Palm Developer

Toggling Save behind form flag by program

2004-03-23 Thread Luc Le Blanc
Can the Save behind attribute of a form be modified programmatically to prevent this window save/restore to occur? In some circumstances, this restore from a given form is unwanted in my application (and turning it off permanently would not be desirable either). -- Luc Le Blanc

DIA events, modal dialogs and T|3 slider

2004-03-23 Thread Luc Le Blanc
of handling events? Does the event get lost? I can't easily test this: I don't have a T|3. Are winDisplayChangedEvent also sent when sliding in/out the device or switching the screen orientation? Lastly, can the Graffiti area end up on the left of the display while in landscape mode? -- Luc Le Blanc

Fairmont Hotels follow-up to PalmSource Conference?

2004-03-18 Thread Luc Le Blanc
on tehir virtual concierge: http://tinyurl.com/2fxhk -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to Exit from An Aplication

2004-03-17 Thread Luc Le Blanc
Enqueue a vchrLaunch keyDownEvent. -- Luc Le Blanc Davi Carvalho a écrit : But I would like to do this in my code not clicking in the home button. How can I do this? - Original Message - From: Dave Lippincott [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent

Re: Debugging with Simulator 5 under CW 8.3

2004-03-16 Thread Luc Le Blanc
engineer, PalmSource, Inc. Read Combee on Palm OS at http://palmos.combee.net/ You're right. I had concluded from a CW-POSE link failure that I had to do something else. Just had to retry harder :) -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please

Debugging with Simulator 5 under CW 8.3

2004-03-15 Thread Luc Le Blanc
Can I debug with CW 8.3 using Palm OS 5 Simulator or do I need CW 9.x? CW 8.3 only offers POSE or Device. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Unselecting all checkboxes form a control group

2004-03-15 Thread Luc Le Blanc
Is there a quick way to unselect all checkboxes from a given control group, or must I explicitly call CtlSetValue( ... , false) for each of them? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

This newsgroup not searchable in nntp?

2004-03-09 Thread Luc Le Blanc
, but their search engine is too restrictive to let me find what I'm seeking (the answer on how to detect whether the DIA support PRCs are installed - or present in ROM - on a Tungsten 3). -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Byte shifted by 8 bits to UInt16 by API call [Was: FrmGetControlGroupSelection() returning a Byte prior to OS 3.5 :( ]

2004-03-01 Thread Luc Le Blanc
selections in pre-OS 3.5? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

FrmGetControlGroupSelection() returning a Byte prior to OS 3.5 :(

2004-02-29 Thread Luc Le Blanc
of 256... Why does the results get shifted by 8 bits like this? Is it possible to write such code that can run properly on both pre/post-3.5 OS without explicitly testing for the OS version? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Gremlins cause a read error while in Find; what to do?

2004-02-23 Thread Luc Le Blanc
. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: how to display Local file listing

2004-02-20 Thread Luc Le Blanc
. You'll find all the APIs you need. Ideas will come naturally. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

OS defers screen draws while pen down?

2004-02-20 Thread Luc Le Blanc
column width feedback to the user until he's probably reached the maximum and waited long enough. BTW, what is the response frequency of EvtGetPen? SysTicksPerSecond? I couldn't tell as I had no feedback :( -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe

Quickest way to test for globals availability

2004-02-20 Thread Luc Le Blanc
tedious? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

T3 suitable to debug beaming?

2004-02-18 Thread Luc Le Blanc
to this one). I'm considering getting a Tungsten 3. Will it allow on-device debugging? With USB or serial? With POSE or Simulator? If I have to resort to serial debugging, will I end up with a busy shared UART like on a IIIxe, thus preventing to debug beaming? -- Luc Le Blanc -- For information on using

Starting field display at offset from its text beginning

2004-02-18 Thread Luc Le Blanc
Can I give a field a text handle and have the field only display the text from a given offset, without ever showing the beginning, even when scrolled? I guess calling both FldSetTextPrt and FldSetTextHandle doesn't make sense... -- Luc Le Blanc -- For information on using the Palm Developer

Float and 64-bit alignment and endianness in ARM

2004-02-16 Thread Luc Le Blanc
-bit boundaries and 8-byte doubles on 64-bit boundaries? Lastly, does ARM little endianness affect floats and doubles or are these endianness-independent formats? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Adding a memo to PIM under Cobalt's PACE

2004-02-16 Thread Luc Le Blanc
alert from the receiving application? Given Cobalt reinforced security, I have doubts about it... -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: drawing vector map

2004-02-15 Thread Luc Le Blanc
Bruno a écrit : Luc Le Blanc [EMAIL PROTECTED] ??? news:[EMAIL PROTECTED] ???... I have the same problem and I already considered this offscreen window trick. But panning once would require to redraw the vectors in the offscreen window in order to be ready for the next pan (unless

Re: drawing vector map

2004-02-14 Thread Luc Le Blanc
zoom would require a new redraw). One trick to speed things up (on OS5+ PDAs) is to make your drawing routine a PACE Native Object (PNO, previously called ARMlet). -- Luc Le Blanc Bruno a écrit : Elvin Ng [EMAIL PROTECTED] ¦b¶l¥ó news:[EMAIL PROTECTED] ¤¤¼¶¼g ... Are you redrawing

Re: Finding undisplayable characters in current font

2004-02-03 Thread Luc Le Blanc
false; break; case ledFont : if ( ( ch = 0x1f ) || ( ch = 0x3a ) || ( ( ch = 0x21 ) ( ch = 0x26 ) ) || ( ( ch = 0x28 ) ( ch = 0x2B ) ) ) return false; break; } return true; } -- Luc Le Blanc -- For information on using the Palm

Re: Finding undisplayable characters in current font

2004-02-02 Thread Luc Le Blanc
These APIs do not tell me whether they had to replace non-existing characters in the font by the missing character symbol. They just compute the width or height of the string. -- Luc Le Blanc Dave Lippincott a écrit : Look over the font functions in the SDK docs. Specifically

Re: Finding undisplayable characters in current font

2004-02-02 Thread Luc Le Blanc
I checked the API Ref, it's my bedtime reading ;) But calling TxtCharIsPrint( 'a' ) returns true even if the current font ID is lefFont... (a font in which 'a' would be displayed as a missing character symbol - a hollow rectangle) -- Luc Eron Hennessey a écrit : Luc Le Blanc wrote

Re: How to stop fields from writing over a menu?

2004-01-31 Thread Luc Le Blanc
? You could try hiding the offending fields when the menu opens and showing them again when it closes. How do you know the menu closes? The API Reference states the menuCloseEvent is not implemented :( -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe

Re: How to do a full-page scroll

2004-01-24 Thread Luc Le Blanc
a sclRepeatEvent instead? Chances are this is the event the app handles. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: global variable

2004-01-19 Thread Luc Le Blanc
sorte, -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Follow pendown X and Y

2004-01-14 Thread Luc Le Blanc
example for that? You can loop until the stylus is up the screen: Int16 screenX, screenY; Boolean penDown; while( true ) { EvtGetPen( screenX, screenY, penDown ); if ( !penDown ) break; // pen-related processing } -- Luc Le Blanc -- For information on using

DmSetDatabaseInfo and the nameP param

2004-01-13 Thread Luc Le Blanc
is then the only enabled one. But if I actually rename the database (passing a different name) or if I do not pass the name parameter, things are fine! Is this normal? This is not documented. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

PDB names with accents

2004-01-13 Thread Luc Le Blanc
The API reference for DmCreateDatabase states that Database names must use only 7-bit ASCII characters (0x20 through 0x7E). Yet, creating PDBs with accented characters works fine. Is this documentation a remnant of an old rule now obsolete? -- Luc Le Blanc -- For information on using the Palm

Renaming a file stream

2004-01-13 Thread Luc Le Blanc
Can a file stream be renamed? I see no suitable API for that. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Smooth horizontal gadget scrolling

2004-01-12 Thread Luc Le Blanc
to scroll? How do others do? I see ListPro has a smooth horizontal gadget scrolling. Is there a known bug with the WinCopyRectangle API on the Palm IIIc? A user reports crashes with map panning, also performed with this API. -- Luc Le Blanc -- For information on using the Palm Developer

Future of POSE/Simulator and Gremlins

2004-01-10 Thread Luc Le Blanc
. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

FlpAToF( . ) is 0.0

2004-01-08 Thread Luc Le Blanc
FlpAToF seems very permissive. Even a string with a mere dot returns 0.0. I was hoping to test such cases with Mathlib's isnan(), but it looks like I'll have to write my own float validation function :( -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe

Re: FlpAToF( . ) is 0.0

2004-01-08 Thread Luc Le Blanc
Actually, how can I set a double to NaN? -- Luc Le Blanc Aaron Ardiri a écrit : FlpAToF seems very permissive. Even a string with a mere dot returns 0.0. I was hoping to test such cases with Mathlib's isnan(), but it looks like I'll have to write my own float validation function

Re: FlpAToF( . ) is 0.0

2004-01-08 Thread Luc Le Blanc
Easy: Set it to all 1's. -- Luc Le Blanc I previously asked : Actually, how can I set a double to NaN? -- Luc Le Blanc Aaron Ardiri a écrit : FlpAToF seems very permissive. Even a string with a mere dot returns 0.0. I was hoping to test such cases with Mathlib's isnan

Activating IR loopback by program

2004-01-08 Thread Luc Le Blanc
How can I programmatically activate IR loopback? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Silent beam receive

2004-01-08 Thread Luc Le Blanc
Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MIDI

2004-01-07 Thread Luc Le Blanc
Run with POSE, the demo leaks 1300 bytes :( -- Luc Le Blanc Aaron Ardiri a écrit : Is there a way to play MIDI in background (one channel only) on palmos without the limitation of SndPlaySmf. I don't want to make SndPlaySmf the main function of my app. http://www.mobilewizardry.com/palm

Re: MIDI

2004-01-07 Thread Luc Le Blanc
Aaron Ardiri a écrit : Run with POSE, the demo leaks 1300 bytes :( kinda expects OS5 or Sony :) and, its just a test *g* - i didn't put OS verification checks in there, but - could be a leak :) minor (as it is just a demo) You mean the complete version has major leaks :))) -- Luc Le

No word wrapping info?

2004-01-07 Thread Luc Le Blanc
something? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

POSE finds but cannot minimize Null width or heigth bitmap

2004-01-07 Thread Luc Le Blanc
something else trigger this message? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Sticky breakpoints gone in CW 9.2?

2004-01-06 Thread Luc Le Blanc
Ben Combee a écrit : At 10:41 PM 1/5/2004, Luc Le Blanc wrote: I run CW 8.3. Regularly, I quit a debug session with set breakpoints. If I start another debug session with the same PRC, previous breakpoints remain, but I cannot go beyond the first one I hit, the blue arrow sticks onto

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
Intercept vchrKeyboard, vchrKeyboardAlpha and vchrKeyboardNumeric (see Chars.h) -- Luc Le Blanc sangeetha bose a écrit : Hi All, Is there any way to trap the KeyDownEvent from the Keyboard Dialog (when you Tap on the abc or 123 silk screen button ). Purpose for me is to restrict the user

Re: SysAppLaunch()

2004-01-06 Thread Luc Le Blanc
Roger Stringer a écrit : Subject: Re: SysAppLaunch() From: Luc Le Blanc [EMAIL PROTECTED] Date: Mon, 05 Jan 2004 13:57:36 -0500 I had the same need, but could not find a proper way to spawn the calculator and return to my application afterwards. So instead, when the user hits

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
Intercept these keyDownEvents in the main Event loop. If you need help to understand this, maybe you should get a Palm OS programming book... -- Luc Le Blanc sangeetha bose a écrit : Hi, I dint get your answer properly. Could you please explain me again/ I want to trap the keydown event

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
My understanding was that he wanted to prevent the built-in leyboard from being launched. Indeed, to trap events within the keyboard, you have to write your own keyboard and handler (I did it in my application). -- Luc Le Blanc Laurens a écrit : Luc Le Blanc [EMAIL PROTECTED] wrote in message

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
Actually, can you use the Palm OS keyboard form resource, load it and set up your own event handler with FrmDoDialog? Not having to write yor own resource would save half the trouble. -- Luc Le Blanc I previously wrote : My understanding was that he wanted to prevent the built-in leyboard

Re: Connecting Palm Zire to a modem...

2004-01-05 Thread Luc Le Blanc
Alas, the Zire connector has a USB-only pinout. No serial pins, unlike other USB connectors. -- Luc Le Blanc Dave Lippincott a écrit : You can't. (one more time) USB has a client-server arraignment. Almost all devices are one or the other but not both. Two clients cannot talk to one

Re: SysAppLaunch()

2004-01-05 Thread Luc Le Blanc
with the calculator, hitting the calculator button again relaunches my applications, where I restore my previous context (stored in my application preferences), and reset the calculator button to its original setting (kept in my application preferences). -- Luc Le Blanc [EMAIL PROTECTED

Re: Connecting Palm Zire to a modem...

2004-01-05 Thread Luc Le Blanc
Blanc Josip Gracin a écrit : On Mon, Jan 05, 2004 at 11:40:28AM -0500, Luc Le Blanc wrote: Alas, the Zire connector has a USB-only pinout. No serial pins, unlike other USB connectors. Being a newbie I have to ask, what does this mean? Isn't there a serial cable available for Zire71 by which

Re: Connecting Palm Zire to a modem...

2004-01-05 Thread Luc Le Blanc
I assumed that the original poster meant a plain Zire by asking about a Zire. The Zire 21, and even more so the Zire 71, are much different devices, despite similar names. -- Luc Le Blanc Dave Lippincott a écrit : The Zire 71 is not USB only. The 21 is USB only. USB != RS232. Different

Re: SysAppLaunch()

2004-01-05 Thread Luc Le Blanc
Marcelo Alves a écrit : Luc Le Blanc wrote: I had the same need, but could not find a proper way to spawn the calculator and return to my application afterwards. So instead, when the user hits the calculator button, I link my application to the calculator button before letting the OS

Sticky breakpoints gone in CW 9.2?

2004-01-05 Thread Luc Le Blanc
: running a new debug session still stops and hangs at the previous breakpoints. Was this solved in CW 9.2? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Pen Down Area?

2003-12-30 Thread Luc Le Blanc
that too. -- Luc Le Blanc steve a écrit : .. There is a hardware limit: the touch screen. It think all palm device are using capacitive touch screen. A capacitive touch screen is two layers separated by a gel. The layer on the side of the user has small cuts arrange on a grid. When a pen

Re: MemHandleLock slow for big records?

2003-12-30 Thread Luc Le Blanc
bit setting? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Looking for nice wait message sample

2003-12-30 Thread Luc Le Blanc
Ben Combee a écrit : At 12:40 PM 12/26/2003, Luc Le Blanc wrote: I need to put a wait message in my application. Before I go about writing a function that can display a screen-centered bold-framed multi-line message, is there already a public example of that? http://www.palmoswerks.com

Looking for nice wait message sample

2003-12-26 Thread Luc Le Blanc
I need to put a wait message in my application. Before I go about writing a function that can display a screen-centered bold-framed multi-line message, is there already a public example of that? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please

Calling WinRGBToIndex before FrmDrawForm

2003-12-26 Thread Luc Le Blanc
indeed call FrmDrawForm before the WinRGBToIndex API, but that means refreshing controls after the window is already drawn. Is there a way to avoid this? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Looking for nice wait message sample

2003-12-26 Thread Luc Le Blanc
Matthias Jordan a écrit : Luc Le Blanc wrote: I need to put a wait message in my application. Before I go about writing a function that can display a screen-centered bold-framed multi-line message, is there already a public example of that? You can look at the app I'm developping

Re: Who sets prefMeasurementSystem?

2003-12-24 Thread Luc Le Blanc
. And French housewives still ask for a pound of butter when they actually mean 500 grams. But in all these countries, the legal measurement system is metric, just like in Canada, and the locale should reflect this, shouldn't it? Otherwise, what good is it for? -- Luc Le Blanc -- For information

Re: Who sets prefMeasurementSystem?

2003-12-24 Thread Luc Le Blanc
selected Canada in the popup list, then the prefs setting should be metric. You're right. In 4.0 I get metric, but on 3.5 devices, I get feet. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Gadget best option for list of read-only resizeable columns?

2003-12-24 Thread Luc Le Blanc
that back then? -- Luc Le Blanc I previously wrote : But my readings tell me a table is not scrollable horizontally. Alas, if some data is too wide, I want to let the user widen the columns to his taste. -- Luc Le Blanc Dave Lasker a écrit : I had the same problem and I used a table

Re: Gadget best option for list of read-only resizeable columns?

2003-12-24 Thread Luc Le Blanc
Silly me, WinInvertRectangle does it. -- Luc Le Blanc I previously asked : I get told though private e-mail that I'm better off with a gadget if horizontal scrolling is required. It thus means I have to handle row selection, writing white text on black background. How can this be done

Re: Who sets prefMeasurementSystem?

2003-12-23 Thread Luc Le Blanc
everywhere except the US :) -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Gadget best option for list of read-only resizeable columns?

2003-12-23 Thread Luc Le Blanc
But my readings tell me a table is not scrollable horizontally. Alas, if some data is too wide, I want to let the user widen the columns to his taste. -- Luc Le Blanc Dave Lasker a écrit : I had the same problem and I used a table. With customTableItem you don't need to format and keep all

Re: Who sets prefMeasurementSystem?

2003-12-23 Thread Luc Le Blanc
Keith Rollin a écrit : At 11:54 PM -0500 12/23/03, Luc Le Blanc wrote: Ken Krugler a écrit : I see there is a prefMeasurementSystem system preference that seems to be set to unitsEnglish if the OS language is English, metric otherwise. But is there a system or pref dialog

Who sets prefMeasurementSystem?

2003-12-22 Thread Luc Le Blanc
I see there is a prefMeasurementSystem system preference that seems to be set to unitsEnglish if the OS language is English, metric otherwise. But is there a system or pref dialog that changes it? The Formats panel of the built-in Prefs application has no effect on this preference. -- Luc Le

Re: How set the creator ID of hardware and silkscreen buttons?

2003-12-17 Thread Luc Le Blanc
or prefCalcCharAppCreator other buttons like Home, Menu and Find must be intercepted with their vchrLaunch, vchrMenu and vchrFind keyDownEvents. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Restoring last visible pull-down menu

2003-12-15 Thread Luc Le Blanc
pull-down, thus displaying the leftmost menu the next time it's called. Is there a way I can either: - restore the previously displayed pull-down menu as the last visible pull-down or - trap the menuOpenEvent and pull-down the preferred pull-down menu in the menu bar? -- Luc Le Blanc

Re: Scroll Bars,please

2003-12-15 Thread Luc Le Blanc
Ruben Luna a écrit : sample of this ? how find it my program not working = :o( Palm OS API Reference Palm OS Programmer's Companion Palm OS Programming Recipes http://www.palmos.com/dev/support/docs/ -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe

Palm OS suitable for on-device IR debugging

2003-12-11 Thread Luc Le Blanc
months after its purchase (like all others in my entourage). -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Bad form [ was Re: I:\Ripple\ARM\Core\Emul68K\SrcSlowEmu\Run68K.c ]

2003-12-10 Thread Luc Le Blanc
Vu Pham a écrit : Thanks, Ben. It seems I have more problems than I thought :-) I use the POSE with Debug Rom. 1. If I load my app using POSE, then I get form.c, Line:5696, Bad Form. Check your form resource. Its Unable setting may be unchecked. -- Luc Le Blanc -- For information

Re: Books abou Palm Programming

2003-12-10 Thread Luc Le Blanc
. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Memory leaks from unknown API functions

2003-12-09 Thread Luc Le Blanc
appearing here are mine. What could cause this leak? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Skins for OS 5 Simulator?

2003-12-06 Thread Luc Le Blanc
Matthew Henry a écrit : Luc Le Blanc [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] With POSE, you could either take a POSE screen capture (and get the Palm screen contents) or take a Windows screen capture (and get the picture of a Palm running your application). Now

<    3   4   5   6   7   8   9   >