flat assembler
Message board for the users of flat assembler.

Index > OS Construction > TUI interface

Author
Thread Post new topic Reply to topic
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 07 Jun 2009, 04:44
i have just made my tui library of macros (not one that makes one window). tomake one window you have to make a space torward where the window will start, then, call title maker, then next line then make the rest of the lines that make up the box part of the window. i did not want to post because of my bragging (i dont brag) but to know how many other people have implemented tui as their interface?


the question is, what does your tui interface on your os look like?

_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 07 Jun 2009, 04:44
View user's profile Send private message Reply with quote
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 08 Jun 2009, 03:53
Anyone?

_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 08 Jun 2009, 03:53
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20306
Location: In your JS exploiting you and your system
revolution 08 Jun 2009, 07:50
GhostXoPCorp wrote:
the question is, what does your tui interface on your os look like?
It looks like white text on a black background in all my TUIs.
Post 08 Jun 2009, 07:50
View user's profile Send private message Visit poster's website Reply with quote
pete



Joined: 20 Apr 2009
Posts: 110
pete 08 Jun 2009, 08:06
I recommend black text on grey background. Doesn't hurt the eyes too much…
Post 08 Jun 2009, 08:06
View user's profile Send private message Reply with quote
bitshifter



Joined: 04 Dec 2007
Posts: 796
Location: Massachusetts, USA
bitshifter 08 Jun 2009, 19:09
I dont know what a TUI is, but my latest colored CLI is here...
http://board.flatassembler.net/topic.php?t=9709&start=120
Post 08 Jun 2009, 19:09
View user's profile Send private message Reply with quote
Coddy41



Joined: 18 Jan 2009
Posts: 384
Location: Ohio, USA
Coddy41 10 Jun 2009, 13:51
TUI, Text User Interface... If I remember correctly.
Post 10 Jun 2009, 13:51
View user's profile Send private message Visit poster's website Reply with quote
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 10 Jun 2009, 18:30
your correct, i only use tui because i cant program with vesa i can make macros of making pixels thats it, i dont know how to make the letters, i figure tui is easier, so i will use it, in a bit i will show what windows will look like in my new os, simple, but for a noob i think im doing fine.

_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 10 Jun 2009, 18:30
View user's profile Send private message Reply with quote
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 10 Jun 2009, 20:25
Ok with the lib of macros i made, making this window was so easy to make, but i cant seem to get on macr make one window based off of the parameters, so i made it line from line, here it is, i plan on making little controls that you can put in like ok, cancel, X, ETC, i will make it so it can highlight and unhighlight, without me doin it maualy, but its not in this image

anyway, here it is


Description:
Download
Filename: vtxtuiwindow.ZIP
Filesize: 2.52 KB
Downloaded: 287 Time(s)


_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 10 Jun 2009, 20:25
View user's profile Send private message Reply with quote
windwakr



Joined: 30 Jun 2004
Posts: 827
windwakr 11 Jun 2009, 02:06
You should convert that image to a .png and upload it as an attachment. I use "Paint.net" for all my image needs, very good free editor.

That same image is 3.4kb in .png format, thats a 99.5% decrease in size from 750kb!
Post 11 Jun 2009, 02:06
View user's profile Send private message Reply with quote
Coddy41



Joined: 18 Jan 2009
Posts: 384
Location: Ohio, USA
Coddy41 11 Jun 2009, 14:50
ohh, very nice, keep up the good work.
Post 11 Jun 2009, 14:50
View user's profile Send private message Visit poster's website Reply with quote
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 11 Jun 2009, 18:32
coddy: hey thanks, your one of the first to say that

i plan on doing some very cool things with that interface

but im am still making the language better to make things easier for me.

_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 11 Jun 2009, 18:32
View user's profile Send private message Reply with quote
cod3b453



Joined: 25 Aug 2004
Posts: 618
cod3b453 11 Jun 2009, 18:51
This is what mine looks like right now:

(Yeah, still trying to get rid of that damn exception... Crying or Very sad Only just added interrupts Laughing )

This uses VESA and a prepacked pixel map (1bit -> 1 pixel) for the font characters (ASCII 32-126); once I finish the drawing code it will also be able to do GUIs. Cool


Last edited by cod3b453 on 18 Jun 2009, 13:11; edited 1 time in total
Post 11 Jun 2009, 18:51
View user's profile Send private message Reply with quote
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 11 Jun 2009, 19:44
i like how the letters look, very nice, you have the exeption, but atleast your os can watch for exeptions, i guess theres a bright side there Very Happy , nice work, anyone else? anyone with a window made of tui? i dont want to be the only one here doing that Very Happy

_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 11 Jun 2009, 19:44
View user's profile Send private message Reply with quote
Coddy41



Joined: 18 Jan 2009
Posts: 384
Location: Ohio, USA
Coddy41 11 Jun 2009, 20:26
I will be glad when I make it that far.... but for now I am stuck with other problems >_>
Post 11 Jun 2009, 20:26
View user's profile Send private message Visit poster's website Reply with quote
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 11 Jun 2009, 21:09
you'll get passed them

_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 11 Jun 2009, 21:09
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.