Notes and Scene View for workspace

User avatar
clintonman
Captain
Posts: 5428
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

trueBlue wrote: 20 Aug 2022, 19:35
clintonman wrote: 28 Jul 2022, 04:33 It's looking hopeful. The "harsh" show/hide is a little less harsh. When used it will either read and save it's own ORA values or the ORA values of it's ancestor ORA and write those values back at the end. It will still overwrite any descendant ORA values. The "soft" show/hide are maintaining all the ORA values unless it has the RA node and descendants with an ORA node. It's not perfect. It is less damaging to ORA values and may be the most practical solution.
More testing is needed and I think the soft needs to check for descendant ORAs and abort if it finds any.

TODO list:
soft show/hide check for descendant ORA nodes to avoid changing them
reorganize the show/hide code so it's less confusing and remove any unneeded bits
check NURBS again with all the new changes
option to verify delete nodes outside of the scene
web page scroll is jumping - need to maintain scroll value
newer rsx plugin still needs to be added
prep to publish the parenting/grouping toolbar since it seems stable now
newer rsx plugin still needs to be added
Is this your 'Clintons3dPlugin package for trueSpace' ?
Did you update your plugin?
Your website states the last update as:
Feb 3, 2022
v1638433
Clintons3dRsView.rsx - the web server plugin, v.1638408 released July 30 2022

http://clintons3d.com/plugins/truespace ... webui.html
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5213
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

Getting this alert even though I have nothing running
Web Server alert.png
Web Server alert.png (7.16 KiB) Viewed 986 times
Any ideas why?
Never seen this before
Restarted my PC and tried again with the same results
User avatar
clintonman
Captain
Posts: 5428
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

trueBlue wrote: 01 Sep 2022, 15:54 Getting this alert even though I have nothing running
Web Server alert.png
Any ideas why?
Never seen this before
Restarted my PC and tried again with the same results
FindWhoUsePort8080.jpg

Open a windows command prompt and type

Code: Select all

netstat -a -n -o | find "8080"
the last number<PID> is used in the next command

Code: Select all

tasklist | findstr <PID>
this will tell you what is using the port

If no luck then you can change the port number in the www panel to some other number, like 8081.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5213
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

Restart my PC
Open trueSpace and then open the Web Server, I get the alert and click No
Shut down trueSpace

Hold down the Windows key and press the R key to open the Run dialog
Type “cmd” and click OK
Command Console
netstat -a -n -o | find "8080"
TCP 192.168.1.107:50629 192.168.1.115:8080 SYN_SENT 13688

tasklist | findstr 13688
HPNetworkCommunicatorCom. 13688 Console 1 7,972 K

Prior to getting this alert, I ran Layers and Scene View 2 in Rosetta to see if they worked
All seemed fine, I closed both down and shutdown Rosetta
Then I opened trueSpace UU9, opened the Web Server, this is when I got the alert
Since then, the alert shows every time I open the Web Server
User avatar
clintonman
Captain
Posts: 5428
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

trueBlue wrote: 01 Sep 2022, 19:22 Restart my PC
Open trueSpace and then open the Web Server, I get the alert and click No
Shut down trueSpace

Hold down the Windows key and press the R key to open the Run dialog
Type “cmd” and click OK
Command Console
netstat -a -n -o | find "8080"
TCP 192.168.1.107:50629 192.168.1.115:8080 SYN_SENT 13688

tasklist | findstr 13688
HPNetworkCommunicatorCom. 13688 Console 1 7,972 K

Prior to getting this alert, I ran Layers and Scene View 2 in Rosetta to see if they worked
All seemed fine, I closed both down and shutdown Rosetta
Then I opened trueSpace UU9, opened the Web Server, this is when I got the alert
Since then, the alert shows every time I open the Web Server
Did you try killing the "HPNetworkCommunicatorCom" process? It's the reason your'e getting the alert. tS can't use port 8080 if something else is already using it.
I can't find any useful info on it. It's something that HP uses, one person declared it not a threat but a nuisance and some people get infected with a virus disguised as it. Do you have HP hardware and did you get any updates lately?
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5213
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

I have a HP Envy 24

I was suspecting that maybe my request to have the WWW toolbar button open the Web Server was the culprit
Last time, I opened the Web Server from the panel
Either way seems to be working now without the alert
User avatar
clintonman
Captain
Posts: 5428
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

Glad you got it working. This is the reason you can change the port number in the panel, to avoid conflicts with other programs.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5213
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

the reason your'e getting the alert. tS can't use port 8080 if something else is already using it.
Maybe the alert message should better reflect the above
Better yet change from a Question dialog to an Alert
Post Reply