

eivindbakkestuen
Members-
Content Count
52 -
Joined
-
Last visited
Community Reputation
22 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
My project don't show when install a font on the fly
eivindbakkestuen replied to Johansy's topic in VCL
What Microsoft instructions are you following for the font install? -
Delphi 10.4 : Unlock Windows by call to Windows API
eivindbakkestuen replied to gioma's topic in Windows API
OP, you may find something here: https://github.com/CloudDelphi/RTC-Portal-VCL I have not looked at the source of the above, but when the product was known as Nexus Portal, logging in via remote control worked. If it hasn't been dumbed down for the git release, it's probably in there somewhere. -
Install flag to say it's for ALL USERS?
eivindbakkestuen replied to David Schwartz's topic in Delphi IDE and APIs
It sounds like your sys admins are working hard to keep developers from doing their work. 😞 -
Install flag to say it's for ALL USERS?
eivindbakkestuen replied to David Schwartz's topic in Delphi IDE and APIs
Isn't the idea that you get your organization's "trusted" admins to run the installers for you, and you (under a non-admin) user account can run and use the applications? Does that not work with Delphi? -
Hi all! We have kept busy in the dungeon during recent months, and are popping up for a moment to draw breath and give you the latest news. In the just released v4.50.25, the following new features have been implemented: - Multithreaded reindexing operations, spreads work across multiple CPU cores to finish faster (Note: feature requires Delphi 10.3 or newer; requires new nxPatchPPL unit to be added to any project containing a TnxServerEngine component (whether C/S server or Embedded) for correct functioning). Our standard nxServer binary comes with this enabled. - New Record Engine Compression Options: Zip (level 1..9), RLE, Lz4 (level 1..9), to help reduce table size (depending on contents) - Enterprise Manager: new Global Font option; application wide control of font and size - Enterprise Manager: CSV Import: ignore key violations option; remove "field=" prefixes option - Professional Edition: Secure Transport Components now supported in C++ Builder regards, The NexusDB Team
-
Help parsing boolean from RESTAdapter
eivindbakkestuen replied to Coniah's topic in Network, Cloud and Web
/// <summary> /// Specifies the field type definition mode. When it is: /// * TJSONTypesMode.Rich, then adapter will try to derive field type from the JSON content. /// * TJSONTypesMode.JSONOnly, then adapter will use only JSON value types. /// * TJSONTypesMode.StringOnly, then all fields will be represented by ftWideString. /// Default value is TJSONTypesMode.Rich. /// </summary> -
The announcement in the OP should be in the Delphi Third Party instead of this group.
-
Greetings! From now until Monday November 30th, take 25% off the full price of any new license of NexusDB Database Engine or Nexus Quality Suite. To purchase, go to our webshop: https://www.nexusdb.com/support/index.php?q=pricing Please enter the coupon code BLACKFRIDAY during checkout to apply the rebate. Note: only valid for new licenses. Happy shopping! Regards, The NexusDB Team
-
Ann: NexusDB Embedded w/Source - Black Friday Sale - 66% off
eivindbakkestuen replied to eivindbakkestuen's topic in Delphi Third-Party
Actually, its ~AUD 150 or ~USD 100. Even better 😄 -
Ann: NexusDB Embedded w/Source - Black Friday Sale - 66% off
eivindbakkestuen posted a topic in Delphi Third-Party
As a special treat to those who would like to move up to the best Delphi database engine for embedded use, we have a great offer for you! From now until November 30th, take a whopping 66% off the full price of our NexusDB Embedded Source version; approx price after rebate is US$150. To purchase, go to our webshop: https://www.nexusdb.com/support/index.php?q=pricing Please enter the coupon code BLACKFRIDAYEMB during checkout to apply the rebate. Note: only valid for new licenses, and only for the Embedded Source SKU. Regards, The NexusDB Team -
Feature request: remember debugger exception dialog size
eivindbakkestuen posted a topic in GExperts
Could we please have this dialog remember its size after changing it? Right now it doesn't, and thus half of the text is obscured the next time the dialog pops up. 🙂 -
IDE Reopen not reset directory to that of the project
eivindbakkestuen replied to alogrep's topic in Delphi IDE and APIs
Neat trick #1: update Win7 to Win10 -
[Android] How to capture characters with a bluetooth device
eivindbakkestuen replied to Fabian1648's topic in FMX
Which "bluetooth handheld device"? If you plug in a normal keyboard and type in the string, do you get the expected result in your input field? -
Bug in Automatic Rounding of Reals in Write statements ?
eivindbakkestuen replied to KWK's topic in General Help
writeln(x:3:0) produces " 1" in 10.4.1 afaiks (when x = 0.9) -
Yep, that seems to have fixed the AVs I was having. Thanks!