Re: High density screens / Palm OS 5

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Daniel Morais wrote: palm doesn't care about gaming/multimedia :) Do they realize why Sony devices are so appreciated ? Wasn't Palm OS 4 (and then Palm OS 5) supposed to include some multimedia features ? sony units kick ass :) but, sony sucks at being nice to

Re: High density screens / Palm OS 5

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Daniel Morais wrote: WinScreenLock isn't useful for page flipping in games. It isn't actually, but it can be : just allow us to use the pointer returned by WinScreenLock and we can take advantage of hardware flipping ! :) well, kinda :) there was some discussion about

Urgent - Category problem

2002-04-10 Thread Paul Sanders
Hi I'm looking for any suggestions or pointers to solving this problem - I have pretty much finished the App I'm working on and I have a deadline coming up but I just can't get this bit working. I update an existing database record like this ... // global to this form static UInt16 CatDue =

Upgrading from palm os 3.0 to 3.5

2002-04-10 Thread Nag Malluru
Hi, I want to upgrade my palm III device with OS 3.0 to 3.5. Is it possible to do like this ??. We tried upgrading to 3.3 but we never tried of doing 3.0 to 3.5. Any help regarding this is greatly appreciated. If it is possible please give me the related links so that i can download

Documentation of Code .. any Software packages available?

2002-04-10 Thread Dyk Corman
Hi! Since I wrote my Palm Application as one part of my master thesis, I would like (and have to) write a good and detailed documentation so that the code can be maintained from someone else. Does anybody know good software to do that, e.g. generate graphs from the code that show the

how to send data to date book

2002-04-10 Thread Rajasekhar Reddy P
Dear sir How to sned data from desktop to date book. when Hotsync is over my data should go to date book ie i am having 2 appointmetns on 8 and 9 colck today when hotsync is over in date book it should show two appointments this day can any one help me how to do this Thanks Rajasekhar -- For

hide Column in a Table

2002-04-10 Thread Rohit_Shankar
Hi , I have created a Table and wish to hide a column on a Button Click Event . I am trying to set the column not Usable and redrawing the Table . But it doesnt work . if(eventP-data.ctlEnter.controlID == 1003) {

profiler fatal error - to Keith Rollin

2002-04-10 Thread Nick Hoggard
To Keith Rollin: Hi Keith, Thanks for your help. I couldn't extract your email address from the discussion group (plus I'm having email problems). I'd like to send you the file that caused the POSE profiler to crash. Perhaps you could send me your email address to [EMAIL PROTECTED]. Regards,

Re: Documentation of Code .. any Software packages available?

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Dyk Corman wrote: Hi! Since I wrote my Palm Application as one part of my master thesis, I would like (and have to) write a good and detailed documentation so that the code can be maintained from someone else. documentation? whats that? Does anybody know good

Re: hide Column in a Table

2002-04-10 Thread Rajasekhar Reddy P
Hi You have to redraw the table again ie. First you have to make usable the rows TblSetRowUsable() after that make usable the columns next is you have to set Hide particular column using TblSetColumnUsable(table,column,false) next step is set

Re: Documentation of Code .. any Software packages available?

2002-04-10 Thread Chris Tutty
From: Dyk Corman [EMAIL PROTECTED] Does anybody know good software to do that, e.g. generate graphs from the code that show the relationship of all the functions,... I found some good open-source projects like http://www.stack.nl/~dimitri/doxygen/ but would like to know what most

Re: Documentation of Code .. any Software packages available?

2002-04-10 Thread Marco Pantaleoni
On Wed, Apr 10, 2002 at 11:41:53AM +0200, Dyk Corman wrote: Hi! Since I wrote my Palm Application as one part of my master thesis, I would like (and have to) write a good and detailed documentation so that the code can be maintained from someone else. Does anybody know good software to do

RE: hide Column in a Table

