The first line of the memo is "Besançon"<br>I did run:<br>input #1, a$<br>Result
is "Besan"<br>input #1, a$<br>Result is "on"<br><br>Are characters above 127 not
handled ?<br>Version 0.99b62d
I found a remark about the same problem for an
application written for OS 3.1 and earlier. One possible
cheat/fix for this is to install the "old" enhanced Ir
driver, the one intended for OS 3.0/3.1. <br>This way
HotPaw Basic and my SH888 cellphone seem to get contact
through the IR-port. Haven't been able to test it very
much, though, but at least I get ERROR back from the
IR-modem using the HotPaw Basic example application from
the Readme file.
Has anyone tried the combination PalmIIIx, OS 3.3
and IrDa infrared modem?<br>I can't figure out how to
get response from the modem by redirecting the serial
communication to the ir-port. I am not sure if what is referred
to as SIR ir mode in the documentation is the same
as IRCOMM in OS 3.3.
The "subsequent datebook find" works fine in beta
.9960. Thankyou! <br>Tried it out this morning
(norwegian time).<br><br>But another problem arises: The
"Datebook find" function seem to skip repeated
entries.<br><br>Is there a clue I'm missing? Can't find anything
about it in the doc's.<br><br>I'm close to finishing my
"Datebook Categorizer", but I need to find and show the
repeated datebook entries too!<br><br>It works like this :
When I seek for entries containing a specific string
in a given date interval, my app shows a list of
every entry satisfying the search criteria. But entries
with "Repeat" turned on does not show up in my list,
even if they contain the search string. If I remove
the repeat option from this datebook entry - it shows
up like it should have done in the first
place.<br><br>It would have been nice to have the possibility to
show all instances of the repeated entry, with an
option to show only the first and/or the last
one.<br><br>I guess this yields for the Datebook write
function, put "date", as well.<br><br>Maybe this requires
use of some more s$()-registers, to be able to
specify all necessary parameters of these datebook
entries.<br><br>Keep up the good work!<br><br>:-)
Hi<br><br>I'm trying to make an app to find
specific entries in the datebook, but when I test your
example app on datebook lookup (6a) it does not work like
I want it to.<br>Example : I have three entries for
today, and example 6a in the readme file tells me that
by using <br><br>find("date",0,d) <br><br>then I
find the first of todays entries (works fine), and by
repeatedly using <br><br>find("date",-12,d) <br><br>then
example 6a should give me the other entries for today,
one by one.<br><br>Well, it appears that the example
is just giving me the first entry over and over, and
it never terminates the while-wend
loop.<br><br>Why?<br><br>:-)
Find the latest version at:<br><br>
<<a href=http://www.hotpaw.com/rhn/hotpaw/>
target=new>http://www.hotpaw.com/rhn/hotpaw/></a><br><br>Thanks to all the
test reports that have been received,
HotPaw Basic is very close to release 1.0. Last chance
to report bugs, pet peaves, or missing
fuctions.<br><br>Regards,<br><br>- HotPaw2
Hi,<br><br>> open "com1:",9600,ir as
#5<br>>But the application just terminates,<br><br>The open
command only works inside a program. When the program
execution ends, the port is automatically closed. This is
to prevent battery drain from accidentally leaving
the serial port open.<br><br>The fn serial(5)
function and get$(5,1) command should see and pick up any
bytes coming in the serial port, but, again, only
until<br>program execution ends or a "close" command, whichever
comes first. So you may have to loop and poll the port
for awhile.<br><br>See the example for details. Feel
free to email questions to the address in the "Get
Info" dialog.<br><br>- HotPaw2
Well, actually I've done some programming mistake
here. So the app from the example seems to work, but
I'm not sure that I get characters back from the
phone through the ir port. Nothing shows on the palm
screen. Have to do some more experiments.<br><br>:-)
Hi<br><br>I'm experimenting with HotPaw Basic,
trying to implement some infrared communication between
my Palm IIIx (OS 3.3) and my Ericsson SH888
cellphone.<br><br>I've tried your example application from the
readme-file, which should enable me to send grafitti through
the serial port. I have redirected the stream to the
ir port by changing the "open" statement to
<br><br>open "com1:",9600,ir as #5<br><br>But the application
just terminates, without giving me the chance to enter
a single grafitti-stroke.<br><br>What's the clue to
make this work?<br><br>Best regards,<br>Magnus
pking600 writes:<br>>Every time I start HotPaw
Basic, and exit again, it seems that I have lost 4k of
memory.<br>>I have to perform a warm reset to get the memory
back again.<br>>Have anyone noticed this, and is
there a fix for it? <br><br>It's a memory
leak.<br>Fixed in the newest HotPaw Basic version 0.99b30:<br>
<a href=http://www.hotpaw.com/rhn/hotpaw/
target=new>http://www.hotpaw.com/rhn/hotpaw/</a> <br><br>- H2
Every time I start HotPaw Basic, and exit again,
it seems that I have lost 4k of memory. I have to
perform a warm reset to get the memory back
again.<br>Have anyone noticed this, and is there a fix for it?
Newest HotPaw Basic interpreter for
PalmOS.<br>It's up on the HotPaw web site now:<br><br>
<a href=http://www.hotpaw.com/rhn/hotpaw/
target=new>http://www.hotpaw.com/rhn/hotpaw/</a><br><br>Extended expiration
date.<br>Several minor bug fixes.
(Note that bugs previously reported on the Yahoo Club
site were put at the top of the bug fix
list.)<br><br>Have Fun! <br><br>- HotPaw
Re: #includes <br><br>Beta version 99b18 has a
fix for an include<br>statement bug. It should be up
on the web<br>site now:<br><br>
<a href=http://www.hotpaw.com/rhn/hotpaw/
target=new>http://www.hotpaw.com/rhn/hotpaw/</a><br><br>A pragma something
like:<br>#include
<#mfunctions.inc><br>should work.<br><br>- rhn
Am I being dim or what?<br><br>I've tried to
include another memo inline, since I've hit the memo
length limit for the thing I'm currently
writing.<br><br>So, I tried:<br>#include
<#mfunctions.bas><br>#include #mfunctions.bas<br>include
#mfunctions.bas<br><br>And none of them work.<br>What's the syntax for the
#include pragma? What am I doing wrong?<br><br>Aquarius
New beta version 0.99b17 should fix the
create<br>new memo bug which sometimes caused a crash.
The<br>documentation on deleting a memo has also
been<br>fixed.<br><br>Note that the Memo database contains some
empty<br>records that can't be read.<br><br>Find the latest beta
at<br><a href=http://www.hotpaw.com/rhn/hotpaw/
target=new>http://www.hotpaw.com/rhn/hotpaw/</a>
Imagine the following program:<br><br>#
listmemos.bas<br># lists all memo titles<br><br># create a new
memo<br>open new "memo", "x" as
#1<br>maxmemo=db.index<br>#kill "memo",maxmemo<br><br>for mnum=1 to
maxmemo-1<br>l$=db$("memo",mnum,0)<br>msgbox(l$ , "Memo " & str$(mnum) , 2)<br>?
form(0)<br>next<br><br>Two problems with it:<br>Firstly, the syntax for kill
in the documentation for 0.99b15 isn't right, and I
can't work it out ;)<br><br>Secondly, the program
crashes when it tries to open the memo which contains
this program. I can't think of a way around this
:-(<br><br>Anyone help?<br><br>Aquarius
formerly called cbasPad Pro, HotPaw Basic
is<br>currently in beta test. So far, there have<br>only been 12
downloads of the beta 1 version;<br>so there's room for
more beta testers. If you<br>have experience in
developing or testing Basic<br>programs, please send email
to rhn@...<br>and mention something about
what kinds of Basic<br>programs you'd like to try.
The ftp server used for cbasPad downloads has
been<br>down today, 9/21. If you encounter
problems<br>downloading files from the cbasPad or HotPaw Basic<br>ftp
site, please try using the HTTP server at:<br>
<<a href=http://www.nicholson.com/rhn/ftp/>
target=new>http://www.nicholson.com/rhn/ftp/></a> <br><br>- rhn@...