Messages - BGM [ switch to compact view ]

Pages: prev1 ... 94 95 96 97 98 [99] 100 101 102 103 104 ... 112next
491
Skwire Empire / Re: (Pre) Release: sChecklist
« on: June 16, 2014, 09:46 AM »
Ha ha, Jody!

Here is a quickie gui template:

InputGUIWindow:
gui, InputGUIEditor:new
gui, +resize
gui, add, text, , Edit Value
gui, add, edit, w300 h50 -wrap r1 vinputvalue, Your Value Here
Gui, Font, S10 CPurple Bold
Gui, Add, Button, x12 gInputGUIEditorACCEPT default, Accept
Gui, Add, Button, x+4 gInputGUIEditorCANCEL, Cancel
Gui, Show, center ,%apptitle% Data Editor
Return

InputGUIEditorACCEPT:
gui, ListViewEditor:submit
;do stuff with inputvalue
RETURN

InputGUIEditorCANCEL:
gui, ListViewEditor:cancel
Return

InputGUIEditorGuiSize:
anchor("inputvalue", "w")
Return

492
Skwire Empire / Re: (Pre) Release: sChecklist
« on: June 16, 2014, 09:12 AM »
Thanks, Jody.

Ah, do you mind if I complain a little?  Options is displayed as a tab.  That takes up extra space on the screen for something, that IMHO, could be safely tucked away in the menubar.  Again, IMHO, the only value tabs would have in this nicely simple application would be if you could load the checklists in separate tabs.  But since you can't (and that's fine), there's no reason to put not-so-often-changed options in an always-visible tab and thus take up the extra space.  

(I suspect you used the tab control to not have to create a gui window for the options....)

Now, I'll give this nice little app a good show.  So far I love it and I might actually use it!

493
Skwire Empire / Re: (Pre) Release: sChecklist
« on: June 12, 2014, 12:25 AM »
Uh, Jody, I found out something else to do.

Somehow I managed to freeze the entire program - it seems to have had something to do with resizing.  I had to end process on it.
Problem is that before that, I had renamed a checklist, so when I restarted the application, my list was lost.
But I saw my old list - or part of it - in the checklists folder, and I edited checklist.dat to point to the newly-named one.
That went well, except that I lost the last 7 entries I made.

With that in mind, I think that sChecklist ought to save it's list after an edit is made in the list.  I'm not sure how often it saves, but it doesn't seem to save after an edit is made, or at least when the application loses focus.  I don't think there is any need for a "save" feature.

Another thing to add is a way to import a list - perhaps drag-n-drop would be sufficient.  It could take the filename (without extension) as the automated name for the checklist.

Finally, is there any way to have or not have the lines in the checklists list?  I know there is the toggle button for the entries (details mode, etc.), but not for the checklists list.

Thanks again!

494
Skwire Empire / Re: (Pre) Release: sChecklist
« on: June 11, 2014, 11:48 PM »
Thanks, again, Jody.  I'll use it for awhile and see if it does me any good!

495
Skwire Empire / Re: (Pre) Release: sChecklist
« on: June 11, 2014, 11:17 PM »
HI, Jody, I *like* this!  I have tried dozens of todo applications.  This is so simple I might use it!

I think it needs an option for displaying a particular checklist on startup - or at least the first checklist if none is specified.
I think also, if you check all the items in a list, something should happen - something like, the name of the checklist becomes grayed.  That way a user can see if his list is complete or not.
And there should be an option to hide the status bar - I'm not sure it does anything anyway.

Thank you very much!

Pages: prev1 ... 94 95 96 97 98 [99] 100 101 102 103 104 ... 112next
Go to full version