about 4-navigation arrow and PilRC designer

2004-01-15 Thread armada.li
when I use Constructor as resource editor,I drag a Repeating Button to a form,and select Symbol 7 as Font,write 0x01 as Label,then show a up-arrow. I use PilRC designer now,and I want draw up-arrow,down-arrow,left-arrow,right-arrow.How do I do? Please help me,and thanks. -- For information on

start application

2004-01-15 Thread visios
There is a way to say to my application to start when I go to press on a data text of an other application (of operating sistem)? hi luigi -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: about 4-navigation arrow and PilRC designer

2004-01-15 Thread Ben Combee
At 02:43 AM 1/15/2004, armada.li wrote: when I use Constructor as resource editor,I drag a Repeating Button to a form,and select Symbol 7 as Font,write 0x01 as Label,then show a up-arrow. I use PilRC designer now,and I want draw up-arrow,down-arrow,left-arrow,right-arrow.How do I do? Use for the

Re: printing from a Palm app

2004-01-15 Thread Flex
Me too - I'm the developer of all the sdk's for PP-50 and all Palm programs :) Alan Ingleby wrote: Eric Potter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am also looking at useing a PP-50 thermal printer. Is there any reason I should think about using something else? If the

Re: link error?

2004-01-15 Thread Flex
You've placed too much code in the segment1? What to do: 1. Move some functions to other segment 2. Rearrange functions so that MultiSegOpen is closer to the top 3. Rearrange files in the Segments tab - place the one with this function iside at the top palm os wrote: When I link Debug_Segment1,

how to insert my application into network layer of palmos?

2004-01-15 Thread Michal Seliga
Hello My problem is like this: application uses tcp/ip to synchronize quite large amount of data and I can do nothing about how it is done. I need to make some system hack to check for tcp/ip functions and if tcp/ip connection to certain server/port is opened then it will transparently

Re: Locking a code resource?

2004-01-15 Thread Flex
Huh? What's the reason for that? If you are making an app you can Use DmGet1Resource to get the handle to your code and MemHandleLock to lock it... Use PRCExplorer to see the code resource inside the prc Dhanashri wrote: Hello All, I want to know to lock my application's code into non movable

Re: Sharing preferences

2004-01-15 Thread Roger Stringer
Subject: Re: Sharing preferences From: Richard Coutts [EMAIL PROTECTED] Date: Wed, 14 Jan 2004 09:16:48 -0500 X-Message-Number: 7 If your programs are variations on the same thing, based on increasing levels of functionality for, presumably, more money, then perhaps they should all have the

Re: Treo 600 5-Way Navigation

2004-01-15 Thread Scott D . Schmitz
Jan Vu, thanks for the info on Treo differences. I'll proceed with the changes you suggested. Scott. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Different behavior - Emulator vs. M105

2004-01-15 Thread Jim White
I have gotten a simple app running on my emulator that updates 6 fields on the screen (via a nilEvent/'timer'). When I run this on my desktop, the emulator functions as expected and the numbers scroll through indefinitely. However, when I download the app to my M105, I no longer see numbers in

Re: Sharing preferences

2004-01-15 Thread Douglas Handy
Roger, If you install a newer version, the existing PDB's don't get deleted. That only happens if the user explicitly deletes the old application before installing the newer version. I have a vague recollection of that not always being true. It seems to me that at least some pre-OS3.5 devices

problem using SysGetROMToken.. i can't get the serial# in some devices(m125,zire

2004-01-15 Thread Alexandre Barreto
I made a simple function to get the plams erial number.. it works fine on a m515 but on zire 71, m125 and prob others it dosen't work insteade of the serial number i get a the number of ÿ is equal to the number of digits in the serial number. 12 digits. whats is worng? hw can i get

Re: problem using SysGetROMToken.. i can't get the serial# in some devices(m125,zire

2004-01-15 Thread SLO Revo News
whats is worng? hw can i get the serial of ever palm? You can't. Not all palms have serial #s. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Treo600 connected notification

2004-01-15 Thread palmDev
anybody got the connected notification to work on the Treo600? I have registered the voice event and can handle the incoming call but my app is not getting the call connected event. apparently phnEvtConnectInd only works if your app is taking the call which by app doesn't and phnEvtConnectConf is

