46
Programs / Re: CODENAME:Takky
« on: November 06, 2021, 11:56:54 pm »
oh, and I am starting to try to "finalize"...
focus system, switching between multiple windows.
EDIT: here, here's a "lastrun" file... what's a lastrun file? good question.
I guess its a sort of "log", it's generated once per run, right during "open project", which is "thing #1"
during this time, in openproject... the DEFINITION file is opened, and read IN...
openproject, is MAKING a list of "object variables", which drives everything once open.
*thats* why "lastrun" is such a neato log file... it is created at *just* the right time, in between these 2 crucial..."things" happening.
NOTE: in the (above) screenshots, there were 3 of them
ONE of them? is a "four form" thing? *ignore* that one...
the OTHER TWO? they match... ONE is the listbox *closed*... OTHER is the listbox OPEN
oops... here's LASTRUN of the "two listboxes screenshots" program compiled and running...
focus system, switching between multiple windows.
EDIT: here, here's a "lastrun" file... what's a lastrun file? good question.
I guess its a sort of "log", it's generated once per run, right during "open project", which is "thing #1"
during this time, in openproject... the DEFINITION file is opened, and read IN...
openproject, is MAKING a list of "object variables", which drives everything once open.
*thats* why "lastrun" is such a neato log file... it is created at *just* the right time, in between these 2 crucial..."things" happening.
NOTE: in the (above) screenshots, there were 3 of them
ONE of them? is a "four form" thing? *ignore* that one...
the OTHER TWO? they match... ONE is the listbox *closed*... OTHER is the listbox OPEN
oops... here's LASTRUN of the "two listboxes screenshots" program compiled and running...
Code: QB64: [Select]
- example.begin;
- .wide=max;
- .tall=max;
- ;--->insert head;
- .form001.begin; example
- .visible=1; example.form001
- .x1= 20; example.form001
- .y1=10; example.form001
- .x2=1180; example.form001
- .y2=590; example.form001
- .backcolor=000025000; example.form001
- .killswitch=1; example.form001
- .taskbar=1; example.form001
- .labelclik1.begin; form001
- .text=see Definition; example.form001.labelclik1
- .visible=1; example.form001.labelclik1
- .x1= 25; example.form001.labelclik1
- .y1= 83; example.form001.labelclik1
- .x2= 265; example.form001.labelclik1
- .y2= 133; example.form001.labelclik1
- .border=1; example.form001.labelclik1
- .autotall=1; example.form001.labelclik1
- .autowide=1; example.form001.labelclik1
- .labelclik1.end; form001
- .labelclik2.begin; form001
- .text=see LastRun; example.form001.labelclik2
- .visible=1; example.form001.labelclik2
- .x1= 25; example.form001.labelclik2
- .y1= 164; example.form001.labelclik2
- .x2= 255; example.form001.labelclik2
- .y2= 214; example.form001.labelclik2
- .border=1; example.form001.labelclik2
- .autotall=1; example.form001.labelclik2
- .autowide=1; example.form001.labelclik2
- .labelclik2.end; form001
- .labelclik3.begin; form001
- .text=see *code* !!; example.form001.labelclik3
- .visible=1; example.form001.labelclik3
- .x1= 24; example.form001.labelclik3
- .y1= 251; example.form001.labelclik3
- .x2= 264; example.form001.labelclik3
- .y2= 301; example.form001.labelclik3
- .border=1; example.form001.labelclik3
- .autotall=1; example.form001.labelclik3
- .autowide=1; example.form001.labelclik3
- .labelclik3.end; form001
- .labelclik4.begin; form001
- .text=pick manual topic :; example.form001.labelclik4
- .visible=1; example.form001.labelclik4
- .x1= 519; example.form001.labelclik4
- .y1= 316; example.form001.labelclik4
- .x2= 744; example.form001.labelclik4
- .y2= 366; example.form001.labelclik4
- .border=0; example.form001.labelclik4
- .autotall=1; example.form001.labelclik4
- .autowide=1; example.form001.labelclik4
- .labelclik4.end; form001
- .labelclik5.begin; form001
- .text= see MANUAL text ! ; example.form001.labelclik5
- .visible=1; example.form001.labelclik5
- .x1= 500; example.form001.labelclik5
- .y1= 238; example.form001.labelclik5
- .x2= 649; example.form001.labelclik5
- .y2= 288; example.form001.labelclik5
- .border=0; example.form001.labelclik5
- .autotall=1; example.form001.labelclik5
- .autowide=1; example.form001.labelclik5
- .labelclik5.end; form001
- .listboxTOPICS.begin; form001
- .text=listboxTOPICS; example.form001.listboxTOPICS
- .visible=1; example.form001.listboxTOPICS
- .x1= 175; example.form001.listboxTOPICS
- .y1= 421; example.form001.listboxTOPICS
- .x2= 1000; example.form001.listboxTOPICS
- .y2= 475; example.form001.listboxTOPICS
- .file=manual/TAKKYtopics005; example.form001.listboxTOPICS
- .bytes= 0; example.form001.listboxTOPICS
- .fieldsize= 0; example.form001.listboxTOPICS
- .items= 0; example.form001.listboxTOPICS
- .index=0; example.form001.listboxTOPICS
- .border=1; example.form001.listboxTOPICS
- .autotall=1; example.form001.listboxTOPICS
- .listboxTOPICS.end; form001
- .picture001.begin; form001
- .border=1; example.form001.picture001
- .x1=900; example.form001.picture001
- .y1= 59; example.form001.picture001
- .x2=1088; example.form001.picture001
- .y2= 173; example.form001.picture001
- .file=TAKKYSLEEPING.png; example.form001.picture001
- .visible=1; example.form001.picture001
- .picture001.end; form001
- ;--->insert ctrl
- .form001.end; example
- ;--->insert tail
- example.end;
- ================================================================
- [LINUX][64BIT]
- 11-06-2021 02:33:07
- ----------------------------------------------------------------
- CodeBase = Takky v0.0.7 (pre-BETA)
- Desc = monolithic GUI overlay; 0 dependencies
- ----------------------------------------------------------------
- QB64 start = /home/sedstar/Desktop/qb64/programs/CODENAME.Takky (copy 1)
- Takky start = /home/sedstar/Desktop/qb64/programs/CODENAME.Takky (copy 1)
- ================================================================
- ================================================================
- Last Run Object Variables @ initialization
- ================================================================
- 1 example.wide = max;
- 2 example.tall = max;
- 4 example.form001.visible = 1;
- 5 example.form001.x1 = 20;
- 6 example.form001.y1 = 10;
- 7 example.form001.x2 = 1180;
- 8 example.form001.y2 = 590;
- 10 example.form001.backcolor = 000025000;
- 11 example.form001.killswitch = 1;
- 12 example.form001.taskbar = 1;
- 14 example.form001.labelclik1.text = see Definition;
- 15 example.form001.labelclik1.visible = 1;
- 16 example.form001.labelclik1.x1 = 25;
- 17 example.form001.labelclik1.y1 = 83;
- 18 example.form001.labelclik1.x2 = 265;
- 19 example.form001.labelclik1.y2 = 133;
- 21 example.form001.labelclik1.border = 1;
- 23 example.form001.labelclik1.autotall = 1;
- 24 example.form001.labelclik1.autowide = 1;
- 25 example.form001.labelclik2.text = see LastRun;
- 26 example.form001.labelclik2.visible = 1;
- 27 example.form001.labelclik2.x1 = 25;
- 28 example.form001.labelclik2.y1 = 164;
- 29 example.form001.labelclik2.x2 = 255;
- 30 example.form001.labelclik2.y2 = 214;
- 32 example.form001.labelclik2.border = 1;
- 34 example.form001.labelclik2.autotall = 1;
- 35 example.form001.labelclik2.autowide = 1;
- 36 example.form001.labelclik3.text = see *code* !!;
- 37 example.form001.labelclik3.visible = 1;
- 38 example.form001.labelclik3.x1 = 24;
- 39 example.form001.labelclik3.y1 = 251;
- 40 example.form001.labelclik3.x2 = 264;
- 41 example.form001.labelclik3.y2 = 301;
- 43 example.form001.labelclik3.border = 1;
- 45 example.form001.labelclik3.autotall = 1;
- 46 example.form001.labelclik3.autowide = 1;
- 47 example.form001.labelclik4.text = pick manual topic :;
- 48 example.form001.labelclik4.visible = 1;
- 49 example.form001.labelclik4.x1 = 519;
- 50 example.form001.labelclik4.y1 = 316;
- 51 example.form001.labelclik4.x2 = 744;
- 52 example.form001.labelclik4.y2 = 366;
- 54 example.form001.labelclik4.border = 0;
- 56 example.form001.labelclik4.autotall = 1;
- 57 example.form001.labelclik4.autowide = 1;
- 58 example.form001.labelclik5.text = see MANUAL text ! ;
- 59 example.form001.labelclik5.visible = 1;
- 60 example.form001.labelclik5.x1 = 500;
- 61 example.form001.labelclik5.y1 = 238;
- 62 example.form001.labelclik5.x2 = 649;
- 63 example.form001.labelclik5.y2 = 288;
- 65 example.form001.labelclik5.border = 0;
- 67 example.form001.labelclik5.autotall = 1;
- 68 example.form001.labelclik5.autowide = 1;
- 69 example.form001.listboxTOPICS.text = listboxTOPICS;
- 70 example.form001.listboxTOPICS.visible = 1;
- 71 example.form001.listboxTOPICS.x1 = 175;
- 72 example.form001.listboxTOPICS.y1 = 421;
- 73 example.form001.listboxTOPICS.x2 = 1000;
- 74 example.form001.listboxTOPICS.y2 = 475;
- 76 example.form001.listboxTOPICS.file = manual/TAKKYtopics005;
- 77 example.form001.listboxTOPICS.bytes = 0;
- 78 example.form001.listboxTOPICS.fieldsize = 0;
- 79 example.form001.listboxTOPICS.items = 0;
- 80 example.form001.listboxTOPICS.index = 0;
- 81 example.form001.listboxTOPICS.border = 1;
- 83 example.form001.listboxTOPICS.autotall = 1;
- 84 example.form001.picture001.border = 1;
- 86 example.form001.picture001.x1 = 900;
- 87 example.form001.picture001.y1 = 59;
- 88 example.form001.picture001.x2 = 1088;
- 89 example.form001.picture001.y2 = 173;
- 90 example.form001.picture001.file = TAKKYSLEEPING.png;
- 92 example.form001.picture001.visible = 1;