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 ...
I have been using a demo version for several days. I just purchased a registration but I have to enter the number every time to see my programs. Also,...
Hi I tried to produce the same results with my registered ciopy by manipulating then ybasreg.prc, but did't get the same behaviour. A case for rhnlogic. In...
I was using HotPaw in PalmOS 3.51 on a Palm IIIc. I upgraded to PalmOS 4.1 and now COLOR shows mostly green with some yellow in the color3.bas demo program....
It's good to be back on this group, after a long time of bouncing due to an email address change. Question: Does anyone know if there is a difference between...
Can anything or has anything been done to help in this regard ? Can the OS of a T3 be changed to an earlier version ? C. Walsh 1600 5th Ave NW Great Falls MT...
Likely not. Palm not only changed portions of the software interface, but the hardware itself, even the voltages on the serial port pins. The T3 uses a very...
Hello all, Thanks to the help of my good friend from Germany, the Tungsten T3 serial dilemma is over. The solution was a neat little program 23K's worth...
When I try to open Hotpaw or run an existing application on my Zire I get an error message that says: "The data storage of the handheld is full." Using FileEz...
... For 68k code, there are two possibilities. You can use a 3rd party assembler to convert the 68k assembly language into binary or hex machine code data....
I search the Bitman Programm to make Bitmap Strings... did anyone have this Program and can send it to me? I can't find this Programm in the Internet and in...