Search found 4 matches

Search

by laurensnoorland
Thu Aug 16, 2018 1:29 pm
Forum: Bugs / Problems
Topic: How do I get the position of a popup
Replies: 4
Views: 4254

Re: How do I get the position of a popup

<t>Hey all,<br/> <br/> The panel attribute windowFrameGeometry does not work correctly under Windows 10 or higher.<br/> This is a QT problem. If i use windowFrameGeometry and windowGeometry i can determine the frame size.<br/> Under Windows 7 this works.<br/> But under Windows 10 the function will r...
by laurensnoorland
Wed Jul 11, 2018 10:09 am
Forum: HowTos
Topic: Setting panel properties through reference panel
Replies: 4
Views: 5465

Re: Setting panel properties through reference panel

<t>Hi Martin,<br/> <br/> My reaction that it works was too fast. <br/> <br/> With the offered solution it is possible to address the get and set functions for a property. The change of the property (done by the set function) is immediately visible in the GEDI.<br/> <br/> But the property is not real...
by laurensnoorland
Tue Jul 10, 2018 2:54 pm
Forum: HowTos
Topic: Setting panel properties through reference panel
Replies: 4
Views: 5465

Re: Setting panel properties through reference panel

Hi Martin,

It works! Thank you for the explanation.

Without a form of IntelliSense, that shows what is behind the pointers, you will not come to this solution.

Best regards,
Laurens
by laurensnoorland
Tue Jun 26, 2018 8:27 am
Forum: HowTos
Topic: Setting panel properties through reference panel
Replies: 4
Views: 5465

Setting panel properties through reference panel

<t>Hi All,<br/> <br/> I created a panel with panel properties (set and get).<br/> Now i want to drag and drop this panel and start a reference panel to configure these properties.<br/> <br/> Is this possible?<br/> <br/> For example the clock widget can set properties through a 'wizard' panel.<br/> <...