

PeterPanettone
-
Content Count
1354 -
Joined
-
Last visited
-
Days Won
5
Posts posted by PeterPanettone
-
-
41 minutes ago, Die Holländer said:Right-Click on the form caption bar.
In my Delphi (12.1) the context menu is shown from the whole form (not only from the caption bar) - but not from the Form Designer canvas. Which is logically inconsistent because the Code Editor showing the DFM code shows the code of the whole form and and not specifically the code of the clicked object (which BTW would be an interesting option).
-
-
-
Thanks, Brian.
-
https://embt.atlassian.net/servicedesk/customer/portals
Previously, there was a link to show my own reports. I cannot find this link anymore. Was there a change in the QP UI?
-
15 minutes ago, Anders Melander said:Maybe ask yourself that question from time to time. These threads aren't really improving the SNR here.
As with all such questions, there are many levels or perspectives from which to view this issue. Of course, it's tempting to take the most comfortable position, especially if your fellow club members are already on that branch.
-
1 minute ago, Brian Evans said:It seems beyond your ability to not be obnoxious. I don't see a point in continuing to converse who you.
So why did you post this message? It is logically inconsistent.
-
1 hour ago, Brian Evans said:I don't think it is "displaying a TPopupMenu at design time" but is a custom form used to design menus. Works fine for the biggest requirements: add menu items and show their relation to each other.
You are correct, as the so-called "Menu Designer" only manages references to the TMenuItem objects of a TPopupMenu in the same way the Actions List Editor does not display Actions but refers to a List of TAction objects.
But then they should not call it "Menu Designer" but MENU CONSTRUCTOR.
But wouldn't a REAL Menu Designer that shows the MenuItem icons be great? Or is this beyond the capabilities of the Embarcadero development team?
Thomas: wink-wink...
-
1 hour ago, Uwe Raabe said:AFAIK, the Delphi IDE Menu Designer did never support images.
You are right. Even cavemen never used cars until one of them invented the wheel.
-
1 hour ago, PeterBelow said:Do you use the Bitmap property of the menu items or have you attached an imagelist to the popup menu and used the imageindex property of the menu items? The latter is the way to go these days.
I use both. In neither case are the icons shown in the Menu Designer.
Why are you asking?
-
13 minutes ago, Lajos Juhász said:I see no reason why it was not implemented yet.
Do you mean it was negligence by the IDE programmers at Embarcadero?
-
9 minutes ago, Lajos Juhász said:You can file a new feature request at QP.
Do you mean it is not impossible in principle? (Maybe there is a fundamental law of physics that forbids showing an icon in the Menu Designer?) 😎
-
When displaying a TPopupMenu at design time in the Delphi IDE Menu Designer, no menu icons are displayed (although they are assigned):
Is this impossible in principle, or is it a failure of the Embarcadero Delphi IDE developers? I.e, should I file a Quality Portal report?
-
9 minutes ago, Uwe Raabe said:technically correct behavior
An error is also a "technically correct behavior," as the IDE, in that case, does not deliver the result expected by the user, i.e., working in a rational and efficient way.
-
On 5/24/2024 at 11:46 AM, Uwe Raabe said:Before doing so, the developer needs to get assigned a task for it. This requires the product management to schedule such a task, which itself requires that there actually exists a request for it. If there isn't already one in the issue tracker I suggest to create one.
I HAVE created one. But it was closed with the response: "Works as expected" (!)
-
So maybe it's also related to the SVN issue. Making the behavior of a compiled executable dependent on something that is not in the source is simply IRRATIONAL. That would be the same as making the behavior of the executable dependent on the weather at the compile time.
-
So you should include an explicit warning: "WARNING: If you download the snapshot and compile the DLL from that source then no revision number will be shown in the Splash Screen!"
Maybe you could also include a SKULL ICON ☠️ in the warning.
-
2 hours ago, dummzeuch said:I get build 4256, which matches the svn revision number
What has the SVN revision number to do with the source revision number? If someone downloads the source not with SVN but directly from the snapshot, as indicated in the above screenshot, then no SVN revision number can be retrieved. So, you should output the revision number in the Splash Screen by retrieving it directly from the source (and not from SVN).
-
On 5/24/2024 at 5:14 PM, Stefan Glienke said:I am tempted to say that an x86 or x64 binary using the emulation layer might be faster than what a compiler that directly targets ARM would produce today.
That is good news.
-
50 minutes ago, dummzeuch said:when building with the build scripts
The build scripts don't work - they showed an error. That's why I'm building in the IDE.
Strangely, AFTER having built the project in the IDE, the build script succeeded:
\gexperts-code-r4257-trunk\Projects\DelphiXx120\__Build_Project.cmd
-
-
I have built GExperts [r4257] in Delphi 12.1 with the RELEASE build configuration (the default preset is the Debug build configuration).
Is there a performance advantage of the release configuration over the debug configuration?
-
-
On 5/23/2024 at 7:45 AM, baka0815 said:let's encrypt (https://letsencrypt.org/de/)
Isn't that certificate only for websites? He needs a certificate for signing executables.
-
1
-
'View as Text' command menu item?
in Delphi IDE and APIs
Posted · Edited by PeterPanettone
In complex forms with many (nested) objects, displaying only the DFM object code for the selected object would be a helpful option. It could help the user focus on that object when editing its code in the Code Editor.
What do you think about this?