Felix Castillo
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Posts
Recent activity by Felix Castillo-
TwwImageControl with rounded corners (X/Y Radius) does not work as expected
Hi! I have a form with several wwImage objects, everything worked fine until I changed the look to rounded corners (XRadius/YRadius) and now, when you move the form, another form is open and then c...
-
What it the best way to use wwLookUpCombo in wwGrid?
Hi! I have a person table (p_id,p_name,p_address,s_id) and I would like to have a Combo to chose the Status (s_id, sname) from another table. I was able to use the wwLookUpCombo but it still shows ...
-
TwwListBox goes crazy when binded to a DataSet and that DataSet is binded to a BindNavigator
Hi!In previous versions of FirePower it worked normal, but in this recent version (Trial) when a TwwListBox is binded to a DataSet and the fields are binded...it works fine! When the DataSet is bin...
-
TwwLayoutGrid shows a record with empty table
Hi! Is there a way to prevent a "record" to be shown when table is empty I set OverrideStyleSttings.Frame on enabled/disabled and still persists ReadOnly enabled/disables acts the same NothingSelec...
-
wwLookUpComboEdit does not support Font Changes
Hi! No matter how you change the font, Font... or OverrideStyleSettings... when run, then, it reverts to default Font Name and Size
-
Can we have Badges in FirePower components?
Is there a way (or component) to show badge number in TwwImageControl ? Thank you in advance!
-
What is the correct way to point to an item in TwwListBox?
I have a wwListBox with items:'one''two''three'I want to "find" the item and select it, butMywwListBox.ItemIndex:=MywwListBox.Items.GetItemIndexByValue('two')does not work and there is no IndexOf f...
-
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...