Re: problem using SysGetROMToken.. i can't get the serial# in some devices(m125,zire

2004-01-15 Thread Marcelo Henrique
No!? How can I do to know how palms have serial number? Do you know any function or any referense to make me to know if the palm I'm using have or not serial number? A referense will much better!! :) Thanks for help Steve! Marcelo From: SLO Revo News [EMAIL PROTECTED] Reply-To: Palm Developer

Re: problem using SysGetROMToken.. i can't get the serial# in some devices(m125,zire

2004-01-15 Thread Manoel Teixeira
Solução em Fonetização Alexandre, Só os palm's antigos possuem o serial number. Se é por questão de segurança, você vai precisar utilizar outra solução para o problema Manoel Teixeira On Thu, 15 Jan 2004 14:30:01 -0200, Alexandre Barreto [EMAIL PROTECTED] escreveu: De: Alexandre Barreto

Re: problem using SysGetROMToken.. i can't get the serial# in some devices(m125,zire

2004-01-15 Thread Dave Carrigan
On Thu, Jan 15, 2004 at 01:24:58PM -0400, Marcelo Henrique wrote: No!? How can I do to know how palms have serial number? Do you know any function or any referense to make me to know if the palm I'm using have or not serial number? A referense will much better!! :) Are you actually checking

Security Problens

2004-01-15 Thread Marcelo Henrique
I have the same Alexandre's problem. If I don't use th serial number to do some security level. How can I use? Anybody know one way to get a anything that unique identify the palm? Thanks! Marcelo _ MSN Messenger: converse com os

Re: problem using SysGetROMToken.. i can't get the serial# in some devices(m125,zire

2004-01-15 Thread Douglas Handy
Marcel, No!? Correct. Only units which have a flash ROM may have a unique serial number, and then only if the vendor bothered. Not all devices have flash ROM, particularly on the low end of the market. How can I do to know how palms have serial number? If you mean a unit you are holding in

how to get more info on errors, fatal alerts from users

2004-01-15 Thread Brian Preston
I released my first product about 10 days ago. I've created a Yahoo! group for users to discuss it, report bugs, mention features they'd like to see, etc. I'm unable to reproduce some of the errors. Is there any way to get more information from the user when an error occurs? Is there some kind of

Manual Power Off versus Automatic Power Off

2004-01-15 Thread Régis Daniel de Oliveira
Hy all! I need to know when the Palm is turned off Manualy and Automaticaly, but, i don't know wich event to query to discover how the device is shutting down. Does anybody knows how doing this? Thanks! -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Downloading ROMS

2004-01-15 Thread Patrick Philippot
Mikael Holm wrote: Hi, No solution, just want to say that I too have this problem! Hi Mikael, I have sent a request to the online support about this but didn't get any answer until now... Regards. -- Patrick Philippot - Microsoft MVP [.Net] MainSoft Consulting Services www.mainsoft.xx

OS 5.0 5.3 Headers Give Diff Results for sizeof(MyStruct)

2004-01-15 Thread Mike McCollister
Here is a structure that I have been using: typedef struct MyColorTableType { Int16 numEntries; UInt8 fill[2]; RGBColorType entry[UILastColorTableEntry]; } MyStruct; When I compile using the OS 5.0 header files, I get sizeof(MyStruct) = 124. However, when I compile using the OS 5.3

Re: OS 5.0 5.3 Headers Give Diff Results for sizeof(MyStruct)

