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
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
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
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
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
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
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
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
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