2002-04-10 Thread Rohit_Shankar
Hi , If I need to repeat this whole process again then whats the use of TableRedraw function I wonder if every thing needs to be done again ... Pls Clarify Rohit -- From: Rajasekhar Reddy P[SMTP:[EMAIL PROTECTED]] Reply To: Palm Developer Forum Sent:

Re: If you have time please read and reply

2002-04-10 Thread fabricio
I work in a Cooperative, from Rio de Janeiro, Brasil. I'm about to finish the college, Information Systems graduation. I work with Unixes and Wins, many kinds, and we produce and do support for a brasilian relational Database called Openbase, not so known as we would like, even here in Brasil. My

Re: Debugging hangs device

2002-04-10 Thread Ben Combee
In article 83263@palm-dev-forum, [EMAIL PROTECTED] says... Hi I am using CW7 with the latest updates to debug and SDK4 application on an m505 through the serial cradle with all optimizations off. The application downloads to the device no problems but everytime it hits a breakpoint the

RE: Debugging hangs device

2002-04-10 Thread Fergal Moran
-Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED]] In article 83263@palm-dev-forum, [EMAIL PROTECTED] says... The application downloads to the device no problems but everytime it hits a breakpoint the application hangs on the device and requires a manual

Re: Documentation of Code .. any Software packages available?

2002-04-10 Thread Ben Combee
In article 83349@palm-dev-forum, [EMAIL PROTECTED] says... I found some good open-source projects like http://www.stack.nl/~dimitri/doxygen/ i have heard that doxygen is good.. but, not too sure if it'll show your heirarchies and stuff.. if your doing C++ or object orientated

Detect universal connector...

2002-04-10 Thread C. B. Schofield
Hi all, What's the best way to determine if the device you're running on has a universal connector like the m500/m505? Is there a Feature I can look up? Craig Schofield Illume Software -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: Debugging hangs device

2002-04-10 Thread Ben Combee
In article 83362@palm-dev-forum, [EMAIL PROTECTED] says... Yes - this happens with any application - and there is no indication in the IDE that it hit a breakpoint. I can stop the application in the IDE by pressing the stop button - and it returns to edit mode - but there is no effect on

Re: If you have time please read and reply

2002-04-10 Thread Joe
--- Richard Bell [EMAIL PROTECTED] wrote: I'm working on my final paper for my masters and wanted to take a straw poll on current industry software engineering practices. If you could provide me the following information: snip FYI: Please send any response directly to Richard Bell ([EMAIL

RE: Documentation of Code .. any Software packages available?

2002-04-10 Thread Glenn Bachmann
Hi Dyk, This is likely an unpopular answer, but in my opinion asking a software program to explain your software code to another programmer won't be very effective. As others have pointed out, there are software packages out there that will do the diagramming, snatch up the function comments

Error #32 DirectBits

2002-04-10 Thread Carl Smith
I've taken a project from one machine and put on another pc went to compile it and I get the Link Error: Unexpected Error #32. DirectBits not supported.. Compilation halted. Has anyone seen this before or know what it might refer to? Thanks Carl PS On a side note, every since the news group

RE: Urgent - Category problem

2002-04-10 Thread Robert McKenzie
You got me stumped. All seems well with this code. I do have a couple of suggestions, however. Can you exit the app after the update but prior to the display and use a database examination tool to walk the database and independently examine the state of its records after the update? In

RE: Debugging hangs device

2002-04-10 Thread Fergal Moran
Try grabbing a copy of the V8 demo and see if that works for you. You won't be able to build your current project, but some of the projects that ship with it should be testable. Hi Ben Can I have V8 V7 on the same machine? -- For information on using the Palm Developer Forums, or to

Re: If you have time please read and reply

2002-04-10 Thread Richard Bell
Joe is very correct. Please only respond to me directly. To the list, I apologies for posting on the edge of what is appropriate here. At 07:54 AM 4/10/2002 -0700, you wrote: --- Richard Bell [EMAIL PROTECTED] wrote: I'm working on my final paper for my masters and wanted to take a straw

Re: Error #32 DirectBits

