Re: [Gambas-user] Workspace editor question

2015-06-17 Thread richard terry
Yes of course that will work on the form, but that has not been the issue for me. My gui design is complex. I will try to look at it again this weekend and get back to the list. BTW you don't need to dim an integer in that sub as this does the same thing: If message.Question(Do you

Re: [Gambas-user] Workspace editor question

2015-06-16 Thread Gianluigi
This does not work? Public Sub Form_Close() Dim i As Integer i = Message.Question(Do you really want to close?, YES, NO) If i = 2 Then Stop Event End Regards Gianluigi 2015-06-16 0:27 GMT+02:00 richard terry rte...@internode.on.net: On 15/06/15 22:15, Benoît Minisini wrote: Le

Re: [Gambas-user] Workspace editor question

2015-06-15 Thread Benoît Minisini
Le 15/06/2015 14:01, richard terry a écrit : Hi List, Long time no post though I read the list daily. I've asked this question before and probably not understood how to implement it but I'll try again. I use a workspace in my medical program. When the user clicks on buttons to access a

Re: [Gambas-user] Workspace editor question

2015-06-15 Thread richard terry
On 15/06/15 22:15, Benoît Minisini wrote: Le 15/06/2015 14:01, richard terry a écrit : Hi List, Long time no post though I read the list daily. I've asked this question before and probably not understood how to implement it but I'll try again. I use a workspace in my medical program. When