Problem with Error: rm failed for -f, No such file or directory
I'm developing an application with Embarcadero XE10 and this error always show when I try to run/debug the application by USB cable in my device: rm failed for -f, No such file or directory. I can't...
View ArticleIDE added code does not respect tab size?
Hi, In Delphi, I have set my Delphi editor to use tabs of size 3. I checked all other options, but it looks like each time I add a component, an event, the code generated uses a tab of size 2. Each...
View ArticleDbgrid title color not work
Why in Delphi Rad Studio does not work dbgrid1.columns[0] .title.color: = clred ?
View ArticleTBluetooth Object
how can i receive data from arduino by using TBluetooth object? is there any code? please help me i really need this, for my final project. Thanks
View ArticleTWebBrowser OnEnter and OnExit do not fire. Component takes focus but other...
Delphi 10.1 Berlin and Delphi XE8 (have not tried other versions). Simple to re-produce. Create a form. Put a TWebBrowser and a grid (string grid of URLS). When grid row changed, navigate to URL using...
View ArticleMissing Insight Express Documentation in RAD Studio 10 Seattle?
Unfortunately for some unknown reason my installation of Rad Studio 10 Seattle lacks the "Help Insight" toolkit. We recently upgraded from XE2 to XE 10 Seattle. I can't find the "Help Inight" Toolkit...
View ArticleFireDac: any way to get SQL data as an object?
Hi,I was wondering whether it's possible to actually get the result of an SQL statement as an object?Did anybody typecast a result into an object?Something like:The class TProduct has a idProduct:...
View ArticleGetting Invalid Platform error. Just installed 10.1. Last used Delphi v5
Here's the error. [Error Error] Invalid PLATFORM variable "HPD". PLATFORM must be one of the following: "Win32", "Win64", "Android", "iOSSimulator", "iOSDevice32" "iOSDevice64", or "OSX32". If PLATFORM...
View ArticleiOS output: err=Unable to mount developer disk image. (e800000e)
For weeks now I try to get around this problem but nothing helps, no helpful information on the internet. Development System (everything up-to-date) Vmware Fusion /w Windows 10Delphi 10.0 Seattle...
View ArticleChunked File Upload with IOS App leads to Server Exception EConvertError,...
The app I work on uploads image files in chunks (sent as TStringstream) with a final TMultipartformdata using THTTPClient..This system works 100% on Android but on iOS the server raises exceptions like...
View ArticleRequest easier access to tutorials / whitepapers / demos /etc
The embarcadero developer community desperately needs easier access to documentation, tutorials, white papers etc... After numerous registrations I have yet to receive a significant portion of what was...
View ArticleEmbarcadero Data Architect 16.0.2 Deployment
Good Afternoon All, We are getting ready to deploy Embarcadero Data Architect 16.0.2. I looked on Embarcadero's website and see nothing that acts as a deployment or admin guide. The install is a...
View ArticleEmbarcadero sqlite error c06d007f
I'm trying create a bd using sqlite but after make a connection, create a new bd, when i double click in table i recieve a error above. I already copy the sqlite3.dll e .def in the right diretories but...
View ArticleRenew update subscription
Hi, I want to renew my update subscription, but I can't find any option at online store. Is Embarcadero directly handling sales? Regards, Jeyakumar
View ArticleBorland Delphi 5 licensing
Hello! Can I use Borland Delphi 5 legally? It is necessary use this version to support our old product. I have a license for Borland Developer Studio 2006 and XE.
View ArticleCan't access Android Emulator
I have been unable to attach the debugger to my Samsung S6 phone, so I used the AVD Manager to create two virtual phones. I can deploy both devices on my Windows 10 development machine, and they come...
View ArticleIs there a way in ER Studio to force word wrap in generated DDL?
I am generating DDL for use in DB2 for Z/OS and would like to have the generated conform to SPUFI guidelines, i.e. - no lines linger than 72 characters in length, preferably less so I can indent for...
View ArticleDelphi XE7 update1 bugs: (Under FMX environment)
Delphi XE7 update1 bugs: (Under FMX environment) 1. TColumn is a Registered class. I read system source code and try to add TCombobox TStringGrid and failed. I found the system source code from...
View ArticleDelphi 10.1 Berlin Error. Please Help Me!
I have a lot of errors with my trial version of rad studio 10.1 berlin. 1 ) [Error Error] Invalid PLATFORM variable "MCD". PLATFORM must be one of the following: "Win32", "Win64", "Android",...
View ArticleHow can I calculate all field and post (SQL/or onncalc)
Hi. I want to calculate all fields and to total field. How can I do this. I did this with sql command. but I don't know how to update dbgrid everytime. my code : procedure TForm1.Button1Click(Sender:...
View Article