Don't have an account yet? Then register once and completely free of charge and use our wide range of topics, features and great options. As a registered member on our site, you can use all functions to actively participate in community life. Write posts, open topics, upload your pictures, put your videos online, talk to other members and help us to constantly improve our project and grow together! So, what are you waiting for? Become a part of us today!
To get support for a technical issue such as installing the software, to query a purchase that you've made/would like to make, or anything other than using our software, please visit our Customer Service Desk:
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
I have problem with File-folder Object I cant seem to get full Path and long filename correctly
Code
getLongPath$( "File-Folder object", Dropped$(0) )
Drag n drop file with a file from a path longer than 260 chars then drag n drop another above 260 file with different name It seems to error weird path strings.:o Does it need a fix?
As much as I can gather you maybe getting actions and expressions mixed up. this is what its like when you right click for a actionPlease login to see this attachment. where should be viewing the values through something like a string Please login to see this attachment.
the file object "open directory selector" it doesn't automatically slide to view the preselected directory only by manually scroll to it, is this normal or bug?
The only solution I found that works is to UrlEncode/Decode (which makes the string longer [FONT="]😮*💨[/FONT]) with the "Web Query Object" from the Clickstore before Base64 or even AES.
I need help making a program that saves text files in utf-8 from a list file I need to make it so i can add a line to a list, then it saves to a text document in a specified location with utf-8 format, because I need obs to read the text document, and it can't if its not utf-8
Knowing these settings will be a start. Please login to see this attachment.
Interesting Patrice, a little waiting for each actif to be selected otherwise still better and faster than what I've tried using the Advanced Path Object making heaps of nodes and program each to turn in a direction seems I can only can turn around and go back to the previous node only when it gets to one of its journey's node's.
Noticed this when I was playing with loops, adding lines from one list to the 2nd list turned up with empty lines, So tested and used the String Repeater Object got to no more than 32,765 characters in a line. Does it error?
So how do u base64 a Unicode string? I've used base64 object to encode "Haпd" to get "SGE/ZA==" and decode to get "Ha?d" There's something else needed to do with conversion hex, dec, octal and bytes. I'm confused is there a object take the pain out of it?