Warning: session_start(): open(/tmp/sess_4o698q9tb1coomg2bldm09odj1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
gambas openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

gambas

   1.0.19  

KDE Development Environment

Score 82%
gambas
zoom


gambas
zoom


gambas
zoom


Link:  Link
Downloads:  7286
Submitted:  Jan 16 2004
Updated:  Jul 16 2007

Description:

Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic (but it is NOT a clone !).

With Gambas, you can quickly design your program GUI, access MySQL, PostgreSQL or SQLite databases, pilot KDE applications with DCOP, translate your program into many languages, create network applications easily, browse the Web with KHTML, and so on..




Changelog:

see http://gambas.sourceforge.net/changelog.html




LicenseGPL
Send to a friend
Subscribe
Other  Content  from gambas
Report inappropriate content



goto page: prev   1  2  3  4 

-

 useful and nice

 
 by edavid on: Jul 20 2004
 
Score 50%

I've used GAMBAS 0.93b and Postgresql a few months ago to present a DVD renting management system.

It was a great pleasure to use it and therefore I recommend it ;o)

Great job


--
David.

Reply to this

-
.

 Gambas components

 
 by iceman on: Aug 25 2004
 
Score 50%
icemaniceman
Adept Solutions
Home

Hi,

I must say i'm really impressed with what you've guys have done with Gambas! Its steadily maturing and with enough publicity could easily become the next RAD development enviroment for standard for UNIX/Linux. I'm just wondering if it maybe possible in the near future sometime to write reusable components in Gambas and easily reuse and destibute them. I believe this would be the Killer feature, cause what make VB great (if at all) is the extensibility, where developers can download controls to extend the feature set available in the IDE.

Any method that you impement to do this would be great, even if it means the components are written in C++ (for Qt/KDE) so long they can be dynamicly loaded without needing a recompile of Gambas.

BTW: Thanx for this great app! Way more stable than HBasic last i checked! And that makes a big diff. it means Gambas is usable NOW!


KDE Rock-on!
Reply to this

-

 Re: Gambas component

 
 by gambas on: Aug 28 2004
 
Score 50%

You can already develop components in C/C++, but like with drivers in the linux kernel, their source must be included in the main source package.

And like linux drivers, they are dynamically loaded at runtime, in spite of the bugs in the ld.so dynamic loader :-)

Writing components directly in Gambas is planned for version after 1.0

Thanks for your remarks.


Benoit
Reply to this

-
.

 Er...OK...

 
 by h1k3r on: Aug 25 2004
 
Score 50%

I followed the download link and couldn't figure out which of the many packages I needed to download and install. Is there a list of packages with a note or something that tells us exactly what each of the packages is for? I would love to use gambas, but I cannot figure out which of the RPM's to install on my Mandrakelinux 10.0 system.

Thanks. Gambas sounds wonderful.


Reply to this

-

 Re: Er...OK...

 
 by gambas on: Aug 28 2004
 
Score 50%

Go to http://www.kudla.org and use it as a RPM media source. You will find last gambas packages with all needed dependencies. After having added the media, a simple 'urpmi gambas-ide' will install everything.


Benoit
Reply to this

-

 Amazing application!

 
 by ezuk on: Sep 8 2004
 
Score 50%

This program just _rocks_. Really.

It's very easy and professional. If you're considering developing something yourself -- this is definitely a tool to check out! Warmly recommended!


Reply to this

-

 there is a bug...

 
 by cjacker on: Sep 8 2004
 
Score 50%
cjackercjacker
redflag.com

There is a bug with MessageBox.

if you did not set the button text.
It will show a button without any text.

I check the source and modify CMessage.cpp.

the patch is:

diff -Nur gambas-0.99/src/lib/qt/CMessage.cpp gambas-0.99new/src/lib/qt/CMessage.cpp
--- gambas-0.99/src/lib/qt/CMessage.cpp 2004-08-13 09:39:42.000000000 -0400
+++ gambas-0.99new/src/lib/qt/CMessage.cpp 2004-09-07 23:00:54.000000000 -0400
@@ -253,7 +253,10 @@

if (btn[1].isNull() && !btn[2].isNull())
swap = btn[1], btn[1] = btn[2], btn[2] = swap;
-
+ if (btn[0].isNull() && btn[1].isNull() && btn[2].isNull())
+ {
+ btn[0]="OK";
+ }
for (i = 0; i < 3; i++)
mbtn[i] = btn[i].isNull() ? QMessageBox::NoButton : (i + 1) ;


Reply to this

-

 gambas

 
 by genjix on: Oct 20 2004
 
Score 50%

I am so impressed with how easy it is to make apps with gambas compared to the long winded kdevelop.

another feature you could add to gambas would be beign able to have c++ code integrated in (e.g inline and c++ includes), therefore any limitations that you cant do in gambas (and for me ease of coding), such as making a gambas interface to a c++ program.


Reply to this

goto page: prev   1  2  3  4 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team