Re: Which Simulator for Tungsten E?

2005-07-12 Thread Luc Le Blanc
; perhaps you're seeing those. Precisely. One question though: why is the heap space on those Simulators different from actual devices? A real Tungsten E reports 2 Mb, while the T|E Simulator says 512Kb. My T|3 says 11 Mb, while the T|3 Simulator says 4 Mb... -- Luc Le Blanc -- For information

Re: Dialog form not getting default button with vchrLaunch

2005-07-12 Thread Luc Le Blanc
(pForm); //close text handle here FrmDeleteForm(pForm); Best regards and hope it helps Yes, it does. I now fetch the resource handle outside of the form handler, and release it after returning from FrmDoDialog. Even better: no static variable. Thanks. -- Luc Le Blanc Luc le Blanc

Re: Preventing Progress Dialog from opening DIA

2005-07-12 Thread Luc Le Blanc
hockus-pockus the first time that the callback function is called. I'll try that, but I doubt it'll work. I let you know. -- Luc Le Blanc That is, something like this: Boolean progressCallback (PrgCallbackDataPtr cbP) { FormType* frmP; Int16 offsetX, offsetY; switch (cbP

Custom drawn list not showing with OS 3.1

2005-07-12 Thread Luc Le Blanc
), the usual list border does not even appear. Were there draw problems with custom-drawn lists back then? Ways to circumvent the problem? -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Adjacent pushbuttons spread in OS 3.0-3.3

2005-07-12 Thread Luc Le Blanc
I use adjacent pushbuttons in the title bar to select tabs in a tabbed form. In OS 3.5+, these pushbuttons line up perfectly, but on previous OS, they appear with black bars about 5 pixels-wide between them. Known problem? Solution? -- Luc Le Blanc -- For information on using the PalmSource

Preventing Progress Dialog from opening DIA

2005-07-11 Thread Luc Le Blanc
at the bottom of the screen, whether the T3 slider is actually open or not. Is there anything I can do prior to calling FrmAlert to make this alert display normally? Better yet, is there anything I can do to prevent the Progress Dialog from tampering with the DIA at all? -- Luc Le Blanc

Delay in receiving DIA notification and problem with FrmAlert

2005-07-11 Thread Luc Le Blanc
an alert, it gets displayed truncated at the bottom of the screen, as if the system's knowledge of the actual screen size were wrong. Suggestions welcome. -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Dialog form not getting default button with vchrLaunch

2005-07-11 Thread Luc Le Blanc
not receive such an event (why?) What am I supposed to do? -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Which Simulator for Tungsten E?

2005-07-11 Thread Luc Le Blanc
help. -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Transferring to PC a single PDB via IR

2005-07-11 Thread Luc Le Blanc
Is there a Windows application that would act like a Palm and receive a PDB beamed via IR from a PalmOS device? I would often like to transfer a single PDB from my device to my IR-equipped laptop, much like I do the other way with Pilot-Install. -- Luc Le Blanc -- For information on using

CW 9.3 watchpoints not watched too closely

2005-06-21 Thread Luc Le Blanc
Often, I set a watchpoint on a global variable in CW 9.3, only to see it modified somewhere in my code without being warned by the debugger. Are there limits I should know about watchpoints (other than one single watchpoint per program)? -- Luc Le Blanc -- For information on using

Re: Feeding StrLocalizeNumber

2005-06-07 Thread Luc Le Blanc
; } -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Feeding StrLocalizeNumber

2005-06-06 Thread Luc Le Blanc
PalmOS has a StrLocalizeNumber API that will convert a number formatted as n,nnn.nn with proper thousands and decimal separators. But how do you get that string in the first place? All double-ASCII routines I've seen so far don't bother to add thousands separators. -- Luc Le Blanc

Re: Built-in menu commands

2005-05-26 Thread Luc Le Blanc
item of the Edit menu? -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Few color choices in standard 8-bit palette

2005-05-25 Thread Luc Le Blanc
would get more discrete color values with RGB colors, but indexes do save a lot of heap space when handling large arrays. -- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Raising heap size above preset device limit?

