Jump to content

limelect

Members
  • Content Count

    814
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. limelect

    A directory translate

    NO because picture is only an example. However you gave me an idea to decode (i do not like it) a WORD in the explorer address to TPath.Get.... However i would like a nicer approach
  2. limelect

    Communication between processes (IPC)

    Many years ago with D6 i used TmdMailSlot very successful . Here you can download it https://torry.net/authorsmore.php?id=152
  3. limelect

    Shortcuts in Grep Results window no longer work?

    Just checked D10.2.3 V1.3.11.64 experimntal It works OK F5 (refresh), Ctrl+N (collapse all) and Ctrl + E (expand all) All work
  4. limelect

    How to replace whole words in a string

    In RX library use RxStrUtils.pas and use function ReplaceStr(const S, Srch, Replace: string): string; {$IFDEF RX_D9}inline; {$ENDIF} { Returns string with every occurrence of Srch string replaced with Replace string. } It dose the job
  5. limelect

    MMX Beta 14.1 available

    This is mine D10.2.3
  6. if you have the source just point to the source path in the project and the project will be compiled with the NEW source. Project>option>search path> to source
  7. limelect

    Casbin4D

    demo d10.2.3 [dcc32 Error] Casbin.Policy.pas(604): E2010 Incompatible types: 'TStringDynArray' and 'System.TArray<System.string>'
  8. limelect

    Feature request for search shortcut

    I just compiled for curiosity . On D10.2.3 XE8 i took out VirtualTreesD and included jedi.inc thats it. It compiled. I did not install.
  9. In those cases i just leave the DPR and PAS. Make a new directory , copy dpr and pas and load.
  10. limelect

    Google Map Component

    @Rollo62 I use to have many GOOGLE applications for free which i do not even publish. I do not trust this company. What is the point if you do not have a stable program because some has changed the policy. Are we always to change the source for ever?
  11. limelect

    Google Map Component

    @Mavarik Unfortunately you are right My application http://limelect.com/downloads/kml-reader/ has this problem now. https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only We can no longer trust GOOGLE for any application. See what they did to G+.
  12. limelect

    Google Map Component

    There was a post on G+ Delphi developer (Now closed) for a paid component. Try to search for it.
  13. I have resource as {$R ResourcePNG.RES} It include png as RCDATA.No problem. I know how to show all resources of a program by using EnumResourceTypes(hinstance, @enumResTypesProc, Integer(mmo1.Lines)) How ever i would like to see ONLY the ResourcePNG.RES content. I suspect i have to have the handle of ResourcePNG.RES instead hinstance ? am i correct and how to do it? I do NOT WANT TO LOAD A FILE while running.
  14. Ok new it compile and as for TortoiseSVN it mite have been an older version i installed TortoiseSVN-1.11.0.28416-x64-svn-1.11.0 and now it is OK. Thanks
  15. P.S i added if not Assigned(cat) then cat := catMgr.FindCategory(sCategoryDelphiNew); to rev 40. OK?
  16. I cannot download the whole source since my SVN-checkout fail to download the whole source. I do not know why. But i somehow succeeded to down load rev42 and 40. (parts of them?). I am using d10.2.3. Further more i compiled your last rev 42 it is only for 10.3 ?? it need "if" so all Delphi's can use the software. It fail on sCategoryDelphiIndividualFiles in ccwiz.pas. Rev 40 is OK.No above line. Can you put the source on GIT? it is more friendly.
  17. limelect

    Web dashboard application

    I did almost exactly your need, i think. I have an SQL server database. The company works with many Delphi applications on it. Now i made a shell HTML page to fill by a Delphi application. Delphi build and insert data from sql into an HTML page. The page is put in memory of the server on a regular time. (Timer). Now every body can have the 2 pages i build with computers or phone. See all sql data and statistic. the link is used with dyndns.org:
  18. limelect

    DelphiPRAXiS

    I expanded the UnofficialDelphiPRAXiS project from FMXExpress to new project Enjoy https://github.com/limelect/DelphiPRAXiS
  19. @Tommi Prami you mite need this too https://web.archive.org/web/20110620095427/http://www.bitcommander.de/blog/index.php/2011/06/13/verins-office-vs-community/
  20. limelect

    DelphiPRAXiS

    This is the title that FMXExpress chose .UnofficialDelphiPRAXiS. I did not want to change it. I found the project because others talked about. Any suggestions?
  21. limelect

    Access violations when closing the IDE

    I have this problem on 7 , XE? (not sure),10.2.1 BUT NOT ON 10.2.3 But 10.2.3 is just updated. BUT after a while it happens. I do not thing it has to do with GEXPERT but rather with new components It happens after working a few month with Delphi. I am use to it by now
  22. There is a package manger expert i down loaded called 30127_source_for_an_add_in_to_easily_manage_packages_the_ide_loads.zip I transform it to an exe. Dose it help? I yes i can send you my project source. https://wiert.me/2016/06/08/known-ide-packages-in-delphi-prompted-by-a-comment-jeroen-wiert-pluimers-made/
×