Discussions tagged User Object
I have an MDI application where there are several sheets. When a client maximizes both the sheet they are in and the parent window, and click to open another sheet, the file explorer opens as shown in the attached screenshot. They are only able to re...
Need to detect triple click with events in Powerbuilder Objects
- How-to
- Last updated 4 months ago
- Bhavesh Vyas replied 3 months ago
*Phenomenon: Need to detect Triple Click similar to DoubleClicked and Clicked Events in Powerbuilder.
Is there any way to detect the triple click in powerbuilder. Some of our clients needs functionality with Triple Clicks in Editable Fields in Dat...
MDI Ribbonbar and Transparency
- How-to
- Last updated 6 months ago
- Peter Pang @Appeon replied 6 months ago
I am trying to create a custom userobject that hovers over my ribbonbar that I've created. I want that object to have the feel that it is part of the ribbonbar, but it is technically not part of it.
So to do that, I have all the objects in my custo...
StaticText Object with word wrap
- Resolved
- Issue
- Last updated 10 months ago
- Jeff Hamilton replied 10 months ago
I am building a new logon window and need to add a length of text that wraps 3-4 lines. This would be easy in Visual Studio and supported by the textbox objects, but in PowerBuilder I do not see this option with the StaticText object. Is this expecte...
Can i have some exceptions for specific objects which works with the theme.json?
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
I'm using a theme in my PowerBuilder App and applying the "drawing":true for the datawindows.
My question is: Can i have a datawindow with the property in the therme.json as drawing:false?
Can i have some exceptions for specific objecs ?...
How to get the name of a userobject that is used as a tabpage
- Resolved
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Currently Im coding in a datawindow that is placed on a userobject. Im trying to get the name of my userobject using parent or getparent(). Since the userobject is used as a tabpage, "parent" returns the tabpage instead of the userobject.
Is there a...
Calling a user object datawindow function
- Resolved
- How-to
- Last updated 3 years ago
- Tracy Lamb replied 3 years ago
I have a universal datawindow userobject... u_dw.
Inherited a new object u_dw_attachments
Added a user function of_setworkorder( al_workorder )
In script, when I try to call that function, I get a compiler error. Here's my script:
idw_attachments...
Shared PBD/PBL Issue
- Resolved
- How-to
- Last updated 3 years ago
- Benjamin Gaesslein replied 3 years ago
Hi;
I inherited a couple Powerbuilder apps that share a common PDB/PBL. App A is on PB 12.1, App B is on PB 12.5. The shared PBL has a popup window object that is used by both apps.
App A experienced an issue where it was just shutting down. I only...
User Object Painter failing on object inherited from PBNI extension
- Misc
- Last updated 4 years ago
- Chris Heale replied 4 years ago
Let n_pbni denote a non-visual object exported by a PBNI-Extension and let n_derived denote a class that was inherited from n_pbni. Assume that n_derived's constructor and destructor are implemented and reference global variables that are part of the...
How to count seconds in timing object?
- Resolved
- How-to
- Last updated 5 years ago
- Berka Frenfert replied 5 years ago
The interval is not fixed to 1 second and it may be different at different times during the life time of an instance of the timing user object.
How do i increment an instance variable that hold maximum number of seconds since instance of the timing ...
PowerBuilder Crash due to User Object limit
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hello Experts,
We are facing issue while opening multiple windows. As part of Opening multiple windows. System creates Datawindow objects. We noticed that when User Object reached 240 / 250 limit then system is started to crash.
Do we have a...
Mobile nested Userobject border property not disabling
- Issue
- Last updated 6 years ago
- Govinda Lopez @Appeon replied 6 years ago
I have a visual custom user object (uo_child) that is placed within another visual custom user object (uo_parent).
The main user object (uo_parent) is then placed on a window.
When I try to change the Border property of the nested User Object (...
- Page :
- 1