the fact is that if you work with the SDK, then you don’t need it … other notification methods are available to you. when constructs are specially ma…
In a nutshell, then: Enable/Disable I use constantly and very often Hide/Unhide I use with a limitation Usually instead of hide/unhide certain contr…
This is a very interesting topic… as soon as I have time, I will write a detailed post on this topic. In the meantime, I wanted to express a couple o…
the problem is how to make a horizontal group of radio buttons with a given spacing between them… it sounds silly, but the best way to achieve this is…
Oh! my fault… we have to add item’s offset, right? (1*200) + 200 = 400… looks right
here is a universal test… try(destroydialog rol) catch() rollout rol “Test Rollout” width:1000 ( local lbs = #(“1″,”2″,”3″,”4”) radiobuttons rb1 …
AEI: so 3rd from 100 ->300 try(destroydialog rol) catch() rollout rol “Test Rollout” width:700 ( local lbs = #(“1″,”2″,”3″,”4”) radiobutt…
Now, when you know the rules, answer: We have four-buttons group of radio buttons in one row. How much will the third element be offset from its orig…
I forgot to say… I have no idea how it works in every case. I tried but didn’t find any common logic.
whatever solution you find, I bet it will not be correct and unambiguous … which I will confirm with the next snippet
show some examples (pictures) of what you want to get and I will try to suggest the best way how to make it.
miauu: Big numbers occur… yes, it puzzles me, as I said. I can understand the negative memory lug (which means garbage collection), but I can’t e…
Do you have any ideas about this lug? What can I guess, it’s something Nitrous…
Thank you, guys! I have enough material to think… I see the same problem that I have: [2,332] [3,332] [4,332] [5,332] [6,332] [7,254572] [8,64] [9,64…