Quantcast
Channel: Recent Topics - Forum - Embarcadero Community - Embarcadero Community
Viewing all 3677 articles
Browse latest View live

Apollo database - have they gone bust? - by: Cayman Venture Limited

$
0
0
Has anyone heard from or dealt with ApolloDB recently? I use their components in some of my apps but I'm unable to upgrade and can't reach them.

Thanks, Graeme.

FormShow being fired twice - by: Rick

$
0
0
I am creating an application where the main form is basically a menu (in a split view) and a pagecontrol with a "home tab" on it. Based on the menu item selected, a new tabsheet is created with an embedded form on it, where the user can perform numerous actions and data look ups, etc. This is all working great, except I have one problem embedded form, whose FormShow method is being triggered twice when a new tab is created for this form.

To create the problem form, I use:
procedure TMain.actMemberExecute(Sender: TObject);
var
NewTabSheet : TTabSheet;
NewMembForm : TMembForm;
begin
CloseSVMenu;
NewTabSheet := TTabSheet.Create(PageControl1);
NewTabSheet.Visible := true;
NewTabSheet.Caption := 'Member Tab';
NewTabSheet.PageControl := PageControl1;
NewTabSheet.ImageIndex := 18;

NewMembForm := TMembForm.Create(NewTabSheet);
NewMembForm.Parent := NewTabSheet;

NewMembForm.Align := alclient;
NewMembForm.Show;
PageControl1.ActivePage := NewTabSheet;
end;

and a "good" tab/form gets created with

procedure TMain.actPersonExecute(Sender: TObject);
var
NewTabSheet : TTabSheet;
NewPersForm : TPersInfoForm;
begin
CloseSVMenu;
NewTabSheet := TTabSheet.Create(PageControl1);
NewTabSheet.Visible := true;
NewTabSheet.Caption := 'Person';
NewTabSheet.PageControl := PageControl1;
NewTabSheet.ImageIndex := 17;

NewPersForm := TPersInfoForm.Create(NewTabSheet);
NewPersForm.Parent := NewTabSheet;
NewPersForm.Align := alClient;

NewPersForm.Show;

PageControl1.ActivePage := NewTabSheet;
end;

Each of the forms have similar OnShow form events which simply position the form's primary table to the first record ( <tdataset>.First), and then check for some other pre-processing before the user sees the data for that form.

After the problem form completes its first pass through FormShow, the entire screen blinks, and FormShow starts again. The other 8 forms, all based on the same code, don't do this.

Help!

Thanks -- Rick Brodzxinsky

IDE - linking issue - by: John

$
0
0
My Tokyo 10.2.3 is a new install. I'm working with windows 10 on a machine I've used for some time with XE6 without issue.

During compile and before it links I get an error that is becoming an issue now that I am going to start some real work. The error comes up: so long as I clean the project it runs fine.

What is causing this?
What am I actually cleaning?

Procedure entry point_write could not be located in the dll....
I'm not making a .dll I am making an executable.

thanks in advance.

John

TWebBrowser always on top under Android - by: Andreas

$
0
0
Hello,

I have a problem with TWebBrowser under Android. A TTabItem consists of a TVertScrollbox wrapping a TWebBrowser. This browser is used to display a simple html-text, i.e. LoadFromStrings is used.

When the visible-attribute of the scrollbox (and the browser) is set to true (similar to the configuration of other tab-items), no user interaction is possible right after start of the app. When visible of the scrollbox is set to false, user interaction is possible. After switching to the tab, Setting visible of the scrollbox to true, and passing html-text to the browser, the content is shown properly. But when it is switched back to another tab, the content of the web-browser remains visible at the top of the screen. Neither the browser-component nor the scrollbox-component seems to process setting visible to false correctly.

Where is my mistake - which activity/configuration is required?

Andreas

Delphi 10.2.2 to 10.2.3 Update fails when "Downloading DirectX" - by: Alter Ego Services

