Just starting out, need some help with checklist application - Forum

Forum Navigation
You need to log in to create posts and topics.

Just starting out, need some help with checklist application

So, I'm just starting out after purchasing this great application and I need a bit of direction and help with this...

Creating a very basic ToDo application which can add/remove items when selected.

I tried assigning a variable to the text input box, to add it to the list but not having any luck with it.

I know that I have to do this:

  • Get input from user
  • assign input from user to add-button
  • send contents of add-button to list

Can anyone point me in the right direction?

my-checklist

 

 

I hope this is what you were looking for. Quickly wrote an example of your screenshot.

Download the link ..

https://yadi.sk/d/5_9GRJ3OQPZkng

corstar has reacted to this post.
corstar

I also made a quick demo for you. You can download it at http://www.bgmstudio.co.za

It is a PUB File.

Forgot to mention. You need to double click on a name in the ListBox to Remove a Item

corstar has reacted to this post.
corstar

Thanks guys, I really appreciate it.

Looking over the code now to see how its done.

 

So, I've played around with the code and understand the removal of an item using

ListBoxFindItem "List_Box" "[List_Box]" "[NUMBER]"
ListBoxDeleteItem "List_Box" "[NUMBER]"

And now trying to move items up and down the list for changing priority; so far trying the ListBoxMoveItem command. But it seems to only use absolute positioning, ie position 1, 2,3,4 etc rather than up/down or +/-

Anybody have any idea if I should be using another command?

Made a quick demo. You can download it at http://www.bgmstudio.co.za

Greetings

corstar has reacted to this post.
corstar

If the contents of the ListBox variable is an item number.

https://drive.google.com/open?id=1NFZWCU32aKxO2TwDPFS41RBNkeUGvTN-

corstar has reacted to this post.
corstar