Event Procedures

Post your requests and ideas on the future development of Visual TFT Software.
Post Reply
Author
Message
Hurtz Hurty
Posts: 176
Joined: 12 Aug 2007 01:33

Event Procedures

#1 Post by Hurtz Hurty » 10 Mar 2011 00:35

Hello,

it would be a nice feature if the name of the object, which caused the jump
into the event is passed to the event procedure.
And a tag-property (byte, string, etc.) for objects could be
usefully too. This tag (or more than one) should also be passed to the event routine.
So I have some necessary information when entering the event routine.
Something like that:

Code: Select all

sub procedure Keyboard_Click (dim byref ObjectName as String[25], dim byref Tag01 as char) 

end sub
If all char-buttons of a virtual keyboard have their char as tag property,
you need only one event routine where all 'Buttons' will jump in.
This will save ROM and lots of space in the code-editor ....
Sometimes you can't see the forest for the trees.

User avatar
tihomir.losic
mikroElektronika team
Posts: 2138
Joined: 02 Dec 2009 14:16
Location: Serbia
Contact:

Re: Event Procedures

#2 Post by tihomir.losic » 11 Mar 2011 11:38

Hello,

passed to developers.
Once again, thank you for your support.

Best regards,

Losic Tihomir
mikroElektronika [Support team]

Post Reply

Return to “Visual TFT Wish List”