[Gambas-user] Since 3.8 window border definition tilted

2015-08-16 Thread Christof Thalhofer
Hi, this seems to be a small bug: Since 3.8 the border definition of a window is been resetted when a control is inserted into that window via code after border definition. See attached project. Alles Gute Christof Thalhofer -- Dies ist keine Signatur gambas3.8-kills-window-border-definiti

[Gambas-user] Path to script ": not found"

2015-08-16 Thread abbat81
How can it be the path to my script is not found but path is 100% correct. I tried Shell and Exec[] Renaming directory and file does not help. Path in 11.desktop: "Exec=/Games2/11/11.sh" Print "/Games2/11/11.sh" Print Len("/Games2/11/11.sh") Print MyArray[IconView1.Key] Print Len(MyArr

Re: [Gambas-user] Path to script ": not found"

2015-08-16 Thread Adrien Prokopowicz
Le Sun, 16 Aug 2015 16:05:35 +0200, abbat81 a écrit: > How can it be the path to my script is not found but path is 100% > correct. > I tried Shell and Exec[] > > Renaming directory and file does not help. > > Path in 11.desktop: "Exec=/Games2/11/11.sh" > > > Print "/Games2/11/11.sh" > Pri

Re: [Gambas-user] Since 3.8 window border definition tilted

2015-08-16 Thread Adrien Prokopowicz
Le Sun, 16 Aug 2015 12:21:31 +0200, Christof Thalhofer a écrit: > Hi, > > this seems to be a small bug: > > Since 3.8 the border definition of a window is been resetted when a > control is inserted into that window via code after border definition. > > See attached project. > > Alles Gute > > C

Re: [Gambas-user] Path to script ": not found"

2015-08-16 Thread Zainuddin A
do you mean like this Shell File.Load("/tmp/test.sh") abbat81 wrote > How can it be the path to my script is not found but path is 100% correct. > I tried Shell and Exec[] > > Renaming directory and file does not help. > > Path in 11.desktop: "Exec=/Games2/11/11.sh" > > > Print "/Games2/11

Re: [Gambas-user] Since 3.8 window border definition tilted

2015-08-16 Thread Christof Thalhofer
Hello Adrien, Am 16.08.2015 um 21:37 schrieb Adrien Prokopowicz: > That was actually due to a very weird bug in X11 (some kind of > race condition between background-setting and window properties). > > I managed to find a workaround in revision #7227, tell us if it works > better for you. Thank