Jump to content

TigerLilly

Members
  • Content Count

    45
  • Joined

  • Last visited

Community Reputation

16 Good

Technical Information

  • Delphi-Version
    Delphi 10.2 Tokyo

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. TigerLilly

    Putting Delphi Application inside web page

    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?
  2. TigerLilly

    ANN: HTMl Library 4.9 released. WebUI and more

    Impressive. Wow.
  3. 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
  4. TigerLilly

    Looking for Best Book for FMX UI Design

    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/
  5. TigerLilly

    Looking for Best Book for FMX UI Design

    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.
  6. TigerLilly

    New Grep Expert in GExperts - need a name

    TurboGrep GrepX XGrep FlashGrep
  7. TigerLilly

    Request help from kbm/Component4Developers

    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.
  8. TigerLilly

    Compile fails (due to path length?)

    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. :- (
  9. TigerLilly

    Compile fails (due to path length?)

    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!
  10. TigerLilly

    Automating Delphi FMX based application

    https://powerautomate.microsoft.com And maybe Testdriver from https://www.nexusdb.com/support/index.php?q=node/27156
  11. TigerLilly

    EresNotFound

    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.
  12. TigerLilly

    EresNotFound

    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!
  13. TigerLilly

    Update an application automatically

    Although I have no personal experience with: https://components4developers.blog/2020/05/25/kbmmwclientupdate-1/
  14. TigerLilly

    Can anybody confirm, pls

    - 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!
×