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 - dlocke

#1
Here is the little script used to start the CS Host.

#!/bin/bash
 PORT="4093"
 RECON="300"
 cd /pxp
 /pxp/pxplus "*plus/cs/host" -arg "$PORT;recon=$RECON" >/dev/null </dev/null &
 echo $!

I'm killing all pxplus processes before starting the CS host.  I start a WindX connection, I see 1 license being used and the two pxplus processes on the the server.  I start a second WindX connection , I see 2 licenses being used and 3 pxplus processes.  I think this should rule out the background process using a license.




 


#2
I'm running the SimpleCS host on a Ubuntu server and I'm using the WindX plugin.   
#3
I'm using the same shortcut and running it multiple time.

Here is my WindX shortcut.
C:\Event\pxp_2023\pxplus.exe *plus\cs\client -arg **.**.**.** ""

#4
I'm only using one version 20.10 on the pc and the server.   I have also tried NTHost and it has the same problem. 
#5
Hi EVa

It shows 0799995 Pro. 
#6
Thin Client/WindX / Computer using two user slots.
July 15, 2024, 09:08:58 AM
I'm having an issue where a user is using two licenses when connecting to a SimpleCS server  from the one PC.  The first connection uses one user slot and the next one uses a new user slot, every connection after this uses the same slot as the second connection. This results in the same user using 2 licenses on the same PC.

I'm using TCB(27) to check the user slot, this the correct way to check this ?  Also TCB(24) is showing two licenses used. 

 
#7
Programming / Block print and Hyperlinks.
November 28, 2023, 10:59:11 AM
Hi

Is it possible when block printing to a pdf with "*TEXT" to have email addresses appear as a hyperlink when viewing the pdf file ?

Don Locke
Event Software
#8
Nomads / Grids ColumnNames Property Read-Only ?
April 24, 2023, 08:49:42 AM
Is ColumnNames$ property for grids read-only ?  I'm getting an error when I try to set it manually in code.   
#9
Thanks,
I have created the query in the presets and updated the code with work with it.

Don. 

#10
Programming / Assign a query to a cell at run time.
March 17, 2023, 10:15:21 AM
Hi

Can you assign a query to a cell at run time ?
I see a "query" property in the manual but I can an error 88 trying to access it.

Don Locke.
#11
Nomads / Error 15 setting the bitmap on a Grid button.
November 07, 2022, 09:15:20 AM
Hi

I'm getting random error 15's trying to set the bitmap of a grid button. 
I'm currently getting this error on running Pxplus 18.20 on CentOS 6 Server 64bit.

Does anyone know the cause and how to fix this error ?


Don Locke
Event Software.
 

#12
Sorry, I don't know what you mean by terminal set.

There are other users on the system where this isn't a problem, maybe they are full screen all the time.
I tend to move and resize the window a lot so I can see background windows and that is when it happens.

I have changed the default colours, I prefer a dark theme, I find it easier on my eyes. 

The 'BX' parameter is enabled.




#13
Yes, I also updated the Pxplus Client to 18.20,  sorry I should have included that. 
#14
Nomads / Messed up IT Editor after upgrade to 18.20
June 24, 2022, 09:50:22 AM
Since upgrading to Pxplus 18.20 my IT Editor as constantly messing up the edit window.  (See Attached Image) .

I'm running on a CentOS Server using the IT Editor over SimpleCS  to Windows Server 2012 Remote desktop.

Anyone have a fix for this ?


#15
Nomads / Re: Edit Grid Cell.
April 29, 2021, 01:41:31 PM
That works.

Thank you.