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

Plugin hides "in new browser" bug.

When you use grid table and switch back to browser using "browser container switch" it will messed up the in new browser command.

 

Here's a sample code:

in new browser {
    navigate("http://www.google.com","Wait")
    wait(2)
}
wait(1)
plugin command("DataGridUI.dll", "show datagrid", "id|col")
wait(2)
plugin command("DataGridUI.dll", "browser container switch", "Browser")
wait(2)
in new browser {
    navigate("http://www.google.com","Wait")
    wait(2)
    save to file("C:\\Users\\Kojak\\Desktop\\source.txt",$document text)
}

Video http://screencast.com/t/YQfgL7jgV4

Link to post
Share on other sites

Plugin hides "in new browser" bug.

When you use grid table and switch back to browser using "browser container switch" it will messed up the in new browser command.

 

Here's a sample code:

in new browser {
    navigate("http://www.google.com","Wait")
    wait(2)
}
wait(1)
plugin command("DataGridUI.dll", "show datagrid", "id|col")
wait(2)
plugin command("DataGridUI.dll", "browser container switch", "Browser")
wait(2)
in new browser {
    navigate("http://www.google.com","Wait")
    wait(2)
    save to file("C:\\Users\\Kojak\\Desktop\\source.txt",$document text)
}

Video http://screencast.com/t/YQfgL7jgV4

 

I will check that out!

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

Aymen, just sent you an email

The latest version I received by email is the v1.0.3

It says it includes the check:bool and :int.

But this is not working properly, I downloaded and replaced the dll, but seems its not refreshing.

What can I do? Did I downloaded a past version?

Link to post
Share on other sites

Aymen, just sent you an email

The latest version I received by email is the v1.0.3

It says it includes the check:bool and :int.

But this is not working properly, I downloaded and replaced the dll, but seems its not refreshing.

What can I do? Did I downloaded a past version?

 

hey RodvaN , you need to add rows for it to work , it should be the same download link

did you added rows first

:bool column should either have true or false as value , :int column should have an integer as value

Link to post
Share on other sites

hey RodvaN , you need to add rows for it to work , it should be the same download link

did you added rows first

:bool column should either have true or false as value , :int column should have an integer as value

 

Im really sure Im following up to your tutorials and I am doing this correctly.

As I suppose the dll I downloaded it was the correct?

Here I add you some screenshots

http://content.screencast.com/users/r0dvan/folders/Snagit/media/373e163e-d9d0-42ba-8b82-0a6fc87d6d6c/02.07.2015-19.28.png

http://content.screencast.com/users/r0dvan/folders/Snagit/media/bcd7f2b7-9d00-4d8e-a137-f2a8faf85aa9/02.07.2015-19.29.png

 

And this:

http://content.screencast.com/users/r0dvan/folders/Snagit/media/81ac360a-8949-4cc2-98f2-cb21b2028775/02.07.2015-19.30.png

 

By the way, there is a bug when you go from Datagrid to Browser and coming back to Datagrid, everything sets to grey.

Thats a bummer because I need to switch views.

Link to post
Share on other sites

Im really sure Im following up to your tutorials and I am doing this correctly.

As I suppose the dll I downloaded it was the correct?

Here I add you some screenshots

http://content.screencast.com/users/r0dvan/folders/Snagit/media/373e163e-d9d0-42ba-8b82-0a6fc87d6d6c/02.07.2015-19.28.png

http://content.screencast.com/users/r0dvan/folders/Snagit/media/bcd7f2b7-9d00-4d8e-a137-f2a8faf85aa9/02.07.2015-19.29.png

 

And this:

http://content.screencast.com/users/r0dvan/folders/Snagit/media/81ac360a-8949-4cc2-98f2-cb21b2028775/02.07.2015-19.30.png

 

By the way, there is a bug when you go from Datagrid to Browser and coming back to Datagrid, everything sets to grey.

Thats a bummer because I need to switch views.

 

 

That is really weird , just tested the latest version and it seems to be working fine here

http://screencast.com/t/wEt341IlH

 

Can you send me your code ?

Link to post
Share on other sites

Aymen kindly fix the bugs mentioned before on this thread. I am forced to create my own grid table from html because of the freezing and crashing on multithreading.

 

I'm looking at it Kreatus , it is not forgotten!

Link to post
Share on other sites

Update 1.0.4

 

