Author Topic: Sci Test  (Read 19591 times)

0 Members and 1 Guest are viewing this topic.

Aurel

  • Guest
Sci Test
« on: June 11, 2012, 11:09:44 AM »
F
« Last Edit: September 25, 2014, 02:08:39 AM by Aurel »

kryton9

  • Guest
Re: Sci Test
« Reply #1 on: June 11, 2012, 11:52:06 AM »
Looks nice Aurel, but I get an error with the awin.h that I have.

kryton9

  • Guest
Re: Sci Test
« Reply #2 on: June 11, 2012, 01:53:33 PM »
Ok it compiled and ran this time Aurel. Here is what I see.

kryton9

  • Guest
Re: Sci Test
« Reply #3 on: June 11, 2012, 09:51:16 PM »
Yes it resizes just fine Aurel. Very smoothly.  Except it doesn't load anything into the scintilla box. I just get one ' 
I click the second icon and browse and load your code for this program.

kryton9

  • Guest
Re: Sci Test
« Reply #4 on: June 12, 2012, 04:30:51 PM »
I got the light blue color background Aurel, but when I load a file, it doesn't show up as it does in your screenshot.

kryton9

  • Guest
Re: Sci Test
« Reply #5 on: June 12, 2012, 10:09:17 PM »
I have a perfect match. I am running windows 7 64bit, perhaps that is it or the language difference. Remember, I always had garbage at the end of my OxyEdit files when I opened them. I don't other than that what could be. It will just show 1 character if that when I load a file.

kryton9

  • Guest
Re: Sci Test
« Reply #6 on: June 13, 2012, 07:24:11 AM »
Don't worry about it Aurel. The new icons look really nice. I have line numbers now in the edit window, but again the file doesn't load. As long as it works for you now in development that is what matters.

Charles Pegge

  • Guest
Re: Sci Test
« Reply #7 on: June 13, 2012, 12:24:21 PM »
Hi Aurel,

The file loads successfully into string tx, but does not seem to load into your Scintilla edit box.

Charles

Charles Pegge

  • Guest
Re: Sci Test
« Reply #8 on: June 13, 2012, 01:05:51 PM »
Good!

That's fixed it :)

Replace WM_SETTEXT

SendMessage hsci,SCI_SETTEXT,0,strptr(tx)

kryton9

  • Guest
Re: Sci Test
« Reply #9 on: June 13, 2012, 04:50:06 PM »
Working nicely now with those fixes guys :)

Charles Pegge

  • Guest
Re: Sci Test
« Reply #10 on: June 14, 2012, 12:35:01 PM »

Here is a complete Scintilla header. May be useful to you, Aurel.

Charles Pegge

  • Guest
Re: Sci Test
« Reply #11 on: July 18, 2012, 09:04:56 PM »
Thanks Aurel.

If you want to add o2-compiler and DOS-shell functions, these are demonstrated in my minimalist Oxide.o2bas + inc/OxideUtil.inc.

Charles

Charles Pegge

  • Guest
Re: Sci Test
« Reply #12 on: December 04, 2012, 09:30:36 PM »
Hi Aurel,

I checked with the In-progress version of Oxygen (1 December) and the second button works fine.

See below. Make sure that the new Oxygen.dll is in your Oxygen root directory.

X

Aurel

  • Guest
Re: Sci Test
« Reply #13 on: January 19, 2013, 11:31:29 AM »
From now...if you double-click selected listbox item ,caret jump to target line
« Last Edit: February 10, 2013, 12:11:02 AM by Aurel »

Aurel

  • Guest
Re: Sci Test
« Reply #14 on: February 09, 2013, 03:26:09 PM »
In attachment is updated version of AsciEdit.(just replace exe).
And of course editor must be in same folder (root) where is gxo2 compiler.
I also tested new examples from last inProgress version and it looks that work fine  :)
of course still is problem if you dont have oxygen.dll in same folder whre is your opened example.
Compiler will tell you that is missing, so just copy oxygen.dll into that folder
and your example will work out of box... ;)
« Last Edit: February 10, 2013, 12:03:14 AM by Aurel »