Great! Thanks Yves.
Posts by Ls2
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!
Clickteam.
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!
Clickteam.
-
-
Please login to see this link.
Though for what you are doing Rich text editor might be better
Oh, awesome! I understand now and yes, Rich Text seems to be better for what I'm doing. Thanks fnkycoldmadeanr!
-
YesNoYes,
I didn't find the documentation either, and the usage examples are dead links.
-
I need to colorize a string with different colors, for example: substring01,substring02,substring03.
In Rich Text, I accomplish this using:
[INDENT]1. Control/Format/Font/Set color font for integer;
2. Control/Format/Bold/On;
3. Control/Append text;
[/INDENT]How can I make this using Scintilla?
~*~*~*~*
I'm building a terminal to read some DB data, so I need to colorize things to improve the readability to the user. Scintilla seems to be more flexible than Rich Text, so I trying this object this time ;D
Regards.
-
Thank you, rubes!
-
Hi, NaitorStudions.
Where can I find this extension?
-
Sorry if it is obvious, but I didn't find anything. I want to trigger a event when I'm resizing the window (dragging the window border). Is possible?
Best regards.
-
I found a solution...
* Button Button clicked
Edit Box : Set text ""
JSON Object : Enter Object named ("posts")
JSON Object : Loop ("foo") through all sub-objects* JSON Object: On Sub-Object Loop "foo"
Edit Box : Set text Edittext$( "Edit Box" ) + NewLine$ + ObjSubStringValue$( "JSON Object", "date_time" )This will get the date_time values.
-
Hello!
I'm facing a problem with JSON Object. I have a JSON string:
Code
Display More{ "total_num_of_post": 3, "response_from": 0, "posts": [{ 'date_time': '2022-05-15 18:47:35', 'author': '1', 'recipient': '0', 'content': 'foo ba', 'num_of_replies': '0', 'important': '0', 'seen_by': ',' }, { 'date_time': '2022-05-15 18:47:31', 'author': '1', 'recipient': '0', 'content': 'ba', 'num_of_replies': '0', 'important': '0', 'seen_by': ',' }] }
I need to get every element (date_time, author, recipient, etc.) in array "posts". How can I achieve this? I think that I'm using the "loop through all sub-objects" wrongly...
Thank you.
-
I just see the Is overlapping At (X,Y) condition feature now, reading the Volnaiskra post in first page. Dude, this is awesome!
-
Hi NaitorStudios, thank you for your reply. I'll check the ClickConverse Discord ;D
-
Hi people. Just a question: Can XLua run third party libraries easily?
—
I don't know Lua and I'm looking a way for scripting in CT Fusion... Mainly to plot charts, work with mySQL, do some math, etc. XLua looks promising, but I was wondering if this meets my requirements before I invest time learning a new language.Best regards~
-
You can already count instances of objects.
I mean an option to handle multiple instances automatically, with no user need to deal with ForEach loops — I chose a bad name for this, sorry --'
-
I got it! Thank you for this explanation Volnaiskra.
I hope CT implement an "this object has multiple instances" option someday ^^'
-
Could someone explain the advantages of instances value feature? I've never been familiar with ForEach and multiple instances, it's not clear to me if this functionality will make this kind of thing easier.
-
Oh, good memories... I remember some of those names. I used to visit the CT Forum before register in it.
-
So sad. Rest in peace, Marc.
-
Glad to see you here, Dex. I wish you well and that you can complete all your projects soon.
-
Good question. Just to put my two cents in, when I make non-game softwares, I choose "Standard" mode to achieve higher FPS. I don't know why, it's an empirical experience.
-
Uh, my mistake! Thank you, Phi! You saved my project.