

Ian Branch
Members-
Content Count
1431 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Ian Branch
-
Agreed.
-
Retrieved it. Sorted it. Examined it. Holy WTH! Talk about garbage collection. There is so much stuff there that is no longer, or was never loaded into Rio but perhaps came from previous versions. I had Dev Express installed in Tokyo but never in Rio. Not only that but the 'entry' delimiter ',' is used in some of the entries as well. So much for token extraction. Then there is the aspect of the Palette displayed when you just open Delphi mixed in amongst it all. This should really be done a lot better and be better disciplined. So much for that little project. I'm sure it could still be done but it needs someone of a higher skill level than mine. 😞 Now, let me see, where did I put that other project.....
-
Ah Ha! Thanks Tim. Found. Will have a play. Regards, Ian
-
Hi Thomas, Yes, and I use it all the time, its just the aesthetic OCD coming out in me. 🙂 Ian
-
Hi Tim, Yeah. I was really trying to avoid that. 😉 If I knew where the info was perhaps I could write something.... Ian
-
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
-
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.
-
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
-
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
-
Ahhh. Disappointment +. Thanks Ewe. Ian
-
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
-
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
-
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
-
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
-
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
-
Thinfinity VirtualUI - cloud-based conversion
Ian Branch replied to Mark Williams's topic in General Help
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. -
Thinfinity VirtualUI - cloud-based conversion
Ian Branch replied to Mark Williams's topic in General Help
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 -
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
-
Hi FredS, Thanks for that. Works a treat. if MyTest then RadioButtons.Items[0].Default := True else RadioButtons.Items[1].Default := True; Regards, Ian
-
Hi Remy, Excellent! Thank you. All working now. Regards & Tks again. Ian
-
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
-
Give a form its own icon on its task bar button?
Ian Branch replied to Ian Branch's topic in General Help
Hi David, So obvious when you think about it. 😞 Thank you. Regards, Ian -
D2007 builds without issue. D10.3.3 build errors per the attached. This was a clean svn download just now. Regards, Ian
-
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
-
Hi Thomas, I just did a clean svn pull of revision 2957. Same outcome. Regards, Ian