kyle
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 10
Posts
Recent activity by kyle-
TwwCalendarEdit changing value when user doesn't & failing to notify binding
Given an empty wwCalendarEdit, i.e. blank text value, the behavior of the calendar is to set the date when dropping down the selector, before a date is selected by the user. The calendar continues ...
-
Delphi 11 & FirePower X2 - BeginScene not invoked.
I have a project I just took to Delphi 11 version 28.0.42600.6491 and FirePower X2 14.0.0.5. Everything seems OK except sometimes when scrolling in a grid I receive this error... I found a referen...
-
TwwDataGrid: Custom title button sorting of some fields.
Given a dataset attached to a grid, how can I manually sort fields the grid has determined to be not sortable while maintaining usual sorting look? If an event passes the field name, I can adjust d...
-
Grid group header title height
When using a Windows 10 FMX theme included with Delphi, the grid header looks like when grouping is used. I tried various properties to the correct the height. No go. Which property can I used to ...
-
FirePower X Observations
I installed Delphi 10.4, FirePower X, and rebuilt my project as is. Everything installed & built smoothly. This is my out of box experience. 1. Error when opening a dataset attached to wwDataGrid ...
-
TwwDataGrid.OnButtonClick not working?
I created a couple of unbound button columns and coded OnButtonClick event of the grid. The code never fired. I loaded the Firepower main demo and set a break point on the datagrid controls demo fo...
-
TwwRecordViewPanel - OnKeyDown?
I need to react to the OnKeyDown event of the controls in the record view. What is the best way to accomplish this? I tried assigning OnKeyDown event handler to TwwRecordViewItem.Control.OnKeyDow...
-
Invalid Cast error when selecting columns for lookup combo in TwwRecordViewPanel
Steps to reproduce: Open MainDemo View RecordViewDemoForm & select Select Fields on the record view panel. Select a field, eg Zip, open ControlAttributes.LookupCombo.DisplayColumns. In the collec...
-
AV error w/lookup combo on detail grid in Master/Detail config
Using FirePower 12.0.5.5... I have 2 grids, a master and detail. Each have lookup combos for drop down options on a column. In the master grid, every works fine. When I try to change a value in the...