Jump to content

RAMzor

Active Members
  • Posts

    109
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RAMzor's Achievements

Adventurer

Adventurer (3/7)

2

Reputation

  1. Hi @Nine, I liked your script and enjoy using it. If you don't mind, I made some light cosmetic changes and added some functionality to your latest version. I hope it will be useful to someone. Thanks for your work and sharing! SearchContent.au3
  2. Hi. Just tried last 3.0.2 version. 1. After clicking 4:2 cell on the right LV and then Escape or click once on some row on the left LV - focus goes to 4:0 cell and then your example crashes 2. After once clicking on some row on the left LV and then on the right LV - the left LV always in focus
  3. Now it works great for me. There is still a "minor" bug that doesn't bother me in my current project - now hooked keys not work inside the GUI. Probably necessary check if the LV is in focus and release if not. Thanks for sharing super easy to use UDF. I like it!
  4. Vielen Dank, Mann! Now another bug has appeared. While your example is running, Enter and Tab keys are blocked in all applications in Windows
  5. Hello, I'm trying to use your UDF but it's not working as expected. For example, to prevent edit column 1 from being edited, I changed your example from "0,1,2" to "1,2" and I'm still able edit column 0. Also, as @Saad said, allowing editing only one column ("1" or "2" in your example) also not work as expected. Can you please explain how to do it in right way I'm trying to use your UDF but it's not working as expected. For example, to prevent column 0 from being edited, I changed your example from "0,1,2" to "1,2" and I can still edit column 0. Also, as @Saad said, editing only one column (change "1" or "2" in your example) also do not work properly. Can you please explain how to do this correctly?
  6. Many thanks for the answer! This is exactly what I was looking for.
  7. Hello all, I have such JSON file (the example is simplified for demonstration, the original one can content about 20000 array blocks or even more). I need the audience help to flip the "Flip_Me" array. { "Example": { "EnableList": true, "Color": true "Flip_Me": [ { "Name": "Test_1", "Type": { "CAT": 1.1, "DOG": 1.2, "FOX": 1.3 }, "Form": { "ABC": 1.4, "CDE": 1.5, "NON": 1.6 } }, { "Name": "Test_2", "Type": { "CAT": 2.1, "DOG": 2.2, "FOX": 2.3 }, "Form": { "ABC": 2.4, "CDE": 2.5, "NON": 2.6 } }, { "Name": "Test_3", "Type": { "CAT": 3.1, "DOG": 3.2, "FOX": 3.3 }, "Form": { "ABC": 3.4, "CDE": 3.5, "NON": 3.6 } } ] } } Thanks
  8. Hey @RTFC I didn't choose to use The Editor this way, I inherited this work process style from developers... You are absolutely right but ..... I don't want to spend too much time to learning something bombastic like BLUE to make a "few clicks" and never more use it again, it's overkill to me. This software is used only for this purpose. Once again, I don't come from the gaming world and know nothing about this software. Even simple commands. I'm just now studying and it's blowing my mind Thanks for the guidance! It can help with something. To know how about this cmdline options you need to know that this option exists at all 😁. I will look now I saw an option to write commands in the Editor but I was unable to write there programmatically 😒... I actually found it 🙂 But while running batch with hundreds of tasks the log is inflated and it's quite difficult to do parsing without deleting between tasks. For this specific mission there is no need to upgrade every time if at all.
  9. I will try to explain... Sent PM to you. Thanks!
  10. Hi all. Knowing the rules of the forum, I want to say right away that I don't play any games and have never played. I came across Unreal Engine for first time in my life a week ago at my work (medical imaging). So please be understanding. I need help to start automating the Unreal Editor (WorldSim). To be more precisely, I need just a few commands such as load batch json file, play/stop level, read/clear log. How can I take control through ActiveX, COM, Web or something else. Spend a lot of time with no success. I will be grateful for any help/examples here, PM or email. Moderators, if this is still against the rules, you can delete this post without warning me
  11. Hi to all! I'm not an expert in COM programming, but I'm always trying to implement it more an more into my coding. I can't organize file copying files with progress. I will be grateful for any examples how to use FileTransferProgress and FileTransferProgressEventArgs to show the progress.
  12. Hi, The link to UDF is dead 😒. Please post a new one Update: Found it here.
  13. @RTFC After adding _Eigen_ResetLogicalBit0only() the example works as expected! Thanks again for help and sharing so wonderful UDF! @Andreik Thanks, it works perfectly now! Minimalistic, speedy code and does exactly what was required!
  14. Your code accept up to 7 BIT (0x7F). Over this value the Diff is wrong (Diff from 0x00 in one file to 0x80 to another one is 1) Compare attached files TestPtrn_2 vs TestPtrn_2_DEh the diff must be 0xDE (222d). The max diff must be 0xDE but currently the result is 0x22 (34d) TestPtrn_2_DEh.raw TestPtrn_1.raw
  15. In addition, I changed the 1st and 2nd byte to 0x05 and 0x06 (vs 0x00 0x00 in above attached files) and the difference is still not changed. updated file "TestPtrn_2_56.raw" for test is attached. Compare it to "TestPtrn_1.raw" - max diff must be 6 TestPtrn_2_56.raw TestPtrn_1.raw
×
×
  • Create New...