That already exists - it's under Request > Get hostname, and called Request_Hostname$("Lacewing Webserver").
Lacewing Build #17
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.
-
-
Oh! I didn't see that. Thanks, Jamie!!
-
When I switch servers (aquadasoft <-> klikfarm), I get error: 'Object is already listening' - 'UDP error'.
-
Ping is broken on this build. I'm reverting back to Build 14 It works on that
-
Jamie, you named the expression for getting a null terminated string the same between with the cursor and without the cursor, making it impossible to use the one with the cursor because MMF2 expects it to take a parameter.
-
Don't know if this is a bug but the global across frames tick box stops ping from working.
-
* You can now loop with loop names, so you can have multiple loops easily
It's not working for me
Amazing job.
-
Pgm_snipe: Can you isolate the problem in an MFA and send it to me?
-
Here it is.
Thanks.
-
Thumbs up to Jamie for his undying efforts on this project. Great stuff!
-
Thanks Jamie!
Now, what about a handler "Is in channel"? (like the "Is connected" and "Have name" handlers)
-
Condition, you mean? Check if ChannelCount is > 0?
-
I think he means something like "In channel 'Chat' "
If he's using MMF2 this would be: Channel_Name$("Lacewing") == "Chat"
(IIRC)
-
Unless you're in multiple channels.
-
Perhaps he's asking for a condition whether you're connected to a channel or not.
Example:
+Button("Connect") is clicked.
+(Negate) Is connected to channel "chat"?
->Connect to channel "chat".I've asked this before, but I don't remember your response though. I had to do a workaround by looping through the connected channels and checking whether the user is connected to a certain channel or not.
-
Hernan,
Did you try two events?
* Button is clicked
- Select Channel By Name "chat"* Button is clicked
- Channel_Name$("Lacewing") == "chat"I haven't worked in Lacewing for a while but in theory this should work I think...
-
I miss a GetIP function as well... =(
-
A GetIP function where?
The client can't find its own IP, because your external IP address isn't visible to yourself. You'd need to call a service like Please login to see this link. with the Get object for that, and I'm not hardcoding the address of an external service into the Lacewing extension.
-
Hey, I don't know either it's a bug or I'm just doing it wrong, but I'm having problems with getting the Deny Status in MMF client.
In C++ I have:CodeLacewing::Control::Type HandlerSetName(Lacewing::Server &Server, Lacewing::Server::Client &Client, char * Name, Lacewing::DenyStatus::Type DenyStatus) { DenyStatus = Lacewing::DenyStatus::NameAlreadyTaken; return Lacewing::Control::Cancel; }
And in MMF I have set a condition:And the string changes to "Not denied" instead of "Name already taken" or something like that.
Am I doing something wrong? -
Jamie, did you ever get back to Pgm_snipe with his problem with peer loops with names, because I'm having a problem with it too, and I'm not sure if you fixed it in build 18 or if you just haven't gotten back to him...
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!