Re: arm-prc-tools help

2006-08-07 Thread Hynek Sladky
Can I ask anybody for process description how to install successfully cygwin for arm-palmos development? Thanks, Hynek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Converting PDB to JPG

2006-08-07 Thread Daniel Brocco
After hotsync the pictures are put into a folder in pdb file format... How can i convert that pdb photo file from Palm to .jpg file? I need a way convert using my hotsync conduit..   Daniel     -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.

Re: Launch an other application in landscape mode

2006-08-07 Thread Dmitry Grinberg
hello, a) does anybody know how to change the last user selected state? yes but unless you want to go digging into StatusBar's globals you cannot do it b) is it possible to programmatically click on the controlbar button to simulate the user action? (I didn't find how to get the correct bu

Re: Emulator Sources?

2006-08-07 Thread Gary
For starters, you'll want to download the Garnet (PalmOS 5.x) simulators from palmsource.com.  You can also download a number of interesting Treo simulators from pluggedin.palm.com. -Gary Anders Green wrote: [Doctor Nick] Hi everybody! [/Doctor Nick] So, I'm using the Palm Emulator 3.5 f

Emulator Sources?

2006-08-07 Thread Anders Green
[Doctor Nick] Hi everybody! [/Doctor Nick] So, I'm using the Palm Emulator 3.5 from PalmOS. That gives me the Palm 4.1.2 ROMs in debug and release forms, but that isn't a very wide selection, now is it? ;) What about emulators for Sony stuff, palm phones, SOMETHING that supports color, and so on

Re: what is correct way to detect how many sms messages are in inbox?

2006-08-07 Thread Gary
As far as I've seen, the built in APIs for getting at SMS data aren't very helpful.  Different carriers install different SMS software on each phone, and they vary between devices as well.  I've had to reverse engineer a number of different SMS database formats for my application, and I'm only

Re: Enquiry for handheld's OS

2006-08-07 Thread Rabindra Nayak
symbian os,window CE(packet PC),www.symbian.compython10 <[EMAIL PROTECTED]> wrote: Hi all,I wondering does any of you know what's the main advantages of Palm OS compare to other OS? (Regarding to programming usage). Or where can I find the useful information about the advantages and disadvantages

RE: PalmSource registration fails

2006-08-07 Thread yusra ahmed
i had the same problem when i tried to register.In the email field, put ur company email instead of hotmail or so.Initially i put my hotmail email and it gave me an error, but once i registered using my university email it worked.Weird   YusraFed up with spam in your inbox? Find out how to deal

Launch an other application in landscape mode

2006-08-07 Thread Didier Devy
I'm writing a little utility to launch my GPS application. This utility is needed to: -clean the dbcache (a recurrent problem on Palm T5) -start the GPS application in landscape mode For the 2nd step, I tried to use the SysSetOrientation API. The screen rotates well in my utility but comes back t

re: Input box doesn't allow any keys, otherwise works: SOLUTION

2006-08-07 Thread Anders Green
My original message is below. For those searching the archives, I'm adding the solution to my problem. In the resource file, the field did not have the MAXCHARS attribute set. Apparently it defaults to zero, which is why it wouldn't let me type anything in. Changing the rcp file to read: FIELD

Re: arm-prc-tools help

2006-08-07 Thread Hynek Sladky
The result is same as from win's prompt... many errors. The only thing that helps is when I copy arm-palmos\bin\as.exe to bin\as.exe I found now that there seems to be other more problem: after calling "arm-palmos-gcc -nostartfiles -o name name.o" it runs lib\gcc-lib\arm-palmos\3.3.1\collect2.ex

Re: Re: arm-prc-tools help

2006-08-07 Thread Aaron Ardiri
On 8/7/06, Hynek Sladky <[EMAIL PROTECTED]> wrote: No, I run make.exe from command line. BINGO. cygwin is a shell environment - you need to be within that shell in order to use anything that cygwin has to offer. all the paths to the compiler are within cygwin, not the msdos command line. try

Re: PalmDB structure

2006-08-07 Thread marco roner
I have the source code, so I can see the filed of the PDB, but for examplechar* name  in mysql is a VARCHAR(?) , I don't know how it's long.For this I need a tool to see the record in PDB. 2006/8/7, Carmine Castiglia <[EMAIL PROTECTED]>: I am far from being an expert, but here is what I understand

Re: arm-prc-tools help

2006-08-07 Thread Hynek Sladky
No, I run make.exe from command line. Hynek Aaron Ardiri napsal(a): you are typing make under a cygwin prompt i assume? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: arm-prc-tools help

2006-08-07 Thread Aaron Ardiri
On 8/7/06, Hynek Sladky <[EMAIL PROTECTED]> wrote: I want to start with ARM native functions. I added arm-prc-tools to my cygwin installation and now I try to compile project. make calls bin\arm-palmos-gcc.exe which calls lib\gcc-lib\arm-palmos\3.3.1\cc1.exe and bin\as.exe as.exe prints many erro

