PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Peter.Higgins

Pages: 1 2 3 [4]
46
On a new RedHat install, I am getting a lot of special characters
For instance when I type  the following, the replies are unintelligible.
I do not see an term=ansi /export term in the instructions.  Would that help?

->LOAD STARTUP
Program 'STARTUP' does not exist
->/
->LOAD "STARTUP
Error #12: File does not exist (or already exists)
Last file accessed STARTUP
->/
->

47
Programming / Non Nomads draggable widget.
« on: October 24, 2018, 01:57:36 PM »
I created a progress bar using a pseudo widget object.  At the moment it is static where it was placed or auto-centered,  and I would like to allow the user to be able to drag it around the screen when desired on busy panels.   Removing the opt="h" flag did not make a difference either as child or as stand alone dialog. I cannot find anything else that might apply.     What makes a widget drag-able?

48
Programming / Sort By Header Question
« on: August 23, 2018, 01:21:17 PM »
 Assuming the user doesn't know for sure the grid has sort enabled then in a large Grid, it is difficult to tell if the application is hanging or sorting after clicking on the header.  Is there any way to intercept the event and post to the status line or hide the grid and show a progress bar during a sort? 

49
Programming / Catching a tab into a grid
« on: August 16, 2018, 09:41:59 AM »
Believe this has been asked and answered before, but I cannot remember how it is done.  Have a  grid focus event, and need to ignore the initial grid focus event from the tab key and first Tab entry.  _eom$  and grd'eom$ are returning null.  ctl returned is always the control number plus 5000 regardless of using tab, click etc to move to the grid. 

50
Hi All,
I am working with curl, and if it is possible, would like to obtain both the results of the curl operation, (return Value) and some --write-out  options such as connect time.  Will using read with stdio redirects do this?   
Have a terrific day
Peter

Pages: 1 2 3 [4]