Home » Community » U++ community news and announcements » SetRect "MegaRect" support...
Re: SetRect "MegaRect" support... [message #60938 is a reply to message #60937] |
Sat, 12 October 2024 14:57   |
Lance
Messages: 656 Registered: March 2007
|
Contributor |
|
|
extracted from Ctrl class declaration
Ctrl *prev_sibling = nullptr;
Ctrl *next_sibling = nullptr;
Ctrl *children = nullptr;
PackedData attrs;
byte overpaint;
bool unicode:1;
bool fullrefresh:1;
bool transparent:1;
bool visible:1;
bool enabled:1;
bool wantfocus:1;
bool initfocus:1;
bool activepopup:1;
bool editable:1;
bool modify:1;
bool ignoremouse:1;
bool inframe:1;
bool inloop:1;
bool isopen:1;
bool popup:1;
bool popupgrab:1;
byte backpaint:2;//2
bool akv:1;
bool destroying:1;
bool layout_id_literal:1; // info_ptr points to layout char * literal, no heap involved
bool multi_frame:1; // there is more than single frame, they are stored in heap
bool top:1;
bool megarect:1; // support for large virtual screen area - SetRect > 16000
static Ptr<Ctrl> eventCtrl;
Just noticed the megarect bit added.
[Updated on: Sat, 12 October 2024 16:45] Report message to a moderator
|
|
|
 |
|
SetRect "MegaRect" support...
By: mirek on Fri, 04 October 2024 15:06
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 07 October 2024 02:00
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 07 October 2024 02:36
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 07 October 2024 12:53
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 07 October 2024 13:27
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 08 October 2024 17:10
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Fri, 11 October 2024 08:03
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 12 October 2024 14:31
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 12 October 2024 14:57
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sun, 13 October 2024 01:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sun, 13 October 2024 01:51
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 14 October 2024 11:35
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 13:28
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 14 October 2024 13:46
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 13:54
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 16:12
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 14 October 2024 16:34
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 17:37
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Tue, 15 October 2024 09:02
|
 |
 |
Re: SetRect "MegaRect" support...
By: Lance on Tue, 15 October 2024 15:21
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Wed, 16 October 2024 15:26
|
 |
 |
Re: SetRect "MegaRect" support...
By: Lance on Wed, 16 October 2024 15:36
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Thu, 17 October 2024 01:15
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Thu, 17 October 2024 10:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Thu, 17 October 2024 21:02
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Sat, 19 October 2024 09:41
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Sat, 19 October 2024 09:48
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 19 October 2024 13:50
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 19 October 2024 13:52
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 02:13
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 13:06
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 21 October 2024 13:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 18:00
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 21 October 2024 23:12
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 23:59
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Tue, 22 October 2024 10:19
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 22 October 2024 18:24
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 15 October 2024 23:56
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Wed, 16 October 2024 09:48
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Wed, 16 October 2024 15:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 26 October 2024 03:38
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Sat, 26 October 2024 10:18
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 26 October 2024 15:58
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 26 October 2024 20:07
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 29 October 2024 15:20
|
Goto Forum:
Current Time: Sun Jun 08 22:24:16 CEST 2025
Total time taken to generate the page: 0.05623 seconds
|