How to get the Line Info of a field belong to a table? (OS5.0)

2003-06-16 Thread Simon
Hello everyone ... The question confuse me many days... can someone help me ~ I want to get the line information of a table's field . ex : fieldP-lines[0].start and fieldP-lines[0].length palm OS 5.0 SDK : It does not support or provide backward compatibility

Low density fonts, high density displays.

2003-06-16 Thread Matthew Darkstorm Bevan
Attempting to draw low-density text on a high-density display seems to be a crufty, but workable solution to the problem of displaying small text. What I have written works partially - it renders low density text on an off-screen window. It doesn't do what I /need/ it to - it pixeldoubles the

Game Freezes!!!

2003-06-16 Thread Giorgos Sarris
Hi all, I'm programming a game in CW9 and C++. During the game (When everything moves on the screen) when someone tabs on the graffiti area and hold down the pen down THE GAME FREEZES and when he stops holding the pen down the GAME continues normally. This happens also in PALM API EXAMPLE

Re: Game Freezes!!!

2003-06-16 Thread Aaron Ardiri
did you have to post your message again? Date: Fri, 13 Jun 2003 14:37:59 +0100 (BST) From: =?iso-8859-7?q?Giorgos=20Sarris?= [EMAIL PROTECTED] Subject: Hold the pen on graffiti are the game FREEZES To: Palm Developer Forum [EMAIL PROTECTED] we all heard the first time. posting again doesn't

Re: Database Vs Text files(Beginner)

2003-06-16 Thread Andrew
Which sort of XML parser are you using? or you created your own parser alternatively? There's also a (questionable) trend toward using XML, rather than a CSV, as the intermediate file. A recent online webinar from Sybase iAnywhere and AvantGo featured their M-Server software which can send

Re: Low density fonts, high density displays.

