Discussions tagged Menu

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...
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...
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 ?...
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...
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...
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...
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 ...
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...
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...
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"    ...
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  ...
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...
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 ...
Hello,  I am trying to build a custom screen inside our software using infoamker. where two menus are related. (This lives on a constituent account (on the same ID)).  MenuA has values and MenuB has values. A user selects a value from MenuA and tha...
I have a very small application that builds and runs in the IDE with no issues.  The .exe crashes with "unresolvable external (window name) ..." when I call the window from clicked event of menu.  One or two menu items work but most fail with this me...
  • Page :
  • 1