Dexx
12-27-2008, 05:29 PM
So I am currently working on my first demo program which is just a simple coffee purchase tracker to test the different abilities of the software.
One thing I did was create a combo box property editor for Coffee Types, and I inserted values for the combo box to load up with, but didnt realize I had to create a Value with each caption I put in.
So I created and saved the object no problem.
Went to run the software, and got an error about null values etc.
Eventually I figured out that it was freaking out about the value in the property value being empty and added just '1' '2' etc. for values.
This might be one of those things that gets tweaked so that a warning pops up and prevents saving until a value is entered (just so other new people dont have the same issue!)
One thing I did was create a combo box property editor for Coffee Types, and I inserted values for the combo box to load up with, but didnt realize I had to create a Value with each caption I put in.
So I created and saved the object no problem.
Went to run the software, and got an error about null values etc.
Eventually I figured out that it was freaking out about the value in the property value being empty and added just '1' '2' etc. for values.
This might be one of those things that gets tweaked so that a warning pops up and prevents saving until a value is entered (just so other new people dont have the same issue!)