2005-05-25 Thread Luc Le Blanc
or maker-defined value when the device still has available RAM not used for DB storage? Before someone suggests it: changing device is not always possible or convenient. But seeing an application choke while there is plenty of unused RAM on the device is indeed frustrating. -- Luc Le Blanc

Clipping context-irrelevant list choices

2005-05-11 Thread Luc Le Blanc
In some cases, one of my form lists shows irrelevant options. I already pushed them to the end of the list, but is there a simple way to limit the number of viewable items in a list without having to go through LstSetListChoices and a static array of strings? -- Luc Le Blanc

LstGetHeight?

2005-05-11 Thread Luc Le Blanc
While LstSetHeight allows setting the list height (in number of lines), there seems to be no corresponding LstGetHeight API. Is the only trick to divide the list vertical extent by the assumed line height? -- Luc Le Blanc -- For information on using the Palm Developer Forums

Re: multi-language support

2005-05-09 Thread Luc Le Blanc
and Web page translation. You'll find it's enough work just to maintain everything over time and new versions afterwards. -- Luc Le Blanc http://www.speleo.qc.ca/Auriga -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: Palm OS Doc isn't always accurate -was:(RE:Prefs version for prefHandednessChoice)

2005-05-09 Thread Luc Le Blanc
prefs version (11) despite the API ref. -- Luc Le Blanc If you need some more proof: the SDK manual says that the peripheral dock/undock notifications are not available on devices without the UNC. A Tungsten E broadcasts them Or-just look at the parameter names of some of the sound manager

Re: Palm OS Doc isn't always accurate -was:(RE:Prefs version for prefHandednessChoice)

2005-05-09 Thread Luc Le Blanc
prefs version (11) despite the API ref. -- Luc Le Blanc If you need some more proof: the SDK manual says that the peripheral dock/undock notifications are not available on devices without the UNC. A Tungsten E broadcasts them Or-just look at the parameter names of some of the sound manager

Prefs version for prefHandednessChoice

2005-05-07 Thread Luc Le Blanc
I'm using the prefHandednessChoice system preference. The SDK API ref says it's implemented in prefs version 12, but the T3 Simulator has version 11 and recognizes this preference. What's the truth? What version should I test for to properly detect it on all handedness-enabled device? -- Luc Le

Re: Getting Screen Shots from a 650

2005-05-06 Thread Luc Le Blanc
Stefano wrote: you should visit this web site : www.linkesoft.com. Here you can download a trial version of ScreenShot. Note that DiddleSnap (part of DiddleBug) does on-device snapshots for free. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe

Cash smoothens PalmSource's ROM confidentiality issues

2005-05-03 Thread Luc Le Blanc
help PDA sales, at no real cost. * see the latest Developers' Newsletter or PalmSource's Developers' area. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: DmOpenDatabase returns ErrCantOpen

2005-04-29 Thread Luc Le Blanc
Chris Tutty a écrit : From: Luc Le Blanc [EMAIL PROTECTED] A user sent me a PDB he created with my program some time ago but that he can't open anymore (although the database is found by SysCreateDataBaseList.). When I try to load it under POSE, the emulator reports a Can't open error

Re: DmOpenDatabase returns ErrCantOpen

2005-04-29 Thread Luc Le Blanc
But why can't POSE load it right? -- Luc Le Blanc Jan Slodicka a écrit : Readonly file. In case DmDeleteDatabase fails with dmErrCantOpen, you should read DB attribs, remove dmHdrAttrReadOnly and try again. (User confirmation may be appropriate.) Another similar problem

Re: DmOpenDatabase returns ErrCantOpen

2005-04-29 Thread Luc Le Blanc
an error message upon being loaded in POSE. But on a second thought, it may be loaded right, the message would just being a warning, not a failure message. The rest of application errors must occur because I try to open it in read+write mode. Thanks. -- Luc Le Blanc - Original Message

Updating labels with list text corrupts list