$
0
0
Trying to update my Delphi 10.2.2 to 10.2.3 and everytime I get the error "Operation Error" when "Downloading DirectX" (see attached screenshots). Of course, before failing the Delphi installer thrashed my 10.2.2 setup (thank you embarcadero). Anyone else get this problem ? Is there any place where we can get support ?

I have Delphi 10.2.3 and a subscription but no Android - by: Jonas

$
0
0
.. so how do I get the Android installation?
It is not among my "Registered User Downloads"

delphi tokyo ApplyUpdates issue - by: alain

$
0
0
Hi



With Delphi 10.2, dbaccess to connect MYSQL I just create an VCL application to connect MY SQL database (I already mad this kind or program on other Delphi verison). With a dbgrid and a dbnavigator. Everything work fine on my developpement pc but whe i try to run it on an other one I receive the error "Invalid parameter" After some investigation, I fond that the error came for the clientdataset1.ApplyUpdates. I've try to remove the button on the dbnavigator and create a new one on the side with the same function but i receive the same invalid parameter message when I run it on an other pc. Any ideal why I have this error if how to resolve this issue

Thanks

Delphi 7 Help on windows 10 - by: Claude

$
0
0
Delphi 7 Windows 10

Hi

How do we make the Help system from D7 working with windows 10?

Thanks

Claude

Is a basic Mac Mini useable to for Mac OSX development - by: Mark

$
0
0
I am wanting the cheapest physical option to enable me to compile mac osx and ios apps using C++ Builder 10.2.3
I have an iMac Pro at home, but want to use a cheap alternative when out and about and was wondering if the Mac Mini (cheapest current model) is able to do the job? I can't afford anything else.

Laptop screen flickering with FireMonkey - by: Yves

Can't setup GCM notifications - by: Merab

$
0
0
Hello guys, I can't setup GCM notifications, i just haven't idea how i can build this one,
I have used this method but it's with XE5 version, it's worked but it has not some additional features and in Android 8 version is not working,
i think there must be some recommendation from Embarcadero or i have not idea what i can do,
if someone has some experience with this case please share.
Thanks

When will XE10 be released as a 64bit compiler - by: Andrew

$
0
0
I'm interested in when XE10.2 (or higher when released) will be a 64 bit compiler. I know it compiles 64 bit code, but currently I believe the compiler itself is a 32 bit program.

Delphi 10.2.3 Indy OpenSSL - by: Ken

$
0
0
The 32 & 64 bit vesions of ssleay32.dll and libeay32.dll having the same file names is causing me problems in an application that I need to distribute both versions. Is it possible to modify IdSSLOpenSSLHeaders.pas to use the VS versions libssl-1_1-x64.dll and libcrypto-1_1-x64.dll instead?

Thanks,

Ken

"Unable to create process" error when running Windows 64 bit application - by: Gerald

$
0
0
Hi all,
In Delphi Community edition, 10.2.3, My application, when compiled and run as Windows 64 bit, fails with the error:
"Unable to create process", followed by the path and filename to the executable. This is both in Debug and Release.
It works perfectly fine with Windows 32 bit.
When I run it outside of Delphi, it then tells me "Bitmap image is not valid" (but this may be unrelated to the above, as it carries on running when I click OK, but without the bitmaps that work OK under Windows 32 bit).
I've looked through this post, but it was of no help:
community.embarcadero.com/forum/programm...windows-target#15037
Cheers,
Gerald.

Service on windows 2012 - by: Adam

$
0
0
Hello,

I have created Delphi XE10.1 windows service, installs and works correctly in my local windows 10 computer, but same service installs without any error on windows server 2012, but doesn't work
simply I'm writing to a log file on local windows server 2012, the folder has permission to everyone, I started the server under administrator account, and even with allow the service to interact with desktop but lo luck
any one can help please with any suggestion.

Thank you

make return key act like tab key and set focus to next TEdit box - by: dave

$
0
0
Hello All