arm-prc-tools help

2006-08-07 Thread Hynek Sladky
I want to start with ARM native functions. I added arm-prc-tools to my cygwin installation and now I try to compile project. make calls bin\arm-palmos-gcc.exe which calls lib\gcc-lib\arm-palmos\3.3.1\cc1.exe and bin\as.exe as.exe prints many error messages "Error: no such instruction: ..." and

RE: PalmDB structure

2006-08-07 Thread Carmine Castiglia
I am far from being an expert, but here is what I understand to be true: 1) Palm database records are stored as simply a string of bytes. It is relatively simple to separate the database into individual records. 2) Palm databases *do not* embed any information as to record structure. It is impos

Enquiry for handheld's OS

2006-08-07 Thread python10
Hi all, I wondering does any of you know what's the main advantages of Palm OS compare to other OS? (Regarding to programming usage). Or where can I find the useful information about the advantages and disadvantages (comparison) of different kind of OS? Cheers. Ryan. -- For information on usin

R: PalmDB structure

2006-08-07 Thread Sandro Sigaudo
Marco you can try with PDB Converter, http://www.mverive.com/pdbconverter.htm -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] conto di marco roner Inviato: lunedì 7 agosto 2006 12.45 A: Palm Developer Forum Oggetto: PalmDB structure I have a palm C application, tha

PalmDB structure

2006-08-07 Thread marco roner
I have a palm C application, that it stores data in a pdb , I have to see the structure of the db for replicate it on my desktop computer (mysql db). there is a tool to do it? thanks marco -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.p

Re: how to draw text with transparent background

2006-08-07 Thread Michal Seliga
no, you can only set different font to list and rowheight is taken from font height then [EMAIL PROTECTED] wrote: > can i set row height of a List? > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: how to draw text with transparent background

2006-08-07 Thread jarlymail
can i set row height of a List? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: DmNumRecords

2006-08-07 Thread Sergey Leschenko
On Mon, 07 Aug 2006 08:11, Durgesh Trivedi wrote: > when i try to count the records frm todo database using the function > DmNumRecords it give the count for those records also which are deleted frm > the data base. > > for example > we have 5 records in the data base its show still 5 after we

Re: what is correct way to detect how many sms messages are in inbox?

2006-08-07 Thread Michal Seliga
please..someone... builtin phone application shows correct number so it must be possible somehow... i just can't find out how Michal Seliga wrote: > hi > > on treo650 i need to detect how many sms messages are in inbox > > when i use PhoneLib api to open database with sms messages for me > (Phn

Re: Palm and PalmSource disagreement consequences

2006-08-07 Thread Roger Stringer
At 04:15 AM 8/7/2006, you wrote: ubject: Re: URGENT : Palm and PalmSource disagreement consequences From: themacuser <[EMAIL PROTECTED]> Date: Mon, 7 Aug 2006 14:59:21 +0930 X-Message-Number: 10 So far, the impression I get is that Palm OS will be dropped, and Palm will be forced to go to Access

Re: how to draw text with transparent background

2006-08-07 Thread Michal Seliga
i am not usre about table, but in list i am sure that draw callback will be called. yes, it inverts selection by itself, but if you know which item is selected one you can draw it in your colors, invert it and then let system invert it back to get colors you want. but its just theory, i never tri

Re: DmNumRecords

2006-08-07 Thread Thomas Damme
Durgesh Trivedi schrieb: when i try to count the records frm todo database using the function DmNumRecords it give the count for those records also which are deleted frm the data base. for example we have 5 records in the data base its show still 5 after we delete the 2 records But it shou

Re: how to draw text with transparent background

2006-08-07 Thread jarlymail
The SDK calls the draw function to repaint each row in the List/Table. I found when a selection is made, the SDK doesn't call the draw function. It seems the LstSelectEvent and TblSelectEvent are handled by something else and it does not need my draw function to repaint the list. If I draw somet

Re: how to draw text with transparent background

2006-08-07 Thread Dmitry Grinberg
there is nothing stopping you from calling WinSet*Color() functions or the WinDrawBitmap() inside the draw function On 8/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Yes, I can create draw function for List or Table. But, the problem is the selection. Palm reverses the background color o

Re: how to draw text with transparent background

2006-08-07 Thread jarlymail
Yes, I can create draw function for List or Table. But, the problem is the selection. Palm reverses the background color of the selected row. How can I change the highlight color or draw a image? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://w

RE: DmNumRecords

2006-08-07 Thread Jagat Nibas Mahapatra
You can check deleteflag to filter them. In general design, palm's records are deletd permanently during hotsync... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Durgesh Trivedi Sent: Monday, August 07, 2006 1:42 PM To: Palm Developer Forum Subject: DmNu

DmNumRecords

2006-08-07 Thread Durgesh Trivedi
when i try to count the records frm todo database using the function DmNumRecords it give the count for those records also which are deleted frm the data base. for example we have 5 records in the data base its show still 5 after we delete the 2 records But it should show 3 records. and