[Gambas-user] Problem with data types

2010-11-13 Thread Michael
I am porting all my vb.net apps to gambas and I am very happy with the results, particularly the gb.db component. However it does have some limitations: 1. I need to determine the type of database columns using irsData.Fields[intCounter].Type. This works fine for strings, floats, integers and d

Re: [Gambas-user] CDE. An interesting packaging tool

2010-11-13 Thread M. Cs.
Although I'm not a gambas developer, I appreciate the idea. I would prefer to have all the must-haves packaged into single file, instead of fighting with unresolved package dependencies. It's better to have a myprogram.bin installer, than myprogram.rpm, myprogram.deb... Maybe Benoit would argue bec

Re: [Gambas-user] CDE. An interesting packaging tool

2010-11-13 Thread Demosthenes Koptsis
i was thinking this before a couple of days. i was thinking how is it possible to make a package of a gambas project with all necessary libs but not all the Gambas IDE or Gambas language. And more, to package these files in a chroot like way, so to install the package in /opt independently. for

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-13 Thread Jussi Lahtinen
More... Dim TestSingle As Single Dim pp As Pointer TestSingle = 33.1 pp = VarPtr(TestSingle) SinglePtr(pp) = 33.1 is False! Gives -2... Jussi On Fri, Nov 12, 2010 at 23:44, Jussi Lahtinen wrote: > > > I'll send my whole project to you later. >> > >> > According to documentation this sh

Re: [Gambas-user] Display & character on Message box

2010-11-13 Thread Demosthenes Koptsis
On gambas2-2.21-svn3289 Message.Info("&") is not working! Message is empty. On Sat, 2010-11-13 at 13:44 +0100, Olivier Cruilles wrote: > Hi > > On Gambas v2 > > > Message.Info("&") => work fine > > and display '&' correctly on screen.. > > > Olivier Cruilles > Mail: linu...@club-intern

Re: [Gambas-user] CDE. An interesting packaging tool

2010-11-13 Thread Demosthenes Koptsis
Very very nice program indeed! I was looking something like that to make installation packages for my Gambas projects that include libs of Gambas and able to run without the whole IDE or the whole language. Another thing is that every package is self independent from system libs or other installa

Re: [Gambas-user] Display & character on Message box

2010-11-13 Thread Olivier Cruilles
Hi On Gambas v2 > Message.Info("&") => work fine and display '&' correctly on screen.. Olivier Cruilles Mail: linu...@club-internet.fr Le 13 nov. 2010 à 13:37, Phạm Quang Dương a écrit : > > Hi, > > How to display '&' character? I tried: > > Message.Info("&") > Message.Info("&&") > Me

[Gambas-user] Display & character on Message box

2010-11-13 Thread Phạm Quang Dương
Hi, How to display '&' character? I tried: Message.Info("&") Message.Info("&&") Message.Info(chr(38)) Message.Info("&abc") Message.Info("abc &") And got empty message box. -- Centralized Desktop Delivery: Dell and VMware

[Gambas-user] CDE. An interesting packaging tool

2010-11-13 Thread Toni Rosa
Hi Gambas List, It's been a while since I last posted here. I came across this nice project: CDE (http://stanford.edu/~pgbovine/cde.html) and I thought of Gambas. It is a really interesting automatic packaging tool to share applications among different Linux distributions... It does so by analysing