
Roy Woll
- Total activity 376
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 154
Comments
Recent activity by Roy Woll-
InfoPower should be available this coming week.
-
We have a fantastic update coming in less than 2 weeks for FirePower. More details will be available soon.
-
Thank you for the project. I do see a bug. I don't see a workaround, but you can modify our source in vcl.wwcommon.pas as follows. I will log this for future correction. function wwIsCustomStyle(Co...
-
Its a bit confusing. The OnButtonClick event was intended for button's that are automatically created. IFfyou drop in your own button, you can use the button's OnClick event instead. The demo ori...
-
Official comment I have reproduced your problem and will incorporate a fix in future builds. If you require immediate resolution, you can modify our source in vcl.wwdotdot.pas as follows. Please note the code labe...
-
I think you need to make the last grid smaller in height at design time. It should fit with one record showing so you can determine how big it should be. Then it should fit completely.
-
1. I cannot reproduce your access violation problem. Can you email us a simple project with the problem? 2. The borders are drawn by windows. In what way do you wish to change them? They are dra...
-
Official comment If you want the old behavior, you can put the following code in your project source before your form is opened. begin Application.Initialize; Application.MainFormOnTaskbar := True; wwInternati...
-
If I understand you correctly, you can use the OnAfterCreateControlForItem event to attach your events to the edit controls.
-
We have just uploaded a new build (12.0.5.9) which fixes this issue.