Re: T|T3 simulator crashes where OS 5.3 simulator doesn't (in EvtGetEvent)

2003-10-09 Thread Magnus Berg
I haven't yet tried to make a minimal program to find out if it's a bug in the T|T3 sim or if it's just more sensitive to memory errors. Ok, since nobody answered, I did some more digging and it doesn't matter what I do, as soon as the MemDebugMode is set to (CheckOnChange | ScrambleOnChange), a

Re: App developed used SDK 4 runnig in PalmOs5???

2003-10-09 Thread Aaron Ardiri
> So, if an app run without any problem in Palm OS 4, it will run on > PalmOs 5 too, without problems. Right? if it is developed correctly :) yes. stuff like direct screen access, cpu register access etc etc.. are the main things that will break you here. a good guide? if it runs on debug OS4 ro

Setting Underline with WinUnderlineMode()

2003-10-09 Thread Brian
Good Day, This is my problem: e.g. first page: The quick brown fox _jumps _ _over_ the lazy dog. when i move to the next page it will look like this: e.g. Second page: _Has anyone encountered this_ _problem? i have a hard

RE: HTTPS protocol

2003-10-09 Thread Akhilesh Singh
You can use INetLib that can work on all OS (INetLib/Clipper has to be present on the device) or Use SSL library that is on Palm OS 5 Search the PalmSource Site for sample code. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of narender reddy Sent: Thursday, O

RE: nondestructively looking at pen stroke

2003-10-09 Thread Alexander R. Pruss
Yes, I've checked this more thoroughly. Indeed, PenScreenToRaw() does nothing on the NX, even though raw and screen coordinates do not coincide. The solution is to to enqueue two points ( (100,100) and (230,230) work; one needs to be careful to make sure that the raw coordinates are widely enough

RE: nondestructively looking at pen stroke

2003-10-09 Thread Alexander R. Pruss
I've made a bit of progress. It looks like PenRawToScreen() doesn't do anything on the NX, even though conversion is needed. I am trying to make a callibration routine that enqueues and dequeues points so as to find out what the right conversion function between raw pen coordinates and screen coo

Re: sysAppLaunchCmdGoTo & Datebook on Tungsten E

2003-10-09 Thread Ron Nicholson
> AppLaunchWithCommand(sysFileCDatebook, launchCmd, launchParamsP); Are you sure an application with the creator sysFileCDatebook exists on a Tungsten E? Check the creator signature of the Calendar application. If different, does that one work? Ron Nicholson HotPaw Productions

Where is the Keylock preference stored?

2003-10-09 Thread Jeff Ishaq
I've developed an application that optionally shows a splash screen for a moment when the device is turned on, and for a moment before the device shuts down. The new Palm Tungsten 3 and Tungsten E models have a new preference called "Keylock", which can be set to automatic, manual, or never. When

sysAppLaunchCmdGoTo & Datebook on Tungsten E

2003-10-09 Thread Scott D . Schmitz
I just picked up the new Palm Tungsten E and have been working over compatibility bugs that are showing up. One that has been particularly curious is that my program no longer launches to a particular datebook record using the sysAppLaunchCmdGoTo command. I have this working just fine under P

Re: table memory leak

2003-10-09 Thread Dave Lasker
You should use customTableItem for first column and textTableItem for 2nd column. For a good example of how to do a textTableItem, look at the source code for the built-in Address app, included with the SDK. See file AddrEdit.c, functions PrvEditGetRecordField and PrvEditSaveRecordField. Dave "Ch

Re: Database names only in ASCII?

2003-10-09 Thread Ken Krugler
The documentation for DmCreateDatabase says that "Database names must use only 7-bit ASCII characters (0x20 through 0x7E)". Yet when I inspect the databases on my device using Filez, I see that several of them have accented characters (outside the ASCII range) in their name. I know that Palm OS us

Re: Is there an Arm version of Mathlib?

2003-10-09 Thread Ben Combee
I read somewhere the other day that there are no official ways to do pnolets in shared libraries. Something about having to license it from PalmSource..? I'm very vague here, but I'm sure others can add to this. A PNO should work just fine from a 68K shared library. The ARM version of the ZLib

Re: Is there an Arm version of Mathlib?

2003-10-09 Thread Ron Nicholson
On Thu, 9 Oct 2003 15:01:27, Laurie Davis writes: >I asked this question once before without a response, so I will try once >again. I was wondering >if there was a version of Mathlib that had been compiled for the Arm >processor. For applications >with a lot of floating point calculations I assume

