Le dimanche 15 août 2010 21:01:42, Benoît Minisini a écrit :
> > Le dimanche 15 août 2010 13:02:26, Benoît Minisini a écrit :
> > > > Hi.
> > > >
> > > > When I try to run the sample MoviePlayer, gives me this error:
> > > >
> > > > Wid = 4400040
> > > >
> > > > (MoviePlayer:5144): Gtk-CRITICAL
1. Thank you for your response, it works better now.
2.The problem of shortcuts keys Ctrl+C, Ctrl+X is: when I use those
shortcut keys, I can paste only to the Gambas project editor window from
where I copy (I can paste to different tabs). When I switch to other windows
e.g gedit or an other Gamb
Hi!
TrayIcon seems to work perfectly,
until program that uses it, is started at startup of OS.
Program is started with following command;
gbr2 /home/MyName/ProgramsName.gambas
Program has following code:
PUBLIC Kuvake AS NEW TrayIcon AS "TrayIkoni"
PUBLIC SUB Form_Open()
Kuvake.Picture = Pic
Hi everybody.
I wrote a custom control using Gambas 2.21, is not finished yet but I
need test packaging and installation.
I installed it on two virtualized tests machines (ubuntu and kubuntu
10.04 by virtualbox). I installed Gambas 2.18 too, from repositories.
When I add the control to a test pr
2010/8/18 Fabián Flores Vadell :
> Hi everybody.
>
> I wrote a custom control using Gambas 2.21, is not finished yet but I
> need test packaging and installation.
>
> I installed it on two virtualized tests machines (ubuntu and kubuntu
> 10.04 by virtualbox). I installed Gambas 2.18 too, from repos