GotFocus

Coding + IDE + Code-Editor + Syntax + User-Functions + Anything else

Re: GotFocus

Postby berndnoetscher » Thu Apr 19, 2012 7:43 am

Henning wrote:I find it confusing to know when I need to Declare a function or not, and when to use ctrl.fn(Value) or ctrl!fn = Value
/Henning


Declare statements are needed if some Qt functions are not available in the language. I guess that most Qt functions will be available within the next weeks. Anyway, it should have a better compiler error message I agree.

+ctrl!fn means direct access using Qt's internal property feature

+ctrl.fn(Value) means access using classic function call, which have access to Qt properties



BTW @Henning, I sent you an email with my working gotfocus example .
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

Previous

Return to Questions & Answers

Who is online

Users browsing this forum: No registered users and 0 guests

cron