2005-04-28 Thread Luc Le Blanc
was even longer than the text copied from the list. Replacing these 2 labels by uneditable fields works without producing the problem, but I'd like to understand (using uneditable fields instead of labels is a workaround in my opinion). -- Luc Le Blanc -- For information on using the Palm

DmOpenDatabase returns ErrCantOpen

2005-04-28 Thread Luc Le Blanc
on: http://www3.sympatico.ca/leblanc.luc/fieux_2_cave.pdb -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Which IDE?

2005-04-25 Thread Luc Le Blanc
-generation scheme grammar to allow generating Constructor-like IDs. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Was ... RE: Bottom to top Pen stroke

2005-04-23 Thread Luc Le Blanc
. Or, write an app to simply dump the contents of each event returned by EvtGetEvent(). EventInspector by Hazelware is freeware and does exactly that (#3). -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: How to add a Bin file to a CW 9.3 project

2005-04-23 Thread Luc Le Blanc
with the PalmOne sample. I compared every project setting, to no avail. -- 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 add a Bin file to a CW 9.3 project

2005-04-23 Thread Luc Le Blanc
doesn't add the .bin file itself. I'm using the very .r and .bin files supplied in the 4.2 SDK samples, unaltered, and I do see them added to the sample project, but not to mine. Any special setting required to get CW to do this automatically? -- Luc Le Blanc -- For information on using the Palm

Re: How to add a Bin file to a CW 9.3 project

2005-04-22 Thread Luc Le Blanc
? If not, you'll need to do that yourself -- search through palmoswerks.com for an example. The .r file contains a single line: READ 'ARMC' (1) ARMC0001.bin; It's in my sole source directory, along with the ARMC0001.bin file. -- Luc Le Blanc -- For information on using the Palm Developer Forums

Re: Issue with Palm OS 5 and Old Serial Manager functions(OldSerMgr.h)

2005-04-21 Thread Luc Le Blanc
for both serial libraries. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to add a Bin file to a CW 9.3 project

2005-04-21 Thread Luc Le Blanc
for the .r file also part of that patch. How? -- 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 NVFS

2005-04-19 Thread Luc Le Blanc
=SearchlastPage=totalSize=tPage= where I can open that PDF file by clicking ont it but not save it on disk. The same goes for the TXT files. Only the Zip archives are left unopen by IE6 -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

re: Passing application-specific data during beaming

2005-04-19 Thread Luc Le Blanc
field you might be tempted to hack to carry application-specific data (like length or count). In the end, I passed the data (only the PDB version in my case) via the AppInfoBlock that I send at the start of the transmission. -- Luc Le Blanc -- For information on using the Palm Developer Forums

Re: detect NVFS

2005-04-19 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/

Opening/closing the T3 slider closes app :(

2005-04-07 Thread Luc Le Blanc
! This occurs on both the T3 Simulator or an actual T3 with the DIA compatibility PRC's. Suggestions welcome. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Opening/closing the T3 slider closes app :(

2005-04-07 Thread Luc Le Blanc
Daniel Morais a crit: Le 7 avr. 05, 07:02, Luc Le Blanc a crit : Now that I thought I had finally managed to handle DIA stuff and resize my display form when the Graffiti area is closed, I get a very annoying side effect: when I open or close the T3 slider, my app gets

Re: Ignore screen tap if command bar is open?

2005-04-03 Thread Luc Le Blanc
that situation. There has to be at least one button in the bar... so I put one in it ;-) Are you sure it doesn't return true every time after the menu command bar has been opened once? I have the same kind of problem and can't seem to make things work nicely. -- Luc Le Blanc -- For information

Re: Geodesic conversions public library available?

2005-04-01 Thread Luc Le Blanc
that's been acquired by PalmOne, TRG's discontinued PDAs and Sony that left the market. But given Garmin's special features and hardware, a specific forum would make sense. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Geodesic conversions public library available?

2005-03-31 Thread Luc Le Blanc
Does anyone know about a public geodesic conversions library for the Palm OS (UTM-lat/lon, datum conversions, ECEF, etc.)? Also, is there a Garmin iQue-specific software developers' forum? PalmSource seems to keep newsgroups for every other licensee but Garmin. -- Luc Le Blanc

SysBinarySearch source code

2005-03-29 Thread Luc Le Blanc
Is the source code for SysBinarySearch available? I recall seeing it a while ago, but I can't find it anymore in the examples available online or in the SDK. I would like to fix it to work with 64Kb arrays (like you'd expect it to work given the parameters). -- Luc Le Blanc

