Topic: Issue appgrafics
When closing the created app I don't want the user to make use of the standard close button (red cross right corner window)
To enable this I did set "closeflag" to ".false." when initiallising the window.
This has always been working, but now I suddenly noticed that it is not working anymore!
I don't know with which version of SF this still was working.
I now receive an error if I click the red right corner window-button and the app chrashes!
The following message I get:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0xffffffff
#1 0xffffffff
#2 0xffffffff
#3 0xffffffff
#4 0xffffffff
#5 0xffffffff
#6 0xffffffff
#7 0xffffffff
#8 0xffffffff
#9 0xffffffff
#10 0xffffffff
#11 0xffffffff
#12 0xffffffff
#13 0xffffffff
#14 0xffffffff
#15 0xffffffff
#16 0xffffffff
#17 0xffffffff
When setting the "closeflag" to ".true." then this works fine!!
Could you have a look at this because this issue can corrupt my data!!