list a; var b = 10;
a.push_back(b);
show_message(string(a.size()));
rect* a = some_rect_function();
a.left = 0;
int window = wgt_window_create(480, 96);
int layout = wgt_layout_create(window,
"OOOOOOO\n"
"PUXYWHS\n"
"FRGGIIS", 2, 2);
int cbbobj, bpause, bfreeze, bundo, bredo, bstop, tegx, tegy, tegw, tegh, cbgrid, cbiso;
wgt_layout_insert_widget(layout, "O", cbbobj = wgt_combobox_create("object0|object1|object2|cat|hat|box|wall|toilet|cloud|mushroom"));
wgt_layout_insert_widget(layout, "P", bpause = wgt_button_create("Pause"));
wgt_layout_insert_widget(layout, "F", bfreeze = wgt_button_create("Freeze"));
wgt_layout_insert_widget(layout, "U", bundo = wgt_button_create("Undo"));
wgt_layout_insert_widget(layout, "R", bredo = wgt_button_create("Redo"));
wgt_layout_insert_widget(layout, "X", tegx = wgt_textline_create("X",3));
wgt_layout_insert_widget(layout, "Y", tegy = wgt_textline_create("Y",3));
wgt_layout_insert_widget(layout, "W", tegw = wgt_textline_create("W",3));
wgt_layout_insert_widget(layout, "H", tegh = wgt_textline_create("H",3));
wgt_layout_insert_widget(layout, "G", cbgrid = wgt_checkbox_create("Grid"));
wgt_layout_insert_widget(layout, "I", cbiso = wgt_checkbox_create("Iso"));
wgt_layout_insert_widget(layout, "S", bstop = wgt_button_create("Stop"));
wgt_window_show(window);
show_menu_ext(32,32,"test|of|menus|-|>Project|/Save|Close|<|[]Checkbox|[*]Checked|-|()Radio|(*)Radiod|etc")
|OSX | |Windows | |Linux | |Notes | |
With() statement | |Works, still testing/beta | |Not started | |Works, buggy | |NOTES GO HERE |
other function | |status | |status | |status | |NOTES GO HERE |
I think something as general as With() statement works on all, or doesn't work on all. What you want is something more platform specific, like this window widget, or drawing functions (if directx is put in or something similar).
AHEM, please read the ENTIRETY of the prev. post, then post.I did, and you wrote that the example doesn't reflect the state of enigma project. Which is not my point. I just thought that the example itself should of been different.
I'm confident in saying that aside from iPhone support, nothing will ever work in Mac that doesn't work better in Linux. :PUp until recently Mac key press and release worked better than linux :p although that is fixed now :)
And yeah, with() is platform-independent entirely.
But I'm not gonna skewer anyone over it.