need help on menu

2004-06-22 Thread zakibakar
hi all... I am currently working on palm application want to include menu as part of the app.unfortunately, when i try using the menu the following error come out UIResource.c, Line : 231, Menu rsrc not found and the following is my code: can sb solve my problem ???

Working with time zones

2004-06-22 Thread Jonathan King
I want to make a popup list that lets the user select a time zone. What I did is that I made a list with 24 items. The minutes value that i pass to TimeZoneToAscii is equal to ((itemNum - 12) * 60). Therefore, the list items range from -720 (-12 hours) to 660 (+11 hours). Is this the correct

Bluetooth Serial Comm

2004-06-22 Thread \[ a | x \] - Peter Alex
Hi all, I want to test serial comm via BT from my T3. I have T3 and BT dongle mounted on my PC. Could i emulate BT serial comm in my pc-bt mounted so my app in T3 can connect to it? Please advice, peter __ Do you Yahoo!? Yahoo! Mail - 50x

RE: Bluetooth Serial Comm

2004-06-22 Thread Nathan Black
I was involved in a project recently that did Bluetooth Development. For Windows, there's little to no help at all. The latest Windows SDK only supports SDP, and not L2CAP or RFCOMM. For Linux, the BlueZ project is very nice, and they have lots of sample code and modules. However my friend had to

RE: Bluetooth Serial Comm

