
Roy Woll
- Total activity 530
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 221
Activity overview
Latest activity by Roy Woll-
Roy Woll commented,
I don't see how the android version would play a role. Unfortunately I cannot test since my android is stuck on version 9. Are you sure this is not just a refresh issue? In the IDE, try pressing ...
-
Roy Woll commented,
Please try the most recent build uploaded (5/29/2025). I believe we have addressed this in our recent build. Let me know if it works or doesn't work for you.
-
Roy Woll commented,
I'm looking into this now.
-
Roy Woll commented,
There is no property setting for this to disable the popup calendar. It won't allow the user to change the date however. The only workaround would be to drop in your own TwwCalendaredit and set it ...
-
Roy Woll commented,
The grid will use the alignment as defined by your tfield's alignment property in your dataset.
-
Roy Woll commented,
I am not able to reproduce your problem. Please provide the version of RAD Studio you are. using, i.e. 12.3 or 12.1, etc. Also please share the exact contents of your android.manifest file in case ...
-
Roy Woll commented,
Check to see that secure file sharing is true
-
Roy Woll commented,
Try deleting the old maindemo on your android device, and then running again. Usually these types of errors are because of this.
-
Roy Woll commented,
I'm not sure why I didn't see your question earlier. Could it be something to do with windows scaling and high dpi. If you want, you can email us a simple project with the problem and let us know y...
-
Roy Woll commented,
You can have the filtering not use the OnFilterRecord and instead use the Filter Property of the dataset to avoid any conflicts. To do this, you can initialize your grid as follows. // By callin...