2002-04-10 Thread Joe
--- Carl Smith [EMAIL PROTECTED] wrote: I've taken a project from one machine and put on another pc went to compile it and I get the Link Error: Unexpected Error #32. DirectBits not supported.. Compilation halted. Has anyone seen this before or know what it might refer to? A search for

Popup Triggers

2002-04-10 Thread fabricio
I'm trying to use a popup trigger, but when I click it, its list doesn't apear. That's my PilRC source: ... POPUPTRIGGER xxx ID pptRace AT (35 32 120 15) LEFTANCHOR NOFRAME FONT 0 POPUPLIST ID pptRace lstRace LIST aaa bbb ccc ID lstRace AT (34 31 120 45) NONUSABLE

Re: Urgent - Category problem

2002-04-10 Thread Paul Sanders
Hi Bob Thanks for your suggestions. I tried attr = 0x00ff ((attr 0xfff0) | cat); but it made no difference (I am using the GCC compiler) I don't have any tools for examining the chunk info, but if I display the record attributes (in category 255 mode), it shows as 64 for a Category 0 record

RE: Documentation of Code .. any Software packages available?

2002-04-10 Thread Borislav Kolev
Source Insight is an excellent tool too. - bobby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Error #32 DirectBits

2002-04-10 Thread Mark Biek
I encountered this same error. The solution I got from searching the forum archives was to open each bitmap resource in my project, change 1 pixel to something, change that 1 pixel back, resave the resource, and recompile. That did the trick for me. Carl Smith [EMAIL PROTECTED] wrote in

RE: Debugging hangs device

2002-04-10 Thread Heather Tufts
Can I have V8 V7 on the same machine? Yes. I have V7, V8 demo, and V8 all on my machine without conflicts. Just install them to different directories (which the installer does, by default). -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see

How do I send mail in i705 MultiMail Deluxe from another app?

2002-04-10 Thread David Thacker
G'day. MultiMail 3.0 included an ability for external application to send mail through MM, using a special launch code as documented on the Actual Software website. I use this function in an app, but find that it does not work properly with MultiMail Deluxe on the Palm i705. What is the proper

RE: Urgent - Category problem

2002-04-10 Thread Robert McKenzie
It sounds like some data manager internals are getting clobbered. The chunk id is returnable by DmRecordInfo as the last parameter. DmQueryNextInCategory will return NULL (0) if there is no next record. I trust your loop looks for this and terminates in this case. You might call DmGetLastErr

Re: Popup Triggers

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, fabricio wrote: I'm trying to use a popup trigger, but when I click it, its list doesn't apear. That's my PilRC source: ... POPUPTRIGGER xxx ID pptRace AT (35 32 120 15) LEFTANCHOR NOFRAME FONT 0 POPUPLIST ID pptRace lstRace LIST aaa bbb ccc

Re: How do I update a field handle on the 'calling' form from the form loaded by FrmPopupForm?

2002-04-10 Thread Geoff Thompson
I am still stuck and would appreciate some advice here. This is what I'm trying right now: I set a global handle from the calling form's field handle (leaving the handle in place in the calling field), and then call FrmPopupForm(Popup); The popup works fine - the helper function allows

Re: How do I update a field handle on the 'calling' form from the form loaded by FrmPopupForm?

2002-04-10 Thread Richard Bell
Geoff, I'm not sure I follow what you say you are doing. What you need to do is have a global variable for the value you want to pass back from your Popup form, this global should not be used as a Field handle. Copy the value out of the field on the close of your popup form. In your

RE: High density screens / Palm OS 5

2002-04-10 Thread Peter Epstein
The problem with winLockDontCare is that it doesn't just flip back and forth between two buffers, but rather allocates and then frees the second video buffer repeatedly. Since you have no guarantee of getting the same chunk of memory, you can't assume anything about the image data in the buffer.

Re: Popup Triggers

