Re: [Gambas-user] Can you esplain the order of message() in a webform

2017-09-19 Thread marco bra
t detail access with webtable to details of filtered result, i alway get access to original recset row. Is the some kind of sample or doc to get sample to browse filter and detail of recordset result via web using gambas ? Thank Marco 2017-09-17 0:44 GMT+02:00 Benoît Minisini via Gambas-use

[Gambas-user] Can you esplain the order of message() in a webform

2017-09-16 Thread marco bra
nn(webtextbox1.text) Message("2 tot recordset number after selection and redraw of webtablewiew " & Str(rs.Count)) End Thank Marco -- Linux Infinite Freedom I'm writing from this place: http://www.openstreetmap.org/?la

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
ok, I will try it, for now I use a class where I define my custom color that is loaded when I open a new form and set colors I've defined to all object. For now it works , if with next revision is possible to set colors directly in the color class it will be perfect. Thank's, Marc

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

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

Re: [Gambas-user] Issue 612 in gambas: BUG Cannot browse more of 128 records on tables "No current connection"

2015-03-29 Thread marco bra
contents (56K records), so i cannot see this issue more. Then i suppose isn't a primary key relate issue... Fyi: my first test pc was an ubuntu 14.04 in this second test i'm using ubuntu 15.04 unstable So, i'm really confused... i supposing there is some in my code... Thank you Marco

Re: [Gambas-user] Error (bug report request at startup) running MapView example

2013-08-06 Thread marco bra
Fixed Thanks Marco 2013/8/6 Benoît Minisini : > Le 06/08/2013 16:58, marco bra a écrit : >> Hi with gambas trunk rev. 5773 >> >> Starting MapView i get: >> >> ** Oops! Internal error! ** >> ** Symbol 'Alt' declared twice in class 'Key' &g

[Gambas-user] Error (bug report request at startup) running MapView example

2013-08-06 Thread marco bra
Hi with gambas trunk rev. 5773 Starting MapView i get: ** Oops! Internal error! ** ** Symbol 'Alt' declared twice in class 'Key' ** Program aborting. Sorry! :-( ** Please send a bug report at gam...@users.sourceforge.net Thank you marco -- Linux Infinite Freedom I'

[Gambas-user] Click image get coordinates

2013-05-22 Thread Marco
it. I allready tried to get coordinates out of clicking on the image, but without any results. Hope there is a solution for this. Thanks, Marco -- Try New Relic Now & We'll Send You this Cool Shirt New Relic

Re: [Gambas-user] Shadow effects... please tell if you like it...

2012-08-24 Thread marco bra
security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _

Re: [Gambas-user] Shadow effects... please tell if you like it...

2012-08-24 Thread marco bra
2012/8/24 Benoît Minisini > > Le 24/08/2012 10:11, marco bra a écrit : > > 2012/8/23 Benoît Minisini > > > >> Le 23/08/2012 17:13, marco bra a écrit : > >>> 2012/8/23 Benoît Minisini > >>> > >>>> Le 23/08/2012 15:52, marco b

Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal

2012-08-24 Thread marco bra
are asking how to update a Ubuntu system... You can use gambas 3 trunk also in a stable release of Ubuntu... Marco -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and thre

Re: [Gambas-user] Shadow effects... please tell if you like it...

2012-08-23 Thread marco bra
2012/8/23 Benoît Minisini > Le 23/08/2012 15:52, marco bra a écrit : > > Hi, > > > > here some graphic idea to dress in a different way (see the attached > > Gambas3_suggested_effects.png) > > the shadow effects... ( please see the attached Gambas3_now_effects.pn

Re: [Gambas-user] Issue 160 in gambas: Requirement connection timeout

2011-12-21 Thread marco bra
2011/12/22 : > Updates: >        Summary: Requirement connection timeout >        Status: Fixed > > Comment #2 on issue 160 by benoit.m...@gmail.com: Requirement connection > timeout > http://code.google.com/p/gambas/issues/detail?id=160 > > Done in revision #4309. I added a Connection.Timeout pro

Re: [Gambas-user] Gambas3 WebSettings.HttpProxy

2011-12-17 Thread marco bra
the address i type Regards Marco -- Linux Infinite Freedom -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a g

[Gambas-user] Gambas3 WebSettings.HttpProxy

2011-12-07 Thread marco bra
I defined o gambas3 WebSettings.HttpProxy it works fine but how can i add proxy exclusion i mean no proxy for some domain or ip ? Thanks Marco -- Linux Infinite Freedom -- Cloud Services Checklist: Pricing and

Re: [Gambas-user] smtp mail with gambas 2.20 sent mail body message and/or attached file not sowhon/opened by client

2010-05-30 Thread marco bra
> I think that the problem comes form a missing newline: can anyone try with > revision #2982 to confirm or not? Tested on Ubuntu with Thunderbird Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100530 Shredder/3.2a1pre Now it works...! Many thanks Marco -- Linux In

Re: [Gambas-user] smtp mail with gambas 2.20 sent mail body message and/or attached file not sowhon/opened by client

2010-05-27 Thread marco bra
ssage parts. Best Regards Marco -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] smtp mail with gambas 2.20 sent mail body message and/or attached file not sowhon/opened by client

2010-05-25 Thread marco bra
chment") from client i can ope the attached file but i cannot see the mail body message All goes fine if i send C or D: C) .Add("Body message never shown on client if there is also an attachment") D) .Add(File.Load("/usr/share/doc/texlive-base-bin-doc/dvipdfm/something.p

[Gambas-user] smtp mail with gambas 2.20 sent mail body message and/or attached file not sowhon/opened by client

2010-05-24 Thread marco bra
thanks Marco -- Linux Infinite Freedom -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user