Re: [Gambas-user] Switching to GitLab

2017-08-26 Thread gbwilly
t at gitLab? >> Is this an automated thing or do we have to do something. Maybe >> something to add to your excellent guide. >> >> gbWilly > > It is not automatic : you have to manually fetch the changes from the > Gambas > repository, and then

Re: [Gambas-user] Switching to GitLab

2017-08-25 Thread gbwilly
-) > > Regards, > -- > Adrien Prokopowicz Good work Adrien, It was clear enough to me. There is one thing I am missing. Once you make your private fork of gambas on gitLab, how do you keep it updated with the gambas project at gitLab? Is this an automated thing or do we have to do some

Re: [Gambas-user] [OFF TOPIC] Trouble creating gitLab account

2017-08-25 Thread gbwilly
>>>> translations. >>>> >>>> When I register a user I get a reCAPTCHA error. >>>> >>>> Screenshot01 shows page before registring. >>>> Screenshot02 shows page after trying to register with error. >>>> >>>

Re: [Gambas-user] [OFF TOPIC] Trouble creating gitLab account

2017-08-25 Thread gbwilly
error. >> >> Screenshot01 shows page before registring. >> Screenshot02 shows page after trying to register with error. >> >> Anyone have this experience? >> >> gbWilly > > There is a captcha you need to fill in order to register, but it is > probabl

Re: [Gambas-user] How to make installation package

2017-07-07 Thread gbwilly
determines how these files are build. They have policies (see: https://wiki.debian.org/Packaging) Hope this clarifies things for you. gbWilly -- Check out the vibrant tech community on one of the world's most eng

Re: [Gambas-user] How to make installation package

2017-07-07 Thread gbwilly
Hope this explains all. gbWilly -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gambas-u

Re: [Gambas-user] Tabstrip question

2017-05-23 Thread gbwilly
; = False * > This will hide the tab from view *TabPanel1[1].Visible = False* > > Hi Charlie and thanks, Meanwhile I also found the TabStrip[Index].Enabled = False solution. Forgot about the array accessors :) Maybe I will use the TabStrip[Index].Visible solution if

[Gambas-user] Tabstrip question

2017-05-23 Thread gbwilly
Hi all, Is it possible to disable a tab in a Tabstrip? Can't find a thing in documentation, or maybe I have missed it. Thanks, gbWilly -- Check out the vibrant tech community on one of the world's most eng

Re: [Gambas-user] Media playback

2017-03-07 Thread gbwilly
as a base to package gstreamer for To0pPy > your problem would be solved. > > gbWilly Sorry Charlie, I'm wrong. It's Ubuntu 14.04 or higher for gstreamer 1.0 So, no backports for 12.04 gbWilly -- Announcin

Re: [Gambas-user] Media playback

2017-03-07 Thread gbwilly
d for Gambas 3.9.x, > is > available from the ToOpPy repositories. Ubuntu 12.04 has a backport repository holding the proper gstreamer version. If someone would use those as a base to package gstreamer for To0pPy your pr

Re: [Gambas-user] Media playback

2017-03-04 Thread gbwilly
e called in To0pPy Linux I don't know. gbWilly -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _

Re: [Gambas-user] how-to execute file or bash script packaged inside Gambas

2017-01-29 Thread gbwilly
user running the application will have read/write access. When developing you application, on the development system you need to do this manualy for testing while developing. Once distributing your application you use step 8 in packa

Re: [Gambas-user] Load modules dynamically ? Works as promised. Thanks. Closed

2016-11-20 Thread gbwilly
On 2016-11-16 06:42, u...@gmx.ch wrote: > Dear gbWilly > > Works as promised, great! > Maintaining becomes much easier now. > Thanks a lot! > > Regarding http://gambaswiki.org/wiki/doc/library: > - My system: Xubuntu 16.04 LTS, Gambas 3.9.1 > - The "project prop

Re: [Gambas-user] Load modules dynamically ?

2016-11-20 Thread gbwilly
regular application. >> Next make your applications depend on the library (done in project >> properties of the applications -> refers to an executable of the >> library), and they can use the common functions. >> >> More info: http://gambaswiki.org/wiki/doc/library

Re: [Gambas-user] Load modules dynamically ?

2016-11-14 Thread gbwilly
pplications depend on the library (done in project properties of the applications -> refers to an executable of the library), and they can use the common functions. More info: http://gambaswiki.org/wiki/doc/library If you have any questions, just ask. gbWilly