2002-04-10 Thread Christian Falch
Hi, POPUPTRIGGER xxx ID pptRace AT (35 32 120 15) LEFTANCHOR NOFRAME FONT 0 POPUPLIST ID pptRace lstRace LIST aaa bbb ccc ID lstRace AT (34 31 120 45) NONUSABLE DISABLED FONT 0 maybe you need to add the association between the LIST and the POPUPTRIGGER?

Re: How do I update a field handle on the 'calling' form from the form loaded by FrmPopupForm?

2002-04-10 Thread Dave Lippincott
Don't use FrmPopupForm/FrmReturnToForm I'd try restructuring the app to use FrmGotoForm in this case. That way the original form and its components will get reloaded. No need to worry about setting the save behind bit and etc. - Original Message - From: Geoff Thompson [EMAIL

RE: High density screens / Palm OS 5

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Peter Epstein wrote: The problem with winLockDontCare is that it doesn't just flip back and forth between two buffers, but rather allocates and then frees the second video buffer repeatedly. Since you have no guarantee of getting the same chunk of memory, you can't assume

Re: Popup Triggers

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Christian Falch wrote: POPUPTRIGGER xxx ID pptRace AT (35 32 120 15) LEFTANCHOR NOFRAME FONT 0 POPUPLIST ID pptRace lstRace LIST aaa bbb ccc ID lstRace AT (34 31 120 45) NONUSABLE DISABLED FONT 0 maybe you need to add the

CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Steve Orens
greetings, I am trying to create a C++ project in CW v8.0 that uses the Palm OS 3.5 SDK. I downloaded and installed the 3.5 SDK from the www.palmos.com/dev and installed it (i have tried this on both a windows machine and a mac). I am running into difficulties when I am using the MSL support.

RE: CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Heather Tufts
Is this correct? Where can I get MSL support for the 3.5 SDK? do I need to find a CW v7.0 CD and install that version of CodeWarrior in order to support 3.5? The big question would be -- why do you have to use the 3.5 SDK? Everything you can do with the 3.5 SDK you can do with the 4.0 SDK.

Re: Popup Triggers

2002-04-10 Thread fabricio
But right now I've tryied to take off the DISABLED, leaving the NONUSABLE there, and it's not poping the list up yet. Do you have another idea??? Fabrício de Paula - Original Message - From: Christian Falch [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday,

Re: CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Richard Bell
Steve, I would think the answer is yes. If you want to develop with SDK 3.5 and MSL the easiest way would be to use code warrior 7.0. If you are willing to play around a lot with include/link paths you could probably get it to work with 8.0 by including the SDK 4.0 Glue libraries but they

Re: Popup Triggers

2002-04-10 Thread fabricio
And another question: may I write code for the list apears when I click on the PopupTrigger, or it's automatic??? Fabrício de Paula - Original Message - From: Christian Falch [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 3:43 PM Subject:

RE: High density screens / Palm OS 5

2002-04-10 Thread Peter Epstein
Aaron Ardiri wrote: if your running on a device with VRAM - it does alternate :) but, looking closer at the code on devices that dont have VRAM, its a horrid mess.. badly written.. All true. So, I suppose if you know the device has VRAM, you can use the API for hardware page flipping.

Re: Popup Triggers

2002-04-10 Thread fabricio
Could anybody send a sample code that works correctly??? It could help... Fabrício de Paula - Original Message - From: fabricio [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 3:57 PM Subject: Re: Popup Triggers And another question: may

High Res Development ?'s

2002-04-10 Thread Matt Disher (TiBook)
I appologize in advance if there is a specific forum for this and I'm not aware. I'm wondering if there is a document or guide along the lines of 'Targeting PalmOS' only for 'Targeting Hi-Res Devices' Specifically something that addresses approaches to take for maximum compatibility, etc. I

Re: Popup Triggers

2002-04-10 Thread Joe
--- fabricio [EMAIL PROTECTED] wrote: Could anybody send a sample code that works correctly??? It could help... This works for me (all I did was remove DISABLED and order and indent them more sensibly): POPUPTRIGGER xxx ID pptRace AT (35 32 120 15) LEFTANCHOR NOFRAME FONT 0 LIST aaa

Re: PROPOSAL: display controller detection utility

2002-04-10 Thread Hal Mueller
Aaron, Why use a device-specific patch? Why not just detect the device make/model in a function (maybe that's in one shared library)? You would still have to update that shared library for new devices, but I think that asking the average user to figure out what device he has and to install

Re: Popup Triggers

2002-04-10 Thread fabricio
Take a look at my .H... #define frmApp 1100 #define tblFichas1101 #define btnNewFicha 1102 #define btnFichaUp 1103 #define btnFichaDown 1104 #define frmNewFicha 1200 #define fldNome 1201 #define btnOkNew1202 #define btnCancel 1203 #define pptRace 1204 #define lstRace

Re: Fake GPS Signals to POSE

2002-04-10 Thread Scott Gruby
In article 83321@palm-dev-forum, Dharini Iyengar [EMAIL PROTECTED] wrote: Is there any availible method to send fake GPS signals to the POSE. I know this is a realtively simple method to write, but would like to use some available method if it already exists. When I was doing work with

RE: Urgent - Category problem

2002-04-10 Thread Schettino, John
Try this: attr = ~dmRecAttrCategoryMask; attr |= cat; -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Separating DB from app

2002-04-10 Thread Danny Epstein
You may also have to warn your customers not to update your application by beaming. If I recall correctly, beaming an application under certain conditions WILL delete all data using the same creator signature. Here's Gavin's explanation of the bug:

Re: PROPOSAL: display controller detection utility

2002-04-10 Thread James
You might want to check your spelling of Motorola first. ;) Aaron Ardiri [EMAIL PROTECTED] wrote in message news:83408@palm-dev-forum... // internal graphics controlled #define glibDisplayMotorolla 0x0100 [ ... ] -- For information on using the Palm Developer Forums, or to

RE: High density screens / Palm OS 5

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Peter Epstein wrote: as a game programmer, i dont trust some college graduate that has zero knowledge of game programming to write a system level API routine like that.. anyone with any game programming knowledge would never have written the WinScreenLock() API's

Re: PROPOSAL: display controller detection utility

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Hal Mueller wrote: Why use a device-specific patch? Why not just detect the device make/model in a function (maybe that's in one shared library)? problem is that you can NOT detect that the display controller is so.. you can poke around at 0x1f00 (+offset for

PROPOSAL: display controller detection utility

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Aaron Ardiri wrote: palm already does this with the CPU type (feature to let us know which CPU is there)... it'll be a very easy addition.. could even release patches that fix it for older units.. its just setting a feature.. not rocket science.. something like

Re: PROPOSAL: display controller detection utility

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, James wrote: You might want to check your spelling of Motorola first. ;) heh :) i just typed it in and c+p where appropriate.. it is not a real file :P so, would have picked that up eventually :) // az [EMAIL PROTECTED] http://www.ardiri.com/ -- For information

