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