Jump to content
UBot Underground

Recommended Posts

Hi Pash,

 

Just found another thing:

 

When using "maximize" + "hide title bar", tray info is not displayed anymore.

on load("Bot Loaded") {
    plugin command("Advanced Ubot.dll", "hide title bar (this app)", 4)
}
ui button("TRAY") {
    plugin command("Advanced Ubot.dll", "minimize to tray", "Balloon Title", "Balloon Text", "Message", 3, "Info", "Return", "Required", "False")
}
ui button("MIN") {
    plugin command("Advanced Ubot.dll", "window layer (this app)", "Minimize", "True")
}
ui button("MAX") {
    if($comparison($plugin function("Advanced Ubot.dll", "$check windows status (this app)"), "=", "Maximize")) {
        then {
            plugin command("Advanced Ubot.dll", "window layer (this app)", "Return", "True")
        }
        else {
            plugin command("Advanced Ubot.dll", "window layer (this app)", "Remember", "True")
            plugin command("Advanced Ubot.dll", "window layer (this app)", "Maximize", "True")
        }
    }
}

Demonstration:

 

http://www.screencast.com/t/9tIojy0S3c9

 

Also, if you watch the video (00:18): Taskbar is hidden when bot is maximized. Is that normal?

Link to post
Share on other sites
  • Replies 1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

V2.3.1.0 Version of the test (I tested only preliminary. For people who want to try it). Add C/F: hide border style (this app): by name [http://www.youtube.com/watch?v=Cd88e9hW7r4] hide from taskbar

V2.3.0.0   Chang Name: fixed window size ==> fixed window size this app (Api new solution to "TeamViewer") fixed window size min/max ==> set window size min/max this app (Api new solution to "Te

You can download all versions of the URL that was sent to you via email. (beta version) is ideal for people who like to test the new command.

Posted Images

Hi Pash,

 

Just found another thing:

 

When using "maximize" + "hide title bar", tray info is not displayed anymore.

on load("Bot Loaded") {
    plugin command("Advanced Ubot.dll", "hide title bar (this app)", 4)
}
ui button("TRAY") {
    plugin command("Advanced Ubot.dll", "minimize to tray", "Balloon Title", "Balloon Text", "Message", 3, "Info", "Return", "Required", "False")
}
ui button("MIN") {
    plugin command("Advanced Ubot.dll", "window layer (this app)", "Minimize", "True")
}
ui button("MAX") {
    if($comparison($plugin function("Advanced Ubot.dll", "$check windows status (this app)"), "=", "Maximize")) {
        then {
            plugin command("Advanced Ubot.dll", "window layer (this app)", "Return", "True")
        }
        else {
            plugin command("Advanced Ubot.dll", "window layer (this app)", "Remember", "True")
            plugin command("Advanced Ubot.dll", "window layer (this app)", "Maximize", "True")
        }
    }
}

Demonstration:

 

http://www.screencast.com/t/9tIojy0S3c9

 

Also, if you watch the video (00:18): Taskbar is hidden when bot is maximized. Is that normal?

After testing, it works fine

 

http://www.screencast.com/t/L6jjdcufOoK

Link to post
Share on other sites

Hi Pash, I forgot to mention my Windows version for the video. Can you please test it under Windows 7 64 bit, please?

 

Thanks for looking into it,

Marton

After the test

This problem with windows 7 (slower than normal).

I usually work with windows 8.

 

I think windows 8 developer api get better.

concluded

windows 7 can work

But slower than normal for about 5-10 seconds.

  • Like 1
Link to post
Share on other sites

After the test

This problem with windows 7 (slower than normal).

I usually work with windows 8.

 

I think windows 8 developer api get better.

concluded

windows 7 can work

But slower than normal for about 5-10 seconds.

 

You're right, if I wait about 10 seconds the balloon comes up :)

 

No big deal anyway, thanks for the research!

 

Kindest Regards,

Marton

Link to post
Share on other sites
  • 2 weeks later...
  • 2 weeks later...

Hi Pash,

 

plugin command("Advanced Ubot.dll""locked app""True")

 

Would it be possible to change that feature so that the window is still movable, re-sizable and can be minimized / maximized?

And that only input to the UI is prevented?

 

Dan

Link to post
Share on other sites
  • 4 weeks later...

Ubot Studio ES 1.0.0.4

Add: Date Time to backup file name

Add: Run as Administrator option

 

Hi Pash, I also saw that the plugin itself was updated 8 days ago. What was changed?

 

Thanks,

Marton

Link to post
Share on other sites
  • 2 weeks later...

Update V2.3.7.9

 

Add Option

restart this app: Add "Mode 2 (No wait time)" ***
restart this app: Add "Wait Before Re-Run (s)".

 

Chang Option
restart this app: Stop automatic closing After completing.
           
*** "Wait Before Restart (s)" not work on this mode

Link to post
Share on other sites

Update V2.3.7.9

 

Add Option

restart this app: Add "Mode 2 (No wait time)" ***

restart this app: Add "Wait Before Re-Run (s)".

 

Chang Option

restart this app: Stop automatic closing After completing.

           

*** "Wait Before Restart (s)" not work on this mode

 

I tried to download the new version but it still showing this version 2.3.7.2 on ubot es.

Link to post
Share on other sites

I tried to download the new version but it still showing this version 2.3.7.2 on ubot es.

try. clear cookie browser or open url in other browser

Link to post
Share on other sites

Update V2.3.8.0
Add Option:
auto close browser crash: Add "Dialog Title"

Due to the difference of language. Dialog title is different. I can fix this problem, you can fix it yourself. And you can also use it to close the dialog other than "browser crash dialog".

  • Like 1
Link to post
Share on other sites

Hi Pash,

 

I'm trying to use the run ubot code command.

 

And it works fine when I stick it into a define.

 

But then it won't run in a thread, in new browser.

 

Can I use this inside the thread -> in new browser?

 

Thanks

Link to post
Share on other sites

Hi Pash,

 

I'm trying to use the run ubot code command.

 

And it works fine when I stick it into a define.

 

But then it won't run in a thread, in new browser.

 

Can I use this inside the thread -> in new browser?

 

Thanks

 

 

 

PM.

Link to post
Share on other sites

Update V2.3.8.1

run ubot code: Minor Update

 

Hi Pash, thanks for the update.

 

Ubot 5.5 is becoming more and more stable. However, "hide menu strip" and "hide title bar" are not working in 5.5 (works in UBot4 and older versions of Ubot5). Something has changed, would you mind taking a look at it?

 

Thanks,

Marton

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...