Discussions tagged UI
How to handle nested SetRedraw() pairs, a modest proposal
- Misc
- Last updated 7 months ago
- John Fauss replied 7 months ago
Assume you have 6 different methods acting on a datawindow or multiple datawindows on a userobject, and these methods can be called in multiple combinations, singly or in combination.They involve sorting/filtering or some other visual change that you...
Set RibbonBar LargeButton & Panel width
- How-to
- Last updated 1 year ago
- Peter Pang @Appeon replied 1 year ago
Hi there,I'm wondering if there is any way what so ever to set the Width of either a Panel or a LargeButton on the RibbonBar control?
Currently, the width of the buttons change depending on the size of the text, and it looks very messy as they are h...
Prevent the user from switching between windows via Ctrl-Tab
- Resolved
- How-to
- Last updated 1 year ago
- Markus Schröder replied 1 year ago
There are situations where I want to prevent the user from switching between sheet windows via Ctrl-Tab.I have tried the following in the datawindow pbm_dwnkey event (without success):
blob{64} lblb_Msg PeekMessage(lblb_Msg, 0, 256, 264, 1 ) //WM...
Hi there .. including Appeon :-)
Any news on this really annoying thing ?
(PB2022 is GREAT but this tiny little thing keeps hitting us. Our users are asking all the time for it and cannot understand why we cannot do it..)
Thanks Steen...
Hello folks,
I have a few picture buttons in a window. I have set them to Flat Style but they show a black border around them. How do I get rid of those borders?
Flat Style:
Thank You
- AV.
...
We have developed a desktop client/server application using PowerBuilder 2017 as well as 2019R3 Build 2703, where some users are experiencing flickering/redrawing of the UI.
We are only able to reproduce the flicker when sharing the window through...
Allow copy data from disabled control or theme DisplayOnly control
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
In my project users need to be able to copy data from SingleLineEdit, MultiLineEdit and similar controls event when they are not supposed to edit that data. To achieve this functionality instead of disabling controls I set them to DisplayOnly and cha...
Modify dynamic user object theme
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
How do I modify theme of an object, that is added with function OpenUserObject(), like this:
uo_StaticText luo_StaticTextTHIS.OpenUserObject(luo_StaticText, 270, 380)
I've made a custom theme-custom.json file in my theme folder, it looks somethi...
Plan for fixing accessibility issues in 2019 R3 ?
- Misc
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi,
We have PowerBuilder desktop applications (windows 10/win32) that are having accessibility issues and we are investigating on what can be done in the area. We currently are in the process of upgrading from PowerBuilder 2017 R3 to PowerBuilder 20...
Wondering if anybody has developed a PB UI Theme that closely mimics Google's Material Design that they would be willing to share?...
Track las time user interacts with an application
- Resolved
- How-to
- Last updated 4 years ago
- Gastón Clara replied 3 years ago
Hi,
I nedd to track las time user interacts with an application. Does anybody knows if there is an "easy" way to do that?
The only idea that I have is to track all user interactive envents on all visual objects (tricky solution).
Thanks fo your h...
ScrollBars and Tab's are not fully visible after migrating from PB11 to PB19
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 3 years ago
We have migrated our code from PB11 to PB19-R2 and seeing following behaviours.
- Horzontal and Verticle Scroll Bars are not fully visible.- TAB control's header are not fully visible
We tried adjusting the various UI properties for TAB, Windo...
Is there a release date for 64-bit debugging IDE?
I have problems with the new 10 version of sap business one which is only 64 bit
Angelo...
Can Checkboxes or Radiobuttons Look Disabled In A DataWindow?
- Resolved
- How-to
- Last updated 5 years ago
- Olan Knight replied 5 years ago
With the new theming UI in beta, do we have the capability to make a checkbox and/or radiobutton look disabled in a datawindow like we can on a regular object? I have a screenshot below of what I mean outside of a datawindow.
I don't want to...
PB2018 BETA not displaying icons
- How-to
- Last updated 5 years ago
- Ken Guo @Appeon replied 5 years ago
Hi,
After installing 2018 Beta, I do as I always have done, I place all my images in a resource folder and add this path to the PB180.EXE path in the registry. The problem is that none of the images are displayed. There are no hard-coded paths for t...
.NET User Controls in Powerbuilder
- Misc
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Currently we extend our Powerbuilder published applications with a variety of .NET user controls that we've COM wrapped and inserted as OLE controls. With the increased C# support coming in Powerbuilder 2018, will we be able to directly reference and...
Modernized UI in next release (PB 2018)
- Advice
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi Everyone,
I'm just thrilled that PB finally will have Modernized UI in next release (PB 2018). In everyday life maybe the most important enhancement to the bulk of us.
Does anyone have any insights as to how our precious PB application will look...
Breaking: 5 new, 14th-18th long numeric values for the color ButtonFace have been confirmed to be found in the wild. Researchers and digital environmentalists are agog over the discovery of these new sub-subspecies…
77633680
81839288
79220952 ...
hai experts
i add a datawindow name dw_1 and dataobject = d_test to u_cst_test5 useroject of advguisample.pbl
and created a event closequery and event id pbm_closequery and add following event
dw_1.AcceptText()
IF dw_1.ModifiedCount() > 0 or dw...
Hi
Powerbuilder 2017R2, what are the prerequisites
Is there adocument?
Thy
GMY
...
- Page :
- 1