How to register my app with hotsync on the handheld

2003-09-26 Thread Louis Wildschut
Ha all, After many hours browsing and e-mails to counduit-dev i hope someone can help me with this problem. I like to register my program with hotsync on the handheld but i can't find out how to proceed. In the 'Conduit setup' menu on the handheld i like to add my own item in the list to hots

Sound Streaming

2003-09-26 Thread pravin
Hi all, can someone please tell me how to use SndStreamCreate API. Also what we should write in callback function A sample template like code will help a lot... Regards, Pravin Tamkhane -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm

Re: Deferring Sleep

2003-09-26 Thread Tony Cheung
Hi Eric, Which device are you trying it on? I have successfully prevent the device from going to sleep on a Tungsten T. Have you checked if your event handler ever get called? Tony Eric Blanpied wrote: Thanks, Tony, I've wound up with something like that, but it doesn't seem to have an effect

Re: Deferring Sleep

2003-09-26 Thread Tony Cheung
If you application is always running as the foreground application, as long as you call EvtResetAutoOffTimer() frequent enough, you should be able to prevent the device from going to sleep. Kisok-type situation? Using Palm OS as the OS for a kiosk? That's interesting. Tony Eric Blanpied wrote

pause between key events

2003-09-26 Thread "Alex Nikandrov"
How to insert pause between key events for three seconds for example? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: pause between key events

2003-09-26 Thread Giorgos Sarris
--- "Alex Nikandrov" <[EMAIL PROTECTED]> έγραψε: > How to insert pause between key events for three > seconds for example? > Maybe with SysTaskDelay (90); ? Do You Yahoo!? Αποκτήστε τη δωρεάν @yahoo.gr διεύθυνση σας στο http://www.ot

float

2003-09-26 Thread Pablo Martin Vera
I need to convert a float to a CString please if someone know how to do it or have some code please send it to me. Thanks a lot. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Deferring Sleep

2003-09-26 Thread Roger Stringer
Subject: Re: Deferring Sleep From: Eric Blanpied <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2003 15:18:36 -0700 X-Message-Number: 36 Thanks, but the situation is a bit different. The devices that the app will play on are intended to be tethered and continuously powered. It's a kiosk-type situation, whe

insert delays between typing events

2003-09-26 Thread Roger Stringer
Subject: insert delays between typing events From: Alex Nikandrov<[EMAIL PROTECTED]> Date: Thu, 25 Sep 2003 11:57:43 +0400 Hi! I'm sending events (typing one letter after another for example) to application (memo) and want to have pause between them (delay for few seconds). So that typing letter

Re: Deferring Sleep

2003-09-26 Thread Dave Lippincott
What's wrong with EvtResetAutoOffTimer ??? Put it in your event loop so its called often. The unit will never sleep. Also, a kiosk still requires power in the event you loose this power, you should still allow the system handle the critical power event. - Original Message - From: "Eric

Re: pause between key events

2003-09-26 Thread Dave Lippincott
Character entry or hardware keys? - Original Message - From: "Alex Nikandrov" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 8:34 AM Subject: pause between key events > How to insert pause between key events for three seconds for exam

RE: Making my own IDE...

