
Roy Woll
- Total activity 530
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 221
Comments
Recent activity by Roy Woll-
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 ...
-
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.
-
I'm looking into this now.
-
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 ...
-
The grid will use the alignment as defined by your tfield's alignment property in your dataset.
-
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 ...
-
Check to see that secure file sharing is true
-
Try deleting the old maindemo on your android device, and then running again. Usually these types of errors are because of this.
-
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...
-
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...