Dear all,
need help on compiling Gambas.
Have tried to install Gambas 2.9 on Xubuntu in Virtual Machine.
Evrth. went good, but I have overseen the version warning for the libtool (I
was really dumb ...), so the compiling was not successfull (libtool 2.2.24
was installed on my Xubuntu).
So using
On mardi 9 décembre 2008, Gaël Le Hec'H wrote:
> I confirm the problem on fedora 10 with gnome 2.24.2 and gambas2 2.9.0 with
> the clock example
>
> Gaël Le Hec'H
>
Just an idea: do you use Compiz?
--
Benoit Minisini
--
I confirm the problem on fedora 10 with gnome 2.24.2 and gambas2 2.9.0 with
the clock example
Gaël Le Hec'H
2008/12/9 Benoit Minisini <[EMAIL PROTECTED]>
> On dimanche 7 décembre 2008, Benoit Minisini wrote:
> > On dimanche 7 décembre 2008, Leonardo Miliani wrote:
> > > I found a bug into Gambas
On dimanche 7 décembre 2008, moon_walker wrote:
> Hi Gurus,
>
> i am just runned the ./configure for rev. 1722.
> I realised that many components were disabled:
> gb.qt
> gb.gtk
> gb.desktop
> gb.db.odbc
> ...
>
> could you tell me maybe the reason?
>
> thanks
> Attila
You didn't install the neede
On dimanche 7 décembre 2008, Leonardo Miliani wrote:
> Benoit Minisini ha scritto:
> > On dimanche 7 décembre 2008, Leonardo Miliani wrote:
> >> Maybe I found another graphical bug in Gambas 2.9.
> >>
> >> I use Ubuntu 8.10 with Gnome 2.24 and if I use a Qt project I get the
> >> window decorations
On dimanche 7 décembre 2008, Benoit Minisini wrote:
> On dimanche 7 décembre 2008, Leonardo Miliani wrote:
> > I found a bug into Gambas 2.9 running on Gnome 2.24: the masks of the
> > windows are not applied, resulting in forms that visualize the window
> > borders.
> >
> > Try the Clock example a
Hi Jose.. thanks for the sharing... but, I have a question... What is the
meaning of code below?
codeopencash = "Chr$(27) & Chr$(112) & Chr$(0) & Chr$(27) & Chr$(112) & Chr$(1)"
I will try this code ASAP
Apakah demonstrasi & turun ke jalan itu hal yang wajar? Temukan
jawabannya di
On lundi 8 décembre 2008, Jussi Lahtinen wrote:
> >> > What is the unit of height and width? At least in PictureBox and
> >> > DrawingArea, unit is not pixel, instead something little larger...
> >>
> >> Hu ? Everything is in pixels in Gambas. Control dimensions in the IDE
> >> are just multiple of
Hi,
Thanks for the information Rolf. Regarding whether it's possible to
control "balloon" pointing upwoards or downwards, sorry but I don't
know either... Besides, I will give a try to Joshua's approach, too!
Regards,
Toni
En/na Rolf-Werner Eilert ha escrit:
> Yes, Joshua, this would be exactl
>> > What is the unit of height and width? At least in PictureBox and
>> > DrawingArea, unit is not pixel, instead something little larger...
>>
>> Hu ? Everything is in pixels in Gambas. Control dimensions in the IDE are
>> just multiple of Desktop.Scale.
Hmmm... I'm not sure if I understand cor
please un suscribe me
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more an
Yes, Joshua, this would be exactly the way it was supposed to look like.
Maybe I'll sort this out tomorrow, thanks for the tip!
Rolf
Joshua Higgins schrieb:
> I know its not the gambas way, but if you have a notification-daemon and
> dbus running, install the package libnotify-bin. Then you can
I know its not the gambas way, but if you have a notification-daemon and
dbus running, install the package libnotify-bin. Then you can use the
command notify-send to create popups on the screen near the system tray.
They look like this:
(ubuntu) http://tjeb.nl/Projects/Mailbox_Alert/mailboxalert_
On lundi 8 décembre 2008, Benoit Minisini wrote:
> On lundi 8 décembre 2008, Jussi Lahtinen wrote:
> > Hi list!
> >
> > What is the unit of height and width? At least in PictureBox and
> > DrawingArea, unit is not pixel, instead something little larger...
>
> Hu ? Everything is in pixels in Gambas.
On lundi 8 décembre 2008, Jussi Lahtinen wrote:
> Hi list!
>
> What is the unit of height and width? At least in PictureBox and
> DrawingArea, unit is not pixel, instead something little larger...
Hu ? Everything is in pixels in Gambas. Control dimensions in the IDE are just
multiple of Desktop.S
On lundi 8 décembre 2008, Doriano Blengino wrote:
> I am not so deep inside Gambas, but normally raise and catch
> (try/except) are really slow (I think, more than a byval parameter). If
> it is relatively rare that a true error happens in your code, then a
> raise/catch should be the right way to
Hi Toni again :-)
Of course, I knew I'm not that stupid, I got it running, and it's great.
Do you know if it's possible to control if it points upwards or
downwards? What I found out is, when the control it points to is below
.Height/2 of its parent, it will point upwards, otherwise downwards.
Benoit Minisini ha scritto:
> On lundi 8 décembre 2008, [EMAIL PROTECTED] wrote:
>
>> Hi List,
>>
>> stupid question.
>> What I wanted to do is
>> - call a function and check if all went OK (True/False)
>> - If True get the result and go on.
>> - If False do some error managemen
>>
>> In princip
Hi Benoit!
Message understood. :-)
Many thanks!
Greetz
Stevie
Am Montag, 8. Dezember 2008 15:42:26 schrieb Benoit Minisini:
> On lundi 8 décembre 2008, [EMAIL PROTECTED] wrote:
> > Hi List,
> >
> > stupid question.
> > What I wanted to do is
> > - call a function and check if all went OK (True/F
Hi list!
What is the unit of height and width? At least in PictureBox and
DrawingArea, unit is not pixel, instead something little larger...
Other thing, there seems to be limit in form size.
I can't make form bigger than 1024 units, regarding both width and height.
Something to do with my resolu
On lundi 8 décembre 2008, [EMAIL PROTECTED] wrote:
> Hi List,
>
> stupid question.
> What I wanted to do is
> - call a function and check if all went OK (True/False)
> - If True get the result and go on.
> - If False do some error managemen
>
> In principle it is an easy task, but:
> - Using global
Hi List,
stupid question.
What I wanted to do is
- call a function and check if all went OK (True/False)
- If True get the result and go on.
- If False do some error managemen
In principle it is an easy task, but:
- Using global vars is (citation): "Poor programming practise" ;-) (no
offense)
-
Hi Jose.. If you don't mind, would you like to send me a code in Gambas??
I really need a code to open cash drawer...
I really appreciate for your help...
Thanks...
>Hi all! I also wrote a program pos in gambas :)
>I open the cash drawer as follows:
>C (constants): Gambas module file
>
Hi Stevie,
thank you for the kind answer.
I saw many xy.h was missed.
But the list was so long on the screen... :-)
Where is the whole log saved?
br
Attila
gambas-3 wrote:
>
> Hi Attila!
>
> Have a look in the output of configure. There you can see, the complains
> about
> missing librarie
Hi Attila!
Have a look in the output of configure. There you can see, the complains about
missing libraries and so on. Remember to install the development-version
(dev-xxx) of these missing libraries too.
Example:
gb.db.odbc needs unixodbc, so you have to install this package AND
unixodbc-dev.
> The Plone CMS was a bit too complex for my taste. I admit a bug tracker is
> needed, but I'd like something like bugzilla, in a simpler way if
> possible. :-)
In that case I'd recommend Trac http://trac.edgewall.org It is a very
good tracker like bugzilla, but incorporates a wiki and has severa
26 matches
Mail list logo