The Visio & Ssocket Extension
Modules
|
| Visio News What and why Documentation Download Installation Examples Gtk-server Simple Sockets News What and why Documentation Download Installation Examples Other Contact Guestbook |
December 31, 2005 - Now the GTK-server contains a module for Scriptbasic! Grab it at the GTK-server website.July 30, 2005 - Deleted the GuestBook, since I was receiving too much spam in it.April 30, 2005 - The GTK-server is the successor of Visio. There is a tutorial describing how to start with Scriptbasic and the GTK-server.September 6, 2004 - The GTK-server has reached version 1.1 build 18. This is the best and most stable version so far, already supporting more than 20 languages.- At september 16 the GTK-server will celebrate it's 1-year existence! Free source code for everybody! April 17, 2004 - My modules still are compatible with Scriptbasic 2.0. However, I mainly will be involved with the GTK-server which has reached version 1.1 build 9.December 30, 2003 - Scriptbasic 2.0 is out! This new release is compatible with the GTK-server.- A lot of improvements have been made on the GTK-server lately. The current release is version 1.1 build 4. October 22, 2003 A lot of improvements and bugfixes on the GTK-server. Uploaded a large Scriptbasic demoprogram to show the power of Visio's successor. The source of the GTK-server is free available.
Well, it's done!
The successor of the Visio GTK toolkit is ready! It can be downloaded
from the gtk-server link at your left. The Scriptbasic programming
language has to communicate with a socket. The default Scriptbasic
implementation of sockets can be used; it is not necessary to use my
SSOCKET module. You can have a sneak preview of a Scriptbasic program
working with my gtk-server here. September 16, 2003 Great news: I
finally managed to overcome the biggest problem in the implementation of
the upcoming GTK widget server! Phew! It took me quite long to solve
some very nasty issues here... Anyway, I have a working prototype now,
which is able to setup GTK 2.x widgets, as well as GTK 1.x widgets. The
current communication with this server takes place using STDIN/STDOUT,
so right now it is able to communicate with script languages like AWK
and KSH. With Scriptbasic however it cannot do anything (yet). Therefore
the 2nd way of communcation will be a TCP socket. This is the next thing
I am going to implement. If this is finished the first GTK-server
prototype will be available from this site.
- Yes, I am still alive, but I
had some business to do abroad which took a long time.
visio::edit_freeze visio::edit_tabspace visio::edit_wrapmode visio::window_title - Updated the documentation. - This is a maintenance release (14a).
visio::screenx November
25, 2002 November
24, 2002 November 17, 2002 - New Scriptbasic Win32 binary uploaded. Now the standalone binary contains both the Visio and the Ssocket library.- Updated the testprogram. Added Win32 screenshot. November 16, 2002 - New version (version 13). Added color functionality. These are the new instructions: visio::disable visio::enable visio::window_color visio::label_color visio::notebook_color visio::file_color visio::color_color visio::menu_bar_color visio::progress_bar_color visio::button_color visio::toggle_color visio::check_color visio::radio_color visio::textbox_color visio::frame_color visio::slider_color visio::spin_color visio::menu_list_color visio::edit_field_color visio::edit_bg_color - The label alignment works now. The "label_get_text" works also. - Updated documentation. November
10, 2002 visio::color visio::color_ok_clicked visio::color_cancel_clicked visio::color_help_clicked visio::color_get - Updated the test program. Updated documentation. - The Win32 DLL and executable are compressed with upx. November
2, 2002 visio::progress_bar visio::progress_bar_update visio::progress_bar_orientation visio::button_pixmap visio::toggle_pixmap - Removed the obsolete Visio syntax. Now all programs must use the default Scriptbasic syntax to use Visio. - Replaced the testprogram "test.bas" with a more convincing testprogram, showing a lot more of Visio. - Updated the documentation.
- Kowabunga is
here! Get a copy and create your sources by drawing flow-charts.
- Added v_canvas_del - New Win32 DLL
and standalone Scriptbasic binary uploaded.
- Removed bug with
popup: now popups only respond to right mouse button - Also a big improvement on the
Win32 port of Visio. After a week of intense source code hacking, I
managed to compile a static visio DLL! Now you no longer need to install
GTK DLL's separately.
v_slider
December 26, 2001 - Added the v_focus instruction. See documentation. - Added the v_textbox_activated instruction. See documenation. - Added the v_edit_fg_color instruction. See documenation. - Changed the mainloop routine. The Visio application will continuously be refreshed, not only after an event. - The current version number is version 5. December 21, 2001 - Changed the v_window function. Now it is possible to determine the position of appearance. See documentation for details. - Changed the v_edit_set_text function. Now it is possible to set the font of the inserted text. See documentation for details. - Changed and adjusted documentation. - Fixed compilation warnings. - Added precompiled Linux binary to the site. - The current version number is version 4. December 18, 2001 - Uploaded a second demo program using the new canvas functions. See the screenshots below! - Added one more function: v_canvas_clear and also added documentation. - The current version number is version 3a. December 17, 2001 - A 'nice-to-have' feature: the possibility to draw graphics on a canvas! - Many new functions added: v_window_type v_combobox_clicked v_toggle_clicked v_canvas v_canvas_width v_canvas_height v_canvas_rect v_canvas_line v_canvas_circle v_canvas_plot v_canvas_fg_color v_canvas_bg_color - Added documentation. Also corrected existing documentation. - Some small fixes on the code. - All these features are availabe in the released version 3 of the Visio library. December 13, 2001 - Code improvements on advise of Peter Verhas. - Added the spin button, added documentation. - More adjustments and improvements on the documentation page. - Small changes on this internet site. - The Visio releases will be called 'versions'. Today I uploaded the new version 2. December 12, 2001 - First release of the Visio library for Scriptbasic. |