2004-01-15 Thread Mike McCollister
Found the problem. It turns out that in the OS 5.0 header files UILastColorTableEntry is 30 and in the OS 5.3 header files UILastColorTableEntry is 31. Mike --- Mike McCollister [EMAIL PROTECTED] wrote: Here is a structure that I have been using: typedef struct MyColorTableType { Int16

Re: Follow pendown X and Y

2004-01-15 Thread Doug Blatherwick
Luc Le Blanc wrote: Giorgos Sarris a écrit : I get the penDown X and Y from: case penDownEvent: but the problem is that it does not keep getting events, it just take one event until I press the pen again. What should I do to get events all the time, while the user has the pen on the screen? Is

keyword export is used in SSllib.h

2004-01-15 Thread Vu Pham
Just a report. In the file ssllib.h, there is a definition typedef struct SslCipherSuiteInfo_st { UInt8 cipherSuite[2]; UInt16 cipher; /* sslCsiCipherXXX */ UInt16 digest; /* sslCsiDigestXXX */ UInt16 keyExchange; /* sslCsiKeyExchXXX */ UInt16 authentication; /* sslCsiAuthXXX */ UInt16 version;

Re: Different behavior - Emulator vs. M105

2004-01-15 Thread Flex
As mentioned in the docs - at some devices a nilevent will not be fired. How do you do the waiting code and the evtgetevent? Jim White wrote: I have gotten a simple app running on my emulator that updates 6 fields on the screen (via a nilEvent/'timer'). When I run this on my desktop, the

Re: how to get more info on errors, fatal alerts from users

2004-01-15 Thread Flex
My experience: Fire the gremlins for a couple of days to be sure your app is stable. The preferences is a good idea - i've had alot of problems with them. And you can make a function that writes some kind of log in a db... that's nasty but it's the only way. Brian Preston wrote: I released my

Re: Sharing preferences

2004-01-15 Thread Richard Coutts
My PDE software comes in six main versions Demo, Evaluation, Personal, Professional:Development, Professional:Runtime and Enterprise:Runtime. All the PRC's have the same name and CRID. What happens if some owns the Personal version and is thinking of upgrading to one of the

Re: keyword export is used in SSllib.h

2004-01-15 Thread Flex
Yea, known problem, I've just renamed it to exportx or something. Wonder why is that there... didn't they even tested the ssl? :))) Vu Pham wrote: Just a report. In the file ssllib.h, there is a definition typedef struct SslCipherSuiteInfo_st { UInt8 cipherSuite[2]; UInt16 cipher; /*

FYI: Palm OS 5 Update Release

2004-01-15 Thread Amy Riha
FYI -- An early update release of Palm OS 5 has been posted in the Development Seeding Area. It includes English, French, Italian, German, Spanish, Japanese and Simplified Chinese ROMs, some enhancements, and bug fixes. Please visit the Palm OS Development Seeding Area (login at

Re: Downloading ROMS

2004-01-15 Thread LionScribe
Don't use the quick link. After you log-in there is a link on the page to get to the Rom images. LionScribe Patrick Philippot [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have already subscribed to the Seeding Program long ago and I still have an e-mail and a password that

Re: about 4-navigation arrow and PilRC designer

2004-01-15 Thread armada.li
Thanks for Ben's helps. I only find up-arrow and down-arrow when I select Symbol Font.Its hex code is 0x7 and 0x8. I don't find left-arrow and right-arrow Whatever I select anyone font. ___ http://www.msale.net http://www.msale.net/bbs a Chinese-language message board for

Re: about 4-navigation arrow and PilRC designer

2004-01-15 Thread armada.li
I use PilRC designer 2.1.3.0 I don't find Repeating Button!Why? Thanks. ___ http://www.msale.net/bbs a Chinese-language message board for developers,including palm,ppc,symbian,and etc. MSN:[EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to

netlib strange issues

2004-01-15 Thread Nahum Rosinsky
While trying to establish an http tcp streaming connection from the PalmSim or real device, I simply get a connection drop just (probably originated at the palm side) just after sending or recving zero lenght tcp segments, even when at the server side tcp chunks r still being sent Is there

Re: keyword export is used in SSllib.h

2004-01-15 Thread Vu Pham
- Original Message - From: Flex [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:39 PM Subject: Re: keyword export is used in SSllib.h Yea, known problem, I've just renamed it to exportx or something. Wonder

Re: netlib strange issues

2004-01-15 Thread Vu Pham
- Original Message - From: Nahum Rosinsky [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 7:23 PM Subject: netlib strange issues While trying to establish an http tcp streaming connection from the PalmSim or real device, I simply get a

Pre-linker in CW

2004-01-15 Thread LionScribe
I currently have a batch file that extracts the resources from a 'prc' file, does some computations and changes, and recreated the 'prc' file. The batch file is called by the BatchRunner-PostLinker in CW. I am wondering if it can be done by the Pre-Linker, thus avoiding the extraction and