Good and Visto e-mail clients

2005-01-26 Thread Miron Ophir
Does any one knows if the Good or Visto e-mail clients support XML attachments? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problems posting with Outlook express

2005-01-20 Thread Miron Ophir
I don't think this is the problem, since I don't see the messages in the web interface as well. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: PalmOne PIM datamanager patch for T5, Treo650

2005-01-19 Thread Miron Ophir
We had this bug sorted up with palmOne. The problem is in the compatibility layer. I'll be happy to supply more details. Miron -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Problems posting with Outlook express

2005-01-19 Thread Miron Ophir
I'm able to read posts with OE, but my replies to the group never appear. Does any one knows why? Miron -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmOne PIM datamanager patch for T5, Treo650

2005-01-19 Thread Miron Ophir
Mikhail, As I'm not sure this issue doesn't fall under NDA restrictions, I have two suggestions to you: 1. Try to contact Welly in [EMAIL PROTECTED] regarding your problem. You can mention that you have a date book compatibility problems (Welly should know what this problem is about. You can

Re: SetFocus on Treo 600

2005-01-06 Thread Miron Ophir
Is it possible with Constructor? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

List Glue problems in Tungsten T

2003-10-16 Thread Miron Ophir
We are having problems in LstGlueSetIncrementalSearch on Tungsten T devices. It is not working (You enter char and the list selection isn't changing). Did anyone had the same problems? -- -- Regards, Miron. == Eng. Miron Ophir

Re: TelSmsSendMessage example

2003-07-24 Thread Miron Ophir
Try this (worked for GSM): Err err; TelSmsSendMessageType smsMessage; TelSmsExtensionType smsExtension; char serviceCenter[kServiceCenterSize]; serviceCenter[0]=0; if((mTelRefNum == 0) || ( mTelAppId == 0 ) ) return kNotSupported; if ( TelIsSmsServiceAvailable (mTelRefNum,

Re: PalmOS 5 and Hacking

2003-07-24 Thread Miron Ophir
Isn't it best to write a new serial driver, and not use the traps? Eli Mandel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I wrote an application/driver based on the SrmSetWakeupHandler() to handle incoming data on the serial port while my application is in the background. In

Re: sysAppLaunchCmdSyncNotify and application preferences

2003-07-08 Thread Miron Ophir
Matthew Fleming [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Palm-meisters, I am trying to get my application preferences in a function called from StarterPalmMain when the launch code is sysAppLaunchCmdSyncNotify. It just looks like this: DPPreferenceType prefs; UInt16

Re: How to turn on/off the bluetooth radio programmaticaly?

2003-07-08 Thread Miron Ophir
Try: http://www.whizoo.com/apps/bttoggle.php#dev Sean Yang [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How to turn on/off the bluetooth radio programmaticaly? Thanks in advance. Sean Yang Jul, 03, 2003 -- For information on using the Palm Developer Forums, or to

Re: FrmAlert, FrmCustomAlert

2003-06-12 Thread Miron Ophir
Henrik, FrmAlert/CustomAlert is actually (internally) a form displayed with FrmDoDialog. It has it's own internal message loop, and you can't access it. So probably it is best to write your own modal form that will display the alert, and inside its message loop check for whatever you like.

Re: Receiving SMS

2003-06-03 Thread Miron Ophir
though... But I would like to know if you manage to make it work! Jerome Miron Ophir wrote: Can I register as the default application for handling incoming SMS messages using either Exchange Manager or Telephony APIs? -- -- Regards, Miron

Receiving SMS

2003-05-28 Thread Miron Ophir
Can I register as the default application for handling incoming SMS messages using either Exchange Manager or Telephony APIs? -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team Home Page: www.mobimate.com ICQ

Re: Application is close to overflowing the stack.

2003-04-06 Thread Miron Ophir
Edward, If the record is large it can exhaust the stack since it is allocated from the stack. Try to change to: skelSRDB* recordPtr; and allocate it from the heap (MemPtrNew). Regards, Miron. Edward P. Ross [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello Tom, Thanks - I

Re: Telephony:How can I tell if the device is a phone?

2003-04-06 Thread Miron Ophir
Todd, We have the same problem. We tried the following code, but it returned TRUE for Tungsten-T also. Couldn't find a solution yet. I'll be happy to hear if someone has one. I think in 5.2 they added a feature for built-in phones. Regards, Miron. Boolean hasPhone = false; Err err; err =

Graffiti 2 APIs

2003-04-03 Thread Miron Ophir
APIs for Graffiti 2 (engine)? -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] Private

Detecting Tungsten W Phone status

2003-03-19 Thread Miron Ophir
. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] Private Home Page: http://members.tripod.com/ophirm ICQ: 6785948

Synchronizing Palm Device to Microsoft Terminal Server

2002-10-13 Thread Miron Ophir
Is it possible to synchronize Palm device to a terminal connected to Microsoft Terminal Server? Did anyone tried it? -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page

Re: Extending PalmOS 5.0 Functionality

2002-06-11 Thread Miron Ophir
Thanks Ben, you are right (as always). This thread only comes to point that some of the old nice tricks that were possible in the past by using the traps are taken from us :( -- Regards, Miron. == Eng. Miron Ophir, The MobiMate

Re: Extending PalmOS 5.0 Functionality

2002-06-10 Thread Miron Ophir
Grafiti and virtual keyboard without using traps? -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com ICQ:6785948

Extending PalmOS 5.0 Functionality

2002-06-09 Thread Miron Ophir
traps, hooks or whatever ? Any idea on this ? -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com ICQ:6785948

Re: NetLibReceive does not return on PalmOS Simulator

2002-05-30 Thread Miron Ophir
I'm afraid this is not my case since I read data into a struct and allways request sizeof(my struct). -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com ICQ

Re: sysNotifyAppLaunchingEvent and OS 5, Argh...

2002-05-30 Thread Miron Ophir
Maybe dbType and dbCreator are globals which are not available for this launch code? -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com ICQ:6785948

NetLibReceive does not return on PalmOS Simulator

2002-05-29 Thread Miron Ophir
. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com ICQ:6785948 == To reply to this message, remove underscore from

TCP Header

2001-06-21 Thread Miron Ophir
it? If you don't know the answer to that, do you know if NetLib sources are available somewhere? 10x. -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E

Re: Visor 16bit color problem

2001-06-18 Thread Miron Ophir
, but changing inline depth to smart (or 3 for that matter) solved the problem. Thanks all. -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E-Mail: [EMAIL

Re: Visor 16bit color problem

2001-06-17 Thread Miron Ophir
) which fails to do the same. Do you have any idea why? Is it related to the device available memory in any way, or to the size of the application ? -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL

Visor 16bit color problem

2001-06-14 Thread Miron Ophir
it was set a line before to 16. On a small Starter application everything is ok. Any ideas? -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E-Mail

Re: Visor 16bit color problem

2001-06-14 Thread Miron Ophir
It's evident that it is supported, since the starter is working ok (the screen depth is changed to 16 bits). Anyway, it's a model which supports 16 bit screen depths. -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team

Re: EvtEnqueuePenPoint

2001-06-05 Thread Miron Ophir
, CtlHitControl may be enough for you. -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED

Re: code in CW5 vs CW7

2001-06-04 Thread Miron Ophir
But then you are bound to get in trouble if you try to change the label which is now pointed by plain char * and not const. -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page

Re: 4-byte integers an 11 segment application problem

2001-05-31 Thread Miron Ophir
to cause the linker to linkage more than 64K, it will exceed the allowed segment size. If the lib utself is more than 64K we can't split it, so what's the remedy? == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home

4-byte integers an 11 segment application problem

2001-05-30 Thread Miron Ophir
the allocation to segments, linker options, stack exhastion, etc.) -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E-Mail: [EMAIL PROTECTED

tkbd Resource

2001-05-29 Thread Miron Ophir
keyboards. When I tried to impose the resouce ( The system uses #32000 ), I've got it misplaced on the screen. I would appreciate any information on this. -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail

Re: Tree control for CW/Palm

2001-04-19 Thread Miron Ophir
How much memory each tree leaf consumes (I mean apart from the text it's storing) ? -- -- Regards, Miron. == Eng. Miron Ophir, The MobiMate Team E-Mail: [EMAIL PROTECTED] Home Page: www.mobimate.com Private E-Mail