Converting UTC time into local time in pre-OS 4.0

2005-03-22 Thread Luc Le Blanc
seems to do the trick. Suggestions welcome. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Converting UTC time into local time in pre-OS 4.0

2005-03-22 Thread Luc Le Blanc
DTS is currently on. No Glue API seems to do the trick. Suggestions welcome. Hum, I realize TimUTCToTimeZone did not exist before OS 4.0, and no glue API is provided. Sounds like this feature will be reserved to OS 4+ devices. -- Luc Le Blanc -- For information on using the Palm Developer

Re: Programmatically setting the number of visible lines in a list

2005-03-19 Thread Luc Le Blanc
Robert Moynihan a écrit : Luc Le Blanc wrote: I dynamically fill a list with LstSetListChoices. Depending on context the list can have 5 or 9 items. If I set the resource for 9 visible items in the Constructor resource file and later use LstSetListChoices to pass 5 items, the list opens

Programmatically setting the number of visible lines in a list

2005-03-18 Thread Luc Le Blanc
, the list opens with scroll arrows. Is there a way to programmatically set the number of visible lines in a list? -- 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 pass information to the handler of a popup form?

2005-03-16 Thread Luc Le Blanc
used this approach to convert several embedded (cascading) forms into multi-tabbed forms; the resulting form is actually simpler to manage. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: T3 Simulator reports Unhandled instr on call to FrmGetObjectPtrFromID

2005-03-05 Thread Luc Le Blanc
Henk Jonas a écrit : Luc Le Blanc wrote: I display a form with which the user can choose the name of the DB under which to store the beamed data (the source name can be overriden). Any problem displaying a form even if the app is not active? It gets a launch code. FrmGetObjectPtr

Re: T3 Simulator reports Unhandled instr on call to FrmGetObjectPtrFromID

2005-03-04 Thread Luc Le Blanc
Henk Jonas a écrit : Luc Le Blanc wrote: While debugging a crash that occurs in my app when receiveing beamed data while the app is not running, the T3 Simulator displays a dialog Error: Evnt (0x0006) and the CW 9.3 debugger log window displays: Address=0x30CA5C0 Size=0xB1BC CardID

T3 Simulator reports Unhandled instr on call to FrmGetObjectPtrFromID

2005-03-03 Thread Luc Le Blanc
\SrcSlowEmu\Run68K.c, Line:4427, Unhandled instr Running it again with a breakpoint, I see the crash occurs while processing a call to FrmGetObjectPtrFromID(). The crash occurs on real devices too, and not just on a T3. Ideas welcome. -- Luc Le Blanc -- For information on using the Palm Developer

Turning off Full-screen Graffiti AND providing user feedback

2005-03-02 Thread Luc Le Blanc
at the bottom of the screen, providing no user feedback. How can I get this icon to react accordingly? The only silly idea I came up with is to enqueue a pair of penDown/Up events on this icon... -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Programmatically reassigning T3 Calculator button

2005-03-01 Thread Luc Le Blanc
Henk Jonas [EMAIL PROTECTED] wrote: Luc Le Blanc wrote: On a Tungsten 3, when I tap on what used to be the Calculator button (next to upper right corner of Graffiti area), I receive a vchrCalc keyDownEvent, as expected. But when I try to reassign this button by calling

Programmatically reassigning T3 Calculator button

2005-02-28 Thread Luc Le Blanc
the app it was (and still is) assigned to. How do I programmatically reassign this button? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Selecting checkbox in a list-box?

2005-02-25 Thread Luc Le Blanc
is up, determine if the pen was still in the checkbox when it was lifted and then only toggle its internal state. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: displaying the PDA's time in a form

