what about an utility to edit *.imageset files

Help and discussion regarding skinning, themes, and other artistic content.

Moderators: CEGUI MVP, CEGUI Team

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Tue Mar 21, 2006 14:53

comment and questions :

in 2), the user add some grid part in the imageset after he has chosen a widget, but the imageset concept is completly independant of any widget !
it's a risk of losing the user.

i like the idea of gridpart, but you don't speak about how you manage the mane of those images part.

the looknfeel part is very more complex, even if you just manage the graphic aspect (like it seem's you do), there is all the differents state (disabled, mouse overed...), there is some required and optionnal part, and some imagery section and named area...
but i like the idea too.

User avatar
centipede
Quite a regular
Quite a regular
Posts: 58
Joined: Thu Jun 30, 2005 10:36
Contact:

Postby centipede » Tue Mar 21, 2006 15:04

Now, if the choice was mine, I would concentrate on getting a speedy workflow for most uses. Whoever makes this tool should do something very NOT foresighted to put himself in a position where generalisation was impossible.

There's nothing wrong in making a ton of imagery-parts completely detached from the remaining part of the process. That's just an interface thing: The user sticks to the Imagery page all the time after having checked a checkbox on the Project page: "I'll just be editing .imageset files... Promise!"

User avatar
centipede
Quite a regular
Quite a regular
Posts: 58
Joined: Thu Jun 30, 2005 10:36
Contact:

Postby centipede » Tue Mar 21, 2006 19:17

No code changes? Good then, work on this tool continues at the rate of an hour a day. A few large controls will handle most interaction and I will try to push all data handling into one object. Dixi.

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Wed Mar 22, 2006 11:19

look on you'r app more deeply yesterday, and i understood the workflow you expose. :)

so, if i understand correctly, you make an utility completly artist oriented, with all references to xml files completly masked, wich is a good.

it's, in a certain way, a similar approach to baxissimo who want to make a simplified interface for cegui to essentialy speedup the workflow.


in comparaison, the imageset i try to do is more general, the same way the the editor is, like some fondation utility to manage the xml dependencies files.

these two visions are complementary , i think.

User avatar
centipede
Quite a regular
Quite a regular
Posts: 58
Joined: Thu Jun 30, 2005 10:36
Contact:

Postby centipede » Wed Mar 22, 2006 14:53

Not sure what exactly it will turn out to be. Here I have started to move things into their correct place:
http://artcamilla.dk/centipede/vaultage ... -0.2.3.zip

Now Imageset and Looknfeel are two completely unrelated phenomena. I started to flesh out the looknfeel interface a bit. Each WidgetLook from the list to the left contains a bunch of ImagerySections, StateImagery and other things (Child-elements, Properties etc.)

The user-friendly part comes into play when the program try to supply as many reasonable default values as possible. That's why it contains a long list of names in the Imageset list already, even though the user would might have chosen never to user all of them.

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Thu Mar 23, 2006 10:09

for those how want an early test

here is the link :

http://mfleurent.free.fr/CEGUI/CEImagesetEditor.zip

actually, just load imageset is possible, and the grid and view arent synchorised.

User avatar
centipede
Quite a regular
Quite a regular
Posts: 58
Joined: Thu Jun 30, 2005 10:36
Contact:

Postby centipede » Fri Mar 24, 2006 20:58

I could run neither Testaskin or your tool from the zip file you posted. Windows wasn't particular helpful either. It just flashed a messagebox saying that the program couldn't start because of a bad program-configuration. Don't know what that means. There's no wx dll. Could that be it?

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Sat Mar 25, 2006 07:54

I could run neither Testaskin or your tool from the zip file you posted.
:cry:
There's no wx dll. Could that be it?
i don't think, wxwidgets is staticly linked in the exe. but it's compiled with VC8 so maybe runtime dll are missing. should be down loaded from the net

User avatar
centipede
Quite a regular
Quite a regular
Posts: 58
Joined: Thu Jun 30, 2005 10:36
Contact:

Postby centipede » Sat Mar 25, 2006 08:00

I've got vc7.1 installed, but don't know if I have anything supplying me with a vc8 runtime. Could you post a link to it?

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Sat Mar 25, 2006 08:14

i'm not at my dev computer, but found them :)
try this

User avatar
centipede
Quite a regular
Quite a regular
Posts: 58
Joined: Thu Jun 30, 2005 10:36
Contact:

Postby centipede » Sat Mar 25, 2006 10:03

No go. Please anybody report if you have success! No reason to worry martignasse if it's just my computer having a bad dll day.

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Sat Mar 25, 2006 10:19

bouuu :cry:

i tested here at work on two differents computer and one has the same issue and the other is ok (i think it's because it has VS8Express installed).
... i search.

User avatar
tuan kuranes
Just popping in
Just popping in
Posts: 15
Joined: Thu Mar 16, 2006 17:05
Location: Grenoble, France
Contact:

Postby tuan kuranes » Sat Mar 25, 2006 10:47

Running a VC++ 2005 app on another computer :

http://www.codeproject.com/cpp/vcredists_x86.asp

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Sat Mar 25, 2006 11:12

http://www.codeproject.com/cpp/vcredists_x86.asp
yep, just crawling the web and found this "crt and manifest MS hell". :evil:

i didn't exactly used this solution

i updated the zip with a private manifest (and a dll i forgot).

so, if you want to try again, centipede.

User avatar
martignasse
Just can't stay away
Just can't stay away
Posts: 227
Joined: Thu Apr 14, 2005 08:10
Location: Lyon, FRANCE

Postby martignasse » Sat Mar 25, 2006 11:39

finally updated the CEImagesetEditor.zipwith a newer exe and all the necessary dlls (and the manifest file too).

So, normally, it's "unzip and run".


Return to “Skins and Themes”

Who is online

Users browsing this forum: No registered users and 2 guests