RE: PROPOSAL: display controller detection utility

2002-04-10 Thread Borislav Kolev
I also think that a library ala UndirectY would do better. What you suggest is an inprovement, but indeed has too many pitfalls to bother for. Frankly, I prefer being able to warn the user that we're about to try a few things and it may require him to press this big RESET button a few times

RE: PROPOSAL: display controller detection utility

2002-04-10 Thread Aaron Ardiri
On Wed, 10 Apr 2002, Borislav Kolev wrote: I also think that a library ala UndirectY would do better. What you suggest is an inprovement, but indeed has too many pitfalls to bother for. Frankly, I prefer being able to warn the user that we're about to try a few things and it may require him

Re: Question on Scrollbars

2002-04-10 Thread Rob Bell
Wow! I'm surprised that nobody has responded to my message on scrollbars. I thought this was a pretty common topic that I would receive a bunch of feedback on. Must be more complex than I thought. Guess that explains why I couldn't find the answer myself in Palm documentation and other forums.

Re: PROPOSAL: display controller detection utility

2002-04-10 Thread C. B. Schofield
Frankly, I prefer being able to warn the user that we're about to try a few things and it may require him to press this big RESET button a few times before we distinguish the right mode. If it's a shared library it can then just store the neccessary value and service it to all others. 1.