Re: Is there an Arm version of Mathlib?

2003-10-09 Thread Alan Ingleby
"Laurie Davis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I asked this question once before without a response, so I will try once > again. I was wondering > if there was a version of Mathlib that had been compiled for the Arm > processor. For applications > with a lot of floatin

Re: table memory leak

2003-10-09 Thread Christian Lindemeier
I saw myself that this part is useless. It's not like I came to this code myself, but I've tried to cut this segmend out of the code and the result was that nothing worked without an error message. I could use customTableItem for this part but i also use this code for the other column, which is ed

Re: App developed used SDK 4 runnig in PalmOs5???

2003-10-09 Thread Matthew Henry
> So, if an app run without any problem in Palm OS 4, it will run on PalmOs 5 > too, without problems. Right? > Absolutely. No problems. Why, I wouldn't even bother to test it, if I were you! Kidding. You can (fairly easily) make an app that targets OS 4 run on OS 5, but if your app is of any

Is there an Arm version of Mathlib?

2003-10-09 Thread Laurie Davis
I asked this question once before without a response, so I will try once again. I was wondering if there was a version of Mathlib that had been compiled for the Arm processor. For applications with a lot of floating point calculations I assume that a native version of Mathlib would be significantly

Re: App developed used SDK 4 runnig in PalmOs5???

2003-10-09 Thread Régis Daniel de Oliveira
Thanks Aaron! So, if an app run without any problem in Palm OS 4, it will run on PalmOs 5 too, without problems. Right? Thanks! "Aaron Ardiri" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > > > Is there any problem if try to use an app developed with the SDK4.0 in the > > Palm

Re: Automate HotSync install

2003-10-09 Thread M Wasson
This appears to be the answer if anyone is interested: http://www.palmone.com/us/support/enterprise/downloads/desktopinstaller/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: App developed used SDK 4 runnig in PalmOs5???

2003-10-09 Thread Aaron Ardiri
> Is there any problem if try to use an app developed with the SDK4.0 in the > PalmOs5? I tested it in the simulator, and no problem was found, but, i read > that an app developed to work on PalmOs4 will be slower than if it was > developed to run in PalmOs5 (with the SDK5), when runnig it on a Pal

RE: T3.. "G"s?

