PDA

View Full Version : wxLua Example



Dermot
04-28-2007, 01:29 PM
Here is a basic example of wxLua http://wxlua.sourceforge.net/

All the demo apps are lua scripts that you can edit. Theye are in the scripts folder. You can get a cool editor and compiler for testing from the above link.

I thought it was fun.

Download (http://www.clarasolutions.com/downloads/wxLua_Demo.zip)

RizlaUK
04-28-2007, 01:49 PM
Nice Example Dermot :yes

i am seeing all sorts of possibility's with this, child window support, rich text edit support and much more

i'll be looking into this for sure ;)

Derek
04-28-2007, 04:21 PM
Now this rocks! :yes

Thanks for sharing Dermot

Intrigued
04-28-2007, 06:17 PM
Looks useful; however, I see adding all those .dlls and the .exe to the AMS project increases the AMS project by approximately 11MB. That may be an issue for some deployments, where project size matters.

If you use PureBasic, you can get cross-platform too and when you are done creating your project (could be just one .dll), you will see a much smaller file.

Dermot
04-28-2007, 08:29 PM
Looks useful; however, I see adding all those .dlls and the .exe to the AMS project increases the AMS project by approximately 11MB. That may be an issue for some deployments, where project size matters.

If you use PureBasic, you can get cross-platform too and when you are done creating your project (could be just one .dll), you will see a much smaller file.

I agree, but it still very interesting what you can achieve with it. You probably don't need all the dlls. It depends what features you use. I just left them all in there. I don't think the add 11mb though. The compiled exe of my example is just over 5mb so it adds over 3mb.

TristanD
04-30-2007, 02:43 AM
Lets have a look into this and see what we can come up with eh

Desolator
04-30-2007, 03:44 AM
This is extremely useful! Thank you for sharing, thanks a lot!

Vancete
04-30-2007, 07:15 AM
It very nice,thanks a lot!!;)

bule
04-30-2007, 09:33 AM
Nice Example Dermot :yes

i am seeing all sorts of possibility's with this, child window support, rich text edit support and much more

i'll be looking into this for sure ;)

Is there a way to combine this with APMS?
I'm sure there is but does anyone have any experience?

RizlaUK
04-30-2007, 10:44 AM
i guess experience is gained through trial and error, i don't really know if it will work but that wont stop me trying, when i have more time on my hands i will research this a little more