Jump to content
UBot Underground

Recommended Posts

the window is not fixed, I want to make a fixed panel
 
I give you an example
 This is my code:
 
ui html panel("<!DOCTYPE html >
<head>
    
    
    
    
<link rel=\"stylesheet\" type=\"text/css\" href=\"css/estilo.css\"/>

<style type=\"text/css\">


.fondo \{
    widht: 300px;
    height: 200px;
    background-color: grey;
    overflow: scroll;
    overflow: hidden;
\}
    
 
    body,html \{
        overflow: hidden;
        width: 500px;
        height:600px;
    \}   
    
    
    
    
    
    
    .boton1 \{
        height: 50px;
        width: 100px;
        position: relative;
        left: 200px;
        top: 50px;
        background-color: darkgreen;
        font-size:20px;
        border: 1px;
        color: aliceblue;
        margin: 10px;
        
    \}

</style>


   
      
</head>



<body>
       
<div class=\"fondo\">
    <button class=\"boton1\"onclick=\"ubot.runScript(\'Login\');\">login</button>
</div>
    
    
    
   
    
    
    
    
    
    
    
    
    
    
    
    
    

</body>

<html/>",600)
ui button("Login") {
    Login()
}
define Login {
    plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
    plugin command("ExBrowser.dll", "ExBrowser Navigate", "google.com")
}
 
 
 
--------------------------------------------------------------------------------------------------------------------------------------------------
 
 
this is what I do not want:
 
 
 
 
 
 
I hope you understand and I can help , thank you very much
 
 
 
I would like to make it so: 
 
 
 
Edited by pablo322
Link to post
Share on other sites

If you want to make it like standard GUI and not HTML then you need to buy aymen's XAML UI plugin for ubot and pash's Advanced Ubot 1 plugin to lock the window size.

 

http://network.ubotstudio.com/forum/index.php/topic/16097-sell-plugin-advanced-ubot-1/

 

http://network.ubotstudio.com/store/product/xaml-native-ui-for-ubot/

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...