IFlashGUI EDITOR

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
anandh
Posts: 61
Joined: Thu Sep 14, 2006 12:40 pm
Contact:

IFlashGUI EDITOR

Post by anandh »

Hi all,
I have started a new project irrlicht based GUI editor.
Image
Image
Main aim is handle image based GUI system,with interactive Menu with property
1.OnRollOver
2.OnRollOut
3.OnPress
4.Pop up windows
http://www.geocities.com/sabhaece2k3/
Regards
Sabha[/img]
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Wow looks cool! How's the performance?
anandh
Posts: 61
Joined: Thu Sep 14, 2006 12:40 pm
Contact:

Post by anandh »

Thx for your reply.
performanse is good enough.
Ill relese first version soon.
have to made some documentation to genralise the code
regards
sabha
Tarzan02
Posts: 93
Joined: Tue May 01, 2007 8:36 pm
Location: France

high

Post by Tarzan02 »

Nice work. Will you generate export file to include in irrlicht GUI ?
Obeleh
Posts: 28
Joined: Tue Oct 02, 2007 7:46 am

Post by Obeleh »

Wow that looks nice! GJ
anandh
Posts: 61
Joined: Thu Sep 14, 2006 12:40 pm
Contact:

Post by anandh »

For this demo i hv'nt used any export file(seperate file) ,this editor will generate XML file with all build in properties of garphic button.For transitions im using seperate GUI class cpp file.
Regards
Sabha
Cardinal4
Posts: 97
Joined: Sun Jun 11, 2006 1:20 am
Location: SG
Contact:

Post by Cardinal4 »

Cool, it's Flash! Irrlicht game interfaces are going to be a lot more interactive now. :)

I'm curious though, whether it works if I hadn't had the ActiveX control for the Flash Player installed? I have it right now, and the latest one too :( , so i can't check it myself.
Sketches of a rambling mind
Still a long way on learning Irrlicht...
lester
Posts: 86
Joined: Mon Jan 29, 2007 3:33 pm

Post by lester »

>I'm curious though, whether it works if I hadn't had the ActiveX control for the Flash Player installed?

Of course not. Besides I'm wondering how would this be done on the other platforms than win.
Cardinal4
Posts: 97
Joined: Sun Jun 11, 2006 1:20 am
Location: SG
Contact:

Post by Cardinal4 »

lester wrote:>I'm curious though, whether it works if I hadn't had the ActiveX control for the Flash Player installed?

Of course not. Besides I'm wondering how would this be done on the other platforms than win.
I was just thinking, if the ActiveX control was already in one of the .dlls in the .zip in the first place. :o
Sketches of a rambling mind
Still a long way on learning Irrlicht...
lester
Posts: 86
Joined: Mon Jan 29, 2007 3:33 pm

Post by lester »

I'm not sure but afaik Adobe prohibits the distribution of it's software freely.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

LOL I dont think this has ANYTHING to do with Adobe Flash guys... :roll:
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Cardinal4
Posts: 97
Joined: Sun Jun 11, 2006 1:20 am
Location: SG
Contact:

Post by Cardinal4 »

lester wrote:I'm not sure but afaik Adobe prohibits the distribution of it's software freely.
You're right, after some checking, i found Adobe forbids packing ht .dll in, and recommends users download the player themselves using IE.
BlindSide wrote:LOL I dont think this has ANYTHING to do with Adobe Flash guys... :roll:
But it's using the ActiveX interop wrapper for the ShockwaveFlashObjects.dll and a .swf movie. :) Probably would be able to verify it with a right-click on the interface, if the program hadn't been wired to close down with a right-click that is.
Sketches of a rambling mind
Still a long way on learning Irrlicht...
anandh
Posts: 61
Joined: Thu Sep 14, 2006 12:40 pm
Contact:

Post by anandh »

hi all,
To run this demo you need vc 2003 .net runtime and Flash player 8(Shockwave),bcoz Flash don't have inbuilt support for file manipulation.So i go for c#.The whole flash application is embed in to ShockwaveFlashObjects using c# win form.
regards
sabha
Post Reply