Uses clause for user section

Post your requests and ideas on the future development of Visual GLCD Software.
Post Reply
Author
Message
Sarman
Posts: 5
Joined: 30 Dec 2010 18:03

Uses clause for user section

#1 Post by Sarman » 06 Apr 2012 08:53

Hi everyone

I think your software is very interesting. I could use it since 2.50 version, which was a great improvement.
For big project I think that VGLCD user code section should be mainly reserved to treat event so procedure and function shall be write in other units. This makes the code more readable.
For my part I have created news units in the project for these functions and procedures and call them through forward procedure in VGLCD user code declaration. This works well except for function & procedure using global variables.

I wonder if it is possible to add a VGLCD uses clause declaration section.

An another thing is to suppress the box (i.e. "your code has been successfully generated. Would you like to see your code? ") which appear each time we generate the code in VGLCD as we have direct access to user code. It is maddening!

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: Uses clause for user section

#2 Post by janko.kaljevic » 09 Apr 2012 16:57

Hello,

events_code unit was intended for user functions and procedures that controls events (buttons, pressed objects...).
Also user can use main for his code and also can add new units to his project according to his needs.

I will forward this request to our developers.

Best regards.

Post Reply

Return to “Visual GLCD Wish List”