Jump to content

Ian Branch

Members
  • Content Count

    1276
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Ian Branch

  1. Ian Branch

    Sort the Component Palette??

    Hi Tim, Yeah. I was really trying to avoid that. 😉 If I knew where the info was perhaps I could write something.... Ian
  2. Ian Branch

    Hide Show non-visual issue

    D10.3.3, GExperts revision 3040. Not sure what has happened here. I think I saved the project with the non-visual hidden. When I re-opened the project later the non-visual weren't showing. I toggled the function and the component showed but not their names. No amount of toggling restores the component names. Is this a GExperts thing? If so, where/how can I rectify this? Regards & TIA, Ian
  3. Ian Branch

    Hide Show non-visual issue

    So, here's what happens. Hide the components using the Delphi Hide Non-Visual Components. Restore the components using the GExperts Hide/Show Non-visual. No component names. Use the Delphi function and the names appear. Don't know if this is by design or a bug. Interested to know.
  4. Ian Branch

    Hide Show non-visual issue

    Hold the Cavalry. I had totally forgotten about the Delphi Hide Non-Visual Components. Doh! I don't recall using that but I may have. 😞 All good now. Thanks for looking. Ian
  5. Ian Branch

    XML Data Binding Wizard???

    Hi Team, I am trying to follow some instructions that require the use of the XML Data Binding Wizard. I am using D10.3.3 Pro. The Emb instructions say to do the following...."Choose File > New > Other and select the icon labeled XML Data Binding from the right pane of the New folder located under Delphi Projects." However, in case, there is no XML Data Binding Wizard visible. Is it not available in the Pro version? Is it actually somewhere else/called something else? Regards & TIA, Ian
  6. Ian Branch

    XML Data Binding Wizard???

    Ahhh. Disappointment +. Thanks Ewe. Ian
  7. Ian Branch

    Relevance of the Manifest?

    Hi Team, Its not something I have ever bothered with but thought I would have a look. What relevance/importance does the Manifest in the Project settings have for a Windows only 32bit application nominally running on either Win 7 or Win 10? Regards & TIA, Ian
  8. Ian Branch

    SVN server updated

    Hi Francios, I am using Tortisesvn. Thank you. All good now. Checked out Rev 1453 svn co --username "ics" --password "ics" svn://svn.overbyte.be/ics/trunk ics Regards, Ian
  9. Ian Branch

    SVN server updated

    Hi Thomas, I get the following with "svn co https://svn.overbyte.be/svn/trunk ics"... svn: E170013: Unable to connect to a repository at URL 'https://svn.overbyte.be/svn/trunk' svn: E175013: Access to '/svn/trunk' forbidden Ian
  10. Ian Branch

    SVN server updated

    Hi Guys, SVN is not my forte. 😞 Is the following command line correct for this to download the library into the ics directory? svn co https://svn.overbyte.be/svn ics Regards & TIA, Ian
  11. Hi Guys, Some time ago I was a strong user of the UtilMind Solutions Libraries - AppControls, DiskControls & FormHelp. http://www.utilmind.com I have the full source code. As I understand it they were last updated for D2007. Has anybody kept them up-to-date? I would really like versions for Delphi Rio, 32 bit, Ansi. I have had a go at updating the D2007 source but my knowledge/skill level is not up to the task. 😞 Regards, Ian
  12. Ian Branch

    Thinfinity VirtualUI - cloud-based conversion

    Sorry. No experience. Having said that, the App & DLLs are all running on your Server so I wouldn't anticipate an issue. Not my knowledge/experience. Runs on your own Server/PC that can be accessed via the internet.
  13. Ian Branch

    Thinfinity VirtualUI - cloud-based conversion

    I have used TF for several years and it has been taken up by a couple of my Customers. All with good success. As indicated, in your source there is only the need to add one line of code. The rest of the magic is in the installation & setup of TF. Using D10.x.x, I have experienced issues with themeing via TF so I have disabled it for TF based Apps. Not a big issue as far as I am concerned. HTH. Ian
  14. Hi Team, I am programmatically creating a TTaskDialog with two RadioButtons. All good. Based on a separate input I want to preselect one of the two radio buttons before displaying the dialog so the user can see which 'option' is currently enabled. What's the trick for this? I thought the following would do it but no. "RadioButtons.Items[0].SetInitialState". All the 'help' I can find don't seem to address this action. 😞 Regards & TIA, Ian
  15. Ian Branch

    Pre-select a Radiobutton in a TTaskDialog?

    Hi FredS, Thanks for that. Works a treat. if MyTest then RadioButtons.Items[0].Default := True else RadioButtons.Items[1].Default := True; Regards, Ian
  16. Ian Branch

    Quote of the Day...

    Hi Remy, Excellent! Thank you. All working now. Regards & Tks again. Ian
  17. Hi Team, I can make a form have it's own button on the Windows Task Bar using the following.. ... protected procedure CreateParams(var Params: TCreateParams); override; ... ... procedure TAudioForm.CreateParams(var Params: TCreateParams); begin inherited; Params.ExStyle := Params.ExStyle or WS_EX_APPWINDOW; Params.WndParent := 0; end; All good, however, it uses the Main App/Form Icon. Is there any way to inject a different icon? Regards & TIA, Ian
  18. Ian Branch

    Give a form its own icon on its task bar button?

    Hi David, So obvious when you think about it. 😞 Thank you. Regards, Ian
  19. Ian Branch

    Revision 2957 build issue.

    D2007 builds without issue. D10.3.3 build errors per the attached. This was a clean svn download just now. Regards, Ian
  20. Ian Branch

    Revision 2957 build issue.

    Hi Thomas, All good now. All good. Menu fully functional on D2007 & D10.3.3. Normal service has been restored. 😉 Regards & Tks for the quick response. Appreciated. Regards, Ian
  21. Ian Branch

    Revision 2957 build issue.

    Hi Thomas, I just did a clean svn pull of revision 2957. Same outcome. Regards, Ian
  22. Ian Branch

    Revision 2957 build issue.

    Hi Thomas, Windows 10. >>What's your screen resolution(s) and scaling? 2 x 1920 x 1080. Both 100%. >>If multiple monitors: >>Which one is primary and which one is the IDE on? Identity 1 is the Primary and the IDE opens on and usually runs on 1 however sometimes I flip it to 2, but only when i need to do something on 1. >>Do you have the task bar on both? Windows Task bar? Yes. Regards, Ian
  23. Ian Branch

    Revision 2957 build issue.

    Hmm. Issue. When I click on GExperts in the IDE menu, the GEXperts Menu briefly flashes then it immediately opens the ASCII Chart. See attached. P.S. ALL other installed 'Experts' disabled and the same occurs. P.P.S. Doesn't happen in D2007. Regards, Ian
  24. Ian Branch

    Revision 2957 build issue.

    Ah Ha! Done & Dusted. Many thanks. Is this going to be a regular need going forward? All the best for 2020. Regards, Ian
  25. Ian Branch

    Merry Christmas

    To one and all, Particularly those that have offered and/or given me support this year, may I wish you a Merry Christmas and a marvelous 2020. Ian
×