Who's online

There are currently 0 users and 1 guest online.

Recent comments

WinSystem and LinuxSystem How To

can you help me to explain what is it? i found in WinSystem of gambart

global $appExe;
gdiInit($appExe);

$this->appForm = -1;

$this->appForm = $this->createWindow(-10, -10, 10, 10, "GambArt Application");
$this->showWindow($this->appForm);

gambArt's internal source code
by: riqbal

Hi fthamura,

The code was used to draw window. fthamura, you may be interested in these resources.

- Learning gambArt with examples: http://docs.klorofil.org/documentation/tutorial/gambart/learning_by_examples/index.html

- Source code for 'Learning gambArt with examples':
http://docs.klorofil.org/documentation/files/tutorial-src.zip

- gambArt API documentation:
http://docs.klorofil.org/documentation/ (Navigate to API > gambArt)

If you have some other questions, just let me know.

Thank you for your interest in this project.

I try the Gambart in

I try the Gambart in widows, but my windows theme is windows95, and your gambart still using the WinXP skin, is it a bugs or ..? can help to make it using the active skin?

Frans

Currently, gambArt only support winxp theme
by: riqbal

gambArt has its own theme engine. It means we can easily develop new theme for gambArt.

Currently, gambArt only has one theme (WinXP). Have you tried gambArt on Linux? The linux version also use WinXP theme. We will add more themes in the future.