Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/24/23 in all areas

  1. Geoffrey Smith

    OAuth2 bearer token example?

    As you asked for a few examples... here are a few of my projects that use OAuth2 authentication. They also show the authentication process in the web browser. https://github.com/geoffsmith82/GmailAuthSMTP https://github.com/geoffsmith82/DelphiIntuitAccess
  2. David Heffernan

    Override the constructor of Main form

    This statement is incorrect unless I am very mistaken. Please show your main form code and the project file.
  3. programmerdelphi2k

    Override the constructor of Main form

    I think that is the same than VCL... Form1 is a Main-Form in project, as expected! program Project1; uses System.StartUpCopy, FMX.Forms, Unit1 in 'Unit1.pas' {Form1}, Unit2 in 'Unit2.pas' {Form2}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
  4. Oh, I completely seem to have missed you are asking about the Delphi IDE.. Editor: Ctrl-Shift-C Ctrl-Shift-Up / Down While debugging, F7 and Shift - F7 (I know people working withing with Delphi for 5+ years and didn't know about this) Ctrl-Shift-E can be useful when it's working... Ctrl + / Ctrl + F12 Designer: Alt + F12 Ctrl + H
  5. Dear Francois. First, thank you for your answer. I managed to install the library following your instructions. Second, I apologize for not responding sooner. Pressure and lack of time have not allowed me to fully migrate to my new delphi. And third, I write in English through the translator, I don't know what I did wrong in the previous message that was left in Spanish. :-)
  6. That's because you're not using the installer. You did not write a version of IB. When you do something manually, it's good to be prepared for such surprises. You can search for a program that tells you the dependencies of gds32.dll. They are mostly on MS runtimes. In your case, maybe just copying msvcr120.dll would help, but that depends on the version and installed packages of Windows. You should also look at the log of the Windows programs, it also sometimes says which package is missing. In addition to these dlls, it is good to put an interbase.msg file... In general, either install the IB client or copy these files to the folder of your program. Because you may have a problem with different client versions for IB or Firebird, for example, on this computer
  7. santycg

    Delphi 11.2 + Android sdk 31 = "black screen"

    There's a post in Quality Central with a workaround: [RSP-39445] Firemonkey android app PhoneDialer block applications startup - Embarcadero Technologies
  8. Alt-F4? 🙂 Back to the topic, either fully configurable or as close to the competition as possible. You have better chance for new users to quickly feel comfortable using application if it behaves like something they already got used to (LibreOffice/OpenOffice vs. Word). Also, for what function? Ctrl-N usually means "New" something. If you do not have an action to create a new something, you can use it for nanobot deployment.
×