
Felix Castillo
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Felix Castillo-
Find item in twwListBox
Hi! There is no twwLitBox.Items.IndexOf and twwLitBox.Items.GetItemIndexByValue does not work. Thank you in advance!
-
twwColorComboEdit selection not triggering edit mode in dataset
Hi! You have to FIRST call dataset.edit then you can change the color and the value is sent to the dataset. If you change the color, even binded to a table field, it does not call dataset.edit Th...
-
wwColorComboEdit binded to a table field does not call EDIT when the value changes
Hi! In previous versions wwColorComboEdit triggered the table.edit event when binded to a table field, now it does not. But when scrolling the mouse does! Sometimes you have to click out from the c...
-
Weird behavior in wwLookUpComboEdit
Insert the componentBind a datasourceSet Column(s) and LookupFieldThen run... - If you change items using mouse clicks or scrolling...FINE!- If you use the keyboard to browse for items...CRASH!Plea...
-
TwwSwitch can not be insert in a ListBox
Hi! When trying to add a wwSwitch to a ListBox Item it turns gray on the list and then can not be selected to be inserted. Is there a workaround? Thankyou in advance!
-
Binded TwwEdit not posting unless change focus
Hi! I have 2 wwEdit objets in a form for an Android application and 1 button to Save (Post) The problem is next scenario: 1) Type the name in the first wwEdit (TwwEdit) and press Save, then cal...