XE10
Discussions tagged XE10
-
more than a month ago
Binding master view design on other devices
Is it possible to apply the design of the master view to any other device? For example: In the master view, the Edit Field's height is 50. If i change the view to Android 4" Phone, the height is suddenly 32. The field is far left in the master view; ... -
more than a month ago
Ribbon action switches from Left click to rights click by autoscaling
Hello, In our Application we got the problem that the handling of the action trigger changes depending to the Group level in the Ribbon. If a group is autoscaled it can happen that the Action is no longer triggered by left clicking the ribbon item b... -
more than a month ago
Tokyo 10.2 Android edit box problem when displaying virtual keyboard
Since upgrading from XE10 to XE10.2 I have a problem that all my edit boxes in my app no longer move above the virtual keyboard. However, on iOS it works just fine! I'm using the code to move the vertical scroll box up to display the edit box just ... -
more than a month ago
Delphi web broker bridge - is this really completely broken? If so, what do we use now?
We have a delphi 3-tier EDP system currently in Delphi XE version. It has worked well with SOAP using a web-server created using the web broker bridge. We are trialling 10.2 Tokyo, and it seems that anything that looks like it will make a web API is ... -
more than a month ago
Preset for opening units
Hello, in the old User Interface of the C++builder it was possible to preset how a Unit is opened (.cpp, .h or design sheet aktiv). Is there a possibility to set this in the C++Builder 10.1 Seatle in a simmular way? So yes, where? ... -
more than a month ago
Seattle terrible crash on WIN10
Using Delphi XE3 on win10, I have always had the system crash problem running a project inside the ide. I found somewhere that XE3, did not support OFFICIALLY WIN10, and to solve the problem (which required rebooting the PC!) it was necessary to set... -
more than a month ago
Web browser issue
when saving project web browser component is not working rather without saving project it is working as usual what might be the issue??... -
more than a month ago
apk-expansion.dex.jar does not exist on my system.
Hello all. I installed Rad Studio 10.1 Berlin and I have an error in my libraries. What am i suppoested to do? and apk-expansion.dex.jar does not exist on my system. Thank you.... -
more than a month ago
Define editor macros - increasing productivity
Hello, I heavily comment my sources, mostly by placing a "// ..." comment at the end of the line. While this has saved me many times trying to understand what I meant in my code a decade ago, it does take time. I don't mind typing the comments, but ... -
more than a month ago
Updating Windows SDK
I am beginning to make changes to a VCL application to look better on a 4k monitor.Running C++ Builder 10.1 Update 1 on Windows 10 Anniv. Ed. I've made some progress on the client area of windows, but am having great adventures with non-client areas... -
more than a month ago
How to relocate Delphi Berlin 10.1 from C to D
How to relocate Delphi Berlin 10.1 from C to D, my D Drive is SSD ? Thanks ... -
more than a month ago
Why doesn't TLocationSensor work in iOS with the iOS settings set to While Using?
Why doesn't TLocationSensor work in iOS with the iOS settings set to While Using? Do I need different code for iOS?It works fine in Android.I am not receiving any TLocation.LocationLocationChanged events in iOS.GaryRad Studio Delphi 10 Seattle... -
more than a month ago
Berlin update 1 is not working correctly
Both web update installer and ISO installers fail(error code 8007). Web installer succeeds partially but Platforms an Extensions Manager fails. It is not possible to install Add-ons correctly from Getit. What to do? My OS is Win 10 64 bit... -
more than a month ago
android - Tag service missing
Hi! After I saw this video "Delphi 10 Seattle Android Services Intro" on Youtube, I decide i will play with it.I follow all the instructions, and everything goes great, but the last step - run host app throw error: [PAClient Error] Error: E2312 Una... -
more than a month ago
TMediaPlayer problem on Android
Hello. This is my first question in this q/a system. I have TMediaPlayer on Android problem: I created app with simple loop with TMediaPlayer which plays one MP4 file on loop . Everything works for few hours but after that time, randomly (very rarely... -
more than a month ago
Generate PDF file
I need to create and manipulate a PDF file, but I don't know how to do it, does someone have an idea? It's have to works in android too.... -
more than a month ago
Debuggen DELPHI 10.1 Berlin
Wie kann ich mit 10.1 Berlin debuggen und nur in meinen eigenen Sourcen bleiben (kein Aufruf/Übergang in VCL/System oder sonstige Module). Ich bin von DELPHI XE2/3 umgestiegen und habe das Problem, dass ein zeilenweises Debuggen praktisch nicht mehr... -
more than a month ago
How can I use TCombobox->Items->AddObject("String",TObject)
Situation: I need to save into the combobox two parameters, a String(user can see) and an int (user can't see). How can I convert a String/int in TObject or, if it's possible, convert one of my classes(object) in TObject?... -
more than a month ago
Linking problem
Hi,According to the map file both Indy and Datasnap are being included in my app. But I am no longer using either of these items. And I think I have removed all references to them.How can I find out what units are referencing them?Gary... -
more than a month ago
Custom Cursor on Firemonky
I'm trying to determine if there is anyway in firemonkey to use a custom cursor on an object. I'd like to be able to use a flat hand cursor when over an image that can be panned, but cannot find anyway to use a cursor outside the standard set provide...