Re: Palmgear, etc - an idea of PalmOS developer's labor union and a strike

2005-05-02 Thread Azrul
I think i have a relative simple solution. It won't fix it altogether, but i think it can help to some degree. Here's what we do. Newsbies normally simply search tersm such as "palm software" at google and plamgear will come up first. We try to get to no 1 spot at google and educate potential c

Help, How do I include library ??

2005-05-02 Thread chintan
Hi, I am trying to use the shared library in codewarrior for the same project, which I had successfully included in application on linux platform using make files. I had following files md5.h,DES.h, md5.def,des.def. Also md5.prc and des.prc which will installed on POSE to run the application. I

Re: unable to launch target environment

2005-05-02 Thread Franz Gsell
Is it possible that nobody else has the same problem than I? Kind regards Franz Gsell -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Saving as a Bitmap from a gadget

2005-05-02 Thread Trevor Majula
Go to knowledgebase via palmsource and search for the signature++2 application. It should give you a head start in as far as saving signatures to a database. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Stdio to FileStream API

2005-05-02 Thread Salvador Buendia
I'm making my first steps with PalmOS and I've made simple programms with Forms and all that. But I've got a PC programm written in c++ which uses stdio a lot and I need to make it run in my Palm. I use stdio FILE, fgetc, printf and all that functions and I was trying to change it so as to use t

Re[2]: hotsync not working after installing CDK 4.02a HELP!

2005-05-02 Thread Adrien Regimbald
Hello Mishael, If you don't feel comfortable editing the registry, use the CondCfg.exe tool which comes with the CDK. Once you have CondCfg open, press the "HotSync Settings..." button, and you will be presented with a dialog. On this dialog, there are two options you may need to change: Path (Cor

Re: Strange error when trying to intercept sysNotifyVolumeMountedEvent

2005-05-02 Thread Rob Larson
Despite the public documentation, Palm OS is a multi-tasking OS. The following "undocumented" calls are identified in some of the information that I gathered about YAHM: KALTaskCreate, KALTaskDelay, KALTaskDelete, KALTaskGetCurrentID, KALTaskGetInfo, KALTaskResume, KALTaskSuspend, KALTaskStart, K

Re: 5-Way Navigation - Which Devices?

2005-05-02 Thread Ben Combee
At 04:58 PM 5/2/2005, you wrote: Which devices support the built-in 5-way navigation? Do T|T2 and T|T3? Please look at http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=909 This article doesn't mention the Tungsten E2 (it wasn't out when it was written), but it acts

5-Way Navigation - Which Devices?

2005-05-02 Thread JamesSturdevant
Which devices support the built-in 5-way navigation? Do T|T2 and T|T3? JamesS -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re(2): NSBASIC & Palm OS

2005-05-02 Thread George Henne
This shouldn't be a problem. How many forms do you have? Probably the best place for NS Basic discussion is our web board - it's very active. You can reach our web board here: The gang there is really helpful! (and yes, we hang out there too) >I ha

NetLibSocketOpen on the simulator

2005-05-02 Thread Alexandre Barreto
Hi, i´m having problems to open a socket in the simulator. i was using emulator before and it works fine.. then i had to change for OS 5 and now i get a error when i try to open the rockt..something about trying to read mem adress 0x000. what is wrong? i have sed the simulator to redirect n

RE: NSBASIC & Palm OS

2005-05-02 Thread Adrienne Elenteny
I have been creating a program in NSBASIC. It is a large program which works beautifully on my Tungsten C --up to a point. When I get past 500k, the program starts acting erratic on the Palm. I will tap on one button and a completely unrelated form will appear, etc. This doesn't appear to

re: treo650 simulator , rom giving error

2005-05-02 Thread Stadin, Benjamin
I have just downloaded the Treo 650 Cingular Simulator and get the same error on 3 of my PCs (all Win XP SP2). It always crashes and generates a ErrorLog.txt. There is something wrong with the simulator. The file I downloaded from the pluggedin site was palmOne_SDK_4_1_Treo_650_Simulator_GSM_

Re: Simple code in Pascal -> C

2005-05-02 Thread Marcelo van Kampen
Try to paste the problematic piece of code here and the original piece in Pascal so that we can help you On 5/2/05, Andre Augusto <[EMAIL PROTECTED]> wrote: > Andre Augusto wrote: > > > Hello! > > Can anyone help on translating a simple program made in Pascal, to C . > > I have already done almos

Re: rotation on Garnet 5.4

2005-05-02 Thread Guilherme C. Hazan
Thanks Ben, that was the problem. Thanks also Roberto. guich -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Still can't run my application properly on card insertion :-(