-fixed datagrid cell edit not working inside a thread
-fixed datagrid add row not working inside a thread

 

Should be same download link
 

Link to post
Share on other sites

Ok, sent you the code via PM.

 

Are checkboxes working for you meanwhile Rod?

 

I just tested the following code and it works with 5.5.12

 

ui button("Create Datagrid2") {

    plugin command("DataGridUI.dll""browser container switch""Datagrid")

    plugin command("DataGridUI.dll""reset datagrid")

    plugin command("DataGridUI.dll""show datagrid""Check:bool|Name|Data")

    plugin command("DataGridUI.dll""add datagrid row""false|groupBy|campaign")

    plugin command("DataGridUI.dll""add datagrid row""true|groupBy|campaign")

}

 

Cheers

Dan

Link to post
Share on other sites

Question:

What is the purpose of the Datagrid styler options:

"Can Add Rows"

"Can user sort Columns"

 

If I disable add rows, I still can add rows via "add datagrid row"

And I don't see a sort columns feature?

 

The "columns width" option in the datagrid styler doesn't seem to do anything? I can set whatever I want in that field, but the size of the datagrid cells is not changing.

 

Dan

Link to post
Share on other sites

Question:

What is the purpose of the Datagrid styler options:

"Can Add Rows"

"Can user sort Columns"

 

If I disable add rows, I still can add rows via "add datagrid row"

And I don't see a sort columns feature?

 

The "columns width" option in the datagrid styler doesn't seem to do anything? I can set whatever I want in that field, but the size of the datagrid cells is not changing.

 

Dan

 

"Can Add Rows" alows you to be able to add rows manually to the grid

 

"columns width" allows you to set the width of the columns , exactly like you add rows for example

 

if your columns are :

name|username|password|email

 

setting columns width would be

 

150|200|200|250

Link to post
Share on other sites

"Can Add Rows" alows you to be able to add rows manually to the grid

 

"columns width" allows you to set the width of the columns , exactly like you add rows for example

 

if your columns are :

name|username|password|email

 

setting columns width would be

 

150|200|200|250

Thanks Aymen,

 

but how would a use rmanually add a row? 

Because with the add row command, it always works. Even when I have that option disabled in the styler.

Example:

plugin command("DataGridUI.dll""reset datagrid")

plugin command("DataGridUI.dll""browser container switch""Datagrid")

plugin command("DataGridUI.dll""datagrid styler""50|500|20|200""Black""Default""White""White""Black""no""no""no""no""no")

plugin command("DataGridUI.dll""show datagrid""Test1|Test2|Test3|Test4")

plugin command("DataGridUI.dll""add datagrid row""y|aksdhkjahsduiahsdiuhasdiu|hhhhh|hausdizhauisdhaisuhaisd")

ui button("Add Row") {

    plugin command("DataGridUI.dll""add datagrid row""y|aksdhkjahsduiahsdiuhasdiu|hhhhh|hausdizhauisdhaisuhaisd")

}

 

All options are set to NO, but I can hit the button 100 times and it will add rows. 

 

 

 

Same for the columns width. The values in the styler don't change anything. 

As soon as I create the datagrid, the cells are automatically adjusted to fit the text in. 

Example:

plugin command("DataGridUI.dll""reset datagrid")

plugin command("DataGridUI.dll""browser container switch""Datagrid")

plugin command("DataGridUI.dll""datagrid styler""50|500|20|200""Black""Default""White""White""Black""no""no""no""no""no")

plugin command("DataGridUI.dll""show datagrid""Test1|Test2|Test3|Test4")

plugin command("DataGridUI.dll""add datagrid row""y|aksdhkjahsduiahsdiuhasdiu|hhhhh|hausdizhauisdhaisuhaisd")

 

 

You can configure whatever you want in the styler, the size of the columns is always the same. It will change with the text I add.

 

So that's where I'm confused.

 

Dan

Link to post
Share on other sites

BUG:

 

If you open the plugin selection dialog again after you have loaded your bot with the datagrid plugin already enabled, I see strange behaviors.

selected index will always return 0 in that case for example. 

 

You have to close ubot and load it again with the datagrid plugin already enabled. Then everything works fine. 

But if you enable / disable other plugins while datagrid plugin is already enabled, this error will occur.

 

Bug Report:

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

 

Cheers

Dan

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

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...