Re: [Gambas-user] Calling a sub from a Webview

2013-12-04 Thread terco IDE
Hi: i'm the mad guy who made that VB code wich calls Funcitions from the HTML code :) I'n new to Gambas, but from what I've read, it is possible to set up an Object Observer ...so why not intercept the webview control and do things BEFORE the Click event takes place? Saludos Martin > From:

Re: [Gambas-user] Selecting a window

2013-12-04 Thread Bruce
On Wed, 2013-12-04 at 20:18 +0100, Fabien Bodard wrote: > I'm sure to understand what you want to achieve ... what do you mean > by select a windows ? > > 2013/12/4 John Rose : > > I want the user to be able to click a point within one of the windows > > displayed on the desktop (i.e. not just Gam

[Gambas-user] R: Desktop.Windows

2013-12-04 Thread Ru Vuott
Hi, What do you mean with "select a window" ? bye vuott Mer 4/12/13, John Rose ha scritto: Oggetto: [Gambas-user] Desktop.Windows A: "MailingList GambasUsers" Data: Mercoledì 4 dicembre 2013, 17:50 Previously, someone directed me to the app

Re: [Gambas-user] Calling a sub from a Webview

2013-12-04 Thread Jesus
El 04/12/13 23:33, Tobias Boege escribió: > On Wed, 04 Dec 2013, Jesus wrote: >> El 04/12/13 22:32, Tobias Boege escribi?: >>> On Wed, 04 Dec 2013, Jesus wrote: Hi all I currently helping to port a VB6 program to Gambas3, but to my surprise, it does weird things like these from

Re: [Gambas-user] Calling a sub from a Webview

2013-12-04 Thread Tobias Boege
On Wed, 04 Dec 2013, Jesus wrote: > El 04/12/13 22:32, Tobias Boege escribi?: > > On Wed, 04 Dec 2013, Jesus wrote: > >> Hi all > >> > >> I currently helping to port a VB6 program to Gambas3, but to my > >> surprise, it does weird things like these from the post title: it is > >> calling methods an

Re: [Gambas-user] Calling a sub from a Webview

2013-12-04 Thread Jesus
El 04/12/13 22:32, Tobias Boege escribió: > On Wed, 04 Dec 2013, Jesus wrote: >> Hi all >> >> I currently helping to port a VB6 program to Gambas3, but to my >> surprise, it does weird things like these from the post title: it is >> calling methods and functions from the html code inside a webbrows

Re: [Gambas-user] Calling a sub from a Webview

2013-12-04 Thread Tobias Boege
On Wed, 04 Dec 2013, Jesus wrote: > Hi all > > I currently helping to port a VB6 program to Gambas3, but to my > surprise, it does weird things like these from the post title: it is > calling methods and functions from the html code inside a webbrowser > control. > > It has a wb control that a

[Gambas-user] Calling a sub from a Webview

2013-12-04 Thread Jesus
Hi all I currently helping to port a VB6 program to Gambas3, but to my surprise, it does weird things like these from the post title: it is calling methods and functions from the html code inside a webbrowser control. It has a wb control that acts like a sort of wizard/help thing, and the htm

Re: [Gambas-user] Selecting a window

2013-12-04 Thread Fabien Bodard
I'm sure to understand what you want to achieve ... what do you mean by select a windows ? 2013/12/4 John Rose : > I want the user to be able to click a point within one of the windows > displayed on the desktop (i.e. not just Gambas forms) in order to select > that window. The code below shows ho

Re: [Gambas-user] New to this list

2013-12-04 Thread Fabien Bodard
I'm not sure the packager initialize correctly the *.desktop file ... I need to test 2013/12/4 Wolfgang : > Hi Willy, > > Thank you very much for the quick answer. (wow, as I can see in "abt > Gambas" you're a "big one" ;-) > > That was exactly what I tried. An I tried it with many differen

Re: [Gambas-user] New to this list

2013-12-04 Thread Wolfgang
Hi Willy, Thank you very much for the quick answer. (wow, as I can see in "abt Gambas" you're a "big one" ;-) That was exactly what I tried. An I tried it with many different .png images of all sizes. It shows up in Project->Properties, but it did not work! I still have that funny toolbo

[Gambas-user] Selecting a window

2013-12-04 Thread John Rose
I want the user to be able to click a point within one of the windows displayed on the desktop (i.e. not just Gambas forms) in order to select that window. The code below shows how to access properties of all windows: Dim dWindow As DesktopWindow = Null Desktop.Windows.Refresh() For Each dWindow

[Gambas-user] Desktop.Windows

2013-12-04 Thread John Rose
Previously, someone directed me to the app fenetreronde in order to acces a list of windows (i.e. not just those which are used by a Gambas app). So one can access windows characteristics by: Dim dWindow As DesktopWindow = Null Desktop.Windows.Refresh() For Each dWindow In Desktop.Windows wind

Re: [Gambas-user] New to this list

2013-12-04 Thread Willy Raets
On Wed, 2013-12-04 at 08:58 +0100, Wolfgang wrote: > Hello all, > > I am new to this list and ... well ... I need help. Programming in > Gambas is fun and does what I want in (almost) every situation. So far > so good. > > But when I make an installation package of my program (for Ubuntu 12.04,