Jump to content

Stano

Members
  • Content Count

    867
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    No C/S FireDac for Delphi Professional

    You only have two options. Buy a higher version of Delphi or a third party component. See Attila Kovacs
  2. Stano

    IBX components - licence

    In the old versions of Dlephi it is stated: "The portion of the Product identified as InterBase is not a Redistributable and is licensed for development purposes only."" I assume this only applies to INTERBASE. Can IBX components be used without restriction?
  3. Stano

    IBX components - licence

    Thanks!
  4. Stano

    Can VCL, TMS, DeveloperExpress styles be combined?

    Update TMS says its controls DO also support Delphi styles It is true. It works. The problem with TMS is that they have different types of VCLs. That's why I wrote method.
  5. Change parameters and Toggle overload. ver 15.0.28 build 2397
  6. Stano

    I am looking for this guy

    Maybe he's not alive anymore.
  7. Stano

    New funcionality proposal

    The Hungarian notation refers to prefixes identifying the type of variable, this is something else. OK. If I use the prefix to avoid collisions with variables, then only "A". So how Lars Fosdal.
  8. Stano

    New funcionality proposal

    Hungarian notation is said to no longer be used in OOP.
  9. When I opened a simple project, previously open, I received an message for the first time in my life. Ver. 15.0.28 Access violation at address 10EA94F1 in module 'mmx_bds21.dll'. Read of address 00730071. --------------------------- [10EA94F1]{mmx_bds21.dll} MMXModCache.{System.Generics.Collections}TList<MMXModCache.TTypeInfoRec>.AddRange (Line 4810, "System.Generics.Collections.pas" + 0) + $A [500647AB]{rtl270.bpl } System.@FinalizeArray (Line 33292, "System.pas" + 98) + $6 [10EA8170]{mmx_bds21.dll} MMXModCache.TLoadedPackagesTypeInfo.DelayLoadPackageInfoUsingExtendedRtti$ActRec.$0$Body$ActRec.$0$0$Body (Line 558, "MMXModCache.PAS" + 2) + $F [5017D2DF]{rtl270.bpl } System.Classes.CheckSynchronize (Line 15449, "System.Classes.pas" + 34) + $A
  10. Stano

    IIF func in FireDAC SQLite Local SQL

    Sources are in higher versions
  11. From the wise book: optimize the application when it is really needed. A maximum of 10% of "bottlenecks" need to be optimized to increase performance sufficiently
  12. Stano

    Request

    It is possible to add an option to MMX to check all files on Live Metrics on demand?
  13. Stano

    Request

    My last clarification is more than brief. Once again with some kind of pseudo code AllCheck.Onclick - starts the check starts check of first unit when it finds a violation of Live Metrics rules the inspection ends the unit name is added to the list the next unit is checked until the end at the end, a list of units with deficiencies is displayed without any details. I don't think it matters It would be nice if clicking on an item in the list would open the unit in the IDE. It is not necessary. Maybe that's clear no
  14. In my opinion, the only one. And always and everywhere.
  15. The first time you run it, the tables are cached to hard disk. The disk is determined by where the DB itself is located. For me D: \ ... - HDD (~ 3 min.) I'd like to change that. I want to have caching on disk C - SSD (<10 sec) I'm not doing well at all. Using firebird.conf (TempDirectories = c: \ temp) does not help.
  16. Stano

    Any Known Issues with ZCompressStream?

    This was not advice, but the exact answer to the questions asked.
  17. Stano

    Request

    I mean something like this: Menu -> ...? ...-> Check all
  18. Stano

    Request

    Now Live Metrics will only show me problems for an open file. I would appreciate if he would be able to check the all files in project at once. If I want to make sure that everything is fine, then I have to open all the files step by step, which is not exactly comfortable. That's what FixInsight does - if you know it.
  19. Stano

    RadioGroup layout

    Use the GroupBox, place RadioButtons on it and group them. Thus, only one can be selected/checked.
  20. And in the menu Component -> Install Packages ... are your components checked? Probably yes, when they show up sometimes.
  21. Stano

    Unit scope names in IDE - possible 2+ lines?

    I can know why. The list is arranged alphabetically. Orientation is fast.
  22. Stano

    Unit scope names in IDE - possible 2+ lines?

    I don't use it at all.
  23. Stano

    Unit scope names in IDE - possible 2+ lines?

    Ctrl + Alt + F12 starts the Intel graphics settings for me But the far right in row, there is a down arrow to display the entire list.
  24. If you use an iterator outside the loop, the compiler will warn you of the incorrect use. At least in 10.4.
×