I just installed the latest version of the community edition of C++ Builder 10.02. I am making a calculation app. It has four Edit boxes and one Button. All is working. I have the Tabs set and they advance to the next Edit box. I would like the return key to also advance the focus to the next box after inputting the numbers. I am using FireMonkey components and using C++

Any help would be very much apprenticed.

IB 6 - by: Robert

$
0
0
I have an old app (2000) using IB 6.0.2(?). Made a few mods to C++ program and am trying to install on Win 10 machine. Using the old ISTool installer for IB. Should IB 6 work under Win 10? This is a one user installation for a non-profit and a commercial version is out of the question. IB Console won't connect etc.

Thanks and best regards

TStringList/Objects Exception Occured - by: Michael

$
0
0
I have ran into a weird exception issue with TStringList. In C++ Builder if I assign a structure or type to objects and attempt to "delete" the objects before deleting the TStringList OR if OwnsObjects=true and it attempts to free the object an access denied exception will occur.

To work around the issue I must get a void * to the object and free.

For example,
If I add a item to string list like:
int * someint=new int;
*someint=1234;

StringList->AddObject(SomeString,(TObject*)someint);

If OwnsObject=true OR if I loop through and call:

delete StringList-->Objects[someobject]

I will get an exception failed. To work around I must get a void * to the object first and then delete:
void * pObject=StringList->Objects[someobject];
delete pObject

I tested a "class" like TRegistry replacing the int * with TRegistry. OwnsObjects and delete works flawless -- no exceptions. If I use a structure it will crash as well.

Not sure this is "by design" but what am I missing.

I have tested with Borland compiler, CLang compiler, 32 and 64-bit. Same issue. Also tested on C++ Builder Berlin Update 2 and with C++ Builder 10.2.3 with all latest patches.

Fix for Google Play Services Dex error in 10.2.3 by Jim mcKeeth (MVP Embarcadero - by: Emailx45

$
0
0
Fix for Google Play Services Dex error in 10.2.3
POSTED BY JIM MCKEETH ON WEDNESDAY, 14 MARCH 2018 IN BLOGS

If you installed 10.2.3 over 10.2.2 you may see an error similar to the one found below relating to dex and google-play-services.dex.jar when targeting Android. There were some changes in 10.2.3 to update it to use AdMob SDK version 7, and there is a workaround on the DocWiki page for migrating existing apps to 10.2.3. You can use that workaround for your new projects, or if you installed 10.2.3 over 10.2.x then there may be some files you need to clean up . . .


... continue on link!

How install Delphi/C++Builder Community Edition without errors! Its easy - by: Emailx45

$
0
0
How install RAD Studio Community Edition minimizing your problems!

My tip about how minimizing yours problems with RAD Studio Community Edition installation:

1 - Make sure your computer meets the requirements for the desired edition. In this case, for the RAD Studio Community Edition 10.2.3 edition:
www.embarcadero.com/products/rad-studio/tech-spec

2 - Compare editions of RAD Studio to see if it meets your needs:
www.embarcadero.com/products/rad-studio/product-editions
www.embarcadero.com/features/feature-matrix

3 - Know the resources available for the chosen edition:
www.embarcadero.com/resources

4 - For an installation using the MS Windows 10 PRO operating system, and to avoid errors during the installation of the Community Editon edition or any other:

5 - Install the following software on your operating system prior to installing RAD Studio:

a) - Install the .NET 3.5 Framework (use MS Windows Update)
b) - Install DirectX 11 to be able to use Firemonkey (if you want you can install versions 9, 10 or 12) (use MS Windows Update)
c) - Install JAVA SDK / JRE v1.80 (required to develop Android applications) - RAD Studio 10.2.3 does not use versions before or after this
www.oracle.com/technetwork/java/javase/d...wnloads-2133151.html

- Having installed these software, now it's time for you to install RAD Studio Community Edition 10.2.3
Viewing all 3677 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>