Jump to content

_Vlad

Active Members
  • Posts

    34
  • Joined

  • Last visited

About _Vlad

  • Birthday 01/02/2003

Recent Profile Visitors

352 profile views

_Vlad's Achievements

Seeker

Seeker (1/7)

2

Reputation

  1. It doesn't really matter if it's displayed on this chart or other or through other methods. Just a radial in which I can put this value and be displayed on a circle. The thing is that I have a lot of maritime data i work with and i want to do a script to show me the dominant current and it's intensity from a range of time. (Each hour represents a value)
  2. Unfortunately not. I just got the image from somewhere. I'll try my best to see what I can do. I also found out the Excel UDF which can create a radial chart but I don't figure out how. I m still trying now using this. It is ok if it's generated in Excel too.
  3. I know that the width of the circle is 450 and heigh 300 pixels.
  4. It is ok if it is on the biggest line, non dotted.
  5. For example I have coordinate 109.3. I want to have a point which should be displayed in the right place according to the direction of the coordinate (ex : 109.3 will be somewhere between East (E) 90* and South (S) 180*.
  6. I don't really need a code to work just an idea of how I could do the code by myself. Thank you!
  7. Hello, I have a list of coordinates that must be placed correctly on a map. I've been trying to solve this problem for almost a week and I can't figure it out.' I tried to solve this using several UDFs or various solutions but none helped me out to come up with something. Any tips for a possible solution to this problem and dispaly the coordinates on the right place? Thank you very much for your attention.
  8. Thank you everyone for helping me out! Thank you for the solution @MrCreatoR 😀
  9. Hello, is there any way to make a process use less cpu even if it would make the process move slower? I tried 'ProcessSetPriority' but it doesn't seem to have any effect. Thank you!
  10. Yes it would have been a good solution, but this will not work if I want to copy a file from one point to another that has already a blank line.
  11. Hello Autoit, I have a problem with FileWriteLine trying to remove the last blank line that this function adds. I don't understand why is it so hard to remove the last blank line. if I put the text in an array then the last line will not show up or if I try to count the lines with _FileCountLines the last line it will not take in count. How can I remove this simple line, without using _FileWriteToLine. Thank you! Regards
  12. A general website, Vimeo is what I search for. I want to do that by myself but I need just an example of how to remove an element on a page,
  13. Thank you for your answer. Well, the problem is that I am not so good at AutoIt. what I already tried is not working, is not even make sense. However, what I want is to start chrome visit a website and show only the video. I've just managed to open the chrome but I can't hide the elements. I've seen some IE examples but they are not working. Any tip or function suggestion will be very helpful to me. Thank you!
  14. Hello Autoit, From a few days ago I try to figure out how to open a chrome and hide an element. I tried different UDFs I found, some scripts but nothing seems to really help for a solution. Thnak you !
  15. I'm back, thank you all for the answers! The script I wrote it turns out to be complex and hard to understand as I didn't knew about some functions posted above. In the end, it seems that @Melba23 already have a script for that, better than the one that I was currently working at. Until I will be capable to post something ingenious I still have to study further :)) Thanks one more time everyone!
×
×
  • Create New...