Hello, I am using SCPrompt2009_roll-your-own_0.9.0.4. to generate the .exe file which a customer can download and start so we can take over the desktop. Is it possible to display a balloon tip which is stating that the customer is authorizing my company to take over the desktop?
Regards, Emiel Kempen.
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
-
- 40
- Posts: 72
- Joined: 2008-03-26 09:07
- Location: Ulm, Germany
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
HI ekempen,
do you think about an balloon tip like:
"attention your desktop is now visible for the support-team"
or:
"would you like to grant the support-team access to view your desktop?"
(this one with Yes/No)
For the second option I think it is not possible with an balloon tip therefore we need an normal confirmbox.
best regards,
marc
do you think about an balloon tip like:
"attention your desktop is now visible for the support-team"
or:
"would you like to grant the support-team access to view your desktop?"
(this one with Yes/No)
For the second option I think it is not possible with an balloon tip therefore we need an normal confirmbox.
best regards,
marc
Last edited by marcgistel on 2009-08-11 09:44, edited 1 time in total.
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
Hello Marc, I think about the first option. Regards Emiel.
-
- 40
- Posts: 72
- Joined: 2008-03-26 09:07
- Location: Ulm, Germany
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
ekempen
I think this is not a big thing.
If you post me here the details you want for the balloon tip then I will compile you a new version with this balloon tip.
details like:
Text, Font, how much seconds it will stay, dissapear or stay until the user clicked on it., When should the Balloon tip should come up(connected with viewer, connecting with viewer, ....).
best regards,
marc
I think this is not a big thing.
If you post me here the details you want for the balloon tip then I will compile you a new version with this balloon tip.
details like:
Text, Font, how much seconds it will stay, dissapear or stay until the user clicked on it., When should the Balloon tip should come up(connected with viewer, connecting with viewer, ....).
best regards,
marc
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
Hello Marc,
Thanks for your reply.
Would it be possible to make a more generic solution for this?
We have customers over the whole world and it would be nice to display the balloontip message in their language.
If it is to much work it is not a big problem!
Regards, Emiel
Thanks for your reply.
Would it be possible to make a more generic solution for this?
We have customers over the whole world and it would be nice to display the balloontip message in their language.
If it is to much work it is not a big problem!
Regards, Emiel
-
- 40
- Posts: 72
- Joined: 2008-03-26 09:07
- Location: Ulm, Germany
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
Yes this is the way I planed to do it.
The balloon tip then will show the message in the language as the configuration of the windows language.
You only have to give me the text in the different languages
best regards,
marc
The balloon tip then will show the message in the language as the configuration of the windows language.
You only have to give me the text in the different languages
best regards,
marc
-
- 40
- Posts: 72
- Joined: 2008-03-26 09:07
- Location: Ulm, Germany
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
For your information there is a new version of RYO 0.9.6.16:
http://vnc2me.org/en/downloads.html?func=fileinfo&id=6
do you want to use this? should I use this to configure your changes?
best regards,
marc
http://vnc2me.org/en/downloads.html?func=fileinfo&id=6
do you want to use this? should I use this to configure your changes?
best regards,
marc
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
That is OK with me, I used SCPrompt2009_roll-your-own_0.9.0.4.zip
Regards, Emiel.
Regards, Emiel.
-
- 40
- Posts: 72
- Joined: 2008-03-26 09:07
- Location: Ulm, Germany
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
ekempen
As I tried to program your feature I recognized that JD allready implemented something like that.
In the "v2m_lang.ini" you can find in the Section "[Lang_English]" the entries:
TRAYTIP_SC_START_TITLE = "VNC2Me Prompt 2009"
TRAYTIP_SC_START_LINE1 = "VNC Connection has started"
TRAYTIP_SC_START_LINE2 = "Attempting Connection to Viewer"
these are the title and text of the Balloontip coming up if scprompt tries to connect. This balloontip only coming up if you have english OS because in the other languagesections there are no entries for this.
But you can manually add these settings in other sections, too!
If scprompt can not connect to the viewer the balloontip is also coming up.
There are some more settings for the balloontip like "time to life"(how long the tip is staying there).
And "option":
[optional] 0 = No Icon (standard),
1 = Info-Icon, 2 = Attention-Icon, 3 = Error-Icon
If you want to configure these options, too I can give you a new compiled "scprompt.exe" where these changes are implemented.
I hope I could help you. If you have any questions please ask!
best regards,
marc
As I tried to program your feature I recognized that JD allready implemented something like that.
In the "v2m_lang.ini" you can find in the Section "[Lang_English]" the entries:
TRAYTIP_SC_START_TITLE = "VNC2Me Prompt 2009"
TRAYTIP_SC_START_LINE1 = "VNC Connection has started"
TRAYTIP_SC_START_LINE2 = "Attempting Connection to Viewer"
these are the title and text of the Balloontip coming up if scprompt tries to connect. This balloontip only coming up if you have english OS because in the other languagesections there are no entries for this.
But you can manually add these settings in other sections, too!
If scprompt can not connect to the viewer the balloontip is also coming up.
There are some more settings for the balloontip like "time to life"(how long the tip is staying there).
And "option":
[optional] 0 = No Icon (standard),
1 = Info-Icon, 2 = Attention-Icon, 3 = Error-Icon
If you want to configure these options, too I can give you a new compiled "scprompt.exe" where these changes are implemented.
I hope I could help you. If you have any questions please ask!
best regards,
marc
Last edited by marcgistel on 2009-08-11 11:55, edited 1 time in total.
Re: SCPrompt2009_roll-your-own_0.9.0.4 no balloon tip
Hello Marc, I will check that out next week. Thanks for your input!
Regards, Emiel.
Regards, Emiel.