Discussions tagged Menu

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...
PB 2017R3 Build 1858; Windows 10 Hi all, I have a runtime problem with my 32-bit PB applications. It often happens that some lines in the main menu of the application, during execution, suddenly "convert" to chinese-like and other unreadable symbol...
Hi.   We have a very weird situation in our PB 2017 R3 MDI application (PFC). From time to time the menu items in the main menu gets duplicated: This usually starts with one or two extra "copies" of the menu item, but it quickly fills the entir...
HelloI am trying to change the toolbar backcolor in a menu from script.I inherited the frame menu to a new name and changed the toolbar color, and when using changemenu in the MDI window the original color is still there,the menu itself changed ( hav...
I just migrated a PB 12.6 app to PB 2019 trial. A problem that occurred in 12.6, and I was hoping that it will be solved in the newer versions of PB, is related to window menus, when we use the docked interface. We have development a set of librarie...
Hello, We are using PowerBuilder 2017 R3 Build 1880 on Windows 10 Pro.  I have created a menu object inherited from our base menu object.  The base object's menu style is contemporarymenu! and I have changed the inherited menu style to traditionalme...
  • Page :
  • 1