Custom Query (3931 matches)
Results (382 - 384 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #193 | Fixed | guictrldelete on context menu already deleted causes win32 exception | ||
| Description |
Attempting to use guictrldelete on a control created by guictrlcreatecontextmenu() which had already been deleted (yes, I know, if I were tracking better that should never happen) causes an "unhandled win32 exception" and a crash. The behavior is repeatable in 3.2.11.5, but does not occur in 3.2.10. Example code: #include <guitreeview.au3>
$gui = guicreate("TEST", 500, 500)
$treeview = guictrlcreatetreeview(0, 0, 500, 500)
$control = guictrlcreatetreeviewitem("TEST", $treeview)
$context = guictrlcreatecontextmenu($control)
$item = guictrlcreatemenuitem("Random", $context)
;filter
$item = guictrlcreatemenuitem("Word", $context)
;seems to
$item = guictrlcreatemenuitem("Another", $context)
;hate similar lines
$item = guictrlcreatemenuitem("One", $context)
guictrldelete($context)
;blank line to try to defeat filter
guictrldelete($context)
guisetstate()
while 1=1
wend
|
|||
| #349 | Rejected | guiconstants.au3 | ||
| Description |
i would like to continue the discussion about the gui constants. i also cannot understand the reason why guiconstants.au3 cannot be used anymore. just think of all the example scripts here in the forum or on your hard disk !!! like 80% of them contain guiconstants.au3 ! furthermore there is no sense in changing it, because before everyone could always choose to include all guiconstants or the single control constant or even script without includes by just using the values, like i like to do it. the recent changes are unnecessary and will only cause confusion you can already notice it in the forums. so please for the next version: re-add the guiconstants please ! just think of all the very useful example scripts that cannot be executed at once without conversions ! j. |
|||
| #1737 | Rejected | gui enhancements for touch screens | ||
| Description |
Touch screen support including multi-touch would be a nice addition! |
|||