2005-02-23 Thread Luc Le Blanc
on the time reverts to the form underneath. A permanent battery indicator would only sadden you, given the short battery life ;) -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: POSE complains Win APIs called before valid draw window

2005-02-20 Thread Luc Le Blanc
again asking for a valid draw window. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

POSE complains Win APIs called before valid draw window

2005-02-19 Thread Luc Le Blanc
that code that prevents any further debugging. -- 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 store a program selection (like in Prefs button assignments)?

2005-02-17 Thread Luc Le Blanc
On Mon, 14 Feb 2005 20:13:19 -, Luc Le Blanc [EMAIL PROTECTED] wrote: What is the quickest way to get the name of the application that has this creatorID (to display it in the popup trigger when displaying my pref form)? DmGetNextDatabaseByTypeCreator followed by DmDatabaseInfo

How to store a program selection (like in Prefs button assignments)?

2005-02-14 Thread Luc Le Blanc
? Or would it change if there were a hard reset on the device? How does PalmOS store the apps button assignments in its prefs program? -- 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 store a program selection (like in Prefs button assignments)?

2005-02-14 Thread Luc Le Blanc
the structure of the system prefs. What is the quickest way to get the name of the application that has this creatorID (to display it in the popup trigger when displaying my pref form)? DmGetNextDatabaseByTypeCreator followed by DmDatabaseInfo? Or is there a better option? -- Luc Le Blanc

Re: Pocket PC like menu

2005-02-12 Thread Luc Le Blanc
reports the pen is up - return true in the handler -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: full-screen write

