ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
7,866
Location
Ontario, Calif.
There's an issue; when you double click a tree node, it will open only the top node along with the one you clicked.
That's by design. The ideal is to emulate the characteristics of the [+] check box exactly without clicking the check box. Clicking the check box expands the node 1 level which is the same as double clicking the node. That was a request and a good one.
 

Pr999

WRYF747
Premium Subscriber
Joined
Aug 8, 2021
Messages
326
Location
Plainwell, Michigan
That's by design. The ideal is to emulate the characteristics of the [+] check box exactly without clicking the check box. Clicking the check box expands the child nodes 1 level which is the same as double clicking the node. That was a request and it was a good one.
No, I mean click on one random node activates the top node of the whole tree. So if you click one system, it will open both that system and the top one.
 

ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
7,866
Location
Ontario, Calif.
No, I mean click on one random node activates the top node of the whole tree. So if you click one system, it will open both that system and the top one.
I don't follow. If you click on a child node then the node above that is already opened or expanded.
And the node above that is already expanded too.

{edit} If you want the whole tree expanded then click the 'Expand Tree' button.
 

bamx2

Member
Premium Subscriber
Joined
Oct 24, 2006
Messages
354
Location
Indiana
If I’ve already named the unit, and it has the name in the first column, I won’t fill it in again in the second column. Is this the problem? The editable column is different because it’s null and that’s how it’s getting in there?
What I do, and I hope someone can correct me if I am thinking about this wrong. I only add new UIDs to the UID After Lookup table, then when I am ready to move over to my favorites list, I will sort by that table, select only the ones with data, and then copy it to my scanner. Following that I delete the rows out so I have a fresh slate to work with. I don't save anything to the lookup file, that way only data I type in on each session is on that table.
 

bamx2

Member
Premium Subscriber
Joined
Oct 24, 2006
Messages
354
Location
Indiana
I apologize, I couldn't find much about shortcuts in the thread by searching.
Just to clarify, only Volume, Squelch, and Menu Options are able to be shortcutted currently? I can not make a shortcut for scanner buttons i.e. Avoid?
 

ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
7,866
Location
Ontario, Calif.
Just to clarify, only Volume, Squelch, and Menu Options are able to be shortcutted currently
Correct. See the Shortcuts.txt file for examples

? I can not make a shortcut for scanner buttons i.e. Avoid?
Correct. Are you making a suggestion? I may look into it in the future. I have many other items that I may do 1st.
 
Joined
May 10, 2010
Messages
428
Location
Natrona Heights, Pennsylvania
What type of scanner?
Is that the UID Logging or History Logging? If History then can you check the Options - Logging tab and the UID Column setting?
BCD996P2 Windows 10 History and recordings. I set the Logging tab , restarted the program and still no UID . UID in Recordings are
not working after the program restart as well.
 

Attachments

  • Screenshot (7).png
    Screenshot (7).png
    225.1 KB · Views: 12
  • Screenshot (10).png
    Screenshot (10).png
    333 KB · Views: 12

ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
7,866
Location
Ontario, Calif.
BCD996P2 Windows 10 History and recordings. I set the Logging tab , restarted the program and still no UID . UID in Recordings are
not working after the program restart as well.
I see the UID Column is set to 'UID After Lookup' Are you using a UID Lookup.txt file? If not then can you set it to 'UID Before Lookup' in both the Options - Logging and Recorder tabs?

{edit} Do you see the UIDs in the UID Logging tab?
 
Last edited:

bamx2

Member
Premium Subscriber
Joined
Oct 24, 2006
Messages
354
Location
Indiana
Correct. See the Shortcuts.txt file for examples


Correct. Are you making a suggestion? I may look into it in the future. I have many other items that I may do 1st.
Thanks. I will submit it to your suggestion portal since it is not built in. I have a shortcut pad (StreamDeck) I use, and I could see benefits from that as well if anyone else uses it too.
 

WX4AJM

Austin
Joined
Mar 28, 2020
Messages
34
Location
Ozark, AL
I have been scouring the forum and the files associated with the web server to no avail on this.

I'm trying to integrate my web server page into an iframe on my website. I would prefer to remove the text data for "Web Server" and "List of Parameters" fields so that they're not showing up at all instead of attempting to hide them by cutting off the iframe with height.

Is there a way to do this in the user editable HTML?
 

ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
7,866
Location
Ontario, Calif.
I have been scouring the forum and the files associated with the web server to no avail on this.

I'm trying to integrate my web server page into an iframe on my website. I would prefer to remove the text data for "Web Server" and "List of Parameters" fields so that they're not showing up at all instead of attempting to hide them by cutting off the iframe with height.

Is there a way to do this in the user editable HTML?
Just make the elements invisible using styles or javascript in the Web_Server_User_HTML.htm file.
 
Last edited:

fxdscon

¯\_(ツ)_/¯
Premium Subscriber
Joined
Jan 15, 2007
Messages
7,466
Thank you!
.
See if this is what you're looking for...

copy and paste these 3 lines in between the <script> and the </script> tags near the bottom of the "Web_Server_User_HTML" file in the ProScan folder:

$("table#table1").hide();

$("table#table2").hide();

$("div#div_poll_push").hide();
 

WX4AJM

Austin
Joined
Mar 28, 2020
Messages
34
Location
Ozark, AL
.
See if this is what you're looking for...

copy and paste these 3 lines in between the <script> and the </script> tags near the bottom of the "Web_Server_User_HTML" file in the ProScan folder:

$("table#table1").hide();

$("table#table2").hide();

$("div#div_poll_push").hide();
Perfect. That did the trick. Thank you so much!
 

fxdscon

¯\_(ツ)_/¯
Premium Subscriber
Joined
Jan 15, 2007
Messages
7,466
Perfect. That did the trick. Thank you so much!
.
Your welcome.

Thanks to the way Bob has setup the webserver, the look of the webpage is very highly customizable. Both the "Web_Server_User_HTML" file and the "style1.css" file can be tweaked to create some very interesting results.

Just to give an idea of how customizable the ProScan web server is, I have this setup for my own personal use on an iPhone. I travel quite frequently and I like to keep up with what's going on back home. The ProScan webserver, as included with the software, is a fantastic feature with lots of info presented on the webpage in an extremely easy to use package. This is just my customized condensed version of the webpage that fits all on one phone screen when I can't set up my laptop or have a desktop computer at hand.

Some items on the stock webpage have been re-arrainged, some have been removed, and the "apple-mobile-web-app-capable", and the "viewport" meta tags have been added. Controls for re-booting the home network components have also been added to the page. The computer that's running ProScan, and other network components are also set to reboot when auto-ping fails.

Once the web page is saved to the phone's Home Screen, the "web app" meta tag allows the web page to present as an app rather than a browser page. A tap of the icon on the home screen opens the page and shows all of the important features I need for this purpose, opened full width in full screen mode in the landscape position with no address or status bars, and no scrolling needed. This is a screen grab from the phone (enlarged)...

1685757650902.png
 
Last edited:
Top