Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
X11 framework (X Windows System for FreeBASIC)
#1
I have ported over 600 prototypes as an "x11.bi" FreeBASIC include file.

[Image: x11.jpg]download

Thanx for your attention.

Joshy
sorry about my english
Reply
#2
Very nice. I'm sure a lot of people were looking forward to something like this (I know I was).
\__/)
(='.'=) Copy bunny into your signature to
(")_(") help him gain world domination.
Reply
#3
Quote:Very nice. I'm sure a lot of people were looking forward to something like this (I know I was).
Yep.
Reply
#4
What is the X Windows system and how does it apply to FBasic? Is it a GUI framework? It looks like it is... can it look exactly like Windows? If yes, what advantage would it have over a Windows framework...?
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply
#5
X11 is the lowest level API of the Linux GUI. It just manages windows and events, has no buttons or menus, or hihher level controls. It's mainly used by people wihing to give their own look and feel to their apps (game developers?). No application in Windows.
Antoni
Reply
#6
Is this what the xscreensaver screensaver daemon programs (<.<)
uses? (Draw on root window and whatever?)
/post]
Reply
#7
Are you asking me? I only browsed a couple of X11 tutorials...I know no more about X11 than I wrote in my previous post Big Grin
Antoni
Reply
#8
Quote:Is this what the xscreensaver screensaver daemon programs (<.<)
uses? (Draw on root window and whatever?)

With the XLib you can draw on all "drawables" the dektop and in all visible windows
and yes windows from other apps too and all works on remote computers too ;-)

All Screensaver support are defined in the "x11.bi"

If i write a GUI (12/2005 or 01/2006) for FreeBASIC all apps will be run on all
Windowmanager it needs only an running X Server no other libs (GTK, QT , wxWidget ...)

For example an MessageBox is an parent window with text / picture and an border or any
ather visible things and the buttons is only an child window with an Key and mousebutton
event. On the button (childwindow) you can draw text or use an picture on it.

For example if you change the background picture from the child window it looks
like that the button is pressed down.

Joshy
sorry about my english
Reply
#9
!!! Last Version 10/23/2005 !!!
"x11.bi" Download

Last example xtest10.bas XCreateGC, XGetImage, XPutImage.


Joshy
sorry about my english
Reply
#10
i will assume that this is not meant for the Windows operating system (since all talk regards to this are linux oriented)

if it's only for linux, can we look forward to a windows port?

oz~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)