How to make an include path and library path the default for all new...
I have an issue when I create a new project that I have to set the Include and Library path. I'm using latest Tokyo release 10.2 Is there any way in C++ Builder where I can define the include and...
View ArticleHow do I run Delphi 10.2 Form Designer FullScreen?
For many years I have been able to use the Delphi Form Designer not embedded and full screen on a second monitor to design user interfaces I have recently switched from XE2 to 10.2. How can I run the...
View Article10.2 Tokyo false keyboard size
On android devices in virtualkeyboardshown event the keyboard bound is incorrect with 10.2 Tokyo. So the scrollableform demo doesn't work. On my test device it says the rect top is 508 and the bottom...
View ArticleColorDialog returns incorrect colour values
I have a ColorDialog box which I use to set a precise colour: Red:20; Green:133; Blue:116. (All decimal values) I create a bit map with this colour in my app, and save it as a bitmap. When I view the...
View ArticleHow do I run Form Designer full screen?
How can I remove the border from the form designer so I can create GUI's full screen as described below? Most of our bespoke applications are full screen and stay full screen.When designing these...
View ArticleHow can I remove the border from the form designer so I can create GUI's full...
( My Questions keep disappearing from my account, so I apologise if I have duplicate posts ) How can I remove the border from the form designer so I can create GUI's full screen as described below?...
View ArticleAre duplicate operators legal?
Whilst debugging, I came across an erroneous line of the form... iIndex := iVal + + 7; (iIndex and iVal being properly defined Integers); This surprised me as it did NOT cause a compiler error; I...
View Articleimport a WCF Service using the wsdlimp
Import works with microsofts wcf test client But not with wsdlimp The service has a resource.svcmap file and 2 svcinfo files as well as 2 wsdl files and 4 xsd files Any tips or must i write dll in c#...
View Articledelphi seattle, iOS simulator run, can't load devToolsFoundation
Hi. I'm trying to set up compiling an app for iOS using the iPhone 5 simulator. I am running Delphi 10 Seatle on a Windows 10 machine, and the X-code on a Mac with macOS Sierra 10.12.5. X-code is up to...
View ArticleError opening cbproj [10.2]
Good morning, I just installed RAD Studio 10.2 Starter I am having issues opening existing cbprojects. Studio doesn't recognize the .cbproj format. Am I missing something? Many thanks, Francesco
View Article10.2 Tokyo BLE Framework fails to discover devices on Android, works on 10.1...
I am creating a separate entry for this from replies I made on a similar entry. This one has to do with the BLE framework and not the BLE component. Also this has been submitted as RSP-18454 After...
View ArticleAn error occurred when FDMemtable loadfromfile with master/detail relationship
In delphi 10.2,when I use this code: GetDatafromServer(spGetMDTemp, fdsaMasterDetailTemp); mtMasterTemp.SaveToFile(fullfilename('MasterTemp.tab'));...
View ArticleC++ Builder 10.2 - main project cpp file corruption?
Hi, I have some custom code in the beginning of int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int) function in the main project cpp file. When adding a new form to a project all my custom code in...
View ArticleRAD Studio 10.2 - Search in object inspect
Hi, When using search feature in object inspector it only finds properties that are not nested (not inside nodes). For example, if a component has a 'Visible' property under few nodes it will not find...
View ArticleHow can I get mouse/tap/gesture events in FMX.WebBrowser.TWebBrowser on...
Hi, community. I'm using RAD Studio Seattle 10 with IOS, Android, Win platforms. TWebBrowser has no available mouse events in Object Inspector, though TWebBrowser is inherited from TControl, which has...
View ArticleHow to fix TMemo's firemonkey problems?
I have problems using TMemo component in android applications. FMX TMemo shows a strange behaviour editing in Samsung S7 (Android 7.0), the lines changes their order while they are entered and is...
View ArticleRe: Delphi Tokyo and iOS 11 Beta 2
Hi there Ive read that Apple will be releasing iOS 11 to the public in the Autumn. Bearing this in mind, Im wanting to start testing my FMX Apple Apps with iOS 11 Beta 2, to check that all works OK....
View Article10.2 Tokyo ilink32.exe not /LARGEADDRESSAWARE in latest installers
Hi, We have installed 10.2 twice, once from a trial version on 26th July and the other from the ESD installer and from an ISO today. We are dealing with very large projects which have been failing in...
View ArticleINSTALL C++Builder 10.2 on Win10
Dear supporter, Due to new projects I must understand if It is possible to install C++Builder 10.2 on the following Windows10 operative systems . a) Win10 IOT Core b) Win10 IOT Enterprise (it should be...
View ArticleCalling Invalidate causes error
I'm working on a game project and on Android a random crash is occurring. After much test here is what I've found. 1 Created a new Multi-Device application.2 Put a TTimer on it.3 Timer interval set to...
View Article