Re: 回复: Is the T3 still relevant?

2008-05-06 Thread Sebastian Cancinos
Lets face it, Palm OS is no longer relevant. I love it, I will always love it, but it is old news. And that applies to all models. Sebastian On 5/6/08, 哲 王 [EMAIL PROTECTED] wrote: - 原始邮件 发件人: Michal Seliga [EMAIL PROTECTED] 收件人: Palm Developer Forum

Re: Replacing password with asterisks in text field?

2005-02-09 Thread Sebastian Cancinos
You can catch the 'keyDownEvent' event, concat the chars and replace it in the eventptr with a *. Even so, I wouldn't use a field with astericks, specially if the user will be writting the password with Graphitti. It's very common to make mistakes with Graphitti and with the astericks he

Re: Simple problem about copying text from one field to another

2005-01-25 Thread Sebastian Cancinos
On Tue, 25 Jan 2005 14:39:16 -, derricklyh3 [EMAIL PROTECTED] wrote: Yeah, I've success, by using the following code. I don't know why there should be a +1 in this line: - h2 = MemHandleNew(StrLen(s)+1); Would you tell me? :) You need to save space for the NULL char that is at the end of

Re: Treo 600 Simulator - Simulating GSM signal

2005-01-25 Thread Sebastian Cancinos
nowhere. Any help would be great, I'll post the final solution once I find it. Sebastian Cancinos I'd like to know the answer to this one too... :) Geoff. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- For information on using the Palm Developer Forums, or to unsubscribe

Treo 600 Simulator - Simulating GSM signal

2005-01-24 Thread Sebastian Cancinos
the Wireless conecction? I was told that I needed the Virtual Phone, but it got me nowhere. Any help would be great, I'll post the final solution once I find it. Sebastian Cancinos -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- For information on using the Palm Developer

Re: Open Source Palm OS DivX/Xvid Player

2004-12-16 Thread Sebastian Cancinos
systems, bak in the 17th century. Sebastian Cancinos On Thu, 16 Dec 2004 13:39:17 -, Martijn Rambonnet [EMAIL PROTECTED] wrote: Here is a short summary of my idea's about the project and short planning. The goal of the project is to design an video player for Palm OS that is able to play DivX

Re: files

2004-07-30 Thread Sebastian Cancinos
Mihai, 'appl' databases are Resource databases, so you can't use DmQueryRecord. you should use DmGetResourceIndex. You can know if it is a ResDB by calling, DmOpenDatabaseInfo . Sebastian. Friday, July 30, 2004, 11:11:05 AM, you wrote: MC Hi. MC I want to transfer files from hhc

Developers in Buenos Aires, Argentina

2004-02-03 Thread Sebastian Cancinos
Amigos, me gustaria que se contactaran conmigo programadores Palm de Buenos Aires a [EMAIL PROTECTED] Especialmente gente con experiencia en programacion C. Espero sus respuestas. Sebastian Cancinos -- Now in english so the rest don't feel excluded -- Friends I'd like

Re: getting date

2004-01-16 Thread Sebastian Cancinos
Hello Roberto, Friday, January 16, 2004, 9:51:23 AM, you wrote: RPM Hi RPM How i can to get date form palm Os ? RPM Thanks RPM = RPM Roberto Pedrozo Mendes RPM Arquiteto Sistemas J2EE RPM CPqD - Campinas RPM [EMAIL PROTECTED] RPM

Re[2]: about retrieve text from record

2004-01-04 Thread Sebastian Cancinos
I have solved the problem I changed the string from 35 to 34 chars in the record data directly and use text = (char*)intPtr[34];instead but I am interested to know the method for the string of 35 chars any suggestion ? PL An integer value (or any other data type bigger than 1

CW not debugging

2004-01-02 Thread Sebastian Cancinos
Maybe it happened to you some time. My CW (9.2) ,debugging with the Emulator, when it finds an error, stops, shows the error message and when I press 'Debug' the codewarrior doesn't respond. The error message desapairs, so I can't retry, and I have to stop the debuging. I used to be a 'sometimes'

Re: Dynamically changing the size of a form

2003-12-19 Thread Sebastian Cancinos
WinSetWindowBounds(FrmGetWindowHandle(frmP),RecP); Friday, December 19, 2003, 3:08:38 PM, you wrote: PH I have read the API carefully and I can see no way to resize a form PH dynamically. Have I missed something or is there a way to achieve this PH result with a different approach? I'm trying

Re: Best way to make a progress bar?

2003-12-03 Thread Sebastian Cancinos
Hello David, Tuesday, December 2, 2003, 4:52:14 PM, you wrote: DB What's the best way to make a progress bar for my application when it does DB something that takes a long time? I couldn't see a standard control in DB PilRC designer, so I assume its not a standard control. Is anyone willing DB

Re: cannot show the draw line

2003-11-25 Thread Sebastian Cancinos
Ken, when you create an offscreen window, it doesn't show in the screen. You normally use it to draw something without showing it and then showing it all at once. use WinCopyRectangle to pass the window to the screen. Sebastian --- KEN [EMAIL PROTECTED] wrote: hi all, In a function, I cannot

Bug in SysBinarySearch in OS 3.5?

2003-11-21 Thread Sebastian Cancinos
element). I guess there has to be a Int32 instead of UInt32 for the address. I'm using a m505 ROM in the emulator (OS 4.0), I gather the bug was fixed later. Did anyone knew about this bug? Sebastian Cancinos -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Emulador Symbol 1550

