Jump to content
UBot Underground

addamroy

Fellow UBotter
  • Content Count

    386
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by addamroy

  1. It will not let me get files any deeper than the special folder, I can't get files from from any sub directories at all. IE - get files > specialfolderDesktop > folder does not work for some reason.
  2. I even tried, $add list to list > list from text > get files, rather than just, add to list > get files, still getting the same script error. Very annoying, and ubot keeps locking up everytime it tries to run it. EDIT - Nor can I do set > get files. Looks like ubot bug?
  3. For some reason I'm getting a script error "could not find part of the path"... I'm using , add to list, and in the 'list to add', I'm using $get files, which is just a simple path to > (special folder, application)\images I just need a list of the files, but it won't let me. Is it because $get files is not compatible inside an 'add to list' command?
  4. So this seems like it might do the trick, but if I have like 100 input fields for different colors, do I have to create a define for each one of them? @traffikcop I had overlooked it because it didn't mention RGB, and I wanted something that could do both, but looks like you can copy/paste the RGB values from the picker, so that's good enough for me.
  5. I copied and pasted that hex code section, however it doesn't show me any hex code at all, only the boxes to select colors.
  6. That works in a distributed compiled bot? I notice the including dll file in the function.... does that file have to be distributed to the end user with the bot? Sorry I'm completely new to the plugin system.
  7. I would even be happy if I could get a color picker that just pops up, and doesn't even fill a field. At least if the user could easily copy/paste the hex code from the pop-up color picker or whatever that would be fine with me.
  8. Has to be UI HTML panel Also I did use that jscolor file, but for some reason it makes the input fields 'flicker'
  9. I did find the file management plug-in, I have no idea how to get that dialogue into a uihtml panel text input field though. And lack of RGB is still killing me right now because I'm using transparency, have to be able to get RGB code
  10. How do you use the color picker dialogue on a UIHTML panel text input field?
  11. what is file management plugin?
  12. How do I put a color picker input field into the UI HTML panel? ie, user clicks the box, they pick a color from a wheel or panel or whatever and the value would be the hex or rgb code. It's a real pain to have to go to some other site, use their color picker, then come back and paste the results into the bot. Isn't a color picker common practice these days anyway? Input type="color" has been adopted and functional in most browsers, but it doesn't render in ubot's uihtml panel. If there is a solution to this I would be extremely grateful.
  13. I tried that, both methods you stated. Didn't work. I used this directly, and set it as a variable, didn't work either way. (application special folder)/images/image.jpg Any other ideas?
  14. That only works if every single user has the image on their desktop. The images I'm trying to display are always in the same folder as the software (applicationfolder), so that absolute path won't really work for me as it would be different for everyone using it..
  15. I'm trying to load some local images in the browser window with HTML but I can't figure out the proper syntax... I tried applicationfolder/images/image.jpg but that doesn't do anything. What is the proper syntax for this? (It wouldn't work for me if I had to get the full local path to an image)
  16. I have a bot that I need to extract certain parts of a variable. For example similar to the scrape function where you can search for text in between other specified text/code on the site... This would be perfect but that's a browser function not a text or data function. Basically one of the variables is a bunch of HTML, I need to extract certain parts of that HTML and I want to set each bit of extracted data as an individual variable. EDIT - I just realized page scrape does scrape source code, not just visible text, so I can accomplish this in a new browser window. Thanks for looking!
  17. I have never used REGEX can you please explain to me how to use that code and the logic behind it so I understand what it's doing and how it works??
  18. I have a script that generates a dollar value as a result after some hefty calculations. IE $1299.99 My problem is the results are showing with like 10 decimals, for example I might get a result like 19.8888399221 Is there any way to strip any extra decimal after the second one to make it normal again? For example the above would become 19.88 ... like a dollar value should be displayed Thanks!
  19. So if I have brackets anywhere inside my HTML, regardless of location it will break my ubot variables? I understand what you're saying I'm just trying to be sure what the conflict is before I go messing with all the code, cuz it's going to take some real time. Is it only the { } causing this, or does the # symbol effect it also?
  20. Just did that. {#variablename} still won't render in load html unless I physically drag and drop the variable into it There are ALOT of variables, ekk
  21. All of the CSS?? Or is it possible I have classes/IDs that exactly match a variable?
  22. Thanks that worked perfect. Is there any way to add variables to load HTML via code, instead of dragging each variable into it manually? I coulda sworn it was {#variablename} but i guess i was wrong EDIT** Even when I do it manually, the code shows up in the browser as {#variablename} like I thought, why is that happening?
  23. Anyone know the proper code to include a button to run a define command from the browser? I'm displaying results in the browser via the load html command, but would like to include a button within the results and am unsure how to create one.
×
×
  • Create New...