EZ-Flash USA Forum

Forum for the EZ-Flash I, II, III, IV & V Gameboy Advance & Nintendo DS USA Forum (Unofficial) Open since 2004!
It is currently Sat May 18, 2013 12:32 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
Sponsor
 Post subject: V-Skin: The EZV Skin Viewer
PostPosted: Mon Jan 15, 2007 6:07 am 
Offline
Site Admin
 WWW  Profile

Joined: Sat Feb 26, 2005 8:11 pm
Posts: 3044
Location: Or-Stray-Lee-Ya
You knew it wouldn't take long, right ?

We've had a skin viewer / builder for the EZFlash III, EZFlash IV and now for the EZFlash V.

Instructions

Download

Run the Executable and navigate your way to the directory holding your EZFlash V skins.
Double Click a skin to view.
This program only lists and supports Zip files.

Select the various check boxes to see the skin with or without those images. Some images are mutually exclusive and as such those check boxes will ghost whilst another is active.

If a 'startup.mp3' file is available it will be played.

Clicking on the top image will turn the close button on and off. This will likely be removed in the next version as it no longer serves a purpose.

Known Bugs

* Some users are experiencing problems loading / running the program.

Future Development

* Preview Saving
* More preview options
* You tell me

Thanks

Many thanks to cracker for testing, coding and moral support, and for the EZV "Game" Logo.

_________________
EZFlash Wiki
Image

Wii Code: 3764-6180-3695-2841


Last edited by Slade on Thu Jan 18, 2007 1:31 am, edited 2 times in total.

Top
 
Sponsor
 Post subject:
PostPosted: Mon Jan 15, 2007 12:14 pm 
Offline
 WWW  Profile

Joined: Wed Dec 27, 2006 11:42 pm
Posts: 371
Well damn, I just started working on exactly this last night.

VB can flip images easily. If you're using it in a picturebox:
PictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipNone)

It obviously will list all the other flip types too.

Edit:

This program definately doesn't work for me. Does not display anything


Top
 
 Post subject:
PostPosted: Mon Jan 15, 2007 2:22 pm 
Offline
Site Admin
 WWW  Profile

Joined: Sat Feb 26, 2005 8:11 pm
Posts: 3044
Location: Or-Stray-Lee-Ya
HHmm, odd that it doesn't display anything.

There's nothing that complex in the code that would cause that problem.

I take it the program loads up fine ?

All I can think of right now is to drop the two ocx's and the dll into your C:\Windows\System32 directory. If it's not displaying anything, it might be because the unzip.dll is not registered.

Try selecting an archive and double clicking, then looking at the C:\Windows\Temp\Vskin\ dir. I'm wondering if it's because VB won't make multi level directories and you don't have a C:\Windows\Temp directory.

When I tried that command, I get nothing. .RotateFlip doesn't show up in the dropdown as an available option.

Edit: I updated the archive, the other thing I realised is that VB will create directories but not multi-level directories. I've changed the extract dir for the zip files.

I've also changed when the temp files are deleted and the startup.mp3 file should get deleted as well now.

_________________
EZFlash Wiki
Image

Wii Code: 3764-6180-3695-2841


Top
 
 Post subject:
PostPosted: Mon Jan 15, 2007 3:20 pm 
Offline
User avatar
 Profile

Joined: Sat May 06, 2006 6:22 pm
Posts: 295
The program doesn't work for me either and I've tried copying the files to windows/system32. Only when I check settings does a generic settings window appear and the EZV logo when I check overlay, both appear regardless of what directory I'm in.


Top
 
 Post subject:
PostPosted: Mon Jan 15, 2007 3:42 pm 
Offline
 WWW  Profile

Joined: Wed Dec 27, 2006 11:42 pm
Posts: 371
I just realized that the skins had to be in zip format. You didn't mention that which is why it wasn't working for me (I assumed it would load directories). I'm going to continue work on mine though.

The method I mentioned for VB is VB.Net only I guess


Top
 
 Post subject:
PostPosted: Mon Jan 15, 2007 8:54 pm 
Offline
 Profile

Joined: Sat Jul 01, 2006 10:57 pm
Posts: 835
Nice going Slade - works nicely (once you know to select ZIP files, hehe).

Here are is my feature request list:

- Use colours specified in the skin.ini file.
- Transparency (#00FF00 is reserved for transparency)

Just for the record, 'progbard.bmp' is the program title bar. sb_*.bmp are the scrollbar graphics.


Top
 
 Post subject:
PostPosted: Mon Jan 15, 2007 9:32 pm 
Offline
 Profile

Joined: Mon Jul 31, 2006 1:58 pm
Posts: 205
Hey Scrawl, can you make a list of all the images and which they are used as?

Like I couldn't figure out what the scrollbar graphic was until your post, haha.


Top
 
 Post subject:
PostPosted: Mon Jan 15, 2007 9:58 pm 
Offline
 WWW  Profile

Joined: Wed Dec 27, 2006 11:42 pm
Posts: 371
scrawl wrote:
Nice going Slade - works nicely (once you know to select ZIP files, hehe).

Here are is my feature request list:

- Use colours specified in the skin.ini file.
- Transparency (#00FF00 is reserved for transparency)

Just for the record, 'progbard.bmp' is the program title bar. sb_*.bmp are the scrollbar graphics.


Not to highjack the thread but here's my progress...uses colours from the ini and everything.

Image


Top
 
 Post subject:
PostPosted: Mon Jan 15, 2007 10:14 pm 
Offline
 Profile

Joined: Sat Jul 01, 2006 10:57 pm
Posts: 835
There's a good article here about skinning standard Moonshell. Everything in this article applies to the EZ-V version.

In regards to EZ-V specific artwork:
  • uncheck.bmp : Checkbox in Settings screen
  • checked.bmp : Checkbox with tick in Settings screen
  • desktopbn.bmp : game icon background. Only displayed when icon + description is available.
  • ez_mp3.bmp : MP3 icon. Displayed when a MP3 file is highlighted
  • help.bmp : Help window - Displayed when you press Start
  • progbar1.bmp : Savegame progress bar. Scales horizontally
  • progbar2.bmp : Savegame progress bar background
  • progress.bmp : Progress window (Save to MicroSD, etc)
  • setting.bmp : Settings window (L+R to view)
When distributing a skin, only include *.bmp and skin.ini. You can also include startup.mp3 if you want to change the welcome sound.

One final note - the EZ-V specific bitmaps do not support transparency. The standard Moonshell bitmaps do - use colour #00FF00 (100% green).


Top
 
 Post subject: Re: V-Skin: The EZV Skin Viewer
PostPosted: Tue Jan 16, 2007 12:36 am 
Offline
 WWW  Profile

Joined: Sun Apr 30, 2006 5:39 am
Posts: 1560
Location: Canada, eh?
Slade wrote:
You knew it wouldn't take long, right ?

:lol:
I remeber a post a long time ago, thinking the EZ4 skin forum wouldn't get used at all...


Top
 
 Post subject:
PostPosted: Tue Jan 16, 2007 8:35 am 
Offline
 Profile

Joined: Thu Jan 11, 2007 8:19 am
Posts: 374
mine is looking for random dll's D= how to fix?!


Top
 
 Post subject:
PostPosted: Tue Jan 16, 2007 8:57 am 
Offline
 Profile

Joined: Fri Jan 05, 2007 8:27 pm
Posts: 71
have two problems:

when extracting to its own folder I get the following error:

System Error &H8007007E (-2147024770).

So then I left the extracted folder with the contents where it was, and extracted the files again but in a directory with zip files in the same directory and found the error disappeared, and the program launched.

However, highlighting a zip file with skins in them gave the error Unzip Control 9.

Anyone any ideas on how to get this working?


Top
 
 Post subject:
PostPosted: Tue Jan 16, 2007 2:39 pm 
Offline
Site Admin
 WWW  Profile

Joined: Sat Feb 26, 2005 8:11 pm
Posts: 3044
Location: Or-Stray-Lee-Ya
Firstly:

Please scan the executable for viruses. I was infected recently with a nasty virus that has managed to dig it's way fairly deep into my files.

Secondly. At this stage, no. I'll look at creating an installer soon. I spent most of last night trying to remove this virus infection from my computer. AVG missed the initial file that caused the infection, however the computer seems clean after several scans / reboots.

@Cobalt` the program should only be looking for:

Unzip32.dll
Unzip.ocx
TreeFolder.ocx

I did happen to leave one file attached when uploading, but the current build has that removed. If my computer is still clean tonight, I should be able to get an updated build running.

_________________
EZFlash Wiki
Image

Wii Code: 3764-6180-3695-2841


Top
 
 Post subject:
PostPosted: Wed Jan 17, 2007 1:16 am 
Offline
Site Admin
 WWW  Profile

Joined: Sat Feb 26, 2005 8:11 pm
Posts: 3044
Location: Or-Stray-Lee-Ya
I've been speaking to Cracker, and he thinks it could be the Windows Media Player control that I use to play the audio.

I have two options:

1/ Use an alternative media player plugin for VB
2/ Compile two versions of the app, one with and one without the media player option installed.

I'll get a new version out soon, I'm in the middle of adding some extra features (colours from the ini, and the scroll bar pic), and I don't want to have half features written whilst I adjust other issues.

I might be another day or two, I have some family commitments that are taking up my evenings of late.

_________________
EZFlash Wiki
Image

Wii Code: 3764-6180-3695-2841


Top
 
 Post subject:
PostPosted: Wed Jan 17, 2007 11:22 pm 
Offline
 Profile

Joined: Mon Jul 31, 2006 1:58 pm
Posts: 205
bugnot wrote:
scrawl wrote:
Nice going Slade - works nicely (once you know to select ZIP files, hehe).

Here are is my feature request list:

- Use colours specified in the skin.ini file.
- Transparency (#00FF00 is reserved for transparency)

Just for the record, 'progbard.bmp' is the program title bar. sb_*.bmp are the scrollbar graphics.


Not to highjack the thread but here's my progress...uses colours from the ini and everything.

Image


Can you upload it? Thanks


Top
 
Sponsor
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
Design By Poker Bandits