2003-09-16 Thread Sebastian Cancinos
Dave, I'd recomend you to find some other translator, the spanish part doesn't make any sense. ;P Sebas --- Dave Lippincott [EMAIL PROTECTED] wrote: I think you can download the 1550 ROM from the Symbol website and use it with the emulator. You will have to set up a developer account to

RE: Resizing a bitmap in OS5

2003-09-13 Thread Sebastian Cancinos
draw every pixel four times (twice on the x axis and twice on the y) ;) Sebas. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Danny Wong Enviado el: viernes, 22 de agosto de 2003 15:49 Para: Palm Developer Forum Asunto: Resizing a bitmap in OS5 I have a

Re: [OFF-TOPIC] Palm Modem command reference

2003-09-12 Thread Sebastian Cancinos
Hi, I wouldn´t say this is completely offtopic. I found myself with the same question a few weeks ago. The only other command I found was ´ATFX1´ that tells the modem not to wait for the dialing tone. That´s is what I needed, so I didn´t keep looking, but it would be very useful to know this

Re: How to check the socket connection??

2003-08-27 Thread Sebastian Cancinos
Yo can try to read the socket, if it gives a 0 in bytes received it means the connection is broken. It says so in the PalmReference.pdf You can use the netIOFlagPeek flag to read from the socket but not erase the data from the buffer. msg = MemPtrNew(len); size =

Multiplatform IDEs

2003-08-14 Thread Sebastian Cancinos
We are thinking about making our software available for Smartphones, wich would mean porting the projects to Symbian and PPC. The leading idea right now is using J2ME, does anyone have experience with it? Do you recomend any other enviroment? Thx Sebas __ Do you

Re: Mapping software w/ external interface?

2003-08-08 Thread Sebastian Cancinos
Brian, I don't quite understand your request. I made a mapping software that takes coordinates form a GPS via Serial connection. I could give you some pointers on that. But what do you mean with 'external programm'? Sebas --- Brian Smith [EMAIL PROTECTED] wrote: Kind of a niche question, but

RE: Records left locked in closed unprotected DB

2003-07-01 Thread Sebastian Cancinos
I know it is besides the point, but do you really programmed it all in Assembly??? :) Sebas -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Richard Coutts Enviado el: lunes, 23 de junio de 2003 22:21 Para: Palm Developer Forum Asunto: Records left locked in

Re: MemPtr Help

2003-07-01 Thread Sebastian Cancinos
I´d do it like this void AAA(void) { MemHandle iBuffH; UInt8* iBuffPtr=NULL; UInt16 iLen; iBuffH = MemHandleNew(1); iLen = BBB(iBuffH); iBuffPtr = MemHandleLock(iBuffH); //do something with iBuffPtr MemHandleUnlock(iBuffH); MemHandleFree(iBuffH);

Re: undefined reference

2003-07-01 Thread Sebastian Cancinos
Are you including the definition of the funtions in the sources that calls them? /*// / a.c / //*/ void something(void) { //do something } /*// / a.h / //*/ void something(void); /*// / b.c / //*/ #include a.h void somethingelse (void) { something(); } ---

Re: Precompiled Headers greater than 64KB

2003-07-01 Thread Sebastian Cancinos
You need to make it a Multi-Segment project. You have only one segment and it is greater than 64K that is the max it can be. Sebas --- Jim Worden [EMAIL PROTECTED] wrote: After adding one final form to my project (using CW 9.0) I started getting the following messages from the build:

Re: Emulator fast - Real PDA slow

2003-06-27 Thread Sebastian Cancinos
It happened to me that the serial comunication with the Emulator was painfully slow but fast on the real device, and the drawing to screen fast on the POSE and slow in the device. I try to use POSE only to do a demo of the project and some debugging but do the real work with a Palm device.

Re: Multi-Sync of Palms on a same PC at the same time

2003-06-06 Thread Sebastian Cancinos
I´d recommend XTND connect server. I used it a few years ago and it was great. I can imagine it is even better now. S. --- apple k [EMAIL PROTECTED] wrote: Hi, Does anybody know any third-party software supports for multiple of palms which do the synching on the same PC at the same time? As

RE: Where is my file? after I created a filestrem.

2003-06-05 Thread Sebastian Cancinos
From the PalmOS API Reference: When the fileModeTemporary open mode is used and the file type passed to FileOpen is 0, the FileOpen function uses sysFileTTemp (defined in SystemMgr.rh) for the file type, as recommended. In future versions of Palm OS, this configuration will enable the automatic

RE: Need help with 16 bit high res display on the Tungsten

2003-05-28 Thread Sebastian Cancinos
Why do you draw the bitmap in an offscreen window first? I know that this method makes custom drawing faster, but just for a bitmap wouldn't it be better to draw it directly to the screen? What are the benefits of this method? Sebas. -Mensaje original- De: [EMAIL PROTECTED]