Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/30/23 in all areas

  1. Hallo, for those unaware, Embarcadero has posted updates to the new offline Help for Alexandria 11.3. This is the download link for the files. http://docs.embarcadero.com/products/rad_studio/ Bye
  2. Yaroslav Brovin

    How to set FMX TWebBrowser UserDataFolder?

    Hello, Just use FMX.WebBrowser.Win.TGlobalEdgeBrowserSettings.UserDataFolder. It's global settings for all instances of Edge browsers in FMX applications. Be sure, you do it before showing forms. /// <summary>Global settings, which is applied for creating Edge browser instances.</summary> TGlobalEdgeBrowserSettings = class private class var FBrowserExecutableFolder: string; class var FUserDataFolder: string; public /// <summary> /// If set this specifies the location of msedgewebview2.exe, used with WebView2 Fixed Version Distribution mode: /// https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#fixed-version-distribution-mode /// If not set this defaults to looking for an installed version of the WebView2 runtime or alternatively an /// installation of Edge Canary. /// Note that setting this property affects the next creation of the underlying WebView2 control. If this /// component has already created a WebView2 control then setting this property will have no effect unless the /// WebView2 control gets recreated (e.g. by ReinitializeWebView or ReinitializeWebViewWithNewBrowser). /// If the path contains \Edge\Application\ then the WebView2 creation will fail. /// </summary> class property BrowserExecutableFolder: string read FBrowserExecutableFolder write FBrowserExecutableFolder; /// <summary> /// If set this specifies the location of the user data folder. /// If not set this defaults to the folder {your_exe_name}.WebView2 in the same folder as the executable. /// If folder creation permission is not available to the process where the user data folder needs to be created /// then the creation of the underlying WebView2 control can fail. /// The application will need to take responsibility for cleaning up the user data folder when it is no longer /// required. /// Note that setting this property affects the next creation of the underlying WebView2 control. If this /// component has already created a WebView2 control then setting this property will have no effect unless the /// WebView2 control gets recreated (e.g. by ReinitializeWebView or ReinitializeWebViewWithNewBrowser). /// </summary> class property UserDataFolder: string read FUserDataFolder write FUserDataFolder; end;
  3. Stefan Glienke

    Forum for Spring4D

    Looks to be yet another Bitbucket glitch - I have seen others report the same behavior recently and in the past. One more reason to move forward to another place rather sooner than later (99% sure it will be github which only lost to bitbucket back then because it did not have free private repos at that time).
  4. Fr0sT.Brutal

    Combining Delphi and NodeJS in IIS

    I didn't tried this but see no problems. You'll just have to either run Node constantly or have it launched every time it is needed (like any other server app in fact)
  5. Yaroslav Brovin

    FGX Native - crossplatform mobile native development

    Hello guys, I'm glad to share with you information about FGX Native presentation on big conference Italian Delphi Days 2022. Don't miss, It will be interesting speech about new features, which we added since previous Italian Delphi Days presentation. FGX: the Evolution of native mobile applications Italian time: 16:30 - 18:00 We also had webinar about creating prototype of mobile application based on UI ready design with FGX Native. As an example, we took an application that allows you to develop useful habits. Habbit Builder.mp4
  6. Stefan Glienke

    Forum for Spring4D

    I already sent feedback to Google - nothing else I can do about it.
  7. Stefan Glienke

    Forum for Spring4D

    But what if I would not answer there 😉 Seriously - I understand people getting their area here if they don't have their own place already - Spring4D already has its own place.
  8. Stefan Glienke

    Forum for Spring4D

    The days of using Bitbucket are coming to an end later this year anyway.
×