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

I am having the same problem, my bot is freezing while using the dtagrid context ad function like the image shown here, when I right-click it wont open the URL.

http://www.affiliatemarketingtips101.net/wp-content/uploads/botfreeze.png

 

Also i would like to know whether we can open hyperlinked URL's like say can it open www.yeahmobi.com when I click the name "Yeahmobi." The problem is that the data doesnt appear to have hyperlink inside the scraped table area.

 

I used the command functions suggested in earlier post.

 

plugin command("DataGridUI.dll""datagrid contextmenu add""Open URL""open_website()""")
define open_website {
    shell($plugin function("DataGridUI.dll""$datagridUI selected index"))
}

Link to post
Share on other sites

"Datagrid contectmenu add" is still not working.

It freeze the whole bot.

Please fix this aymen. This is very important to the bot i am currently working on.

 

There is no solution to this yet , Ubot threading is interfering somehow and causing the context menu to freeze , so this is a no go for the moment , still working on a workaround for this!

 

I am having the same problem, my bot is freezing while using the dtagrid context ad function like the image shown here, when I right-click it wont open the URL.

http://www.affiliatemarketingtips101.net/wp-content/uploads/botfreeze.png

 

Also i would like to know whether we can open hyperlinked URL's like say can it open www.yeahmobi.com when I click the name "Yeahmobi." The problem is that the data doesnt appear to have hyperlink inside the scraped table area.

 

I used the command functions suggested in earlier post.

 

plugin command("DataGridUI.dll""datagrid contextmenu add""Open URL""open_website()""")

define open_website {

    shell($plugin function("DataGridUI.dll""$datagridUI selected index"))

}

 

 

I think you should use datagridUI cell value , read my comment above for the context menu freezing

Link to post
Share on other sites

Thats too bad I was hoping to use this to add some final functions.. hmm is this problem also in the version before the multi-thread update?

 

There is no solution to this yet , Ubot threading is interfering somehow and causing the context menu to freeze , so this is a no go for the moment , still working on a workaround for this!

Link to post
Share on other sites

Thats too bad I was hoping to use this to add some final functions.. hmm is this problem also in the version before the multi-thread update?

 

I take that back , it is just one of those moments where i tend to cut myself short :D , figured i may try few things , and one of em worked !

 

Update Log 1.0.5 :

-Fixed Context Menu freezing!

Link to post
Share on other sites

ayemen,

 

Where can we download the update from? Or does the plugin update automatically because I added the following command below and when I right click the table and try to open the URL the bot is still freezing. Is there something wrong in my command?

 

http://www.affiliatemarketingtips101.net/wp-content/uploads/botfreeze.png

 

plugin command("DataGridUI.dll""datagrid contextmenu add""Open URL""open_website()""")
define open_website {
    shell("cmd.exe /c start {$plugin function("DataGridUI.dll""$datagridUI get value", $plugin function("DataGridUI.dll""$datagridUI selected index"), "URLS")}")
}

Link to post
Share on other sites

ayemen,

 

Where can we download the update from? Or does the plugin update automatically because I added the following command below and when I right click the table and try to open the URL the bot is still freezing. Is there something wrong in my command?

 

http://www.affiliatemarketingtips101.net/wp-content/uploads/botfreeze.png

 

plugin command("DataGridUI.dll""datagrid contextmenu add""Open URL""open_website()""")

define open_website {

    shell("cmd.exe /c start {$plugin function("DataGridUI.dll""$datagridUI get value", $plugin function("DataGridUI.dll""$datagridUI selected index"), "URLS")}")

}

 

The "old" download link http://ubot-plugins.com..... still worked for me. 

Got Version 1.0.5

 

Dan

Link to post
Share on other sites

I'm very sorry... Have to appologize. Finger was quicker than my brain.

SORRY!

 

Dan

 

It's Ok , i know you didn't do it on purpose !

 

Regards

Link to post
Share on other sites

Bug V1.0.5

 

alert($plugin function("DataGridUI.dll""$datagridUI selected index"))
plugin command("DataGridUI.dll""datagrid row color"$plugin function("DataGridUI.dll""$datagridUI selected index"), "Red""Black")
alert($plugin function("DataGridUI.dll""$datagridUI selected index"))

 

datagrid row color seems to reset selected index. 

 

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

Link to post
Share on other sites

The last email i recieved from aymen was update of 1.04. When I download that and add again to my ubot plugin option, it doesnt automaticaly update to 1.05.

There is no automatic update. Aymen is using a classical update system via email  :)

So you have to wait for an email, or ask Aymen directly.

 

A login to his site would be very nice, where we could just download all the latest versions.

 

Dan

Link to post
Share on other sites

Hello Dan and Aymen,

 

My apologies as I thought plugin would update automatically. Aymen; it would be great if you could mail out the update today if possible as I want to compile the bot.

Link to post
Share on other sites

Thanks ayemen,

Received the update but now when I right-click and try to open the URL I get the following script error;

 

http://www.affiliatemarketingtips101.net/wp-content/uploads/error1.png

 

 

 

 

 

http://www.affiliatemarketingtips101.net/wp-content/uploads/error2.png

Link to post
Share on other sites

Thanks ayemen,

Received the update but now when I right-click and try to open the URL I get the following script error;

 

http://www.affiliatemarketingtips101.net/wp-content/uploads/error1.png

 

 

 

 

 

http://www.affiliatemarketingtips101.net/wp-content/uploads/error2.png

 

The column name is case sensitive. There is probably an error in your code.

So you have to use the exact column name in your read data function.

Dan

Link to post
Share on other sites

I created a test bot to report 2 problems but seems I fixed one of the problems (switching grid to grid) when writing the test..

 

There is still a problem with the context menu not resetting for some reason when I switch between grids and load a new context menu

http://screencast.com/t/bNiuohX260
https://www.dropbox.com/s/w2eiaygxwmfppge/grid-switch-test.ubot

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

How do I sort a row when the following option is enabled?

http://content.screencast.com/users/danwan131/folders/Jing/media/2796341b-498c-4a03-89df-6399a6229284/2015-05-04_2043.png

 

Thanks

Dan

Link to post
Share on other sites

Ok found my error.

I have to use the styler after datagrid show.
Some of the other commands work fine when you have it the other way around. But not the sort feature.

Thanks Rich

Dan

Link to post
Share on other sites

Bug Report:

 

1. Datagrid Index not working correctly when sorting is enabled

2. Scrolling in the datagrid changes row color
3. datagrid row color seems to reset selected index.

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

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

Thanks in advance for fixing those bugs.

Kindest regards

Dan

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