Re: [Gambas-user] Strange error message

2014-10-19 Thread senex
On Sat, 18 Oct 2014 18:33:02 -0400 T Lee Davidson wrote: > It looks as thought there might be a special character hidden > somewhere in that file. > > You can check the file encoding to make sure it is not some bastard > encoding with the command-line: `file .gtkrc-2.0:1` > > You can also view

Re: [Gambas-user] Strange error message

2014-10-18 Thread T Lee Davidson
It looks as thought there might be a special character hidden somewhere in that file. You can check the file encoding to make sure it is not some bastard encoding with the command-line: `file .gtkrc-2.0:1` You can also view special characters in a text file with the VI editor. `vi .gtkrc-2.0:1`

[Gambas-user] Strange error message

2014-10-18 Thread senex
I have installed Gambas v 3.6 on to Xubuntu. Then I started to set up a new project. This was mainly to test how well I remembered working previously with version 2. When I ran a test I saw an error message on the console ... .gtkrc-2.0:1: error: unexpected character '\342', expected string con

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-10-11 Thread Benoît Minisini
Le 06/10/2014 08:33, Rolf-Werner Eilert a écrit : > > Ooops - yes :) Ok, what property should I use instead? I could set it > directly in the file, not going the way via the IDE. > > Thanks for drilling into it so deeply! > > Rolf > Replace "LeftRight" by "Row". The conversion of these constants

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-10-05 Thread Rolf-Werner Eilert
Am 06.10.2014 02:49, schrieb Benoît Minisini: > Le 30/09/2014 16:42, Rolf-Werner Eilert a écrit : >> >> >> Am 30.09.2014 16:11, schrieb Tobias Boege: >>> On Tue, 30 Sep 2014, Tobias Boege wrote: On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: > I tried to set the PopUpMenu property in the

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-10-05 Thread Benoît Minisini
Le 30/09/2014 16:42, Rolf-Werner Eilert a écrit : > > > Am 30.09.2014 16:11, schrieb Tobias Boege: >> On Tue, 30 Sep 2014, Tobias Boege wrote: >>> On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: I tried to set the PopUpMenu property in the IDE to the (one and only) menu "mnDatei" in the pr

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Ru Vuott
Thank you, friends. I communicated your answers to our member. Best regards vuott Mer 1/10/14, Tobias Boege ha scritto: Oggetto: Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu A: "mailing list for gambas users"

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Jussi Lahtinen
> > [0] http://gambaswiki.org/wiki/doc/naming > > > Actually it would be quite nice if the IDE were to default control names > to the "acceptable" prefixes rather than the control name. For example > "grd1" rather than "GridView1" etc. > Not necessarily good idea as default, but good idea as opti

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread adamn...@gmail.com
On Wed, 1 Oct 2014 23:29:43 +0200 Tobias Boege wrote: > > They are here: [0]. There is a note at the end of the page which is quite > important. The Gambas IDE is the single definitive reference if you really > want to have an overview of all (or some) of the prefixes for graphical > controls.

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Jørn Erik Mørne
Den 01. okt. 2014 23:29, skrev Tobias Boege: > On Wed, 01 Oct 2014, J?rn Erik M?rne wrote: >> Den 01. okt. 2014 23:08, skrev Tobias Boege: >>> On Wed, 01 Oct 2014, Ru Vuott wrote: Hello, our friend of italian Gambas forum posted an his project, where a strange error is raised

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Tobias Boege
On Wed, 01 Oct 2014, J?rn Erik M?rne wrote: > > Den 01. okt. 2014 23:08, skrev Tobias Boege: > > On Wed, 01 Oct 2014, Ru Vuott wrote: > >> Hello, > >> > >> our friend of italian Gambas forum posted an his project, where a strange > >> error is raised if the "Name" of Menu is "Utility"... > >> > >

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Jørn Erik Mørne
Den 01. okt. 2014 23:08, skrev Tobias Boege: > On Wed, 01 Oct 2014, Ru Vuott wrote: >> Hello, >> >> our friend of italian Gambas forum posted an his project, where a strange >> error is raised if the "Name" of Menu is "Utility"... >> >> Your opinion ? >> >> His project here attached (look at the

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Tobias Boege
On Wed, 01 Oct 2014, Ru Vuott wrote: > Hello, > > our friend of italian Gambas forum posted an his project, where a strange > error is raised if the "Name" of Menu is "Utility"... > > Your opinion ? > > His project here attached (look at the "Name" of "Menu5" inside !) > This is because the

[Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Ru Vuott
Hello, our friend of italian Gambas forum posted an his project, where a strange error is raised if the "Name" of Menu is "Utility"... Your opinion ? His project here attached (look at the "Name" of "Menu5" inside !) Regards vuott Prova-0.0.1.tar.gz Description: application/gzip ---

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Rolf-Werner Eilert
Am 30.09.2014 15:28, schrieb Benoît Minisini: > Le 30/09/2014 11:41, Rolf-Werner Eilert a écrit : >> I tried to set the PopUpMenu property in the IDE to the (one and only) >> menu "mnDatei" in the project. Suddenly I get this error: >> >> This application has raised an unexpected >> error and mus

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Rolf-Werner Eilert
Am 30.09.2014 16:11, schrieb Tobias Boege: On Tue, 30 Sep 2014, Tobias Boege wrote: On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: I tried to set the PopUpMenu property in the IDE to the (one and only) menu "mnDatei" in the project. Suddenly I get this error: This application has raised an u

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Tobias Boege
On Tue, 30 Sep 2014, Tobias Boege wrote: > On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: > > I tried to set the PopUpMenu property in the IDE to the (one and only) > > menu "mnDatei" in the project. Suddenly I get this error: > > > > This application has raised an unexpected > > error and must a

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Tobias Boege
On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: > I tried to set the PopUpMenu property in the IDE to the (one and only) > menu "mnDatei" in the project. Suddenly I get this error: > > This application has raised an unexpected > error and must abort. > > Unable to load image. > CFamily.DrawIcon.2

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Benoît Minisini
Le 30/09/2014 11:41, Rolf-Werner Eilert a écrit : > I tried to set the PopUpMenu property in the IDE to the (one and only) > menu "mnDatei" in the project. Suddenly I get this error: > > This application has raised an unexpected > error and must abort. > > Unable to load image. > CFamily.DrawIcon.2

[Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Rolf-Werner Eilert
I tried to set the PopUpMenu property in the IDE to the (one and only) menu "mnDatei" in the project. Suddenly I get this error: This application has raised an unexpected error and must abort. Unable to load image. CFamily.DrawIcon.258 and the IDE crashes each time I go into the Form editor. As

Re: [Gambas-user] Strange error

2011-02-24 Thread Benoît Minisini
> Hi! > I noticed strange behaviour in one of my projects, and I managed to > isolate cause. > When I run this code twice; > " > If IsDir("/tmp/testingtesting/") = True Then > Shell "rm -r /tmp/testingtesting/" ' Wait > Endif > > Mkdir "/tmp/testingtesting/" > " > > I got balloon messag

[Gambas-user] Strange error

2011-02-22 Thread Jussi Lahtinen
Hi! I noticed strange behaviour in one of my projects, and I managed to isolate cause. When I run this code twice; " If IsDir("/tmp/testingtesting/") = True Then Shell "rm -r /tmp/testingtesting/" ' Wait Endif Mkdir "/tmp/testingtesting/" " I got balloon message from IDE; "The program h

Re: [Gambas-user] Strange error in Embedder

2008-10-17 Thread M0E Lnx
You can find the "WM_CLASS" property of a window by executing "xprop" and then clicking on the window you wish to look up do this xprop | grep WM_CLASS then click the running OO window that you wish to embed You can look at how I did it here to embed gparted into a linux installer I'm writing htt

Re: [Gambas-user] Strange error in Embedder

2008-10-16 Thread JB Skaggs
Could you give a brief example of searching by WM_CLASS? I tried before and could not get that to work. JB On Thu, 2008-10-16 at 16:18 -0500, M0E Lnx wrote: > Have you thought about finding the window by using it's WM_CLASS value? > > I've had better results that way than with the window title >

Re: [Gambas-user] Strange error in Embedder

2008-10-16 Thread M0E Lnx
Have you thought about finding the window by using it's WM_CLASS value? I've had better results that way than with the window title On Thu, Oct 16, 2008 at 3:46 PM, JB Skaggs <[EMAIL PROTECTED]> wrote: > Right here in the code: > > key = Desktop.Find(windowTitle) > > On Thu, 2008-10-16 at 20:06 +

Re: [Gambas-user] Strange error in Embedder

2008-10-16 Thread JB Skaggs
Right here in the code: key = Desktop.Find(windowTitle) On Thu, 2008-10-16 at 20:06 +0200, Benoit Minisini wrote: > On jeudi 16 octobre 2008, jbskaggs wrote: > > Okay I have an embedder working to embed Open Office- But a couple of users > > of the program get this error: > > > > Wanted Pointer [

Re: [Gambas-user] Strange error in Embedder

2008-10-16 Thread Benoit Minisini
On jeudi 16 octobre 2008, jbskaggs wrote: > Okay I have an embedder working to embed Open Office- But a couple of users > of the program get this error: > > Wanted Pointer [] got integer Where exactly? -- Benoit Minisini -

[Gambas-user] Strange error in Embedder

2008-10-16 Thread jbskaggs
Okay I have an embedder working to embed Open Office- But a couple of users of the program get this error: Wanted Pointer [] got integer I cannot duplicate this on my system and my other users don't get this error. Here is the code: PUBLIC SUB Presence_Embed(windowTitle AS String) DIM key