
Roy Woll
- Total activity 521
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 217
Activity overview
Latest activity by Roy Woll-
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...
-
Roy Woll commented,
In your sample project, your TEdit has autoselect=false and your TwwEdit has autoselect=true so your properties are not the same. If you want to disable autoselect, then set your TwwEdit to false.
-
Roy Woll commented,
Please provide a simple project showing the problem. Also what do you mean by vk_delete. I seem to only have backspace on my android keyboard. vk_delete on desktop normally removes the forward cha...
-
Roy Woll commented,
Sorry, I don't think we ever answered this question. The recordviewpanel has its controls created so if you are just changing the item's property it would not have any effect. I would think calli...
-
Roy Woll commented,
This is not supported, but I will log your request for the future. The framing is configured through OverrideStyleSettings.Frame property, but there is no Corners property. However this still woul...
-
Roy Woll commented,
Sorry, but I don't understand your description. Please provide us a project where you can explain and we can reproduce the problem.