Custom Query (3931 matches)
Results (442 - 444 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #781 | No Bug | FileGetAttrib fails to recognize (D)irectories | ||
| Description |
The FileGetAttrib function only rarely returns a "D" flag for directories. In most cases, the return string is just blank. code to reproduce this: $rootDir = FileSelectFolder ("Choose directory", "\",2+4) If @error Then
Else
EndIf Exit |
|||
| #782 | No Bug | Problem _GUICtrlListView_DeleteItem | ||
| Description |
If ListViewItem created by _GUICtrlListView_AddItem() then _GUICtrlListView_DeleteItem() doesn't works. You should create items by GUICtrlCreateListViewItem() command. |
|||
| #783 | Rejected | Easier GUIs | ||
| Description |
Why can't you just write Menu(6 Options), File, Edit, View, Favorites, Tools, Help DropDown(File) ... ... ... End Dropdown(Edit) ... PopUp(Options) 'And Options is the title of the PopUp ... End ' Assume all dropdowns are taken care of. PopUp(Options) Checkbox1 Checkbox2 Checkbox3 1 of 3, or 2 of 3, or All or 0, Or 1&3 or 1&2, etc But simplify the menus, then change styles around it, or add custom icons. Really, some part is always the same, and there is too much too it. It looks like PowerBasic, Assembly Language for Windows, and it just seems like you could bunch the commonly all too often repeated commands together in just what you really do, and what really describes what you see on the screen. Oh, yea, I forgot X and Y should be relative to the GUI, not the position on the screen, maximized or minimized. This could be as simple and easy as some of this has been made in SciLab. Ease of Use is prioty one if you ask me. I don't see a practical language anywhere. Html and Java are easy compared to this noise, and it shouldn't more complicated when you can almost do as much with HTML and CSS in forms. Why is the syntax so different when it's just an issue of style, and why can't it be summed up as a drop down list of styles where all you see is icons that model it. |
|||
