Search found 633 matches

by tcat
Tue Aug 12, 2014 9:52 pm
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Rich,

I will be posting the code tomorrow, please bear with me, I am adding some comments, so you can easily follow.

Tom
by tcat
Tue Aug 12, 2014 8:30 pm
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Rich, Here is the result of your dump. Unfortunately I cannot squeeze all characters into latin1, some codes overlaps and some have plain ascii meaning, so I picked those I felt most frequent. E.G. capital A grave I sucrificed to a circumflex. Arrow keys use control codes ESC,^Z,^X,^Y, so I do not m...
by tcat
Tue Aug 12, 2014 7:00 am
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Dilwyn, Thank you for your try. I may really need a print out from Text87 or a simple document containing the characters for chr$(127) to chr$(191). Characters outside this range have no equivalent in latin1. Ideally commented if possible. 127 copyright <??> <new line> ... ... 191 down arrow <??> <n...
by tcat
Mon Aug 11, 2014 9:20 pm
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Dilwyn, Rich, I think I may code the character conversion, at least I will try, but I need a help. Could you please print for me, ESCP file characters from Appendix9, starting 127 (copyright) to 191 (down arrow)? Appendix9 shows the shortcuts and indeed reveals some of the codes I need, but not all ...
by tcat
Mon Aug 11, 2014 12:10 pm
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Rich, Can you please try using in the #mainText, margin-left:245px; in place of padding-left:15px; ? The idea is to keep side by side view, that is sometimes broken, even when browser window is maximised, and the main Text shows below the side Bar, rather than right to it. Generally how can we submi...
by tcat
Sun Aug 10, 2014 8:24 pm
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Rich, I am having some difficulty with CSS styles used. I tried on UNIX different browsers and iPAD Safari, The sideBar seems to overlap the main text, and links are not clickable. Perhaps we may need to add in the code, a browser type detection, if that is possible at all. Would you mind adding for...
by tcat
Sat Jul 19, 2014 7:57 am
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Just a thought... For character stripping and conversion I sometimes use UNIX sed (stream editor), not sure if at all usefull in this case. E.G. #!/bin/sed -f # translates german umlauted chars and ss # from ATARI encoding to latin1 :lbl { s/\d129/\xfc/;t lbl # u umlaut s/\d132/\xe4/;t lbl # a umlau...
by tcat
Fri Jul 18, 2014 7:55 pm
Forum: Software & Programming
Topic: SBASIC / SuperBASIC Reference Manual - HTML
Replies: 44
Views: 19115

Re: SBASIC / SuperBASIC Reference Manual - HTML

Hi, If someone can convert from Text87 (which I don't have) to Text, I can take it from there. In my free time at work, it is good to have some brain dead projects to do. As I also do not have Text 87 app, can I have a look at the source Text87 document, I would like to see the structure, anything s...
by tcat
Thu Jul 17, 2014 5:55 pm
Forum: Software & Programming
Topic: PE-QPAC setting up
Replies: 7
Views: 4045

Re: PE-QPAC setting up

Rich, Thank you for QPAC1 for PE 1.xx While I do not mind using German QPAC2 v1.39 that much, will you also have a similar English version by any chance for PE 1.xx? Deutsch QPAC2 is a good excersise for me, I realised thanks to Marcel, that button_sleep thing is German button_schlaf. RJob becomes L...
by tcat
Thu Jul 17, 2014 2:39 pm
Forum: Software & Programming
Topic: PE-QPAC setting up
Replies: 7
Views: 4045

Re: PE-QPAC setting up

Rich, As for setting up QPAC 2 have a look at the utility QPACer - http://www.dilwyn.me.uk/utils/index.html Thank you, I will have a look at this utility, I did not know it existed. As for latest known versions of QPAC 1-2, these do require PE 2.xx, that is highly unstable on my JS ROM system. I hav...