Jamie Villeneuve
Comments
-
Looking at your screenshot from Illustrator you've got 9 items under Main_menu. What should work is if you reorganize those 9 items to be their own dedicated Illustrator top level Layers with no su...
-
Hello Phillipv, Storyboard doesn't natively support a drop shadow option within designer however you could achieve this effect by using a second text render extension bound to the same variable. Yo...
-
Hello,You can pre-compile the Lua scripts to bytecode and this should work just fine as long as where you are compiling (presumably using luac) them matches the endian and machine size as the platf...
-
Hi There! Table rows and columns are fixed to the heights and widths they were when you created the table cells and cannot change. Also, note that in the example you posted your set_control_attrs t...
-
Hello RiyadhThe TCP relay that we are using in this example is a cover for using Storyboard IO through a TCP connection. Your server probably doesn't know anything about Storyboard IO, so it isn't ...
-
Hi rdowdallThanks for your reply ... yes I working on windows, my target is Android platform *.apk by Storyboard, as chatting between PC( as server by vb.net ) and Android platform app ( as client ...
-
Hello RiyadhWhat target (Windows, Linux, Mac) are you trying to compile your binaries for the PC platform?The reason I ask is that you have mixed and matched your compile lines in what you have pos...
-
Hi - Thank you for addressing this interesting topic about communication via TCP/IP.I tried to use the example above to make simple chatting between PC platform ( as a server ) and Android app ( as...
-
Hi,Thank you, Matt, for the information. I tried your suggestion and it worked. I have a question regarding bidirectional communication between the server and client, for example, if I want to send...
-
Hi,The code that Evan linked last was for a TCP relay Lua module when compiled this would simply be a shared object (.so) that Lua will load. Because you want to run the server on Android you will ...