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

Re: How to read every pixel on the screen.

2004-06-21 Thread Miken
Please visit:http://sourceforge.net/projects/mscreen/ Maybe the source code can help you. _ http://www.msale.net/bbs http://sourceforge.net/projects/mscreen/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: about fragment

2004-06-20 Thread Miken
Thanks for jimmy's help. I need judge the available memory on AppStart.If no enough,I don't run. _ http://www.msale.net/bbs http://sourceforge.net/projects/mscreen/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: about fragment

2004-06-20 Thread Miken
I want to Call MemHeapCompact after call MemHeapID right now. Do MemHeapCompact spend too much time? Thanks. Regards, Miken Laurens [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Miken wrote: if dynamicMemory = 60K,Can I call MemPtrNew(60*1024)? How do palmos handle

about EvtGetEvent

2004-06-19 Thread Miken
In event handler callback routine,I return true to tell OS I have handled it. If I call EvtGetEvent outside the callback function,how do I let OS know I have handled? For example,please see the following code: While(1) { EvtGetEvent (); if () break; } if receive a event in the

Re: about EvtGetEvent

2004-06-19 Thread Miken
Thanks for Nathan's help. I'm sorry I don't let you know what I mean.I only want to tell OS I have handled it before it don't finish. I receive a keyDownEvent event from kb-100,and I need a longer time to handle.KB-100 will resend the event because it think it lose the package. (If you don't know

about fragment

2004-06-19 Thread Miken
I get the available Storage/dynamic memory using the following code: nCards = MemNumCards(); for (cardNo = 0; cardNo nCards; cardNo++) { for (i=0; i MemNumRAMHeaps(cardNo); i++) { heapID = MemHeapID(cardNo, i); if (MemHeapDynamic(heapID)) {

Re: hiding graffiti indicator

2004-06-18 Thread Miken
GsiEnable FrmHideObject http://www.msale.net/bbs -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

about hardCradleChr and vchrResetAutoOff

2004-06-18 Thread Miken
I use codewarrior9.3,and develop for clie TH55 with KB100.If you don't know KB100,please visit http://www.pdasupport.com/PEGA_KB100Clie.htm I find it send 2 keyDownEvent(.data.keyDown.chr=hardCradleChr and vchrResetAutoOff) when I input the first key. What do the two event do? Thanks.

PrefSetPreference

2004-06-17 Thread Miken
I use codewarrior9.3,and hotsync set palm-PC by default. In AppStart(),I use the following code: PrefSetPreference(prefColorThemeID, 10108); I install my application,and it run well.It was been backuped to my PC. I hard reset my palm,and synchronize.When I run my application,it has a fatal

Re: Simplefied Chinese fonts

2004-06-16 Thread Miken
! Regards, Miken http://www.msale.net/bbs Saurabh Agarwal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am able to open the Simplefied Chinese document in MS Word. I suppose this emplies that Multiple Lungual pack is installed on my machine. All chinese sites are also opened my Internet

ANN: SOURCE CODE of a palm screen capture tool can be downloaded

2004-03-31 Thread Miken
mScreen can capture your palm screen,and save as .bmp file to the extend card directly. It only support the color device,but you can modify the code to support the monochrome device very simply. I only test it on sony series device,and it run well. If any bug,you can correct and release it.You

Re: ANN: SOURCE CODE of a palm screen capture tool can be downloaded

2004-03-31 Thread Miken
I cann't go to sourceforge.net. Who can help me to upload it? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Emul68KMain.c,Line:403

2004-03-20 Thread Miken
I install the .prc into the palm device,and run it . It crash,and give the following information: Emul68KMain.c,Line:403,illegalinstruction 2FE1 at address 20060006. What does mean it?How do I correct it? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe,

a 1.98MB binary file

2004-03-01 Thread Miken
I want to move the binary file(1.98M) to RAM,. Please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

When is MenuGetActiveMenu NULL?

2004-02-24 Thread Miken
Open a palm software before you don't enter a command shortcut or other way to enable menu appear,and you get NULL if you call MenuGetActiveMenu. After you select a menu item,the menu will be invisible.If you call MenuGetActiveMenu,it don't return NULL. How do I know the menu is visible? Thanks.

480*320 and 320*320

2004-02-19 Thread Miken
I use codewarrior9.3,and develop above palmos5. Some softwares I develop before only show 320*320,and I want to run on 480*320 (sony UX50) device now. please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

how do I go back from a hacker?

2004-02-19 Thread Miken
I'm writting a hacker above os5.When the other softwares on the device enter my hacker via menu item,it run well,but how do I go back when close my hacker,and restore all states on the previous software? PS: I use Notification API to write my hacker.I call my hacker from the others using

about system keyboard

2004-02-14 Thread Miken
When a field control gets focus,I pop up the system keyboard. I want to show nothing on the field control after user close the system keyboard. Of cause,I need know what user input,too. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

How do I reduce the size of the .prc file?

2004-02-12 Thread Miken
I make my project,and get a 800K .prc. It is too big,so I want to reduce the size of the .prc file. I ever use a tool on Windows platform,and it can let .exe turn smaller. Who can help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

about field control and cursor height

2004-02-12 Thread Miken
I want to turn the cursor on the field control shorter. Please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

place a field control at the top of a form

2004-02-12 Thread Miken
I draw a bitmap as my form background,and there is a Field control upon it. When user input his data to the field control,the background bitmap will be changed.After I redraw the background bitmap,the field control will be overlayed. I want to set the field control at the top of the form.How do I

Re: about fldChangedEvent and system keyboard

2004-02-11 Thread Miken
please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

about fldChangedEvent and system keyboard

2004-02-09 Thread Miken
When I use Graffiti(2) to update the value of a field control,I can get fldChangedEvent. After I set the focus to editbox,I call the system keyboard,input some text,and close it.I can still get fldChangedEvent,then I delete a char,I can't get the event. Please help me,and thanks. -- For

Re: about stack size

2004-02-04 Thread Miken
Thanks for Ben's helps. I download http://www.metrowerks.com/pdf/PalmFAQ.pdf,and read it.I find the following information: You can change the default stack size if you're using a recent version of Constructor for Palm OS. I don't use Constructor ,and I use PilRC designer. -- For

a e-mail from Palm OS Developer Programs Team

2004-02-03 Thread Miken
I use my mailbox and 37677766(my password) ,but I don't log in http://spp.palmos.com/iws/logon.jsp I go to http://spp.palmos.com/iws/registration/lostPassword.jsp,and fill in my mailbox.After I hit Send,the following information appear: The email address you specified does not exist in the

about stack size

2004-02-03 Thread Miken
I use codewarrior9.2,and I want to know the size of 68K and ARM what I can use. Please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

about stack information

2004-02-03 Thread Miken
I have a Gordian knot.I convert a PC platform software with source code to Palm platform,and I don't write it before. I think the stack overflow cause the device reset,so I want to know the stack information. My boss think I can solve the current trouble after analyse the stack information. Who

Re: about stack size

2004-02-03 Thread Miken
If I can change its size,how do I do? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

shortcut-2 on sony device

2004-02-02 Thread Miken
I use codewarrior9.2,and I have a sony device(PalmOS5.2.1) and its serial port wire. I want to debug my application via serial port now. I set the right COM port (Edit-Setting-Palm OS Debugging),and I don't run Constructor or HotSync. I open my project using codewarrior.After I hit F5 key,a

Re: shortcut-2 on sony device

2004-02-02 Thread Miken
I can debug my application via serial port! The size of my .prc is 758K,it cost me 3-4 minutes during downloading when I debug.It is insupportable!How do I let it faster? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

about VFSFileWrite and append

2004-02-02 Thread Miken
I want to add some data to the end of the file.I call VFSFileOpen with vfsModeWrite|vfsModeCreate,then I call VFSFileWrite.I find it remove all existing data before writing. Why? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

notification and hacker

2004-01-26 Thread Miken
I use codewarrior9.2,and developer for palmos5. I register a notification.When system receive the notification,it will call the following code: MenuAddItem(sysEditMenuGraffitiCmd,6377,'D',www.msale.net); Now it run well,please see the screen capture: http://www.gs160.net/~miken/2.jpg When

about TE

2003-10-15 Thread Miken
I want to make a data wire between Palm TE and CDMA mobilephone(e.g. Motorola V680+). I can receive e-mail using PalmTE + data wire + V680+. My friend have made the data wire for Palm Zire71.please see the attachment. Please tell me the interface about TE,and thanks. begin 666 200361948.jpg

After I delete the photo file from Zire71

2003-09-18 Thread Miken
I use DmDeleteDatabase() and delete the photo file from Zire71,but the file can be shown in list by Photo(a software written by Palm). How do I do?Please help me,and thx. __ http://www.msale.net/bbs a

about Zire71 photo

2003-08-18 Thread Miken
I read the foregoing posts about Zire71 Photo.Now,I open the pdb file,and read DBLK' count at offset 0x58,then I read count bytes at offset 0x78.Is my way right?Please tell me,and thanks. I go to http://cvs.coldsync.org/cgi-bin/viewcvs.cgi/*checkout*/coldsync/conduits/zir

Re: Emulator HotSync

2003-08-17 Thread Miken
http://www.msale.net/download/book/conduit.pdf http://www.msale.net/bbs a Chinese-language message board for developers,including palm,ppc,symbian,and etc. -- For information on using the Palm Developer Forums, or to

about field on high-res device

2003-08-14 Thread Miken
I use codewarrior7,and develop for palm. I find my program run well on low-res device,but there isn't underline on Field control.If I use field on table control,the problem appear too. please help me,and thanks.

Re: Zire 71 Photo DB Format

2003-07-28 Thread Miken
Zire 71 CAD Drawing External drawings for the Zire 71 product in Iges format (Palm SG Developer Support) Is it? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

After I capture photo via Zire71

2003-07-15 Thread Miken
please see the following code: CamLibBitmapInfoType info; CamLibControl(gCamLibRefNum, kCamLibCtrlCaptureGetBitmapInfo,(void*)info); the photo has stored on info struct.I want convert it to bmp or gif,please help me,and thanks. I want to get zire photo conduit's source code,and where do I get

about mathlib

2003-07-09 Thread Miken
I download mathlib source code.I mock the project,and make a mine mathlib.But I find it appear error when I use database function. I compile the project successfully,but it appear error when I call it . Please help me,and thanks. -- For information on using the Palm Developer Forums, or to

Re: about ScrollBar

2003-06-24 Thread Miken
Thanks for Dresch's helps. did you define it before including PalmOS.h? How do I do it?Can you say in detail? anyway, there's the API SclSetScrollbar(...) wich you should use to perform this task. I use codewarrior7+sdk5.0. I find ScrollBarType and WinHandle struct beed break in by #ifdef . How

about high density

2003-06-23 Thread Miken
I develop for Zire71 now.I feel headache because of its high density. I ever develop for low density palm using codewarrior7 and SDK3.5. I want to know my tools can develop for high density.Thanks. (By the way,I install codewarrior9.1,and find it is incompatible with sybase sql anywhere8.02,so I

Re: about high density

2003-06-23 Thread Miken
Thanks for Ardiri's helps. I want to capture user's signature on Gadget(see the attachment),and save it as bmp or others. I can do it on low density,but it don't run on high density. If you agree,I can send the code to your mail-box. Thanks. I develop for Zire71 now.I feel headache because of

Re: about high density

2003-06-23 Thread Miken
I search in the forum ,and find an important information.I copy it here: for os 5 devices, convert the bitmaps to version 3 (programatically) and set to double density. You can just do it in one function function drawabitmap(bitmap, x, y) { if sony draw using sony stuff else if os 5 convert to v3

high density and low density

2003-06-23 Thread Miken
Please see the following code: WinDrawChars(theMessage, StrLen(theMessage),10,120); theMessage can show on low density machine,e.g.: treo270,Zire,Palm Vx,but show nothing on high density machine,e.g.:Zire71. How do I show the string named location on Zire71? Thanks. -- For information on

about ScrollBar

2003-06-23 Thread Miken
I use codewarrior7 and palmsdk5,and develop for zire71. Please see the following code: ScrollBarPtr barP; barP=(ScrollBarPtr)GetObjectPtr(DebugFormScrollBar); barP-value=barP-value-10; After I compile the project,please see the following message: Error : illegal use of incomplete

after upgrade codewarrior7.1 to codewarrior9.1

2003-06-20 Thread Miken
My project can compile on codewarrior7.1,and run well on treo and zire. After I upgrade codewarrior7.1 to codewarrior9.1,I recompile the project,and it is successfully.I install the .prc into treo emulator and OS5 simulator,and run unsuccessfully! please see the attachment. 1.jpg is treo emulator

Re: How to capture screen and save as bmp on high resolution device?

2003-06-18 Thread Miken
I don't use tool software,and I want to code to do it. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to capture screen and save as bmp on high resolution device?

2003-06-04 Thread Miken
Who can help me?Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to capture screen and save as bmp on high resolution device?

2003-05-31 Thread Miken
I want to capture screen on Zire71,please help me,and thanks. I ever capture screen using codewarrior7.1 and sdk3.5.It can run well on PlamVx,Zire,treo270,but it will die on Zire71. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

about WinCreateOffscreenWindow

2003-05-30 Thread Miken
In OS3.5,I can use WinCreateOffscreenWindow: { WinHandle theWindowHandle; theWindowHandle = WinCreateOffscreenWindow( theBoundsPtr-extent.x,theBoundsPtr-extent.y,screenFormat,theError ); } I can copy theWindowHandle-bitmapP to BitmapPtr variable. But In OS5,I use the same code ,I find

Re: Please see the error information on Zire

2003-05-29 Thread Miken
Thanks for Ben's help! The size of my program is 261K,and only a program is installed onto zire,so the space is enough. The total heap is limited on the Zire,and can I assign it dynamicly? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: treo 270 rom file or exe

2003-05-28 Thread Miken
http://www.msale.net/Download/Palm/Treo270.ROM The size of the file is 4.0MB. where i could find treo270 rom file or exe , i need it for internal testing purpose ... Is it available on net ??? Best Regards , Geeta M -- For information on using the Palm Developer Forums, or to

Please see the error information on Zire

2003-05-28 Thread Miken
PalmOS_Startup.c,Line:96,Error launching application,How to correct it? I use codewarrior7.1+sdk3.5,and the program can run well on emulator,Zire71,treo270. When zire don't connect network,the program run well.But zire connect network via IR ,my program will appear error. Please help me,and

Re: Please see the error information on Zire

2003-05-28 Thread Miken
I find other programs(e.g:Handbase3) appear the same error on Zire:PalmOS_Startup.c,Line:91,Error launching application. It is Line 91,and my error is Line 96. Of cause it only appear when Zire connect network,but address,Calendar, To Do and Memo run well. Please help me,and thanks. -- For

How to set 256 colors icon as application icon?

2003-01-23 Thread Miken
I find some multi-colors icon on palm desktop,but I can't do it.I only set 2 colors icon as application icon.Please help me. I want to select a 256 colors bitmap for Graphic Push Button,and I have the 256 colors bitmap.but how to add the 256 colors bitmap to file Starter.rsrc? Thanks. --

How to set background color?

2003-01-18 Thread Miken
Thanks for Chrisant's help! How to set background color,and how to set appointed area color? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to set text color?

2003-01-17 Thread Miken
I use codewarrior7.1+sdk4+treo SDK Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to set text color?

2003-01-17 Thread Miken
e.g:Set text blue,red,or green... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to set the whole row highlighted?

2002-12-23 Thread Miken
I set row height using the following code: TblSetRowHeight (table, row, 2*FntLineHeight ()) When I write 2 rows characters in a row,I want to set the whole row highlighted in table.How to do? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Where do I go to when I want to discuss about Kyocera 7135 smartphone

2002-12-23 Thread Miken
I can develop sms and dial-up on treo270 by using treo SDK,but When I develop the same function(sms and dial-up) on Kyocera 7135,How to do?I visit http://www.kyocera-wireless.com/7100_phone/7135/developers/comingsoon.htm, and it say coming soon. Please help me,and thanks. -- For information

Re: How to set the whole row highlighted?

2002-12-23 Thread Miken
I use TblSetRowMasked,and set the whole row highlighted,but I find I can enable it by hitting left or right characters.When I hit Miken,I find nothing. The attachment is the table control's barbola. Please help me ,and thanks. begin 666 1.jpg M_]C_X `02D9)1@`!`0$!+ $L``#_VP!#``@!@!0@'!P)0@*#!0

Re: How to make an applicatin starting on power on?

2002-12-22 Thread Miken
Thanks for Bevan 's help! I add all code you give,but after I reset my simulator,my software don't been launched! In HandleNotification function,what do I need add replaced //do stuff? Thanks. --- --- // The

How to delete program or database in palm?

2002-12-22 Thread Miken
How to delete program or database in palm? How don't I let database been beam via system launcher? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to use background picture in form?

2002-12-19 Thread Miken
I want to use background picture to beautify my software. How to do it? Thanks,and any post would be appreciated. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to use background picture in form?

2002-12-19 Thread Miken
Thanks for Combee's help! I haven't found bitmap form Construcor for PalmOS 1.5. How to let all controls in the form are drawn on top? You could setup a form bitmap and position it so that it is drawn first, and then all of your controls are drawn on top of it. -- Ben Combee [EMAIL

Re: How to use background picture in form?

2002-12-19 Thread Miken
Thanks for Oliver's help. I search in the forum using wallpaper as key,but I found nothing. I use outlook express,and older mail will disappear automatically.How to keep it down? Try searching the archives for wallpaper. Of course, I don't know what your software does, but I personally

Re: Accessing the Address Book data

2002-12-17 Thread Miken
The attachment will show all records in address DB. If it is what you do want to get,please contact me. begin 666 MyAddress.prc M37E!91R97-S`0`!NB4/B;HE#XD` M87!P;$UY860*8V]D90`!M-O M94``@``!W1D871A``RV=$92301,```-P$U05(#Z

How to get all address in sim card?

2002-12-17 Thread Miken
I use sdk4.0+Cw7.1+treo sdk.Please help me ,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: About dialer on treo series

2002-12-11 Thread Miken
please help me ,and thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: About dialer on treo series

2002-12-10 Thread Miken
Please help me! Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: About dialer on treo series

2002-12-10 Thread Miken
Hi,all,Thanks! I have passed,because I don't select Always Search User Paths,and thanks. Now,I find a new problem.After I call dialer,and finish the call,I want to return my program UI.How to do? Thanks again. begin 666 1.jpg M_]C_X `02D9)1@`!`0$!+ $L``#_VP!#``@!@!0@'!P)0@*#!0-# L+

Re: How to subscibe symbol-forum news?

2002-12-09 Thread Miken
Make the password for that newsgroup the same as the others. Under Tools | Accounts you have a username and password for news.palmos.com. It sounds like you have told the symbol-forum to use something different than what you use for palm-dev-forum. Outlook is sending the same password for all

About dialer on treo series

2002-12-09 Thread Miken
I download file SampleDialer.zip from www.handspring.com. I use codewarrior7.1,and move some code in file SampleDialer.c to my project.I add {#include Helper.h #include HelperServiceClass.h } in file MainForm.c header,and copy the 2 files from palmos4.0sdk to palmos3.5sdk.After I compile,the

How to send a mail

2002-12-09 Thread Miken
I want to add the mail functionality in my software on treo series.Please give me some source code,and Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to subscibe symbol-forum news?

2002-12-08 Thread Miken
I develop on Symbol machine recently.I go to news.palmos.com and subscibe symbol-forum,but I see nothing. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to subscibe symbol-forum news?

2002-12-08 Thread Miken
Thanks.But the following appear in my outlook express: 480 This group is only available to members. Please enter your email address and password into your News Browser. config: account: news.palmos.com server: news.palmos.com username: [EMAIL PROTECTED] protocol: NNTP port: 119

Re: How to subscibe symbol-forum news?

2002-12-08 Thread Miken
Please tell me how to read from outlook express?I can read palm-dev-forum and handspring-forum,but don't read symbol-forum,and only receive mail from symbol-forum. I register use [EMAIL PROTECTED] and password is 1906(Of course,it isn't my mailbox password). Thanks. -- For information on using

How to get OS version?

2002-12-04 Thread Miken
I want to know how to get OS version,please tell me,and thanks. How to let software only run on appointed device?For example,the software I developed only run on Tungsten T. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

How to get current battery capability?

2002-12-01 Thread Miken
When battery capability is low,I need warn customer to charge.But how to get current capability? and if I use symbol modem for handspring visor,how to get current modem battery capability? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: How to get current battery capability?

2002-12-01 Thread Miken
HI,Brian Smith,Thanks Are you use symbol modem for handspring visor?My customer don't know English,and when modem battery is low,it will pop up warn dialog,but the information is English. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: How to get hotsync user name?

2002-11-28 Thread Miken
Hi,all,Thanks.I pass it. My msn:[EMAIL PROTECTED],and thanks again. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to get hotsync user name?

2002-11-27 Thread Miken
Thanks,but your code is useless.I use Codewarrior7+sdk3.5 or sdk4,and compile failure,undefined identifier 'dlkMaxUserNameLength' and 'DlkGetSyncInfo'. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to get hotsync user name?

2002-11-26 Thread Miken
How to get hotsync user name in codewarrior? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to get the size of palm free memory?

2002-11-17 Thread Miken
My software need get the size fo palm free memory.When less than 1M,it will have no work. Who can tell me how to do it? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

About online upgrade

2002-11-16 Thread Miken
I want to upgrade my software remotely via Internet,and is it feasible? If the answer is 'Yes',how will i do? By the way,the remote palm machine access Internet by using dial-up via modem. Thanks,and any post would be appreciated. -- For information on using the Palm Developer Forums, or to

Hot to launch system keyboard?

2002-10-31 Thread Miken
If you have source code,tell me or send mail to [EMAIL PROTECTED],and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to get palm device unique id?

2002-10-11 Thread Miken
My machine is Handspring visor deulex and palm vx. Any post would be appreciated. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/