2005-05-02 Thread Henk Jonas
Dr. Vesselin Bontchev wrote: Sigh... A search through the archives for "sysAppLaunchCmdDisplayAlarm" yielded in only 70 messages. I read them all. Only one of them is really relevant to my problem - this one: http://news.palmos.com/read/messages?id=31795 It's from somebody who is experiencing exa

Re: rotation on Garnet 5.4

2005-05-02 Thread Ben Combee
At 09:09 AM 5/2/2005, you wrote: Hi, And where should i download it from? https://www.developerpavilion.com/palmos/page.asp?page_id=365&tool_id=8 does not has it. All i see here is the 5.4 simulator, which i already have but am unable to find the "rotation" button. The Tungsten T5 simulator is on t

[ANN] tcpusb-0.1: USB debugging for m68k-palmos-gdb

2005-05-02 Thread Ton van Overbeek
Finally you can use m68k-palmos-gdb with USB devices. I made a tcp-usb bridge (same idea as Florent Pillet's bridge for MacOS) which works both under Cygwin and Linux. For the impatient: the files are on http://www.v-overbeek.nl/tcpusb . Since I hav

Re: Simple code in Pascal -> C

2005-05-02 Thread Andre Augusto
Andre Augusto wrote: Hello! Can anyone help on translating a simple program made in Pascal, to C . I have already done almost the work with this tranlation, but there are some problems, regarding some pointers that I can't solve Please tell where can I send my project, and Pascal files T

Simple code in Pascal -> C

2005-05-02 Thread Andre Augusto
Hello! Can anyone help on translating a simple program made in Pascal, to C . I have already done almost the work with this tranlation, but there are some problems, regarding some pointers that I can't solve Please tell where can I send my project, and Pascal files Thanks a lot! André Au

Re: rotation on Garnet 5.4

2005-05-02 Thread Robert Moynihan
Guilherme C. Hazan wrote: Hi, You mean the button to rotate the screen from Portrait to Landscape? It's normally on the command bar (at the bottom, 2nd from right). Or am I misunderstanding what you are looking for. Bob. Yes, that's exactly what i'm asking: where is this button? Here all

Re: rotation on Garnet 5.4

2005-05-02 Thread Robert Moynihan
Guilherme C. Hazan wrote: Hi, You mean the button to rotate the screen from Portrait to Landscape? It's normally on the command bar (at the bottom, 2nd from right). Or am I misunderstanding what you are looking for. Bob. Yes, that's exactly what i'm asking: where is this button? Here all

Re: rotation on Garnet 5.4

2005-05-02 Thread Guilherme C. Hazan
Hi, > You mean the button to rotate the screen from Portrait to Landscape? > It's normally on the command bar (at the bottom, 2nd from right). Or am > I misunderstanding what you are looking for. Bob. Yes, that's exactly what i'm asking: where is this button? Here all i see is: home, menu, sear

Re: pnoJpegLib: 0-bytes length VFS-file

2005-05-02 Thread Miguel Angel Sotomayor Hernandez
Ok, I will do it and see what happen. I'll let you know. Thanks for your time Miguel Stefan Stolz wrote: Hi Miguel, i've got one idea to isolate the error. Could you please Encode the Bitmap to a Memhandle and save it yourself to a VFS-File? If this also doesen't work please check the same with th

re: Still can't run my application properly on card insertion :-(

2005-05-02 Thread Dr. Vesselin Bontchev
Sigh... A search through the archives for "sysAppLaunchCmdDisplayAlarm" yielded in only 70 messages. I read them all. Only one of them is really relevant to my problem - this one: http://news.palmos.com/read/messages?id=31795 It's from somebody who is experiencing exactly the same problem. And

Re: rotation on Garnet 5.4

2005-05-02 Thread Robert Moynihan
Guilherme C. Hazan wrote: Hi, And where should i download it from? https://www.developerpavilion.com/palmos/page.asp?page_id=365&tool_id=8 does not has it. All i see here is the 5.4 simulator, which i already have but am unable to find the "rotation" button. thanks guich You mean the button t

Saving as a Bitmap from a gadget

2005-05-02 Thread Ruiz Camacho Rodolfo
Hi everybody, sorry for bother you, but I need help. I have an application that capture signatures, but I don't know how to save the signature in a bitmap if it is possible or in another format. Because I need to print later these signature Thanks for your help Best Regards! -- For informatio

Re: Newbie Question: Displaying time on a form

2005-05-02 Thread Robert Moynihan
NGrant.com wrote: NGrant.com wrote: Hi Bob, Thanks for your very prompt reply & I dont even have Dr in the front of my name :) You have to help me out, your reply has gone right over my head. I dont understand !!! How can I use TimGetSeconds, TimSecondsToDateTime, TimeToAscii to replace VNStrCo

