Jump to content

TigerLilly

Members
  • Content Count

    48
  • Joined

  • Last visited

Community Reputation

18 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

    Alternatives for SQL Anywhere

    +1 to what @Attila Kovacs says. Additionally you can use SQL Express both locally as well as in a network setup.
  2. TigerLilly

    What new features would you like to see in Delphi 13?

    No, no tool I know of. But I often wanted, when editing, to have a window where - without any interaction from my side - in formation about the context I am in, is shown. Some of this is already avail, but cluttered around: - current method/class - type definition - qs metrics (already initalized, created, defined, ..., code metrics) - hints (remember to free, ...) - references inside, outside One more thing, I valued much, long ago (MicroFocus Cobol Debugger :- ) The ability to restrict the level of step into when using F7.
  3. TigerLilly

    What new features would you like to see in Delphi 13?

    - Allow configuration of all Short-Cuts (including 3rd party) - PreProzessor - enhanced source code navigation, eg "live" window with references - AI integration for search in Delphi docs and references - AI integration like Google NoteBookLM for internal docs and internal source code
  4. 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?
  5. TigerLilly

    ANN: HTMl Library 4.9 released. WebUI and more

    Impressive. Wow.
  6. 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
  7. 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/
  8. 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.
  9. TigerLilly

    New Grep Expert in GExperts - need a name

    TurboGrep GrepX XGrep FlashGrep
  10. 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.
  11. 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. :- (
  12. 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!
  13. TigerLilly

    Automating Delphi FMX based application

    https://powerautomate.microsoft.com And maybe Testdriver from https://www.nexusdb.com/support/index.php?q=node/27156
  14. 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.
×