[Gambas-user] Message box anomaly

2011-10-29 Thread richard terry
This code: Message.Title = "Delete an appointment" If Message.Warning("Delete", "Yes", "No") = 2 Then Return gives a gui-oddity - in that if the length of the text in the dialog < length of the message.title then the message.title is truncated. Regards Richard ---

Re: [Gambas-user] Send an Event...?

2011-10-29 Thread GMail
On Sat, 2011-10-29 at 10:55 -0700, J_Mischk3 wrote: > Is it possible to send an Event to another Control? No. Because you don't "send" events, you just raise and handle them. So a class can raise any event it wants to, other classes can handle events (if they want to). > Example: > > Pushin a

[Gambas-user] Issue 136 in gambas: Cannot create inline array of Classes - Segmentation fault

2011-10-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 136 by emil.len...@gmail.com: Cannot create inline array of Classes - Segmentation fault http://code.google.com/p/gambas/issues/detail?id=136 1) Describe the problem. Can

Re: [Gambas-user] Send an Event...?

2011-10-29 Thread Fabien Bodard
really i don't understand what you want to do 2011/10/29 J_Mischk3 : > > Is it possible to send an Event to another Control? > > Example: > > Pushin a button will send an event to a textarea, so it can do some > operation. > Is it possible to define own events? > > Best regards > > Juerge

[Gambas-user] Send an Event...?

2011-10-29 Thread J_Mischk3
Is it possible to send an Event to another Control? Example: Pushin a button will send an event to a textarea, so it can do some operation. Is it possible to define own events? Best regards Juergen, who like your gambas every time a little bit more. It's a great work!!! -- View this message