hi,.
1. the problem in AutoFormFill from the previous version, is now a different problem.
this is the bug i talked about in 5.1.2 :
http://www.tmssoftware.com/site/forum/forum_posts.asp?TID=1789&title=autoFormfill-in-runtime
when i add the double-quote ( " ) all the page (and the intraweb app) get stuck, with this rotating wheel.
it's not 2 single-quotes, but a single-double quote -->> "
but now, if i want to add for example : "XYZ AB"C"
it shows fine in the DropDown, but in the IWEdit it shows like this : "XYZ AB"C"
2. adding a TIWColorComboBox gives an error of :
"List index out of bounds (-1)"
it happens immediately when i enter the page, even when there are no other components (clean page).
(started a new standalone project, and dropped a TIWColorComboBox on the form)
i tried both examples in a clean project, in IE8, and FF10.
intraweb 12.2.8
Latest TMS pack - 5.2
thanks
Hi,
Both issues have been fixed.
The updates will be available with the next release of the TMS IW Component Pack..
The updates will be available with the next release of the TMS IW Component Pack..
2. As a workaround you can set the ColorComboBox.SelectedIndex to a value higher than -1.
Example:
TIWColorComboBox1.SelectedIndex := 0;