Jump to content
UBot Underground

drewness

Members
  • Content Count

    164
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by drewness

  1. Awesome, looking forward to it - thanks! In the meantime, is there a way to update a specific cell's value? I.e. if running through a loop, update a specific table cell's text from "pending" to "complete"?
  2. Yup, exactly like that! Also, does anyone know how to get sorting by columns in a datagrid working? I've tried adding the command and setting it to "True" and $true but either way i can't seem to sort
  3. If I wanted to have a select all/select none button for the datagrid, how would I go about looping through each row to set the checkbox column as checked/unchecked? Or even better, would it be possible to have a checkbox in the column header that selected/deselected all when clicked?
  4. Excellent work on the last update, fixed the events issue perfectly. Appreciate the fast support!
  5. I have the same issue - I had assumed I was doing something wrong so PM'd Nick yesterday, still waiting for a response (I'm sure he'll be back on soon). But it's not just you, unless we're both overlooking something simple, but I've experimented with no luck. It looks like the last event call is the one that sticks to all buttons/comboboxes/etc). Hoping Nick will jump in with an answer or fix here soon
  6. Feature Request (if not already implemented, I didn't see a way to do so): Can we be able to clear a selected List Box item so that none are selected? I know we can pass a number using UI Set Listbox Property to select a target list item, but when leaving it blank it throws an exception instead of selecting none. Would this be possible?
  7. Finally getting to dig into this plugin more and rebuild a few bots - it's even more powerful than I thought. Hats off to you, Nick! Two questions: 1) have you had a chance to look into implement tree view controls by chance? 2) is it possible to do a table to datagrid command, or do we need to loop through tables to add to datagrid? Thanks again!
  8. Bought this and I'm super impressed - barely scratched the surface and can't believe how powerful it is. It's literally the missing piece of the puzzle. After dealing with frustrations of the old XAML UI plugin and datagrid (different developer), Nick has released the [almost] perfect solution. I paid the developer of the XAML UI / datagrid (way more than this plugin costs) for a custom plugin to allow for multiple datagrids in one bot but still have issues with it, so haven't been able to use the modified version of those old plugins. So far, from what I've experimented with, Ultimate UI is
  9. Here's the code used that produced the window in the screenshot in my previous post: set(#test,$plugin function("Advanced Dialog.dll", "$text box dialog", "Results", "test text goes here", "False", "True", "False", "False", "True,True,True", "600,200", "False", "FFF3F3F3", "FFBEEAC4,000000", "FFF3C1C1,000000", "FF778ABD,000000", "Center App", "Label,00FFFFFF,FF000000,0,10,375,10"),"Global")
  10. Thank you for looking into it. Unfortunately, I'm still getting the same results. I added a new textbox dialog and left everything the same except added in a 10 for the label top position and have the same results: https://cl.ly/6401dd876939 Sent from my SAMSUNG-SM-N920A using Tapatalk
  11. Hi Pash, sorry to bother again: In the "$text box dialog" I've set the Label to have 5px on the top and 5px on the bottom to give some spacing, but it pushes the label down without shrinking the textbox, so the label winds up overlaying on the textbox. Is it possible to fix this so the top of textbox is moved down when either the Label Top and/or Label Bottom are set? Screenshot: https://cl.ly/7ef738aa8976 Sent from my SAMSUNG-SM-N920A using Tapatalk
  12. Man, he hasn't been on in nearly a week - that's not like him, especially not after JUST launching a new plugin. I hope he's alright and taking a much deserved vacation or something.
  13. Perfect, thanks Dan! Yeah I'd prefer they not interact with the browser at all and will be taking steps to limit that, just wanted to use the alive check as a fallback. I appreciate it! Sent from my SAMSUNG-SM-N920A using Tapatalk
  14. This may be a dumb question, but I didn't see it in the docs or in the thread (if I overlooked it, I do apologize): Is there a way to tell if Exbrowser is running and attached to a bot? Use case: when initializing a scraping session, id like to see if Exbrowser is already running and ready to go (to save time instead of starting a new browser for every scrape), or if a user closed it so it needs to relaunch before scraping. Thanks in advance for any insight! Sent from my SAMSUNG-SM-N920A using Tapatalk
  15. Haven't bought it yet, was waiting to hear back from him on a question before purchasing, but it honestly looks amazing Sent from my SAMSUNG-SM-N920A using Tapatalk
  16. Talked to him a few days ago right after he emailed about his new plugin, but haven't heard back after a follow up question - he's probably just busy, I'm sure he'll be back soon Sent from my SAMSUNG-SM-N920A using Tapatalk
  17. That fixed it - thank you once again for the outstanding support!
  18. Hi Pash, Whenever I try to use the $folder browser dialog command, I get an error - "Execute: the given key was not present in the dictionary" Sample code: set(#bulkOutputFolder,$plugin function("Advanced Dialog.dll", "$folder browser dialog", "Select a Target Project Folder", "Desktop", $special folder("Desktop"), "False", "True"),"Global") I've tried leaving "Selected Path" blank, I've tried both True and False for "Vista Style" and I've tried True and False for "Empty on Cancel" (which I would like to use as True) - but get the exception every time. I've also tried running it in an ST
  19. Stuna, (yes, we all know it's you, who've had your original account banned here) - what does your inability to download Pash's compilation tool have to do with this licensing system? Macster has nothing to do with that, why don't you reach out to Pash or build your installers another way? Sent from my SAMSUNG-SM-N920A using Tapatalk
  20. Hi Pash, I appreciate you with your awesome updates for the Advanced Dialog Plugin. Got another request if you get a minute: Is it possible to return empty/null if a user clicks the Cancel button on $folder browser dialog - right now the value doesn't clear the variable if they click cancel, it just has the last used folder. I tried clearing the variable before assigning it with the folder browser dialog, but it still reverts to the last selected folder on Cancel. Thanks in advance!
  21. Ive been having an issue with populating text fields in a Xaml dialog created with Aymens Super Fancy Dialog plugin. When I call the command to set a text field in a dialog with data it works the first time, but every time after it shows the same data from the first call, even when the value has changed. I've tried moving the call to set the field(s) in different places, but the results are always the same. Does anyone use the Super Fancy Dialog plugin with pre-populated data (that changes) with any success? If so, where do you put the set control value so it always shows the latest data i
  22. Hi Pash, Would it be possible to add a text color option (#1 in image) for the Dropdown Dialog, similar to how you did with a few of the other plugins? Additionally, not as important, but would it be possible to have a little less padding below the drop down (#2 in image) when you have quick-select enabled? Right now when you adjust the height smaller it shrinks upward from above the dropdown, but the lower part remains unchanged. Thanks!
  23. Got this when it first launched and have been meaning to go through it - finally set aside some time to dig in. Excellent content, it has answered a ton of questions I had that kept me from developing any plugins. I have a fairly solid grasp of C# which helps, but even if you're fairly new Nick explains things well and you can Google and experiment just a bit and you'll be well on your way to improving Ubot with your own functions. Excellent work as always, Nick! Sent from my SAMSUNG-SM-N920A using Tapatalk
  24. Hi Pash, I'm trying to log in to manage my license and on the site after submitting login info it says "you must check the box to say you're not a bot" - but there's no box to check. Tried on both chrome and Firefox. Sent from my SAMSUNG-SM-N920A using Tapatalk
×
×
  • Create New...