TigerLilly
Members-
Content Count
45 -
Joined
-
Last visited
Community Reputation
16 GoodTechnical Information
-
Delphi-Version
Delphi 10.2 Tokyo
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Putting Delphi Application inside web page
TigerLilly replied to Robert Gilland's topic in Delphi Third-Party
I too tried to get some pricing infos. But they insist on having a call, getting details on the project (kind of "validating") and are not willing to outline any licensing infos without that. @Ian Branch Do you use that system on a daily basis? Are you willing to share some background infos, eg number of users, kind of software, hardware requs? -
ANN: HTMl Library 4.9 released. WebUI and more
TigerLilly replied to Alexander Sviridenkov's topic in Delphi Third-Party
Impressive. Wow. -
Delphi 12.2 Installation issues - Platforms availability - (Resolved)
TigerLilly replied to JohnLM's topic in Delphi IDE and APIs
What was the problem and how did you solve it?- 6 replies
-
- delphi 12.2
- installing
-
(and 2 more)
Tagged with:
-
Looking for Advice on Improving the Performance of Delphi Applications
TigerLilly replied to Andro12's topic in Tips / Blogs / Tutorials / Videos
First advice: Measure. Without measurement, you are blind. NexusQA has a method profiler, that shows you, what methods are called, how many times and how much time is spent. Once you have this data, you can identify bottlenecks. Besides this: What usually increases performance a lot: - sorting and filtering done not at the client but on server side - caching data - avoiding disk access -
Additionally: https://learn.microsoft.com/en-us/windows/win32/appuistart/getting-started-developing-user-interfaces-portal https://learn.microsoft.com/en-us/windows/win32/appuistart/-user-interface-principles https://developer.apple.com/design/human-interface-guidelines https://developer.apple.com/design/tips/
-
No need to buy a book. Google for "principles of modern ui ux design" and there is a bunch of info. Additionally there are how-tos and guidelines from both Microsoft and Apple publically available.
-
TurboGrep GrepX XGrep FlashGrep
-
Request help from kbm/Component4Developers
TigerLilly replied to PolywickStudio's topic in General Help
Today is June, 23rd, you requested the licenses June, 22nd and 21st. So technically "a few days ago" is not correct. Give them a bit more time, I remeber, that my licenses needed indeed a few days to be activated. -
Cleaned up the search path and because I had some spare time updated al my components. And now the compile finishes without error. So , no, there is AFAIK no length problem with BrccCompile. Unforunately I have no idea, what was the cure. :- (
-
BrccCompile fails with ..\..\images\GXIcons.rc : error : Error Could not open input file C:\RAD_Lib\GExperts\Projects\DelphiXx110Alexandria\FN C.RC This is misleading error, because there is no FNC.RC. Is there a limitation for the -ic<path> with BrccCompile? My path is quite long and this is the only explanation I find, why thos error could occur. Any idea, how I can work around this? Or am I missing something? Thanks fpr every hint!
-
https://powerautomate.microsoft.com And maybe Testdriver from https://www.nexusdb.com/support/index.php?q=node/27156
-
The resource is there. The form can be created in the IDE and at runtime, except sometimes. But anyway, I will work around the TOpenDialog and willl wait what will happen.
-
I have information from a customer that the message "EResNotFound Ressource PREVIEWGLYPH not found" is sometimes thrown as an exception when creating a form. But this is not reproducible and not always/often/with every user. I have not had this with any other customers. The software is operated via terminal server on several TS with load balancing. Doesn't depend on the actual TS either. I don't understand how the message can come up at all. The resource is there or not. AFAIK the ressource belongs to TopenPicDialog, if this helps. Thanks for any hints!
-
Although I have no personal experience with: https://components4developers.blog/2020/05/25/kbmmwclientupdate-1/
-
- manually rebuild latest GExperts - Start D11.1 - show GExperts config dialog + close with ok - in the Delphi code editor click right mouse for popup menu --> there is a bit of delay and then Delphi exits without any message or error tx!