gkobler 38 Posted September 24, 2023 On 9/23/2023 at 12:42 AM, Ian Branch said: Will you be doing one for D12?? Yes of course 🙂 1 Share this post Link to post
gkobler 38 Posted September 28, 2023 New Built 23 released: https://dwp.gksoft.ch Share this post Link to post
gkobler 38 Posted November 8, 2023 New Release Built 23 for Delphi 12 Athens https://dwp.gksoft.ch Hope the homepage shows correctly, i allways has problems when i update it. I just compiled the Plugin, i did some test with the beta, but i don't expect any problems. Otherwise when somebody has problems wir D12, please report to me her at this thread. Thanks Share this post Link to post
gkobler 38 Posted November 10, 2023 New Release Built 24 for Delphi 11.3 and 12. https://dwp.gksoft.ch Share this post Link to post
PeterPanettone 157 Posted November 12, 2023 In Delphi 12, I've created a new Panel below the Learn Panel: How do I fill the new Panel with my custom content? Share this post Link to post
PeterPanettone 157 Posted November 12, 2023 What is the added value of this plugin? Share this post Link to post
PeterPanettone 157 Posted November 12, 2023 (edited) Is the source code of the Delphi 12 BPL available? I would like to provide my own custom content. Edited November 12, 2023 by PeterPanettone Share this post Link to post
gkobler 38 Posted November 12, 2023 2 hours ago, PeterPanettone said: What is the added value of this plugin? Under the Favorites Items you can ann some subitems with the + Button After creating subitems, you can click on them an add your prject on the right side as may you like. The added value of this plugin are, you can manage your projects where you working in a other way then delphi does. Also you can backup an restore this settings. Follow a small example how it could look likes. Share this post Link to post
gkobler 38 Posted November 12, 2023 1 hour ago, PeterPanettone said: Is the source code of the Delphi 12 BPL available? I would like to provide my own custom content. The source code is unfortunately not public, but since D11.3 there are three demo projects that show how to create a WP plugin. Share this post Link to post
gkobler 38 Posted November 12, 2023 2 hours ago, PeterPanettone said: What is the added value of this plugin? In older Delphi versions, there was once the possibility to arrange your projects in a similar way as in the WP plugin Share this post Link to post
Steven Kamradt 20 Posted November 12, 2023 2 hours ago, PeterPanettone said: Is the source code of the Delphi 12 BPL available? I would like to provide my own custom content. The source for example welcome page plugins is available at https://github.com/Embarcadero/RADStudio12Demos/tree/main/Object Pascal/VCL/VCL WelcomePage or if you checked the samples checkbox in the installer. 1 Share this post Link to post
Steven Kamradt 20 Posted November 12, 2023 3 hours ago, PeterPanettone said: What is the added value of this plugin? It offers a different way to manage your projects over what Embarcadero has. For example, I have over a dozen versions of the same few projects, all are the same project names stored in separate version specific directories. With this plugin I can create branches in the favorites for each version and group like projects for the same version together. This makes opening a specific version very simple, unlike the default favorite "hearts" which are only sorted by most recently opened, so separate versions of the projects get shuffled and to find a specific one is time consuming. 1 Share this post Link to post
HeartWare 1 Posted November 20, 2023 (edited) On 11/10/2023 at 3:06 PM, gkobler said: New Release Built 24 for Delphi 11.3 and 12. https://dwp.gksoft.ch Download links give "404 Not Found" Now, suddenly, they work... Edited November 20, 2023 by HeartWare 1 Share this post Link to post
AJ_Oldendorf 0 Posted January 11 I find a problem with newest version of your plugin, Delphi 12 and newest TMS VCL UI Pack 13.0.5.0 I have a demo project with 3 TMS components and when i want to copy this components, Delphi occurs a exception. When i want to close the unit, Delphi occurs a exception. This happens only with forms which have a AdvOfficePager component. When i deinstall your plugin, it don't occurs. When i install it again, it occurs. I already send stacktrace to TMS, they say that problem don't happen without your plugin, so it is the problem of TMS. They can investigate time but i have to pay. Can you take a look, if you can find something with TMS components (maybe try the demo) or if you can find something in your plugin? If you need more informations, let me know StackTrace.txt Share this post Link to post
gkobler 38 Posted January 11 Hello @AJ_Oldendorf will investigate the case. I have TMS-All-Access. But the next two weeks i‘m not in the office. And i think this case could be complicated, we will see Share this post Link to post
AJ_Oldendorf 0 Posted January 12 11 hours ago, gkobler said: Hello @AJ_Oldendorf will investigate the case. I have TMS-All-Access. But the next two weeks i‘m not in the office. And i think this case could be complicated, we will see @gkobler Sounds good, many thanks. When you have TMS components, i attach a demo project where you can see the problem very easy. If you need further informations, let me know. AdvPager-Bug-D12.zip Share this post Link to post
gkobler 38 Posted January 12 Hello @AJ_Oldendorf I have open your demo, but can reproduce the case. 😞 When i click to the described area, it selects PageControl1, right?, After Ctrl-C nothing happens, also when i close the form. Share this post Link to post
AJ_Oldendorf 0 Posted January 12 (edited) Maybe something different to TMS components or Delphi adjustments? I use this TMS version: TMS VCL UI Pack 13.0.5.0 Delphi application i start with -np Delphi parameter Delphi Welcome Page a modify layout that all other things are closed (get it, learning, last projects etc) Only your welcome page should shown. If it is helpful, we can contact directly together to analyze more difference. I test it with a clean installed delphi 12 from iso file Yes, it is right. Select Pager and press Ctrl+C, than i got the exception from Delphi with attached stack trace Edited January 12 by AJ_Oldendorf Share this post Link to post
gkobler 38 Posted January 12 5 hours ago, AJ_Oldendorf said: I use this TMS version: TMS VCL UI Pack 13.0.5.0 Use the same version. At the moment I can't even imagine what could trigger such an exception in my plugin in connection with TMS. Share this post Link to post
AJ_Oldendorf 0 Posted January 15 I tested it with a clean Delphi installation and only installed TMS VCL UI Pack 13.0.5.0. Then the welcome page and with that I was able to generate the error immediately. If I remove the welcome page again, the error does not occur with TMS. TMS itself says that you can investigate this for a fee, as the error does not occur if no "third-party components"/"third-party plugins" are installed. Is it possible that TMS and you use a same ressource or something? Share this post Link to post
Ian Branch 127 Posted January 15 Hi Guys, FWIW, I am using both without issue in D12. Ian Share this post Link to post
AJ_Oldendorf 0 Posted January 15 I'm confused and don't understand, what the plugin do that TMS will raise a exception. Maybe @gkobler and me will find time, to investigate more in this to find the problem. For now, without plugin it works for me but default welcome page is not really useable :-( Share this post Link to post
Attila Kovacs 629 Posted January 15 Thank you for this plugin @gkobler. (The Download link is 404 on the English version of the website.) Could you move the icons to resources or over-load them from files if they exist? Or just provide a setting to turn them off? On the occasion, of course. Share this post Link to post
gkobler 38 Posted February 1 On 1/11/2024 at 10:26 AM, AJ_Oldendorf said: Can you take a look, if you can find something with TMS components (maybe try the demo) or if you can find something in your plugin? If you need more informations, let me know StackTrace.txt I did not find any info at the stacktrace that the WP-Plugin made the error. There is no entry of my WP-Plugin. But try to compile and install the follow demo, and look if the same exceptions are happend C:\Users\Public\Documents\Embarcadero\Studio\23.0\Samples\Object Pascal\VCL\VCL WelcomePage\ToolsAPI.WelcomePage Basic PlugIn This demo are the basis of my WP-Plugin Share this post Link to post