Jump to content
UBot Underground

[SELL] ★★★ DataGrid UI Plugin ★★★ ➜ Professional Looking DataGrid In Your Main Window


Recommended Posts

  • Replies 287
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Any chance we could get an "auto scroll" feature. This would always keep the current working row visible.

Here are some suggestions:   Ability to enter hex color codes More styling options. Padding, margin etc. Sort datagrid when header column is clicked Pagination Double click cell to edit values Ability

Seems like a bug , if you can post it to the bug tracker i'll give it few tests!     Hey Pete , about the styler , like Gogetta said above , the columns width field is mandatory , i'll think about set

Posted Images

Aymen - Does the browser need to be visible for the data to be scraped from

a page or can I leave the DataGrid visible the entire time hiding the browser

from the user?

 

no need for the browser to be visible , you can keep it hidden and it will work fine!

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

Any update on this aymen? It's been a while..

It would be cool if we can add icons and sort the grid by clicking the header.

 

Yea i know it's been a while , i have not forgotten about the update , as soon as i finish the http post update i'll release something for this aswell!

Just been really busy with other stuff!

 

Regards!

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

Feature Request:

 

plugin command("DataGridUI.dll""datagrid contextmenu add""Delete""deleterow""")

 

Would be great to have a command to reset the contextmenu. 

Not sure if combining that with reset datagrid would work? But maybe a reset contextmenu command?

 

 

Dan

Link to post
Share on other sites

Aymen:

ould it be possible to keep the navigation bar when switching between browser and datagrid.

At the moment I'm not able to enter a new url.

 

Tested in 5.5.1

 

Thanks

Dan

You can't do it right now , but i'm looking into fixing it in next update , busy like crazy right but i'll try to release an update next week hopefully!

 

Feature Request:

 

plugin command("DataGridUI.dll""datagrid contextmenu add""Delete""deleterow""")

 

Would be great to have a command to reset the contextmenu. 

Not sure if combining that with reset datagrid would work? But maybe a reset contextmenu command?

 

 

Dan

 

I'll look into it!

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

You can't do it right now , but i'm looking into fixing it in next update , busy like crazy right but i'll try to release an update next week hopefully!

 

 

I'll look into it!

 

Hi Aymen,

 

any news on the planned update?

 

Thanks

Dan

Link to post
Share on other sites

Didn't had time to do any update yet , trying to finish couple of projects I'm launching soon , as soon as i get everything out of the way i'll make some nice updates!

  • Like 1
Link to post
Share on other sites
  • 3 weeks later...

Could someone please run a couple of tests with Ubot v5?

I get a lot of errors at the moment:

 

Just a quick test that doesn't work at all for me:

plugin command("DataGridUI.dll""reset datagrid")
plugin command("DataGridUI.dll""show datagrid""Testxx|hallo")
plugin command("DataGridUI.dll""add datagrid row", 222)
plugin command("DataGridUI.dll""browser container switch""Datagrid")
 

Link to post
Share on other sites

Dan, you have to specify the other value like this:

 

Were you trying to add 222 blank rows?

plugin command("DataGridUI.dll", "reset datagrid")
plugin command("DataGridUI.dll", "show datagrid", "Testxx|hallo")
plugin command("DataGridUI.dll", "add datagrid row", "222|223")
plugin command("DataGridUI.dll", "browser container switch", "Datagrid")
Link to post
Share on other sites

 

Dan, you have to specify the other value like this:

 

Were you trying to add 222 blank rows?

plugin command("DataGridUI.dll", "reset datagrid")
plugin command("DataGridUI.dll", "show datagrid", "Testxx|hallo")
plugin command("DataGridUI.dll", "add datagrid row", "222|223")
plugin command("DataGridUI.dll", "browser container switch", "Datagrid")

 

Ok it's working now for me. Not sure what I've messed up :-)

Link to post
Share on other sites

In your original code:

plugin command("DataGridUI.dll", "reset datagrid")
plugin command("DataGridUI.dll", "show datagrid", "Testxx|hallo")
plugin command("DataGridUI.dll", "add datagrid row", 222)
plugin command("DataGridUI.dll", "browser container switch", "Datagrid")

You didn't add the 2nd column data in red:

plugin command("DataGridUI.dll""reset datagrid")
plugin command("DataGridUI.dll""show datagrid""Testxx|hallo")
plugin command("DataGridUI.dll""add datagrid row", 222|223)
plugin command("DataGridUI.dll""browser container switch""Datagrid")

Link to post
Share on other sites

Here is an example from wiki.ubotstudio.com and using this amazing plugin:

