IonicWind Software

Creative Basic => GUI Programs => Topic started by: aurelCB on April 17, 2008, 02:38:49 PM

Title: ABasic
Post by: aurelCB on April 17, 2008, 02:38:49 PM
...
Title: Re: ABasic src
Post by: LarryMc on May 01, 2008, 07:50:10 AM
What make/brand of computer and what operating system is it not working on?

Larry
Title: Re: ABasic
Post by: SnarlingSheep on June 08, 2009, 07:34:35 PM
Are you sure its a CR character?
It is probably a line-feed character(CHR$(10)) or even a NULL character(CHR$(0)).
Title: Re: ABasic
Post by: sapero on June 11, 2009, 07:41:22 AM
Zlatko, scintilla uses chr$(13)+chr$(10) for the Return key, but if you load a unix-style file with chr$(10) only, it will be not extended to Windows style \r\n.
If you press CTRL+M, single chr$(13) will be added (MAC style).
Title: Re: ABasic
Post by: SnarlingSheep on June 11, 2009, 08:14:15 AM
Have you tried it without adding chr 13 and 10?
buffer = buffer + ln
Title: Re: ABasic
Post by: danbaron on November 05, 2009, 11:00:08 PM

I tried it.

It works good.

I guess the idea is that, people use "Scintilla", because, recreating what it does, would be a lot of work.

So, I guess you linked "SciLexer.DLL" (489.5 K), into either, "AB91.exe", or "ABruntime90.exe"; probably, "AB91.exe".

(I don't know anything about this kind of stuff.)

But anyway; it looks good, and it runs good.

Dan.