Re: rotation on Garnet 5.4

2005-05-02 Thread Guilherme C. Hazan
Hi, And where should i download it from? https://www.developerpavilion.com/palmos/page.asp?page_id=365&tool_id=8 does not has it. All i see here is the 5.4 simulator, which i already have but am unable to find the "rotation" button. thanks guich -- For information on using the Palm Devel

Re: pnoJpegLib: 0-bytes length VFS-file

2005-05-02 Thread Stefan Stolz
Hi Miguel, i've got one idea to isolate the error. Could you please Encode the Bitmap to a Memhandle and save it yourself to a VFS-File? If this also doesen't work please check the same with the pnoJpeg2QuickEncode-Function. Stefan Miguel Angel Sotomayor Hernandez wrote: Good question... but I t

Re: Newbie Question: Displaying time on a form

2005-05-02 Thread NGrant.com
NGrant.com wrote: Hi Bob, Thanks for your very prompt reply & I dont even have Dr in the front of my name :) You have to help me out, your reply has gone right over my head. I dont understand !!! How can I use TimGetSeconds, TimSecondsToDateTime, TimeToAscii to replace VNStrCopy ? I was h

Re: Newbie Question: Displaying time on a form

2005-05-02 Thread Christian Lindemeier
Hi NG yes you were right, vnstrcpy is not a standart routine. I'm using it for so long I don't even know where I got it from. StrCopy does mostly the same, but below you find the source of VNStrCpy. feel free to use it. Christian Lindemeier UInt16 VNStrCpy(char* dest,const char* src,UInt16 len) {

Re: Strange error when trying to intercept sysNotifyVolumeMountedEvent

2005-05-02 Thread Roger Stringer
Subject: re: Strange error when trying to intercept sysNotifyVolumeMountedEvent From: "Dr. Vesselin Bontchev" <[EMAIL PROTECTED]> Date: Sun, 1 May 2005 16:42:28 - > All programs can run in Palm OS "background" all the time. Nope, they don't. They reside in memory all the time - but at any g

Re: Newbie Question: Displaying time on a form

2005-05-02 Thread Robert Moynihan
NGrant.com wrote: Hi Christian I noticed in your sample code a call to VNStrCpy, where do I find this routine ? Is it a routine of yours ? Have you looked at the "TimeToAscii" function, which is part of the OS. First you would use TimGetSeconds() to find the current time. Feed that into TimSecon

Re: Newbie Question: Displaying time on a form

2005-05-02 Thread NGrant.com
Hi Christian I noticed in your sample code a call to VNStrCpy, where do I find this routine ? Is it a routine of yours ? Thanks NG Terry Young wrote: >I want to display the time on a form. I have several questions: >1 - What event (or interrupt) do I look for to update the time >in the ev

Treo 650 SMS application

2005-05-02 Thread Raj Chopra
Hi, I found lot many documentation and sample codes for TREO 600 SMS application. But didn't find any help regarding TREO 650 SMS application , where did I get documentation and sample application? Also I don't know about How to test it using TREO 650 simulator and Virtual Phone?? Thanks in a

Re: Problem calling PrgUpdateDialog()

2005-05-02 Thread Scott Erickson
I tried to pass NULL in as the string arg on the update call, but the same thing happened. It would lock up on the PrgHandleEvent() call same as before. -- Scott Erickson Software Development Team, FB-4, Inc. [EMAIL PROTECTED] "Scott Erickson" <[EMAIL PROTECTED]> wrote in message news:[EMAI

Still can't run my application properly on card insertion :-(

2005-05-02 Thread Dr. Vesselin Bontchev
Arrrgh, this thing is driving me nuts. :-((( OK, so I disable the automatic execution of start.prc and set an alarm one second later. OK, so when I get the alarm, I display my form and enter an event loop. OK, whent he event loop ends, I try to run start.prc manually. Works almost fine - if the

re: anyone try using HB++ to program?

2005-05-02 Thread Omega Software
No I don't work for them. Yes the prc's are bigger. Due to the linking in of libs used during runtime. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Another NVFS surprise on T5

2005-05-02 Thread Jan Slodicka
A follow-up for those who are interested: The thing that seems to solve the problem is a new DmFindDatabase call when DmSetDatabaseInfo returns an error different from dmErrAlreadyExists plus a rename retry. The most important lesson is perhaps that the LocalID returned from DmFindDatabase may be