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
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
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
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
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
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