Menu

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.

Show posts Menu

Messages - joe

#1
Programming / Re: def object x,"[wdx]*"
July 17, 2024, 11:14:28 AM
This is the same work station.
#2
Programming / def object x,"[wdx]*"
July 16, 2024, 06:19:29 PM
when I issue that command from various (64-bit) versions of providex I get different results in the window. Primarily on one version I get sigsign.sigsignctrl.1 and the other sigplus.sigplusctrl.1.
What controls which one I get. I need it to always be sigplus.sigplusctrl.1
#3
Nomads / Re: Nomads - Signature Capture and Touchscreen
September 20, 2022, 03:58:41 PM
How do I get the fix. Must I upgrade from version 18 to version 19.10 or can I update a few select programs.
#4
Nomads / Re: Nomads - Signature Capture and Touchscreen
September 20, 2022, 12:28:03 PM
Can you share your solution on here.
I have been trying to get it to work myself with no luck. The closest I got was it worked with a mouse but with the stylus I got a target cursor when the stylus approached the screen.
#5
Programming / Re: Signature capture
December 14, 2021, 05:58:16 PM
The only other issue I have now is the stylus does not mark/draw in the signature box. I can draw with the mouse in the box, but that is not ideal. I tested the stylus using MS paint and it is functioning well. The stylus also appears to be somewhat acknowledged in the box. When I approach the screen with it a target dot appears.
#6
Programming / login
October 25, 2021, 03:32:24 PM
Is there a way to determine the login used in the app server.
#7
Programming / Re: Signature capture
July 23, 2021, 10:30:59 AM
Thanks for hanging in there with me. I got the signature capture box and capture button working with your help. I think I can add the other buttons also.

The only other issue I have now is the stylus does not mark/draw in the signature box. I can draw with the mouse in the box, but that is not ideal. I tested the stylus using MS paint and it is functioning well. The stylus also appears to be somewhat acknowledged in the box. When I approach the screen with it a target dot appears.
#8
Programming / Re: Signature capture
July 22, 2021, 04:59:49 PM
The documentation states

The Capture button retrieves the signature as a png image and saves it to a file. The OnChange logic looks like this:

     sigcap.ctl'saveImageFile("sigtest.png")

Does this reffer to the button control? I could not find ONCHANGE. Should it be when button pressed? What should I select from the drop down, perform, execute? Not sure.
#9
Programming / Re: Signature capture
July 21, 2021, 12:43:34 PM
Thanks for the reply. I guess a read the documentation wrong. It sounded like it automatically adds the buttons. I will try again.
I am trying this on a MS surface. It has a stylus to allow the user to write on the screen
#10
Programming / Signature capture
July 21, 2021, 11:43:08 AM
I have installed the latest version of providex. Version 18 I believe. I am trying to use the signature capture control in nomads trying to follow the documentation. Here are some issue I have encountered
1) the Signature box appears but the the 4 buttons do not.
2) I can draw in the box but the stylus does not work.
3) not sure how to grab and store the image for use latter.

As Monty Python once said any help would be helpful.
#11
Programming / Re: LIST OF OBJECTS
May 28, 2020, 12:32:44 PM
A little more info on this subject. It appears it may be windx issue. The machine that fails is running version 9.10

hopefully that will jog a memory from some of the old timers.  ;)
#12
Programming / LIST OF OBJECTS
May 27, 2020, 04:15:43 PM
I have an old XP machine where I can enter DEF OBJECT X, "[WDX]*" and get a long list of objects I can connect to.
On a windows 7 machine the list is far shorter and I don't see the one I need. I have tried to re-register the OCX to no avail.
Any tips on register an OCX for use with WINDX.
#13
Thin Client/WindX / TELNET LOGIN ISSUE
April 23, 2020, 05:37:38 PM
I have an issue where from time to time windx using a telnet connection to a linux machine fails to get the login prompt. The line which states the machine name etc appears fine.

If I use a generic telnet program it works fine every time.

Very odd issue any ideas where to start to look?
#14
Programming / Interact with external web sites
February 27, 2020, 10:54:07 AM
Is there a was to connect with external websites from a PVX program?

Lets say I wanted to connect to the weather channel and get a copy of the screen.

Is it possible to do this via a program? I am not interested in the graphical parts just the text parts that I can parse thru.

For example I can manually do this by googling weather milwaukee. Then highlighting the parts I want. Then copy. Then paste into notepad. then save on the server. See attached file. My program can then parse that data for what I need.

I would like to automate it.
#15
Programming / Re: Command line interface
February 07, 2020, 04:38:30 PM
Tried it again.
Seems like I can

read record (99)xx$

and get a response from the utility.

I was looking for more suspension of my PVX program and  a complete interaction with the utility until I exit
the utility.

I may investigate running it on the work station