
Felix Castillo
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Felix Castillo-
Felix Castillo commented,
I mean, I tested with manually typed items and it works, but not with the printer names supplied by TPrinter unit, I will deal with TPrinter.Printers[x].Device text and make the necesary changes. T...
-
Felix Castillo commented,
wwListBox1.ItemIndex:=wwListBox1.Items.GetItemIndexByValue(wwEdit1.Text); wwComboEdit1.ItemIndex:=wwListBox1.Items.GetItemIndexByValue(wwEdit1.Text); I have tested the upper code and IT ...
-
Felix Castillo created a post,
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...
-
Felix Castillo created a post,
Find item in twwListBox
Hi! There is no twwLitBox.Items.IndexOf and twwLitBox.Items.GetItemIndexByValue does not work. Thank you in advance!
-
Felix Castillo created a post,
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...
-
Felix Castillo created a post,
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...
-
Felix Castillo commented,
Please test not in the dropdown, but in the object directly. Clicking on the object, closing the dropdown, then press up/down in the keyboard for previous/next item and them it crashes Please run t...
-
Felix Castillo created a post,
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...
-
Felix Castillo commented,
I changed the wwImage to a TButton and now it works, but I expected another solution, I then read the form.setfocus before the Post, I will try it later, I hope it works, because I prefer the pictu...
-
Felix Castillo commented,
You are right. I tried on a new form...and it works fine; then tried, again in the same form...and now it works too. Thank you very much!