2003-09-26 Thread Tom Frauenhofer
Another alternative - use the Eclipse IDE platform (downloadable from http://www.eclipse.org) and the C/C++ Development Toolkit plugin, tied into prc-tools. It's free and you can easily extend it to add editors for other things (for example, you can try one of the free PilRC tool builders if yo

Re[2]: pause between key events

2003-09-26 Thread "Alex Nikandrov"
The code example is below: AppLaunchWithCommand('memo', sysAppLaunchCmdNormalLaunch, NULL); EvtEnqueueKey(chrSmall_H,0,0); EvtEnqueueKey(chrSmall_E,0,0); SysTaskDelay(100); EvtEnqueueKey(chrSmall_L,0,0); SysTaskDelay(100); EvtEnqueueKey(chrSmall_L,0,0); SysTaskDelay(100); EvtEnqueueKey(chrSmall_O,0

Re: insert delays between typing events

2003-09-26 Thread "Alex Nikandrov"
Yes! You are right! I thought the same! But how to let the system to process event then make delay and then send next event? -Original Message- From: Roger Stringer <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Date: Fri, 26 Sep 2003 09:14:49 -0400 Subject: insert del

Re[2]: pause between key events

2003-09-26 Thread "Alex Nikandrov"
The question is actually how to let the system to process event then make delay for any period then throw next event and so on in cicle? -Original Message- From: Giorgos Sarris <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Date: Fri, 26 Sep 2003 14:01:52 +0100 (BST) S

best way to access the video/Audio files?????

2003-09-26 Thread SaradhiDV
Hai All, 1. I transfered some video/Audio clips on the palm device in the .pdb format.I intended these PDb files to support file streaming api.SO in what way should i convert the existing databases to the filestream supported databases?? 2. I intended to play the media files using filestream api

Dummy APP for handheld

2003-09-26 Thread Louis Wildschut
Hi all, I need to read some data form the handheld and now i need to create a 'Dummy APP' for the handheld to make my creator id 'si14' (registerd of course (-;) to be known and sync with my conduit. I don't have any knowledge of programming the palm but i know how to write nice C or vb softwa

Re: Printing from Palm in Okidata

2003-09-26 Thread dmazzini
Thanks for the reply, Roger. Remember wich is the pinout cable is using? Thanks Damian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Re[2]: pause between key events

2003-09-26 Thread Dave Lippincott
Use the nilEvent method. A quick search of past post will give you example code. - Original Message - From: "Alex Nikandrov" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 9:48 AM Subject: Re[2]: pause between key events > > The que

Re: Merge 2 prc with Palm OS 68K linker

2003-09-26 Thread Regis St-Gelais
"Ben Combee" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > However, an easier fix is to use the Palm OS 68K linker for your > MainProject target, and to just add the AddResources PRC file to that > target. The Palm OS 68K linker doesn't have any resource limits, and that

Re: Dummy APP for handheld

2003-09-26 Thread José dos Santos Machado
Louis Wildschut escreveu: What's the fastest, best and cheapest way to create a dummy application on the handheld? You can ask a friend to write it for you... :) If it's just a dummy app with your creator id, I can write it to you, at no costs. If you're interested please contact me in PVT..

Re: Dummy APP for handheld

2003-09-26 Thread Dave Lippincott
Fast and cheap: Compile the starter app (or a simple 'Hello world' app) with your creator ID. Have the app simply terminate when started and remember to set the hide attribute so it won't show up in the launcher. - Original Message - From: "Louis Wildschut" <[EMAIL PROTECTED]> To: "Palm

RE: Making my own IDE...

2003-09-26 Thread David Martin
if you are going to write an IDE from scratch (rather than extending Glade for example), consider using a cross-platform GUI toolkit such as QT (www.trolltech.com) or WxWindows (www.wxwindows.org), or maybe write it as a Java application so that it will run on whatever platform you have. my two ce

Re: Problem with OS5

2003-09-26 Thread Tony Cheung
Hi Gunnar Sig, In Palm OS 3.5 or above, one should perform the custom drawings after FrmDrawForm() is performed. Thus, you have to move your WinDrawBitmap() and other drawing codes in your ReportFormInit() to after FrmDrawForm() in both frmUpdateEvent and frmOpenEvent handler. You also want to

Re: Graffiti range changeable programmatically?

2003-09-26 Thread Tony Cheung
nybxvc wrote: Hi, on Tungsten under Preferences>Graffiti>Writing range(?) the traces behind the gliding pen can be switched off. But how programmatically. I did not find any such command among the Graffiti 2 ones. Thank you W.Voll Try to take a look at the PalmGoLCD API of Palm Solutions Group

Re: Graffiti range changeable programmatically?

2003-09-26 Thread Chris Apers
> > > > Try to take a look at the PalmGoLCD API of Palm Solutions Group SDK, > which is available when you joined the Palm's plugged in program. > Is this API Avaliable on other devices (Zodiac, OS5 Clie,...) ? Chris -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Graffiti range changeable programmatically?

2003-09-26 Thread Aaron Ardiri
> > Try to take a look at the PalmGoLCD API of Palm Solutions Group SDK, > > which is available when you joined the Palm's plugged in program. > > Is this API Avaliable on other devices (Zodiac, OS5 Clie,...) ? Palm SG = palmOne (or, palmOnly as the joke is lately) :P Zodiac = tapwave, Clie = s

SMS extension?

2003-09-26 Thread Ricardo Marques
Hi. What is the extension of a SMS message? thx for the attention Ricardo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Pilrc question (bug?)

2003-09-26 Thread Brad Figler
All, I have Pilrc version 2.1.3.0. When I try to open up an RCP that has a font definition in it, I get the following error message. Unable to load [PRC FILENAME] : is not a valid integer value. I removed the font definition, then re-added it, saved the file and tried to open it. I got the sam

Re: Making my own IDE...

2003-09-26 Thread Sean
Where could I find the C/C++ Development Toolkit plugin? "Tom Frauenhofer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Another alternative - use the Eclipse IDE platform (downloadable from > http://www.eclipse.org) and the C/C++ Development Toolkit plugin, tied into > prc-tools.

Re: Making my own IDE...

2003-09-26 Thread Keith Rollin
At 1:45 PM -0400 9/26/03, Sean wrote: Where could I find the C/C++ Development Toolkit plugin? It's on the Eclipse site. You can poke around the downloads area, but IIRC, the URL is . -- Keith -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Pilrc question (bug?)

2003-09-26 Thread Ben Combee
At 12:16 PM 9/26/2003, Brad Figler wrote: All, I have Pilrc version 2.1.3.0. No, you have "PilRC Designer 2.1.3.0". PilRC is the compiler, PilRC Designer is the editor. When I try to open up an RCP that has a font definition in it, I get the following error message. Unable to load [PRC FILENA

Indexing in to arrays with code warrior.

2003-09-26 Thread Brad Figler
Is there some setting in CW to disable arithmetic conversion warnings when indexing in to arrays with unsigned shorts vs. signed shorts? If I write the following code. UInt16 index = 3; UInt32 myArray[ 500 ]; myArray[ index ] = 10; I get a warning message about arithmetic conversion from unsign

Re: Indexing in to arrays with code warrior.

2003-09-26 Thread Ben Combee
At 01:11 PM 9/26/2003, Brad Figler wrote: Is there some setting in CW to disable arithmetic conversion warnings when indexing in to arrays with unsigned shorts vs. signed shorts? If I write the following code. UInt16 index = 3; UInt32 myArray[ 500 ]; myArray[ index ] = 10; I get a warning messa

Re: Pilrc question (bug?)

2003-09-26 Thread Brad Figler
Ben Combee wrote: No, you have "PilRC Designer 2.1.3.0". PilRC is the compiler, PilRC Designer is the editor. Yes. I have PilRC Designer 2.1.3.0. I really meant to write that. Fingers got ahead of my brain (or other way around). Move your FONT definition to a separate RCP file and add that to

Re: Pilrc question (bug?)

2003-09-26 Thread Ben Combee
At 01:17 PM 9/26/2003, Brad Figler wrote: Move your FONT definition to a separate RCP file and add that to the project. PilRC Designer doesn't handle them well in this version, it appears. Is there any problem with going back a rev of the designer instead? No, you should still be able to run the

Ben - Re: PilRC Designer Updates

2003-09-26 Thread Jamie
Do we get a answer to this question? Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > At 08:44 PM 9/22/2003, Regis St-Gelais wrote: > >Where can we get PilRC Designer updates? > > An update to 2.1.3.0 will be part of the 9.2 update to CW for Palm OS 9. Unfortunately --

Re: Ben - Re: PilRC Designer Updates

2003-09-26 Thread Ben Combee
At 02:01 PM 9/26/2003, Jamie wrote: Do we get a answer to this question? I sent you a message by private email. The 9.2 patch will be posted early next week -- we have concluded beta testing and are testing the final installer over this weekend. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for

RE: Shared libraries with resources : is it possible?

2003-09-26 Thread Ken Krugler
Hi all, There's an ancient PalmSource internal convention that reserves the resource ID range 31000 - 31999 for shared libraries. This doesn't solve the problem of two shared libraries being opened at the same time, but it would seem to solve the problem being discussed here. A different appro

Re: Turkish Language support on palm

2003-09-26 Thread Ken Krugler
i have a problem. I am highly confused. Now my problem is that in my application the language used for development is English i.e i set the labels and any text related things in english, if i want to do the same in turkish language is there any way to do it? Yes, but it's not easy. You'd need to im

How do you localize your app?

2003-09-26 Thread John Leung
Hi, Does anyone has any advice (or location of any documentations) on how to localize an app to another language? Is it possible to use unicode somehow? If you intend to write a conduit, how do you deal with converting the international characters on a device to unicode on the desktop? Any

OT: Automatic deletion of spam from 'swen' / Worm.Automat.AHB virus

2003-09-26 Thread Veronica Loell
See http://nakawe.sf.net/MMM3/ for more information Rules in SWEN-smart.magic Ver. 3 - Matching TO (Till): - Tcl1 *client*<[EMAIL PROTECTED] Tcl1 *customer*<[EMAIL PROTECTED] Tcl2 *net*<[EMAIL PROTECTED] Tcl2 *user*<[EMAIL PROTECTED] Tcl3 *mail*<[EMAIL PROTECTED] Tcu1 *client*<[EMAIL PROTE

Detecting Zire's 4-button config

2003-09-26 Thread Richard Coutts
My app remaps the 6 hardkeys of the device (or four if the navigator's present). I completely spaced an the 4-hardkey configuration of the Zire and just got a question from a user regarding it. To detect whether the Navigator is present, I'm currently doing this if (errNone == FtrGet(navFtrCr

Re: Dummy APP for handheld

2003-09-26 Thread Ron Nicholson
Louis Wildschut writes: > What's the fastest, best and cheapest way to create a dummy application on > the handheld? Find the smallest safe application you can (one you'll never use), install it, and then use a utility such as FileZ or RsrcEdit to change the creator ID and name. Starter.prc is a

Re: Detecting Zire's 4-button config

2003-09-26 Thread YAMADA Tatsushi
We've discussed this before but come to the concluson that there's no other way to see HAL/DEVICE/OEM id. regards Richard Coutts wrote: My app remaps the 6 hardkeys of the device (or four if the navigator's present). I completely spaced an the 4-hardkey configuration of the Zire and just got a

Does sysNotifyNetSocketEvent exist?

2003-09-26 Thread Chris Faherty
I'm looking at the OS 5 SDK and it appears there is a notification which happens during socket activities. However I can't find the appropriate notifyType to register. It appears it should be called sysNotifyNetSocketEvent. Does anyone know what the value is? -- /* Chris Faherty <[EMAIL PRO

Beaming problem....

2003-09-26 Thread 阿謙
Hi! I'm writing a program that can send messages(texts) from one palm device to another. But it seems that I have problem registering the type of data that I want to receive! I'm using ExgMrg and Here's the section of code straight from my app: UInt32 PilotMain(UInt16 cmd, MemPtr cmdPBP, UInt16 la