I did a hard reset and it's working again. One thing I'd like to report is that using a semi-colon to print doesn't work very well. Most forms of BASIC wrap...
... I ... PEdit only gets around the limit for source code. You have another issue altogether. I sucessfully ran the following on a Tungsten T5 with PalmOS...
I want to use a Handspring Visor as a user interface for PIC projects via serial port. The example serialio.bas "almost" does what I want. It sends graffiti...
Hi I haven't found a way to use fn qkeyboaard() without input field. Some time ago ( long before this function was introduced ) I wrote a demo called...
... I don't have a lot of palm experience, but it seems like every program that requires input can take it from either graffiti or pop up the keyboard. If...
I have a small project that uses a PIC processor to control some functions. I'd like to be able to walk up to it with my palm and reprogram it via IR. The...
Can't read ybasic-ref_.pdb I can open it in filez and read hex, but that's not optimal. Found a suggestion that I donwload ereader. Ereader can't see the...
Hi ybasic-ref_.pdb is a database file for list 1.01 ( freeware ) Domwnload: http://www.lowtek.ca/list/?page_id=6 I'm using version 1.01 since there are...
Hi Maybe I missed our something with my first answer: As far as I know, list doesn't support flash cards. Therefore you should hotsync the pdb-file after...
... Thanks very much. I just had no clue how to read a database file. Works great now. That's a problem with most documentation, tiny details that "everybody...
Due to popular request, new members will now have their messages moderated before they appear. Thus, there may be a delay of a week or two before messages...
Looking all over for an answer to this question. Is Hotpaw basic limited to 160x160 screen resolution ? My tungsten E has a resolution of 320x320 but I can...
320x320 resolution is supported by 2 of the drawing commands and of the 1 of the text console commands. All other graphics and form-based commands are 160x160...
... answers to these type of questions. I have looked at all the reference texts on Hotpaw I can find but none give many details. Even looking through all the...
Hotpaw Basic does have a hires mode--look for the commands in the quickref. The problem is that it dson't support the DIA on devices like te T|X. ... limited...
I registered my copy of y-Basic. I installed the y-Basic --> PRC PRC-Maker. I also installed the ybasic.prc But I still can't get PRC-Maker 1.5 to work. What...
Re: y-Basic --> PRC PRC-Maker Hi The name for the PRC is up to you. You get valid creator IDs when you join the Palm Developer Network and register your...
I have a great program that finishes with a computed 8 x 8 output array of 64 integers. How do I display these on my Palm X|T ? There's got to be a simple way...
Hi this code might help: #display.bas 'initialize and fill an array dim ii(8,8) for y=1 to 8 for x=1 to 8 ii(x,y)=-32000-x-(y-1)*8 next next 'erase display...
Attached solves the "Knight's Tour" problem. A single Knight is placed at some point on an otherwise empty Chess board, and it is the object to move the piece...
Recently i have been expermenting with the 3D outputs in y basic example: #3d plot.bas cls : rem clear screen rem - the equaion in (x,y) z$ = "x^3*y-x*y^3" rem...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Jun 29, 2007 8:35 pm
2051
See the HotPaw website site: http://www.hotpaw.com/rhn/hotpaw Beta test version 1.4.6b0.0 has a couple different ways to enter the ^ character for use as the...
Hi Unfortunately this release does NOT fix the bug introduced with version 1.4.5: Only the up-and down-keys work as documented. ALL other keys call the ...