Re: CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Steve Orens
thanks for the feedback rich (and heather). i realize that i can use 3.5-only APIs and just use the latest CW and Palm OS SDK. it just seemed to me to be safer to only include the headers for the SDK i was targeting. that way the compiler would tell me when I was using functionality not present

Re: Question on Scrollbars

2002-04-10 Thread dan mason
SorryI at least have been ignoring all my e-mail recently, so rest assured that it's nothing personal. The short answer is that you use a scrollbarlook in the Palm OS 3.5 or higher API Reference, and you will see under User Interface a section called Scrollbars. You don't get anything

Re: CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Richard Bell
Steve, If you only use a 3.5 rom in your emulator you will find which ones you shouldn't use right away. Also make sure you get the SDK 4.0 update and check the readme for the new glue fuctions you may want them. Another good reason to use the SDK 4.0 and a 3.5 rom is that some things that

RE: PROPOSAL: display controller detection utility

2002-04-10 Thread Borislav Kolev
Well, I kind of thought about it a little further...you just reset and auto-run until they cancel it, or until you find the right mode or until you're out of guesses (unsupported, go download updated version!). It's a little trickier, but it should definitely work with gamers. - bobby 4.

Re: Question on Scrollbars

2002-04-10 Thread Richard Bell
Rob, See page 122 of the Palm OS Companion.pdf, for a discussion on using scroll bars. I couldn't find an example of using a scroll bar with a list. I would recommend a couple of books that have good discussions of scroll bars in reference to fields and tables, you would have to translate to

Re: Question on Scrollbars

2002-04-10 Thread Steve Mann
If anyone has tips, please let me know! You should be able to find information on using scroll bars in both the Knowledge Base. You should also be able to find working sample code in the SDK. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Hal Mueller
At 1:40 PM -0700 4/10/02, Steve Orens wrote: thanks for the feedback rich (and heather). i realize that i can use 3.5-only APIs and just use the latest CW and Palm OS SDK. it just seemed to me to be safer to only include the headers for the SDK i was targeting. that way the compiler would tell

Re: PROPOSAL: display controller detection utility

2002-04-10 Thread Daniel Morais
On Wednesday 10 April 2002 21:17, Aaron Ardiri wrote: comments from other game developers? i have considering writing this little patch that users install depending on what device they have and we could check for it from within our programs [games].. should i continue the development

VFS Browsing Source/Pointers?

2002-04-10 Thread Scott Gruby
As part of one of my projects, I need to put together a VFS browser (to select a file and to choose a save location). I recall that there was something in the Knowledge Base which showed how to walk the list of files/folders. However, since the Knowledge Base is dead as a doornail right now,

Registering Creator IDs with KB/oasis.palm.com down?

2002-04-10 Thread Scott Gruby
What is the procedure to register creator IDs when the online form is down? I have several that need to be registered within the next few weeks (for product launch) and I can't do it with the server being down. Can anyone point me in the right direction? Thanks. -- Scott Gruby [EMAIL

Re: PROPOSAL: display controller detection utilityj

2002-04-10 Thread Aaron Ardiri
comments from other game developers? i have considering writing this little patch that users install depending on what device they have and we could check for it from within our programs [games].. should i continue the development of it? [it would be a free patch] Just to be

How to end an alert

2002-04-10 Thread c.d. jansen
Danny Epstein, The cleaning up dialog used during HotSync is for most users in the Netherlands not that interesting. I tell them in there language what will happen. After pressing the OK button they can take a break. After advice of a reader I use InsertionSort instead of QuickSort to keep my

Re: Popup Triggers

