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.


Messages - James Zukowski

Pages: [1] 2 3 ... 20
1
(Added un-accented listbox snip for comparison)

2
Language / Different Listbox Row Heights with Accented Characters
« on: March 14, 2024, 02:21:04 PM »
We have a Report View listbox with 4 text lines per entry. When we include accented characters as part of a line, it breaks the line and we now have 5 text lines (see attached). If I translate the accented characters into un-accented characters, it's back to being a 4-line entry.

Is there an option I'm missing somewhere? Is this something with Windows or PxPlus and listboxes?

Suggestions welcome.

3
Programming / Re: PXPlus crashing after error 61
« on: February 15, 2024, 03:35:32 PM »
The only time we run into the Error 61 problem is when the user hasn't set up the WindX authorization properly. Why it's happening on a LOCAL statement or with a particular server file (I presume) is a curiosity indeed.

4
Language / Re: ESCape key trapping
« on: January 25, 2024, 03:39:34 PM »
Done as prescribed, my results:
Code: [Select]
-;setesc on
-;run
 1 2 3CAT
Try to break out:
 4 5 6DOG
Try to break out:
 7 8 9PIG
Try to break out: That was easy.
-;
-;
-;setesc off
-;run
 1 2 3CAT
Try to break out:
 4 5 6DOG
Try to break out:
 7 8 9PIG
Try to break out: Try to break out: Try to break out: Try to break out: Try to b
reak out:

This is using the standard keyboard definition, unmodified.

Running v15.1 on Linux through WindX with Win 10 client.

5
Language / Re: ESCape key trapping
« on: January 25, 2024, 02:50:02 PM »
Yes, I did. It was more the Ctl-C and Ctl-Break that I saw different than the table results.

6
Language / ESCape key trapping
« on: January 24, 2024, 04:10:42 PM »
We're starting to get new people using our application, and instead of using the F-keys we display, they'll use then ESCape key. Normally, we wouldn't expect any problems, but it seems that PxPlus maps then ESCape key to ctl=4 (F4 key) by default. Is this correct? Or was there a change a while back? Or am I missing a parameter setting?

I've changed 'my' keyboard configuration to have ESC return $1B$ and it works as expected.

BTW, the example program for 'Format 3' on the SETESC page does not work exactly as described in the table.

7
Language / Re: Error 17
« on: January 10, 2024, 05:56:19 PM »
Have you tried a BMP?

8
Programming / Re: temporary error 11
« on: November 29, 2023, 08:55:48 AM »
This may have something to do with the file being built as an EFF file.
See EFF vs VLR File Formats for further details.

9
Nomads / Re: Auto-Complete not setting kno
« on: November 09, 2023, 11:48:55 AM »
Has anyone encountered this before?

10
Language / Re: Track Single- and Double-Click in Report View
« on: November 06, 2023, 05:09:38 PM »
I'm already dealing with multiple options. What seems to get it through, though, is including No_Flush=1 when I'm dealing with a single click and returning to the same listbox for further action. Together with your test showing the double-click follows the single-click in the input stream, this looks like it makes everything work the way we want.

Thanks for the tips.

11
Nomads / Re: Dependencies Doubling with Embedded Panels?
« on: November 06, 2023, 01:28:58 PM »
Thanks, Jane, that did wonders...even for v15! It took our list from 34 entries to 10.

I'm noticing, though, that the TitleBar dependencies are being repeated at the end of the list, resulting in their being processed twice. This is different than the original sequence, where they were repeated twice at the beginning of the cycle. I think our list should only contain 8 entries.

Any thoughts?

12
Language / Re: Track Single- and Double-Click in Report View
« on: November 06, 2023, 12:01:07 PM »
It's good to know the double-click is getting through. Unfortunately, it's after the single-click has been processed. Would I then have to test for the double-click in my single-click logic? Or is there something else that could be done?

13
Language / Track Single- and Double-Click in Report View
« on: November 06, 2023, 10:46:43 AM »
Is it possible to get both a single and double click in a Report View listbox? I've been able to get the single by setting Signal All Changes, but when I do that, I can't double-click; it always responds as if it's a single click. When I don't set it, I can get the double but not the single.
Any ideas?

14
Nomads / Dependencies Doubling with Embedded Panels?
« on: November 03, 2023, 02:39:15 PM »
We've got a panel with a TitleBar, an embedded panel, and several other controls. The TitleBar has 1 dependency, the embedded panel has 2, and there is one for one of the buttons on the panel. We had some timing issues with this, and I had previously had some duplicated entries, but those have been removed, so we're down to what I've listed.

I set up a trace file, and it looks like all of the dependencies for the TitleBar and embedded panel are processed twice for each cycle, while the panel button's dependency is only processed once.

Also, if the panel is set up as Resizable/Custom (the original plan), all of those dependencies seem to be re-doubled. It's as if the setup procedure is called multiple times and/or the counter is not reset to 0.

Is there something I should/not be doing?

(PxPlus v15 on Linux)

15
Nomads / Auto-Complete not setting kno
« on: November 02, 2023, 10:00:28 AM »
We've got a file with keys defined as:

External key size ............: 6
Alt. key 1 ...................: [7:1:10]+[1:1:6]
Alt. key 2 ...................: [12:1:8]+[1:1:6]
Alt. key 3 ...................: ["ADDRESS1":3:1:30]

When creating an Auto-Complete definition for Alt. key 3, there seems to be a problem. When I set the "Key Name/Number" field to 3, all is well. But when I set it to "ADDRESS1" (with or without quotes), the auto-complete doesn't work; it operates as a standard multi-line.

Is there something I'm missing?

(PxPlus v15.1 on Linux)

Pages: [1] 2 3 ... 20