2005-02-02 Thread Luc Le Blanc
set by API? -- Luc Le Blanc Aryeh Teitelbaum a écrit : Thanks Chris. - Original Message - From: Chris Apers [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@palm.lyris.net Sent: Sunday, January 30, 2005 10:20 PM Subject: Re: full-screen write The GoLCD API is available

Installing HotSync Manager without Palm Desktop?

2005-02-02 Thread Luc Le Blanc
of things we need to install on attendants' PC. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Programatically scrolling a field horizontally

2005-01-25 Thread Luc Le Blanc
is scrolling the field horizontally - is there a programmatic way I could use to scroll the field faster than the character per character scrolling users get with the left/right Graffiti gesture? All field APIs only consider vertical scrolling. -- Luc Le Blanc -- For information on using the Palm

Provoking Graffiti Shortcut process with enqueued keyDowns

2005-01-24 Thread Luc Le Blanc
; tapping more letters would never trigger the Graffiti Shortcut process and insert the associated shortcut sentence into the edit field. What more can I do? When a key is tapped, I enqueue a corresponding keyDownEvent that I pass to FldHandleEvent. -- Luc Le Blanc -- For information on using

#defines for new T3/T5 silkscreen buttons?

2005-01-23 Thread Luc Le Blanc
Are there defined values in the myriad of recent PalmOne headers to cover the new silkscreen buttons on T3/T5 devices? Clockwise from a-b-c to 1-2-3, they vary between 0x050D and 0x0512. Why had this to change? -- Luc Le Blanc -- For information on using the Palm Developer Forums

Re: Voice Memo

2005-01-23 Thread Luc Le Blanc
, but they may be defined as Base + offset so looking for 214 may fail. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: vchrHardRockerCenter:

2005-01-20 Thread Luc Le Blanc
/displaypost.jsp?postID=10127796# Wouldn't this PalmOne char.h header ship with the PalmSource SDK in the Other SDKs section, or is this a CW directory not installed by the PalmSource SDK? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Where are the emulator ROM images????

2005-01-19 Thread Luc Le Blanc
Jan Slodicka wrote: Luc Le Blanc wrote: And myself, what do I gain? No money, that's for sure, but life is not just about earning money. Despite I may sound as too business-oriented, the reverse is true. I am more driven by the product quality than by the considerations whether

Detecting a Zire 72

2005-01-19 Thread Luc Le Blanc
I need to know the device code of the Zire 72. I found http://www.mobilegeographics.com/dev/devices.php but the 72 is missing. PalmOne didn't make it intuitive, it sounds like the Complete the series in IQ tests: 'Cubs', 'Zi21', 'Zi22', 'Zpth', ? -- Luc Le Blanc -- For information on using

Re: Using the Launcher's padlock icon

2005-01-19 Thread Luc Le Blanc
Robert Moynihan a écrit : Luc Le Blanc wrote: How do I extract databases like the Launcher? I don't see a PRC, even with FileZ. Luc, the Launcher app will be in ROM. You have to enable the ROM option in FileZ (bottom right corner) to see the ROM stuff. Bob. But is the Launcher

Re: vchrHardRockerCenter:

2005-01-19 Thread Luc Le Blanc
on most devices with five-way navigation support in the future. Will this new SDK add definitions for T3 buttons like the 0x0512 that gets thrown when hitting what used to be the Calculator silkscreen button? -- Luc Le Blanc -- For information on using the Palm Developer Forums

Using the Launcher's padlock icon

2005-01-18 Thread Luc Le Blanc
Is the padlock icon that displays next to locked DBs in the Launcher Beam view a public resource? If so, how can I get a pointer to it that I could pass to the WinDrawBitMap API? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Using the Launcher's padlock icon

2005-01-18 Thread Luc Le Blanc
OK. I somehow thought it was a public UI resource, as I recall seeing this exact icon in other apps. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Where are the emulator ROM images????

2005-01-18 Thread Luc Le Blanc
spots. That's good enough for me :) And as far as testing my app goes, I'd rather stick to pre-OS 5 to use good'ol POSE than the crash-prone Simulator. Microsoft must be ROTFL with all those fatal error reports... -- Luc Le Blanc Montreal, Quebec, Canada Take your PDA where the sun never shines

Re: Using the Launcher's padlock icon

2005-01-18 Thread Luc Le Blanc
Aaron Ardiri a écrit : I think that palmOne uses it in many of their applications. I am not sure though if PalmSource uses it? Luc Le Blanc [EMAIL PROTECTED] wrote in message OK. I somehow thought it was a public UI resource, as I recall seeing this exact icon in other apps

Re: Constructor's 99 resource limit

2005-01-15 Thread Luc Le Blanc
Does implementing Constructor's C header pattern into the Palm OS Resource Editor (via the user-configurable grammar) remain in the plans? -- Luc Le Blanc Eric Cloninger a écrit : Since he already has the 99 identifiers, he could continue to use them, he doesn't have to use the ID

Re: Does PrgUserCancel work?

2005-01-14 Thread Luc Le Blanc
Logan Shaw a écrit : Luc Le Blanc wrote: Does PrgUserCancel work when tapping the Cancel button in Progress dialogs? I wonder because I sprinkled the code of a lengthy computation process (60s on a IIIxe) with calls to this macro, but I never get a true when I tap or hold the stylus

Re: Constructor's 99 resource limit

2005-01-14 Thread Luc Le Blanc
be almost as important to edit context-adaptive forms. -- Luc Le Blanc Take your PDA where the sun never shines... Go map a cave! http://www.speleo.qc.ca/auriga Eric Cloninger a écrit : I'm not sure if I would call it the prefered way but it is a way. Constructor is an older application

Re: UI color theme resource format?

2005-01-13 Thread Luc Le Blanc
Ralph Curtis a écrit : Luc Le Blanc [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The PrefGetPreference API lets me fetch the UI color theme with constant prefColorThemeID. Now, what's the format of that color theme resource? -- Luc Le Blanc Wouldn't

Does PrgUserCancel work?

2005-01-13 Thread Luc Le Blanc
on the test, I keep stopping, which proves I do call this function often. What can go wrong with something so simple? The Progress dialog works fine and properly refreshes with computation step strings I pass to it. -- Luc Le Blanc -- For information on using the Palm Developer Forums

Re: Yay or Nay: Category at Install

2005-01-12 Thread Luc Le Blanc
programs in the same category they're currently in? i.e if you install version 2 of program ABC whose version 1 is already in category Main, why does Palm OS put it in Unfiled? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

UI color theme resource format?

2005-01-11 Thread Luc Le Blanc
The PrefGetPreference API lets me fetch the UI color theme with constant prefColorThemeID. Now, what's the format of that color theme resource? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

dot sot shortcuts not working on a given OS 4.1 Palm

2005-01-09 Thread Luc Le Blanc
have the same device here, with no problem. Has this been seen before? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: dot sot shortcuts not working on a given OS 4.1 Palm

2005-01-09 Thread Luc Le Blanc
it right (he's a programmer too, so he shoudl be able to understand that). -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Telling if my app is running when Global Find launched

2005-01-01 Thread Luc Le Blanc
Matthew Bevan a écrit : On December 31, 2004 3:35 pm, Luc Le Blanc wrote: How can I tell whether my application is currently running when it receives a sysAppLaunchCmdFind (Global Find) launch code? I need to know whether I have access to globals. It was my impression that when

Telling if my app is running when Global Find launched

2004-12-31 Thread Luc Le Blanc
How can I tell whether my application is currently running when it receives a sysAppLaunchCmdFind (Global Find) launch code? I need to know whether I have access to globals. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

OS handling of frmCloseEvent crashes

2004-12-28 Thread Luc Le Blanc
of the chunk (%chunk_size) was larger than the currently accepted maximum (%chunk_max). What's crashing in the system handling of the frmCloseEvent? Should 3.5.3 fix that problem? What's in 3.5.3 anyway? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Palm OS Developer Program

2004-12-24 Thread Luc Le Blanc
My account gone too. Is this PalmSource's way of saying Merry Christmas? -- Luc Le Blanc Montreal, Canada -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Too many fields,form is short

2004-12-07 Thread Luc Le Blanc
with FrmShowObject(). Starting with a form where all controls are disabled by default avoid flickering. You may have a look at what I did for complex configuration dialogs in: http://www3.sympatico.ca/leblanc.luc/auriga/manualen.html#PREFERENCES -- Luc Le Blanc -- For information on using the Palm

Re: Support for different resolutions / color depths.

2004-12-07 Thread Luc Le Blanc
Logan Shaw a écrit : Also, as far as I know there are no true 1-bit devices. Is this true? I could then remove the test I perform every time before calling some Win... APIs. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Unable to Launch the Calculator application

2004-12-02 Thread Luc Le Blanc
. vchrCalc should be renamed to vchrFavorites. On most PalmOne devices, the calc button is replaced by a star button that launches a user-set application. Whats vchr gets sent on a T3 with this button? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: Unable to Launch the Calculator application

2004-12-02 Thread Luc Le Blanc
Ben Combee a écrit : vchrCalc should be renamed to vchrFavorites. On most PalmOne devices, the calc button is replaced by a star button that launches a user-set application. Whats vchr gets sent on a T3 with this button? vchrCalc still is sent. I just suggested that the character

Re: Overriding the system sound volume to beep under OS 5

2004-12-01 Thread Luc Le Blanc
to match them? You can specify your own volume (you should o.c. use the user's volume settings). o.c.? I would indeed use my application user-chosen sound level. I wouldn't provide this if PalmOS hadn't associated alert sounds with the key click setting. -- Luc Le Blanc Luc Le Blanc wrote: I

Re: Overriding the system sound volume to beep under OS 5

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

Re: Overriding the system sound volume to beep under OS 5

2004-12-01 Thread Luc Le Blanc
Luc Le Blanc a écrit : I previously wrote : Henk Jonas wrote : But what about SndDoCmd to alert the user? Good idea. Is there a way I can get the frequency/duration of the sndConfirmation, sndWarning and sndError built-in tones to match them? Found them in SndPrv.h and SoundMgr.c

Overriding the system sound volume to beep under OS 5

2004-11-30 Thread Luc Le Blanc
hoped PalmOS would eventually fix this all-or-nothing approach where turning off the key click also turns off alert sounds. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

<    1   2   3   4   5   6   7   8   9   >