2002-04-10 Thread Joe
--- fabricio [EMAIL PROTECTED] wrote: Take a look at my .H... SNIP #define pptRace 1204 #define lstRace 1205 SNIP ... and my .RCP block... ... POPUPTRIGGER xxx ID pptRace AT (35 32 120 15) LEFTANCHOR NOFRAME FONT 0 LIST aaa bbb ccc ID lstRace AT (34 31 120

RE: Error #32 DirectBits

2002-04-10 Thread Glenn Bachmann
I've had this happen to me many times after someone else has edited a resource file before me. We've verified that constructor version numbers are the same. Displays may be at different resolutions or color depths though, which seems like it is the culprit though I have no proof of this. As

Re: Registering Creator IDs with KB/oasis.palm.com down?

2002-04-10 Thread Joe
--- Scott Gruby [EMAIL PROTECTED] wrote: What is the procedure to register creator IDs when the online form is down? Every time it has happened in the past, the procedure was wait I have several that need to be registered within the next few weeks (for product launch) and I can't do

Re: PROPOSAL: display controller detection utility

2002-04-10 Thread Daniel Morais
On Wednesday 10 April 2002 23:30, Aaron Ardiri wrote: well... i just chose gLIB cause it was available :) we can add to it later maybe.. who knows *g* but, i am visioning an installable app that users will run that does following: - guess what device they have - try detection

Re: Registering Creator IDs with KB/oasis.palm.com down?

2002-04-10 Thread Scott Gruby
In article 83448@palm-dev-forum, Joe [EMAIL PROTECTED] wrote: --- Scott Gruby [EMAIL PROTECTED] wrote: What is the procedure to register creator IDs when the online form is down? Every time it has happened in the past, the procedure was wait I have several that need to be

Re: How do I send mail in i705 MultiMail Deluxe from another app?

2002-04-10 Thread Mark Lussier
have you tried calling it the same way you call the mail app built in with most Palm devices? just change the creator ID to 'asc3' I am pretty sure that's going to do exactly what you want David Thacker [EMAIL PROTECTED] wrote in message news:83388@palm-dev-forum... G'day. MultiMail 3.0

Re: Fake GPS Signals to POSE

2002-04-10 Thread Kim Hock NG
You can also send data through an emulator to the serial port on the PC and run POSE to grab the data from the serial port --- Scott Gruby [EMAIL PROTECTED] wrote: In article 83321@palm-dev-forum, Dharini Iyengar [EMAIL PROTECTED] wrote: Is there any availible method to send fake GPS

Dumb list question

2002-04-10 Thread Andy Black
Hello, I have several static lists (defined in Constructor) and they are long enough that they go off of the screen. However, there are no scroll arrows being drawn in the top or bottom of the list. I thought the system handled these for you automagically? Do I need to handle drawing and

Re: Dumb list question

2002-04-10 Thread Matt Disher (TiBook)
Just don't show as many items... If you have a list of 70 items but only have '5' visible then you'll see your arrows :) -- Matt Disher [EMAIL PROTECTED] From: Andy Black [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] Newsgroups: palm-dev-forum Date: Wed, 10 Apr 2002

Re: Fake GPS Signals to POSE

2002-04-10 Thread Dharini Iyengar
On Wed, 10 Apr 2002, Kim Hock NG wrote: You can also send data through an emulator to the serial port on the PC and run POSE to grab the data from the serial port When you say emulator,is it another POSE running?? Thank you Regards Dharini --- Scott Gruby [EMAIL PROTECTED]

Re: Dumb list question

2002-04-10 Thread Steve Mann
I thought the system handled these for you automagically? Do I need to handle drawing and implementing those little scroll arrows? The system should. Are you defining the lists just using constructor? Do you do anything to set them up or draw them in your form initialization? Regards, Steve

Palm OS 5 literally getting in the way of progress

2002-04-10 Thread Clifford Jones
We have an application we are doing for one of the 10 largest corporations in America. The application spec has taken almost a year to finalize. Now comes the PalmOS 5 simulator(don't tell me how long it's been available, I know. It's irrelevant). The simulator will not allow a modal dialog box