Discussions tagged Menu
Windows 11 Context Menus - Possible Enhancement?
- Resolved
- Misc
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
Curious if there is anything on the planned enhancement list for Windows 11 Context Menus.https://blogs.windows.com/windowsdeveloper/2021/07/19/extending-the-context-menu-and-share-dialog-in-windows-11/
And let me add. I know I could throw up a cont...
I am working on customizing a menu. One of the menu choices is called Favorites, and you can have up to 9 favorite items in this submenu. I have a function that will rename the 9 items and make them visible (if you only have 6 then only 6 are visi...
Hello,
Is it possible to display a popup menu from a ribbon menu button, as seen here in outlook ?
Thank you for your answers
...
Hi PB community...
Is there any way to obtain the parent menu of a menu?
If for example I have the reference of a leaf menu, can I "travel" from that menu to it's root?
I know I can use the item[] property to get the child menu items, I suppose I ...
I install a desktop application (PowerBuilder 2019 R2) on computers with Windows 10. On some computers, the headings under the menu pictures are clearly visible, but on others they are small and unclear (see attached file).What could be causing this?...
We're using 2022 R2 build 2819 with runtime set to 22.0.0.1892.
It appears that the Paste Object menu is disabled when working in a window script. It is working when in a visual userobject script. I confirmed it is working in 2021 build 1509. Has an...
Completely remove the titlebar on the frame window in a PB MDI app
- Resolved
- How-to
- Last updated 1 year ago
- Brage Mogstad replied 1 year ago
Hello,I was thinking of implementing the ribbonbar control to modernize the MDI app.But I can't find any easy way to get rid of the title bar(!!)Space is always a big issue, and so far I've managed to remove the app menu and the toolbar menu (enclose...
Menu inside MDI sheet
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello, I would like to have a menu on top of an a MDI sheet while still having the main menu on top of the frame.
How may I do this ? Is this even possible ?...
TextSize does not apply to the main menu bar
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello,
With the Contemporary style, you can change the TextSize property of menu objects, but that does not apply to the main menu bar. According to the User's Guide, it has a fixed height. Does anyone know if there is a workaround or if it is going...
PFC_Print, Print Preview fix/advice
- Resolved
- How-to
- Last updated 2 years ago
- Olan Knight replied 2 years ago
I'm tasked with maintaining/updating a legacy app that was written in an early version of Powerbuilder. We've upgraded to 2021 and are trying to make some menu modifications with 'Print' and 'Print Preview'.
Currently when hitting 'Print' it fails w...
Appropriate Size for icons in menu in PB2021
- Resolved
- Issue
- Last updated 3 years ago
- Mark Lee @Appeon replied 3 years ago
I migrated our workspace from PB2019 R2 to PB2021 yesterday, and noticed that custom images (all 16x16 pngs with transparent backgrounds) have a pixelated look around the edges in the debugger and in compiled programs. The previews in the editor, bot...
Scroll Menu not working when Theme is enabled
- Issue
- Last updated 3 years ago
- Ken Guo @Appeon replied 3 years ago
Without a theme enabled, the user can right click on a vertical scroll bar to get a scroll menu, as shown in my attached image. However, when the theme is enabled, right clicking on the scroll bar does not bring up the scroll menu.How may I fix this ...
PB 2019 R3 crashes on context menus with MenuImage
- Resolved
- Issue
- Last updated 3 years ago
- René Ullrich replied 3 years ago
Hello,
I recently migrated my application from PB 2017 R3 (1880) to PB 2019 R3 (2670).
One issue is that PB crashes if a context menu is populated with the PopMenu(x,y) function.
The crash happens only in the runtime version, not when I start it f...
Would anybody happen to know when contemporary menus (Graphics/Fonts/Etc) will be fully supported in PowerServer Web?
Regards,
Mike...
Ability to Load an Online Help Page from Powerbuilder 2019 R2
- How-to
- Last updated 3 years ago
- David Lacey replied 3 years ago
Hi All,
Would appreciate some pointers on this.
Our PB 2019 R2 application has a menu object or the menu and currently the Help option directs the user to a file on the file system. We wish to change that so that the user is directed to an online...
Changing ToolBarItemName doesn't work anymore for .PNG icons
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
In the menu bar we change the toolbar icons when the user clicks on it.
m_color.clicked :
IF this.toolBarItemText = "Yellow" THEN this.toolBarItemText = "Red" this.toolBarItemName = "red.png" ELSE this.toolBarItemText = "Yellow" ...
ToolBar Down Picture on MDI Menu not Displaying
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
We have a PFC based app on PowerBuilder Version 2017 R3 Build 1858
We are displaying some ICONs on a MDI Frame menu (m_app_sheet inherited from m_master). One of the items on the menu has an associated Toolbar Item. There is a bitmap associated wi...
PB 2019 R2
IDE Crash when i Try to select an icon/bmp in menu or any object
Angelo
...
Default option on toolbar menu cascade.
- Advice
- Last updated 4 years ago
- Brad Mettee replied 4 years ago
Hi, friends:
I have a toolbar menu cascade with three options:
menucascade_toolbar
-> option 1
-> option 2
-> option 3
It works fine: whatever option I choose at runt...
How to implement Access Control List for menu object ?
- Advice
- Last updated 4 years ago
- PRASHANT NIRGUN replied 4 years ago
I am using PB 12.5.2 I want to implement Access Control List. ie appliction user or user group has right for CRUD if he has the permission he can able to perform the operation. I created acl, user_permission and group_permission table.
CREATE TABLE ...
- Page :
- 1