Re: [Gambas-user] Bug in ide using datacomboview

2015-07-29 Thread Marco Ancillotti
Thank's a lot ! Il 30/07/2015 04:55, Benoît Minisini ha scritto: > Le 22/07/2015 12:18, Marco Ancillotti a écrit : >> Hi all , >> >> from the ide when using datacomboview opening columns list show field of >> base table , not the table chosed from control table f

Re: [Gambas-user] Adding custom colors

2015-07-29 Thread Marco Ancillotti
o. Il 29/07/2015 15:01, Benoît Minisini ha scritto: > Le 24/07/2015 21:35, Marco Ancillotti a écrit : >> Hi, >> >> is there a way to add custom colors ? >> >> Somethink like assign color to variable and assign by variable name in >> ide like the one pre de

Re: [Gambas-user] Adding custom colors

2015-07-28 Thread Marco Ancillotti
I already do somethink like that , but any time I change a color I need to replace the color code and when I use somethink like 10 - 20 colors it's really complex. I'm searching a way to define a custom color and reference that by code so I can try colors and change that when I need. Il 28/0

Re: [Gambas-user] Adding custom colors

2015-07-28 Thread Marco Ancillotti
I've already found that , but after setting some custom colors how can I reference it from code ? Il 28/07/2015 16:30, Charlie ha scritto: > All you have to do is click on the "Free" tab to take you from > > to >

Re: [Gambas-user] Adding custom colors

2015-07-27 Thread Marco Ancillotti
Hi , I've no problem using variable to change colors , but I want to define a color variable that I can use directly in the ide. When U select an item and click on the tre dot button at the end of background proprerty I can choose from some colors that are defined in the ide , for example Ligh

[Gambas-user] Adding custom colors

2015-07-24 Thread Marco Ancillotti
Hi, is there a way to add custom colors ? Somethink like assign color to variable and assign by variable name in ide like the one pre defined. -- ___ Gambas-user mailing lis

[Gambas-user] Bug in ide using datacomboview

2015-07-23 Thread Marco Ancillotti
Hi all , from the ide when using datacomboview opening columns list show field of base table , not the table chosed from control table field. Setting right fields changing .form work perfectly so I think is an ide problem. bye, marco.

[Gambas-user] Bug in ide using datacomboview

2015-07-22 Thread Marco Ancillotti
Hi all , from the ide when using datacomboview opening columns list show field of base table , not the table chosed from control table field. Setting right fields changing .form work perfectly so I think is an ide problem. bye, marco.

Re: [Gambas-user] ?????? how to cite mplayer

2015-07-11 Thread Marco Ancillotti
So the path is not right , U have to use full path or use: application.path & "/music1.mp3" Il 11/07/2015 12:31, tsukuba GIMP user ha scritto: > I just want when i click button1 mediaview1 will be play in Program directory > mp3 file > > > Il 11/07/2015 11:48, tsukuba GIMP user ha scritto: >>

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread Marco Ancillotti
Il 11/07/2015 11:48, tsukuba GIMP user ha scritto: > I would like to quote an external file??music1.mp3?? > > #==|code|== > # > #Public Sub Button1_Click() > # > # Dim music1 As String > # music1 = "/music1.mp3" > # Mediaview1.URL = music1 > # > #End > > # > > IS wrong? I don't use the

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread Marco Ancillotti
Hi , U have to see the -slave mplayer option , with that U can control mplayer with command from stdin , it work well , or if U only need to play some music U can use the gb.media component that rely on gstreamer and provide an api for play music. bye, marco. Il 11/07/2015 11:16, tsukuba GI

Re: [Gambas-user] R: know if program is compiled

2015-06-14 Thread Marco Ancillotti
Il 14/06/2015 14:22, Ru Vuott ha scritto: > ...and this ? > > Public Sub Main() > > If File.Load("/proc" &/ CStr(Application.Id) &/ "cmdline") Like "*.gambas*" > Then >Print "Running compiled into a .gambas file" > Else >Print "Running under the IDE" > Endif > > End > if U add a simple ";

Re: [Gambas-user] know if program is compiled

2015-06-14 Thread Marco Ancillotti
Il 14/06/2015 11:13, adamn...@gmail.com ha scritto: > On Sun, 14 Jun 2015 10:19:08 +0200 > #If Exec > ' ... do whatever > #End > > hth > bruce > It works perfectly , now a question , using that can I be sure that having only the .gambas file there's no way to run without the Exec variable set ?

[Gambas-user] know if program is compiled

2015-06-14 Thread Marco Ancillotti
Hi all, is there a way to detect from a gambas program if it's running under the ide or is compiled into a .gambas file ? thank's in advance. -- ___ Gambas-user mailing list G