2003-06-16 Thread Matthew Darkstorm Bevan
As per usual, I answered my own question. However - there has to be a better way to do this! (And don't suggest embedding a font in my app - I'm waiting for the next release of pilrc to do that ;) static void WinPaintCharsSmall (const Char *chars, Int16 len, Coord x, Coord y) { WinHandle

Re: Low density fonts, high density displays.

2003-06-16 Thread Aaron Ardiri
As per usual, I answered my own question. However - there has to be a better way to do this! (And don't suggest embedding a font in my app - I'm waiting for the next release of pilrc to do that ;) pilrc.sourceforge.net there is a beta/in-process version of pilrc that supports high density

disable all PenDownEvent

2003-06-16 Thread Giorgos Sarris
Hi, How can I disable all PenDownEvent events? Thanks Giorgos Do You Yahoo!? @yahoo.grhttp://www.otenet.gr -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: disable all PenDownEvent

2003-06-16 Thread Rodolphe Brejaude
You can catch these events in a special function that you specify in the event loop when in this methos you can call EvtFlushPenQueue(); EvtFlushKeyQueue(); to delete all the messages - Original Message - From: Giorgos Sarris [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL

Can use emulator to do hotsync?

2003-06-16 Thread apple k
Hi, I'm not sure whether the CodeWarrior Emulator is able to do hotsync with back-end database and download data to the emulator instead of using the physical cradle? if so, could someone let me know the guideline or any website i could refers? Pls help in this regard and very appreciated of the

Remote Hotsync.

2003-06-16 Thread Ai Lee Tang
hi all, I would like to know, is there a solution for remote hotsync? I have a scenario where i want to perform a hotsync from home to connect to office server database. HOw do i go about it?? rgds, ailee _ Download the latest

Help Palm OS.

2003-06-16 Thread Gianni Morelli
Hi Folks, is there someone who know how can I get a particular version of Palm OS to install on my device? Is it possibile to download it ? Is it for free or I have to purchase it ? Thank you all in advance Gianni -- For information on using the Palm Developer Forums, or to unsubscribe,

RE: Help Palm OS.

2003-06-16 Thread Maggi Pietro
It really depends on the device type. For Example Symbol devices offer free upgrade on the devzone.symbol.com site while for Palm SG Devices you have to buy an upgrade. Best regards -- Pietro F. Maggi E-mail: [EMAIL PROTECTED] -Original Message- From: Gianni Morelli [mailto:[EMAIL

RE: pInstaller vs Catapult

2003-06-16 Thread Tom Frauenhofer
At 12:00 AM 6/15/2003 -0700, Bobby Kolev [EMAIL PROTECTED] wrote: Why not change to Pilot Catapult ? IMHO it's better than pIntaller. -- J. Machado Well thank you for that :-) And thank you again - Catapult has cut down our support work a lot. Definitely the way to go for PC-based software

Re: Database Vs Text files(Beginner)

2003-06-16 Thread Michael Yam
Andrew [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Which sort of XML parser are you using? or you created your own parser alternatively? None, I'm pursing CSV! :-) I know there are a few available on the web, but I haven't explored any of them in detail. With new Palm devices

Re: Help Palm OS.

2003-06-16 Thread Aaron Ardiri
Hi Folks, is there someone who know how can I get a particular version of Palm OS to install on my device? Is it possibile to download it ? Is it for free or I have to purchase it ? do yourself a favour - register as a palm developer on www.palmos.com join the seeding area and you'll have

Re: Can use emulator to do hotsync?

2003-06-16 Thread Dave Lippincott
Easy, read the instructions that come with Pose. There are several methods to set Pose up to sync, all are covered in the directions. There is no difference between Pose and a physical hand held as far as Hotsync is concerned. If you can do it with a regular Palm, you can do it with Pose (with

Re: Remote Hotsync.

2003-06-16 Thread Dave Lippincott
If your work computer has a static IP address, then you can use the network sync already included with Hotsync. - Original Message - From: Ai Lee Tang [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, June 16, 2003 5:57 AM Subject: Remote Hotsync. hi all, I

Web Browser as Image Viewer

2003-06-16 Thread Akhilesh Singh
Hi All, I want to view gif or jpg images on palm as web content, i.e. using Web browser on PalmOS 5. My Palm application has an image file and i want to view this image. So, i did this Using exchange manager, i am sending content of image file to Web browser and it is showing the image. But, this

Field with hidden value

2003-06-16 Thread iwanicki . l
Hi all, Is there a simple way to hide the value of the field. I would like to create a field which would store password. It would only show assigned or prompt but the value would be entered in the popup window which is triggered by tapping this field. (i.e. like the password field in

Re: Database Vs Text files

2003-06-16 Thread Roger Stringer
Subject: Re: Database Vs Text files(Beginner) From: Michael Yam [EMAIL PROTECTED] Date: Sun, 15 Jun 2003 23:29:57 -0400 X-Message-Number: 8 There's also a (questionable) trend toward using XML, rather than a CSV, as the intermediate file. A recent online webinar from Sybase iAnywhere and AvantGo

Do an event to another application

2003-06-16 Thread iyad abu-shaera
I have an application (not mine) that contains just 1-checkbox, can I call that application and check the checkbox then return back to my application?? _ Add photos to your e-mail with MSN 8. Get 2 months FREE*.

Re: Can use emulator to do hotsync?

2003-06-16 Thread Eric VERGNAUD
le 16/06/03 15:03, Dave Lippincott à [EMAIL PROTECTED] a écrit : Easy, read the instructions that come with Pose. There are several methods to set Pose up to sync, all are covered in the directions. There is no difference between Pose and a physical hand held as far as Hotsync is concerned.

Re: Field with hidden value

2003-06-16 Thread Hal Mueller
A selector trigger is a better choice than a field for this effect. Selecting the trigger will cue you to display your popup; after you're done change the label of the trigger to entered or whatever. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: bus error building (and drawing) dynamic list

2003-06-16 Thread Brian Preston
Thanks for your replies, Jeff. Doh! I had forgotten that since I was declaring (char **) I had to do MemPtrNew twice, once for each dimension. But now I'm getting the error that says I'm basically running out of space, or I didn't allocate enough space in my buffer. I'm just trying to allocate n

PalmOS 5.2 Multichannel Sound Library

2003-06-16 Thread Andrew Springman
The Companion and Reference for PalmOS 5 mentions 16 channels of multi channel audio (1 in, 15 out). However, the library supporting this was not included in 5.0 (i.e. Tungsten|T). Palm announced that the library was to be released in 5.2. 1) Was the multichannel audio library released in 5.2

Re: Can use emulator to do hotsync?

2003-06-16 Thread Dave Lippincott
True. Since the original post didn't specify the platform, one usually has to start by making an assumption. Since the majority of Palm OS developers use a Win platform... - Original Message - From: Eric VERGNAUD [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday,

Midi command

2003-06-16 Thread Chris Apers
Hi, Is it possible to play midi command on OS5 like note on, program change, etc... ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CWÀï³ÌÐòÈçºÎ·ÖΪ¶à¸ö*.cÔ´³ÌÐò

2003-06-16 Thread konica
ÏëÖªµÀCW¶ÔÒ»¸ö³ÌÐòµÄ´úÂë·Ö³ÉÁ½¸öÎļþдÓÐʲôÑùµÄÒªÇó¡£ --- test(1+2).c ** 1** 2** --- ||? \/? 1.c 2.c **** 1** 2** -- For information on using the Palm Developer Forums, or to unsubscribe, please see

play litte sound with Palm

2003-06-16 Thread Rodolphe Bréjaude
Hello; How can I play a bepp at a special frequenci or just a beep on my palm in my application (C/C++) ? like BEEP(440); - play 44Hz thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

ת»»´°Ì壬Ðè±£´æÄÄЩÊý¾Ý

2003-06-16 Thread konica
Ò»¸ö³ÌÐòÔÚ¶à¸ö´°ÌåÖÐת»»£¬×ª»»Ç°ÐèÔÚʲôµØ·½±£´æÄÄЩÊý¾Ý²ÅÄÜÈÃÌåת´°Ìåת»»»Ø À´Ê±ÏÔʾԭÓеÄÊäÈë¡£ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: play litte sound with Palm

2003-06-16 Thread Chris Apers
Try SndDoCmd - Original Message - From: Rodolphe Bréjaude [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, June 16, 2003 5:41 PM Subject: play litte sound with Palm Hello; How can I play a bepp at a special frequenci or just a beep on my palm in my

Re: play litte sound with Palm

2003-06-16 Thread Rodolphe Bréjaude
I tried this but I have no sound ?? why ? SndCommandPtr command; command-cmd = sndCmdFreqDurationAmp ; command-param1 = 440; command-param2 = 1000; command-param3 = sndMaxAmp; SndDoCmd (NULL,command,TRUE); - Original Message - From: Chris Apers [EMAIL PROTECTED] To: Palm Developer

RE: play litte sound with Palm

2003-06-16 Thread Benoit Germain
Based only on the code you provided, you are using a pointer without having allocated any memory behind it. I'd have done (not tested, though): SndCommand command; command.cmd = sndCmdFreqDurationAmp ; command.param1 = 440; command.param2 = 1000; command.param3 = sndMaxAmp; SndDoCmd

RE: play litte sound with Palm

2003-06-16 Thread Agus Silas
Since command is a pointer, shouldn't you allocate memory space before ? Why don't you do just like this SndCommandType sndCmd; sndCmd.cmd = sndCmdFreqDurationAmp; sndCmd.param1 = 440; sndCmd.param2 = 1000; sndCmd.param3 = sndMaxAmp;

Small text on a hir-res screen

2003-06-16 Thread Chris Olson
Here's the fucntions I use for drawing tiny text on a hi-res screen. Seems to work fine for me. I leave it as an exercise for the reader to add proper error checking and screen resolution detection (stripped for brevity) Note: linewin is an offscreen window which is font height tall and 320

CW8 - CW9 project migration

2003-06-16 Thread David Beers
I've got a project on a tight deadline that's currently in CodeWarrior 8 built with Constructor and SDK 4.1 and another that I need to start ASAP that requires SDK 5 and I'd like to use CodeWarrior 9 for it. I'm hesitant to upgrade my CW8 for fear of setting back the work on the first project

Re: Midi command

2003-06-16 Thread Andrew Springman
Yes. Please be more specific about what you are trying to do. Are you trying to do something using the internal speaker? Are you trying to send MIDI to an external device? Does the handheld have polyphonic alarm capability? Blessings, Andrew Springman www.ittyMIDI.com At 05:01 PM 6/16/03

Re: CW8 - CW9 project migration

2003-06-16 Thread Ben Combee
I've got a project on a tight deadline that's currently in CodeWarrior 8 built with Constructor and SDK 4.1 and another that I need to start ASAP that requires SDK 5 and I'd like to use CodeWarrior 9 for it. I'm hesitant to upgrade my CW8 for fear of setting back the work on the first project

Detection of Hardware Key

2003-06-16 Thread Ken
Hi, Is there a way to detect what applications are mapped to what hard keys? Thanks, Ken -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmOS 5.2 Multichannel Sound Library

2003-06-16 Thread Aaron Ardiri
3) Has anyone had any experience with the multichannel audio library? If so, what can you tell us about it? andrew, check out our lemmings game (www.ardiri.com/palm/lemmings) we wrote a midi engine for the game, and, it runs on Tungsten|T units. we only included piano + snare samples, but,

Re: Midi command

2003-06-16 Thread Aaron Ardiri
Is it possible to play midi command on OS5 like note on, program change, etc... ? you mean something like this? -- /** * MIDI callback function (native arm) * * @param userData pointer to the MIDI data * @param stream the audio stream * @param buffer audio buffer to write into

Re: CW8 - CW9 project migration

2003-06-16 Thread Aaron Ardiri
I've got a project on a tight deadline that's currently in CodeWarrior 8 built with Constructor and SDK 4.1 and another that I need to start ASAP that requires SDK 5 and I'd like to use CodeWarrior 9 for it. I'm hesitant to upgrade my CW8 for fear of setting back the work on the first project

app copy protection

2003-06-16 Thread Amy Chen
Hi All, The article on this http://makeashorterlink.com/?Z188321D4 tells that 1. serial numbers are available only on flash ROM-based units. --What is the definition of flash ROM-based units ? 2. if the ROM has a serial number, the App/Info/Version screen displays an ID: label. The ID is the

Re: Detection of Hardware Key

2003-06-16 Thread Aaron Ardiri
Is there a way to detect what applications are mapped to what hard keys? PrefGetPreference - there are a few prefXXX enums which are for the hard keys.. you might want to check those out. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: app copy protection

2003-06-16 Thread Aaron Ardiri
The article on this http://makeashorterlink.com/?Z188321D4 read up on this article as well http://makeashorterlink.com/?N2AF211F4 --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: Can use emulator to do hotsync?

2003-06-16 Thread Eric VERGNAUD
le 16/06/03 16:57, Dave Lippincott à [EMAIL PROTECTED] a écrit : True. Since the original post didn't specify the platform, one usually has to start by making an assumption. Since the majority of Palm OS developers use a Win platform... In fact I only gave this precision because the

NetLib on Tungsten C

2003-06-16 Thread Claire
I'm trying to use NetLib to establish a connection between my palm and the pc. It works great if a) the program was just newly installed or b) the palm was just reset. However, after I run it once the only way I can connect again is to launch another web app (like the browser) and then switch to

TblSetItemPtr sets one thing and TblGetItemPtr gets another

2003-06-16 Thread Damien Carbery
I am using CW for Palm R6, SDK 3.1. Testing POSE 3.0a6, Palm V 3.1 ROM and on a real device (m505, Palm OS 4.0). I have a table with cells set to customTableItem type. I am trying to display something like 15:34 f. I TblSetItemInt( 1534 ) and then TimeToAscii() this to 15:34 in the callback

Re: PalmOS 5.2 Multichannel Sound Library

2003-06-16 Thread Andrew Springman
Aaron, Thanks for your reply. I'll take a look. I'm confused, though. Are you saying that multichannel audio is available on the Tungsten|T? Or perhaps, you mixed the sound in your own code? Blessings, Andrew At 09:12 PM 6/16/03 +0200, you wrote: 3) Has anyone had any experience with the

Re: PalmOS 5.2 Multichannel Sound Library

2003-06-16 Thread Aaron Ardiri
Thanks for your reply. I'll take a look. I'm confused, though. Are you saying that multichannel audio is available on the Tungsten|T? Or perhaps, you mixed the sound in your own code? bingo :) - we are considering adding midi plugin for aeroplayer.. i have the api from owen, just need

Re: Re: PalmOS 5.2 Multichannel Sound Library

2003-06-16 Thread tilo.christ
Hi Aaron! bingo :) - we are considering adding midi plugin for aeroplayer.. i have the api from owen, just need to find some time for it ;P That's the wrong one :-(( I bought Pocket Tunes. I still have thousands of MIDIs from the good old times when I had a Roland SoundCanvas add-on board

Re: ת»»´°Ì壬Ðè±£´æÄÄЩÊý¾Ý

2003-06-16 Thread DongDong
®”é_†¢Ð´°Ìå•r, ²»ÒªÓà FrmGotoForm, ¶øÒªÓà FrmPopupForm, Òòžé FrmGotoForm ¼° FrmPopupForm ½Ô•þŒ¦Ð´°Ìå®aÉú frmLoadEvent and frmOpenEvent, FrmGotoForm ¸ü •þŒ¦¬F´æ´°Ìå®aÉú frmCloseEvent, FrmPopupForm „t²»•þ. ®”ÞD“QÒÑé_†¢´°Ìå, ±ãÒªÓà FrmSetActiveForm. konica [EMAIL PROTECTED] ׫Œ‘ì¶à]¼þЄ:[EMAIL

Re: CWÀï³ÌÐòÈçºÎ·ÖΪ¶à¸ö*.cÔ´³ÌÐò

2003-06-16 Thread Sean Yang
ÄãÐèÒªÒ»¸ö¹«¹²µÄÍ·Îļþ£¬±ÈÈçtest.h£¬ÔÚÀïÃæ°üº¬ÁË1.cºÍ2.cÖÐÈ«¾Öº¯ÊýµÄÉùÃ÷£¬È« ¾Ö±äÁ¿µÄÉùÃ÷µÈ£¬ È»ºóÔÚ1.cºÍ2.cÖÐÓÃ#include test.h£¬¾Í¿ÉÒÔÁË¡£ konica [EMAIL PROTECTED] дÈëÓʼþ news:[EMAIL PROTECTED] ÏëÖªµÀCW¶ÔÒ»¸ö³ÌÐòµÄ´úÂë·Ö³ÉÁ½¸öÎļþдÓÐʲôÑùµÄÒªÇó¡£ --- test(1+2).c **

Re: ת»»´°Ì壬Ðè±£´æÄÄЩÊý¾Ý

2003-06-16 Thread Sean Yang
Èç¹ûÐèҪʹÓÃFrmGotoForm£¬Ò²¿ÉÒÔͨ¹ý²ÉÓÃÈ«¾Ö±äÁ¿À´±£´æ¿Ø¼þµÄÖµ£¨Ò»°ãÔÚ frmCloseEventʼþÖнøÐб£´æ£¬ÔÚfrmOpenEventÖлָ´£©¡£ DongDong [EMAIL PROTECTED] дÈëÓʼþ news:[EMAIL PROTECTED] ®”é_†¢Ð´°Ìå•r, ²»ÒªÓà FrmGotoForm, ¶øÒªÓà FrmPopupForm, Òòžé FrmGotoForm ¼° FrmPopupForm ½Ô•þŒ¦Ð´°Ìå®aÉú

how to Send SMS using TelSendSMS Palm OS ? waiting........

2003-06-16 Thread yuanss1030
how to Send SMS using TelSendSMS Palm OS ? waiting -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Can use emulator to do hotsync?

2003-06-16 Thread apple k
Hi, all. Thanks for the info. I manage to do the network sync using the emulator. --- Dave Lippincott [EMAIL PROTECTED] wrote: True. Since the original post didn't specify the platform, one usually has to start by making an assumption. Since the majority of Palm OS developers use a Win

sysAppLaunchCmdSyncNotify problem using Emulator

2003-06-16 Thread apple k
Hi, all. I used the emulator to do Hotsync. I have my own prc and conduit, and that is no problem for the data downloading by using physical hotsync. Now i have tried to use the emulator to do hotsync and encountered the following problem: 'This access usually means that the application accessed