plugin command("DataGridUI.dll", "reset datagrid")
plugin command("DataGridUI.dll", "show datagrid", "Number|First Name|Last Name|Points")
navigate("http://www.w3schools.com/html/html_tables.asp","Wait")
wait(2)
scrape table(<innertext="First Name">,&my table)
plugin command("DataGridUI.dll", "browser container switch", "Datagrid")
plugin command("DataGridUI.dll", "table to datagrid", &my table)
Link to post
Share on other sites

V 1.0.2 Update :

 

-Added can user sort column option to datagrid styler
-Added clear datagrid contextmenu command
-Fixed navigation bar not showing when switching between browser and datagrid

 

If you didn't get the update by email , PM me or send me an email!

  • Like 1
Link to post
Share on other sites

V 1.0.2 Update :

 

-Added can user sort column option to datagrid styler

-Added clear datagrid contextmenu command

-Fixed navigation bar not showing when switching between browser and datagrid

 

If you didn't get the update by email , PM me or send me an email!

Yeah. Aymen is back  :D

Great work! Thanks a lot for the update!

Dan

Link to post
Share on other sites

I have a small issue.

 

When I add an alert command to a context menu define, my Ubot UI freezes completely:

 

Example:

plugin command("DataGridUI.dll""reset datagrid")
plugin command("DataGridUI.dll""clear datagrid contextmenu")
plugin command("DataGridUI.dll""browser container switch""Datagrid")
plugin command("DataGridUI.dll""show datagrid""Ro1|Row2")
plugin command("DataGridUI.dll""add datagrid row""test|hallo")
plugin command("DataGridUI.dll""datagrid contextmenu add""Test""HelloWelt""")
define HelloWelt {
    alert("Test")
}

 

Bug Report:

http://bugs.ubot-plugins.com/view.php?id=11

 

Cheers

Dan

Link to post
Share on other sites

Hello Guys,

 

I have a question regarding Datagrid styler.

 

There are a couple of things that are not working for me:

Columns Width

Can Add Rows

Can Delete Rows

 

When is the columns width value used exactly? 

Is that also used when I use commands like CSV to datagrid or table to datagrid? 

 

What is the reason for the "Can add rows" "Can delete Rows" command?

Those options on it's own are not doing anything right? I still have to use the 

"datagrid delete row"  and "add datagrid row" commands to add and delete rows. 

So what's the reason for having those options in the styler? 

If I don't want to provide the "delete row" option I just don't use that command. So I don't understand why I can enable / disable it in the styler as well?

Would be great if someone could share a usecase for that?

 

Also the "Can user sort Columns" option. What's that doing exactly? I enable that, but I still can't sort columns?

 

Dan

Link to post
Share on other sites

Issue1:

Run the following code twice:

plugin command("DataGridUI.dll""show datagrid""Test|Test2")
plugin command("DataGridUI.dll""add datagrid row""Huhu|huhu2")

 

It screws the UI. It works fine if I add a reset datagrid in front of it.

But wouldn't it make sense to automatically do a "reset datagrid" when show datagrid is used?

 

Report:
http://bugs.ubot-plugins.com/view.php?id=12

 

 

Issue2:
UI is blocked until context menu command is executed completely.
So if we use a wait, alert or run into an error during execution of the define command that is called by the context menu, the ubot studio UI will be frozen (compiled bots as well)

Example with 3 define commands who all will freeze the UI:

plugin command("DataGridUI.dll""reset datagrid")
plugin command("DataGridUI.dll""clear datagrid contextmenu")
plugin command("DataGridUI.dll""show datagrid""Test|Test2")
plugin command("DataGridUI.dll""add datagrid row""Huhu|Huhu2")
plugin command("DataGridUI.dll""datagrid contextmenu add""Run1""runtest1""")
plugin command("DataGridUI.dll""datagrid contextmenu add""Run2""runtest2""")
plugin command("DataGridUI.dll""datagrid contextmenu add""Run3""runtest3""")
plugin command("DataGridUI.dll""browser container switch""Datagrid")
stop script
define runtest1 {
    plugin command("DataGridUI.dll""browser container switch""Browser")
    navigate("http://www.ubotstudio.com/resources","Wait")
    wait(10)
}
define runtest2 {
    plugin command("DataGridUI.dll""browser container switch""Browser")
    navigate("http://www.ubotstudio.com/resources","Wait")
    alert("Test")
}
define runtest3 {
    change proxy("123.123.123.123:9999")
    plugin command("DataGridUI.dll""browser container switch""Browser")
    navigate("http://www.ubotstudio.com/resources","Wait")
}

 

Bug Report:

http://bugs.ubot-plugins.com/view.php?id=13

 

 

It would be really great if at least Issue2 could be fixed quickly. This is a big showstopper for me at the moment!

 

Thanks in advance for your help!

Dan

 

  • Like 1
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...