2004-06-22 Thread \[ a | x \] - Peter Alex
for simple example, I am going to connect and query data from GPS Bluetooth device from my T3. Long ago i have tested connecting to that GPS Bluetooth from my HP IPaq (comm9 + bt) and it worked. So i guess connecting T3 to that BT GPS is the same way with my IPaq long ago (via bluetooth serial

Problem in sending sms in my app

2004-06-22 Thread Alvin See
Hi, I'm writing an app to send sms from within my app on a tungsten w device. I have managed to make a simple call using my app but just could not figure out on sms sending part.Can someone pls guide me? Regards Alvin _ Find gifts,

How can i dynamically add a single item in the List?

2004-06-22 Thread Isabella
Hi All, i can add array of item using LstSetListChoices function. But i want to add single item dynamically. when i use this LstSetListChoices fn it erases the previous value. i want to display previous value also. so any one help me how to do that? Thanks, Isabella.S -- For

RE: How can i dynamically add a single item in the List?

2004-06-22 Thread Nathan Black
In any list I have that has dynamic data, I just maintain the list myself, and use a custom draw list, ie I have my own draw function and pass it to LstSetCustomDrawFunction() and then you just draw from your array or linked list or whatever you have. Otherwise you have to use that function, so

illegal single-segment 32-bit reference to a function in a shared library

2004-06-22 Thread Ritu Chawla
Hi All, I am facing problem in using function pointers.Code gets compiled well but i am getting following error while linking to the lib. Here is the code. SectionTable_t downloadSectionTable[] ={ { MsgLibDownloadXd10VideoData }}; /* download functions indexed according to Section Ids commonly

BtVdOpenParams : where are you?

2004-06-22 Thread \[ a | x \] - Peter Alex
Hello all, anyone knows where 'BtVdOpenParams' is? Doc said about it but said nothing to point where it was? TIA. peter __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail -- For

Re: My first PODS test

2004-06-22 Thread David Temes
Yes, the app worked before, and it works again if I delete the form bitmap and recompile. -- David Temes Ben Combee [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] At 02:56 AM 6/21/2004, you wrote: I have just installed PODS and wanted to test it... after creating a 68k

Multiple Databases

2004-06-22 Thread Barry Jaques
Could any of you nice fellas confirm if it is possible to have more than one database in an app? I read somewhere that it was OK but no examples around. I know it can be done with NS Basic but I just tried it with a copy of MemoPad and it wouldn't open my data file in addition to MemoDB. It

Re: Multiple Databases

2004-06-22 Thread Robert Moynihan
Barry Jaques wrote: Could any of you nice fellas confirm if it is possible to have more than one database in an app? I read somewhere that it was OK but no examples around. I know it can be done with NS Basic but I just tried it with a copy of MemoPad and it wouldn't open my data file in addition

Re: Multiple Databases

2004-06-22 Thread Barry Jaques
Thanks for that Bob, Have a good day (or night), Barry On 22/06/2004 at 7:22, [EMAIL PROTECTED] (Robert Moynihan) wrote: Barry, you can certainly have more than one database for an application. I could be that Memopad is only designed to expect one database, so it probably just stops

Fitting the objects on the form

2004-06-22 Thread Hanumanth rao
Hi I have got this problem of adding objects(Example:Field,label Etc) to the same form when the existing form doesn't have the space to hold more and also I don't want to take a seperate form for adding the objects. can any body give me a solution for this problem. I desperately need it. Thanks

Newbie question on ctlRepeatEvent

2004-06-22 Thread Dave Ellis
Hello, I hope that this is not too stupid a question, but ctlRepeatEvent isn't doing what I want it to do. This is the basic code I have in my event handler: case ctlRepeatEvent:         switch (eventP-data.ctlRepeat.controlID) {                     case UpButton:    

Re: Fitting the objects on the form

2004-06-22 Thread Robert Moynihan
Hanumanth rao wrote: Hi I have got this problem of adding objects(Example:Field,label Etc) to the same form when the existing form doesn't have the space to hold more and also I don't want to take a seperate form for adding the objects. can any body give me a solution for this problem. I

about input mode on clie

2004-06-22 Thread Miken
I input 'a' on Japanese mode,then do the same as 1.jpg of the attachment.You will see the 2.jpg of the attachment. Attention:It is different between it and selected state. 3.jpg of the attachment is the selected state. In 2.jpg,How do I get the state? Thanks. begin 666 1.jpg M_]C_X

Serial device winth Zire

2004-06-22 Thread listas
Hi, I have some serial devices that work fine with Zire71, m5x5 and others. But now I need to use with Zire / ZIre 21 and Zire 31. I see that there is only a mini USB connection it's write ? Is there a way or Palm finish the serial connections ??? tks Contin -- For information on

Re: temporily blocking the attention manager

2004-06-22 Thread Matt Graham
Eric Potter wrote: That being said, does anyone know how to block an exit via attention manager? AttnIndicatorEnable( false )? Or catch the vchrAttnIndicatorTapped that comes in keyDownEvents? /* * Matt Graham * Palm OS Developer * www.healthramp.com */ -- For information on using the Palm

Re: correction function for substring

2004-06-22 Thread Matt Graham
Roberto Pedrozo Mendes wrote: The correct function that i use to get a substring from one substring is strncat You should probably use StrStr() to find a substring within another string. /* * Matt Graham * Palm OS Developer * www.healthramp.com */ -- For information on using the Palm Developer

Re: BtVdOpenParams : where are you?

2004-06-22 Thread Peter Easton
Hi Peter, Bluetooth is documented in the Palm OS Companion2.pdf file. Regards, Peter http://www.whizoo.com Contractor for hire (PalmSource Certified Developer) Source code available for all apps Bluetooth Developer Kit for Palm OS BtSerial Pro - Serial Port Client for Palm OS BtSerial -

Re: My first PODS test

2004-06-22 Thread Ben Combee
At 03:21 AM 6/22/2004, you wrote: Yes, the app worked before, and it works again if I delete the form bitmap and recompile. You do realize that the ID's for form bitmaps have to match a bitmap family included in your resources -- the ID won't match one of your icons, as those have a different

Re: Serial device winth Zire

2004-06-22 Thread Ben Combee
At 06:26 AM 6/22/2004, you wrote: Hi, I have some serial devices that work fine with Zire71, m5x5 and others. But now I need to use with Zire / ZIre 21 and Zire 31. I see that there is only a mini USB connection it's write ? Is there a way or Palm finish the serial connections ??? No. The

drawing tables

2004-06-22 Thread Roberto Pedrozo Mendes
Hi There is a manner that i cam draw lines betwen columns in one table ? Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - agora com 100MB de espaço, anti-spam

event for table

2004-06-22 Thread Roberto Pedrozo Mendes
Hi If i have two tables in my form how i can to know what i clicked inside of tblselectEvent Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - agora com 100MB

Re: How to read every pixel on the screen.

2004-06-22 Thread Peter Hamilton-Scott
Miken wrote: Please visit:http://sourceforge.net/projects/mscreen/ Maybe the source code can help you. _ http://www.msale.net/bbs http://sourceforge.net/projects/mscreen/ Thanks a million guys. Much appreciated! Peter. -- For information on using the Palm Developer

(newbie) equivalent of dll for Palm?

2004-06-22 Thread [EMAIL PROTECTED]
Hi I am trying to figure out how to build a dll kind of thing for Palm. We want to do out own I18N instead of using overlay, so our goal is to build an executible .prc and several language specific prc that just contains those strings (which we store in a header file). Is this something that

keyup event

2004-06-22 Thread Alexander Galkin
How can I handle keyup event across all Palm OS 5 devices? keyUpEvent seems to be defined but never dispatched. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: (newbie) equivalent of dll for Palm?

2004-06-22 Thread Matthew Bevan
... sounds like an overlay to me. But, if you search the archives, you can find a large amount of information about the two library methods available on the PalmOS - Shared Libraries and GLib libraries. Depending on which enviroment you use, Shared Libraries may be the only way to go. If you

creating list dinamically

2004-06-22 Thread Roberto Pedrozo Mendes
Hi How can I to create a list dinamically in my aplication ? Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - agora com 100MB de espaço, anti-spam e antivírus

Re: keyup event

2004-06-22 Thread Ben Combee
At 10:22 AM 6/22/2004, you wrote: How can I handle keyup event across all Palm OS 5 devices? keyUpEvent seems to be defined but never dispatched. The only device that sends keyUpEvents right now is the Treo 600. It sets a flag on keyDownEvents that tells you that a keyUp can be expected. See

Re: exgErrNoTargetApp and inconsistent prefs

2004-06-22 Thread Jan Slodicka
Hello, whether I want or not, the users force me to continue this subject. (Funny, at least one user existed for nearly 2 months with this bug.) By looking into Palm OS sources there is an apparent bug in ExgGetRegisteredApplications(): Unsaved prefs are left open if a non-existing viewer is

RE: creating list dinamically

2004-06-22 Thread Matthew Bevan
Well, this is something I do a lot of in every one of my applications. If the data needs be sorted, I always use a linked list. This has the advantage of sorting 100+ items instantaneously. It's a little complex, however. typedef struct bob_t { // Put the data you wish to list here... VFS

How i change attributes for one list

2004-06-22 Thread Roberto Pedrozo Mendes
Hi I need to change the attribute usable of one list to false. How i need to do ? Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - agora com 100MB de espaço,

Re: exgErrNoTargetApp and inconsistent prefs

2004-06-22 Thread Ben Combee
You said, that it is enough when the viewer is installed to the card. Well, I tested it with ZLauncher: It creates a RAM stub, which is just enough to trick the system - hence no problem. A user having Launcher X and standard T3 launcher reports this problem once the viewer is installed to the

lansync

2004-06-22 Thread Ing.Pablo Martin Vera
Is there any way of creating a configuration file for lansync parameters like primary pc.  In order to deploy the same configuration to multiples device without having to configure it one by one?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

[ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread Konstantin Klyatskin
JPEG/GIF decompression library for Palm OS (http://www.absoluteword.com/jpglib/) has been updated. New features: - float scaling for bitmaps - interframe callbacks for gif animation - multisegment support The library (CW9 sample project + DLL for simulator) is available for immediate

Re: lansync

2004-06-22 Thread David A. Desrosiers
Is there any way of creating a configuration file for lansync parameters like primary pc.  In order to deploy the same configuration to multiples device without having to configure it one by one?? Of course. Use a .pnc file and sync that to the Palm device. The syntax is as

Re: [ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread José dos Santos Machado
JPEG/GIF decompression library for Palm OS (http://www.absoluteword.com/jpglib/) has been updated. Well, is it free ? --- J. Machado [EMAIL PROTECTED] Palmcon Consultoria (www.palmcon.com.br) +55 21 9302-2794 -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: [ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread Konstantin Klyatskin
Yes, if you are OK with nags it draws. Otherwise, no. -- José dos Santos Machado [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] JPEG/GIF decompression library for Palm OS (http://www.absoluteword.com/jpglib/) has been updated. Well, is it free ? --- J. Machado [EMAIL

Re: Serial device winth Zire

2004-06-22 Thread Dave Lippincott
The hardware doesn't exist on the Zire for a RS232 port. ( I haven't looked at the 21 or 31 but I assume they are lacking the same hardware). - Original Message - From: [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 9:26 AM Subject: Serial

Re: [ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread José dos Santos Machado
Yes, if you are OK with nags it draws. Otherwise, no. Sorry, but what do you mean by nags ? (sorry, my english is terrible.) --- J. Machado [EMAIL PROTECTED] Palmcon Consultoria (www.palmcon.com.br) +55 21 9302-2794 -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: [ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread Konstantin Klyatskin
I mean the text http://www.absoluteword.com/jpglib; drawn over the image. -- Sorry, but what do you mean by nags ? (sorry, my english is terrible.) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Newbie question on ctlRepeatEvent

2004-06-22 Thread Ralph Curtis
Just a thought: Are you falling through to another case in the event handler? You have a break for the case in switch(eventP-data.ctlRepeat.controlID), do you have one for the outer 'case ctlRepeatEvent'? If not, you might be getting an incorrect handled value returned. Dave Ellis [EMAIL

RE: How i change attributes for one list

2004-06-22 Thread Nathan Black
CtlSetEnabled(myListP, false); Nathan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roberto Pedrozo Mendes Sent: Tuesday, June 22, 2004 12:57 PM To: Palm Developer Forum Subject: How i change attributes for one list Hi I need to change the attribute

RE: event for table

2004-06-22 Thread Nathan Black
If i have two tables in my form how i can to know what i clicked inside of tblselectEvent From the Palm OS Reference: For this event, the data field contains the following structure: struct tblSelect { UInt16 tableID; struct TableType *pTable;

DIA APIs and Tungsten T|3, poor case design.

2004-06-22 Thread Nathan Black
I'm trying to disable the orientation flip button on the status bar on my T|3. It seems due to a poor case design, that every time I push the ToDo button or even on the case somewhat, it triggers the orientation flip button... somehow the case is touching the screen, below the button, but the