2003-10-09 Thread Sabeen Cochinwala
Please check out the PluggedIn site (http:\\pluggedin.palm.com) the next week or so for an update to the Simulator that fixes the issue. Regards, Sabeen -Original Message- From: Prakash Ramakrishna [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 12:38 PM To: Palm Developer F

App developed used SDK 4 runnig in PalmOs5???

2003-10-09 Thread Régis Daniel de Oliveira
Hy all!!! Is there any problem if try to use an app developed with the SDK4.0 in the PalmOs5? I tested it in the simulator, and no problem was found, but, i read that an app developed to work on PalmOs4 will be slower than if it was developed to run in PalmOs5 (with the SDK5), when runnig it on a

Re:Override Voice Memo Button on Tungsten-T

2003-10-09 Thread Phil Lachmann
>>Other >> hardware buttons have default creator entries listed in Preferences.h but >> there is not a hard5CharAppCreator entry as you might expect. Does anyone >> know the solution? >If you pick vchrHard5 up in your app's event loop, you should be able to use >it in your app without having to re

Re: help with FileOpen

2003-10-09 Thread Chao.yu
hi, there I used the same way to do file stream operation, there is no problem at all on simulator or Symbol SPT1800. The only thing you should pay attention is "name type cid" in Par.exe is as same as the paramers in fileOpen function. Chao Yu "Monika Kauntz" <[EMAIL PROTECTED]> wrote in message

RE: sysNotifyVirtualCharHandlingEvent

2003-10-09 Thread Tom Bridgwater
This is a resend (Hopefully without rich-text attachments): Just set the handled field to a non-zero value notifyP->handled = true; /TomB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: T3.. "G"s?

2003-10-09 Thread Prakash Ramakrishna
This is a known issue, a debug message in the simulator wasnt removed. This does not affect functionality. Its an issue only with the simulator and not on the device. PalmOne should update the Simulators after they fix this. --Prakash --- Geoff Thompson <[EMAIL PROTECTED]> wrote: > Yes!  I see th

rowBytes in T|T3 landscape mode

2003-10-09 Thread Magnus Berg
Hi One of the first things done when starting MMPlayer is setting the screen depth to 16 bits and asking about the rowBytes using: WinScreenGetAttribute(winScreenRowBytes, &rowBytes); The result is sane and very usable (640) when the app is started on a T|T3 (real device or simulator) in portr

Re: New PIM databases on T3

2003-10-09 Thread Ron Nicholson
On Thu, 9 Oct 2003 06:57:57, Jeff Mitchell writes: >It looks like the data goes to both; I've not had a chance to >check yet, but I'm betting theres a Notifier being caught to handle >db-open and db-close requests.. when you close the database then it >copies stuff to the new one. It seems

RE: sysNotifyVirtualCharHandlingEvent

2003-10-09 Thread Alexander R. Pruss
Tom Bridgwater: Your message showed up on escribe as "binary attachment deleted" (and it doesn't list an email address for you). Alex -- Dr. Alexander R. Pruss Department of Philosophy Georgetown University Washington, DC 20057-1133 U.S.A. e-mail: [EMAIL PROTECTED] online papers and home page:

RE: sysNotifyVirtualCharHandlingEvent

2003-10-09 Thread Tom Bridgwater
Just set the handled field to a non-zero value notifyP->handled = true; /TomB -Original Message- From: [EMAIL PROTECTED] on behalf of Alexander R. Pruss Sent: Thu 10/9/2003 9:41 AM To: Palm Developer Forum Cc: Subject: sysNotifyVirtu

Automate HotSync install

2003-10-09 Thread M Wasson
Does anyone know how to automate the installation of the HotSync Manager onto Windows? setup.exe /? brings up a dialog box that says to use /S/v/qn for "Silent mode". I tried that but the install program still waits for you to click the Next button. Any idea how to get it to run without user in

NetLib Question

2003-10-09 Thread Régis Daniel de Oliveira
Hy! How could i know if a data that is already buffered with NetLibSend (That return me no error when called) cant be sent to the server? I don't know how get the error something close the connection (like i disconnect the phone cable). So, how can i know if an error like this appear? Thanks!

Re: Invitation of new group

2003-10-09 Thread David Beers
Yahoo groups are web forums as well as email, so if you don't want email you just turn it off. The messages are, in fact, archived and the search engine that Yahoo uses is actually quite a bit better than, say, eScribe since it will accept search parameters of less than 4 characters (like "CW9", "

sysNotifyVirtualCharHandlingEvent

2003-10-09 Thread Alexander R. Pruss
This is a really dumb question. What does my code, when started by a sysNotifyVirtualCharHandlingEvent notification, need to do to stop the system from engaging in any further handling of this event? Alex -- Dr. Alexander R. Pruss Department of Philosophy Georgetown University Washington, DC 200

Re: Override Voice Memo Button on Tungsten-T

2003-10-09 Thread Geoff Thompson
"Phil Lachmann" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > I would like to voice memo button on a Tungsten T and restore it properly > upon exiting my application. > > I found from other posts that the button char is vchrHard5 and I can use > this to override. I need to pro

Re: Voice Memo Button Notification (2nd post)

2003-10-09 Thread Geoff Thompson
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > At 11:16 AM 10/9/2003, Geoff Thompson wrote: > >Sorry to re-post, but I'm stuck on this one... > > > >Previous posts to this forum mention vchrHard5 as the virtual character that > >gets posted by the Voice Memo button.

Re: T3 Sim.. "G"s?

2003-10-09 Thread Geoff Thompson
Yes! I see the same thing - "Jeff Mitchell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > Does anyone else notice spurious "G"'s popping up all over the T3 > sim? > > ie: Fire up the sim (using the correct EFIGS rom!), and go to the > launcher. Toggle virtual grafitti up and d

Re: Voice Memo Button Notification (2nd post)

2003-10-09 Thread Ben Combee
At 11:16 AM 10/9/2003, Geoff Thompson wrote: Sorry to re-post, but I'm stuck on this one... Previous posts to this forum mention vchrHard5 as the virtual character that gets posted by the Voice Memo button. This is true when my app has control of the event loop, but I when I try to pick it up via

Voice Memo Button Notification (2nd post)

2003-10-09 Thread Geoff Thompson
Sorry to re-post, but I'm stuck on this one... Previous posts to this forum mention vchrHard5 as the virtual character that gets posted by the Voice Memo button. This is true when my app has control of the event loop, but I when I try to pick it up via sysNotifyVirtualCharHandlingEvent, vchrHard5

Override Voice Memo Button on Tungsten-T

2003-10-09 Thread Phil Lachmann
I would like to voice memo button on a Tungsten T and restore it properly upon exiting my application. I found from other posts that the button char is vchrHard5 and I can use this to override. I need to properly restore the voice button on existing my application but I cannot locate a default c

T3 Sim.. "G"s?

2003-10-09 Thread Jeff Mitchell
Does anyone else notice spurious "G"'s popping up all over the T3 sim? ie: Fire up the sim (using the correct EFIGS rom!), and go to the launcher. Toggle virtual grafitti up and down (in portrait mode) and you'll see a "G" appear in the top left. Perhaps its for debugging to show

Re: bitmap compression

2003-10-09 Thread Alexander R. Pruss
If you're using bitmaps with a lot of white space, compression might be worthwhile. I've used scanline compression and got decent results even with small bitmaps. The bitmaps were antialiased font glyphs. The compression code is implemented in my PalmFontConv (which converts between various font

nondestructively looking at pen stroke

2003-10-09 Thread Alexander R. Pruss
I've asked this question, but have not received an answer. So I might as well try again, this time describing the various things I've tried. I need to look at the pen stroke under OS5 when responding to a sysNotifyProcessPenStrokeEvent notification, in order to figure out whether the stroke cross

Re: Invitation of new group

2003-10-09 Thread Luc Le Blanc
I am about to program tables, and shall be interested in learning more about that, but I sure don't intend to subscribe to more e-mail when a newsgroups can do the job. Not counting the fact that messages published in this e-mail list will not later be conveniently and globally searcheable (like wi

IRDA protocol

2003-10-09 Thread Juan José Cuzziol
Hi everyone: How can i send and recieve data through IRDA protocol. I appericate if someone provides some piece of code on this. Thanking you. Juan -- For information on using the Palm Developer Forums, or to unsubscribe, ple

Re: NetLibOpen returns netErrPPPTimeout

2003-10-09 Thread Gearoid Murphy
Your device is not able to establish a network connection for some reason. The reason the emulator works without a problem is that it is using the hosts tcp/ip stack and therefore is already on a network (most likely). Therefore NetLibOpen will succeed automatically. Are you sure you have set

HTTPS protocol

2003-10-09 Thread narender reddy
Hi everyone How can i send and recieve data through HTTPS protocol. I appericate if someone provides some piece of code on this. Thanking you Narender. Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.s

How to recognize OS early-start stage from VFS driver (UI calls crushes OS)?

2003-10-09 Thread Murad Kakabayev
Hello. I'm writing a VFS/Slot drivers. These drivers are loaded automatically by system just after reset. During self-loading my driver can return error code. I'd like to display error message for user. The problem is that any calls to ErrAlert, FrmCustomAlert, FrmDoDialog crushed some simulators

Re: SDK 5 R3 problem

2003-10-09 Thread Ben Combee
At 07:05 AM 10/9/2003, Chris Apers wrote: hi, I have installed the lastest SDK fom PalmSource on CW8.3, and now when i try to compile my code, i have the followinf error : Error : the file 'CharAttr.h' cannot be opened cctype_Palm_OS line 13 #include How can i fix this ? Modify your local cop

PIM from digest

2003-10-09 Thread Jeff Mitchell
> Subject: Re: New PIM databases on T3 > From: Ron Nicholson <[EMAIL PROTECTED]> > Date: Wed, 8 Oct 2003 20:39:42 -0700 > X-Message-Number: 63 > > Hmmm... I wonder if the old PIM DB's could be just "shadow" > databases? Populated on open, then updating to the "real" databases > on close. Do the

Re: Bitmap Compression

2003-10-09 Thread Matthew Henry
> I have been working on an application that uploads bitmap files of various > sizes onto the Palm OS device. I have managed to get the bitmaps split and > written into records, but it shall be great if someone could give me a hint > on how can i use compression to compress the files and later disp

Re: how to set path when using VFSFile open

2003-10-09 Thread Thomas Damme
Did you try "/" ? For VFS you cant use "\" only "/". Thomas "Karthik Sharma" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > > if i want to specify the root directory as "\"it is not taking.i am using > VFS for the first time.people with experience plz do reply. > regards > k

Invitation of new group

2003-10-09 Thread rguevara
Hi to all. I see what very much people ask about Tables, and i create a group about Tables in http://groups.yahoo.com/group/tables-dev-forum/ any question about tables wold received. Thanks, and sorry for the spam -- Open WebMail Project (http://openwebmail.org) -- For information on using th

how to set path when using VFSFile open

2003-10-09 Thread Karthik Sharma
if i want to specify the root directory as "\"it is not taking.i am using VFS for the first time.people with experience plz do reply. regards karthik -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SDK 5 R3 problem

2003-10-09 Thread Chris Apers
If i remove the #include it seems to work. Is this a bug in the SDK ? > hi, > > I have installed the lastest SDK fom PalmSource on CW8.3, and > now when i try to compile my code, i have the followinf error : > > Error : the file 'CharAttr.h' cannot be opened > cctype_Palm_OS line 13 #include

Re: sysNotifyKeyboardDialogEvent works on T-C simulator!!

2003-10-09 Thread Geoff Thompson
So it is - thanks. Do you know - are you able to trap the Graffiti-area shortcut events with sysNotifyEventDequeuedEvent ? And, is this the only way to get consistent behavior on the keyboard shortcuts? It seems a pity to slow down the system by going there rather than to the event that by all r

SDK 5 R3 problem

2003-10-09 Thread Chris Apers
hi, I have installed the lastest SDK fom PalmSource on CW8.3, and now when i try to compile my code, i have the followinf error : Error : the file 'CharAttr.h' cannot be opened cctype_Palm_OS line 13 #include How can i fix this ? Thanks Chris -- For information on using the Palm Developer

Bitmap Compression

2003-10-09 Thread Sushil
Hi All, I have been working on an application that uploads bitmap files of various sizes onto the Palm OS device. I have managed to get the bitmaps split and written into records, but it shall be great if someone could give me a hint on how can i use compression to compress the files and later dis

SndStreamDelete problem...

2003-10-09 Thread rajan
I am having problem using SndStreamDelete. When I call it, the whole device freezes (both in the simulator a.w.as the T|C device). I am actually using the reference I saved from the SndStreamCreate to do the Delete. The same works for SndStreamStop. I am calling all these from within a shared l

DIA flags: Dynamic vs Collapsible

2003-10-09 Thread Jeff Diamond
It was unclear to me from the docs the difference between the two flags, grfFtrInputAreaFlagDynamic and grfFtrInputAreaFlagCollapsible. Surely, if the input area is dynamic than it is also collapsable. Does grfFtrInputAreaFlagCollapsible instead mean that it is posible to hide the Control Bar

Re: Tungsten T2 Linux programming & Bluetooth

2003-10-09 Thread John Marshall
Jan Bandouch <[EMAIL PROTECTED]> wrote: > I want to develop under Linux. I know that there's the PRC-Tools > (Compiler + Debugger), and a couple of emulators, but I'm searching for > something to easily create GUIs for the Palm. I suspect that most people on Unix, believe it or not, just lay out

RE: T3 documentation

2003-10-09 Thread Linke, Andreas
> From: "Sabeen Cochinwala" <[EMAIL PROTECTED]> > ... > The Tungsten T3 DIA( Dynamic Input Area) aka 'Orientation and > Extended > Screen APIs' are the same as Palm Sources DIA APIs. These APIs (also > called Pen Input Manager APIs) are documented in Palm > Source's latest SDK release 5.3 Unfo

Re: Tungsten T|3 and Dynamic Input Area

2003-10-09 Thread Ralf Zimmermann
Hi Aaron, I would really like to avoid those two compatibility PRC. But which SDK are you referring to? I downloaded PalmSG_SDK.zip (v1.0) from pluggedin.palm.com. But I cannot see, where this SDK is referring to the PIN Manager. Can you tell us a little bit more about how to avoid those two PRCs

Re: New PIM databases on T3

2003-10-09 Thread Ben Combee
At 10:39 PM 10/8/2003, Ron Nicholson wrote: Hmmm... I wonder if the old PIM DB's could be just "shadow" databases? Populated on open, then updating to the "real" databases on close. Do the legacy DatebookDB and ToDoDB change when the T3 PIM apps are used to add items? If not, they're probably ju

Tungsten T2 Linux programming & Bluetooth

2003-10-09 Thread Jan Bandouch
Hi, I'm new here and read only the last 500 messages, so sorry if this has been asked before (and sorry for crosspost): I have a Tungsten T2 and need to program an application for it, that will exchange data with a linux machine via bluetooth. I want to develop under Linux. I know that there's

RE: how to check is there a database with given localID

2003-10-09 Thread Caspar Heiden, vd
Check out the documentation on the DmFindDatabase API call. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kaloyan Donev Sent: Wednesday, October 08, 2003 6:03 PM To: Palm Developer Forum Subject: how to check is there a database with given localID