Author Topic: CaptainCPS-X's FB Alpha Extra Stuff WIP  (Read 127312 times)

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #30 on: February 26, 2007, 09:16:02 PM »
FBA GUI Extras R2 update

Quote
*R2 'Updated'

- Cleaned the code in 'splash.cpp'


Download the update here:
fba_src_029663_ex_R2u.7z [~530KB]

PS: Treble Winner, use this last version is a lot better than the one I sent you first
« Last Edit: February 01, 2010, 05:04:33 AM by CaptainCPS-X »

Offline KOF2112

  • Expert
  • *****
  • Posts: 187
  • Karma: +14/-4
Re: FB Alpha Extra Stuff
« Reply #31 on: February 26, 2007, 09:19:30 PM »
I dont know why youre getting that error it should work fine since I included the burner.h wich corrects that error...
just to make sure everything is there delete the 'obj' dir and check the following code...

Search this in src/burner/burner.h

Add this After that...

And remember to add 'prevo.o' to the makefile.vc (for Visual C++ environment)  :wink:

It should work now ^^

SeeYaa!
 :biggrin:

 :biggrin:

Thanks CaptainCPS-X

Offline NJ7

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +0/-6
  • Member
Re: FB Alpha Extra Stuff
« Reply #32 on: February 27, 2007, 12:29:05 AM »
Where's the scan roms and play button, along with the numbers where it tells you how many games you have out of how many possible.......

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #33 on: February 27, 2007, 01:10:55 AM »
Where's the scan roms and play button, along with the numbers where it tells you how many games you have out of how many possible.......

Here is a way to update your SRC that definitely will make it compile and work just fine...

1 - Open your FBA Dev directory (where you have your personal SRC) (Ex. 'C:/FBADev/' )
2 - Extract 'fba_src_029663_ex_R2u.7z' (the last version of the modified code)
3 - Open the directory where you extracted the files (Ex. 'fba_src_029663_ex_R2u/' )

Note!: The next steps are important so dont copy the files manually just do it the following way...

4 - 'Right Click' the 'src' directory located in the extracted dir and Drag it (without releasing the Right click) to your FBA Dev directory



5 - Now release the Right click in there and in the context menu click 'Copy Here'



6 - When prompted to overwrite the files click 'Yes to All' (That will NOT erase your SRC files, only will Update them with the New ones)



That's it! ^^ it should compile and run just fine now =)

SeeYaa!!
 :biggrin:
« Last Edit: February 01, 2010, 04:08:46 AM by CaptainCPS-X »

Offline KOF2112

  • Expert
  • *****
  • Posts: 187
  • Karma: +14/-4
Re: FB Alpha Extra Stuff
« Reply #34 on: February 27, 2007, 02:24:56 AM »
 :confused:

Title Screen
Ingame Preview
Game Flyer

Can these 3 options, alter to it likes on MAME32P to look that option picture looks at that item on the designation

Now chose other games to become the first item of picture to demonstrate

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #35 on: February 27, 2007, 03:47:57 AM »
:confused:

Title Screen
Ingame Preview
Game Flyer

Can these 3 options, alter to it likes on MAME32P to look that option picture looks at that item on the designation

Now chose other games to become the first item of picture to demonstrate

I think you're talking about the Tab Control MAME32 have, and well i was thinking in something like that so a quick update for the feature :biggrin:

FBA GUI Extras R3

Quote
------------------------------------
Extra Stuff (WIP) - by CaptainCPS-X
------------------------------------

*R3

- Modified the code in 'Sel.cpp' so when for example you click on 'Game Flyer' button when
  a game is selected and then you click other game, FBA will remember you're previewing
  'Flyers' so any game selected after that will show 'Flyers', all the three preview buttons
  have that feature. (It simulates a Tab Control but with buttons).
- Adjusted some things in 'splash.cpp' and now the Splash Skin work fine on all Windows Themes
- Edited the 'App.rc' for the adjustments made in 'splash.cpp'



Download the new src here:

fba_src_029663_ex_R3.7z [~540KB]

I will be looking for reference to maybe later add a nice Tab Control to replace the 3 Preview buttons :smilie:

SeeYaa!
:biggrin:
« Last Edit: February 01, 2010, 05:05:34 AM by CaptainCPS-X »

Offline KOF2112

  • Expert
  • *****
  • Posts: 187
  • Karma: +14/-4
Re: FB Alpha Extra Stuff
« Reply #36 on: February 27, 2007, 04:16:50 AM »
 :biggrin:
be wrong

src\burner\win32\sel.cpp

419
Code: [Select]
nViewPreview = 1; // Title (default)
Add
Code: [Select]
int nViewPreview = 1; // Title (default)
 :biggrin:


Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #37 on: February 27, 2007, 11:02:59 AM »
:biggrin:
be wrong

src\burner\win32\sel.cpp

419
Code: [Select]
nViewPreview = 1; // Title (default)
Add
Code: [Select]
int nViewPreview = 1; // Title (default)
 :biggrin:



interesting ^^ it gave me no error with MinGW when i wrote the code  :p, but ThanX

SeeYaa!
 :biggrin: 

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #38 on: February 27, 2007, 12:48:47 PM »
FBA GUI Extras R4

Quote
*R4

- Replaced the PNG resizing code with the last official one, now it works fine

Download the new src here:

fba_src_029663_ex_R4.7z

btw, I downloaded the Preview pack [~11MB] from FBA site and it work just fine ^^ (the resolutions are good quality, i was believing they were the old small ones lol, but no! theyre cool! ) , that pack now should go in 'previews/ingame/' dir then we will need later a Title pack and a Flyer pack, but i look forward to help in doing that  :smilie:

SeeYaa!
:biggrin:
« Last Edit: February 01, 2010, 05:06:53 AM by CaptainCPS-X »

Offline KOF2112

  • Expert
  • *****
  • Posts: 187
  • Karma: +14/-4
Re: FB Alpha Extra Stuff
« Reply #39 on: February 27, 2007, 01:57:51 PM »

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #40 on: February 27, 2007, 10:34:50 PM »
This is the upcoming update for the FBA GUI Extras!....

Tab Control implemented for previews in the Select Dialog (WinXP Theme)



(Some WinClassic S.Shots over here ^^ )







I will post the code as soon as i verify the latest FBA SRC with this and do some adjustment to it  :wink:, so like they say in the TV, Stay Tuned!! hehe  :biggrin:

SeeYaa!!
 :biggrin:



« Last Edit: February 01, 2010, 04:13:04 AM by CaptainCPS-X »

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FB Alpha Extra Stuff
« Reply #41 on: February 27, 2007, 11:39:29 PM »
Beautiful! I have to say though, I would rather the image resize than the window. ^^


Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #42 on: February 27, 2007, 11:51:18 PM »
Beautiful! I have to say though, I would rather the image resize than the window. ^^

What do you think of a misc option for that?  :biggrin: ...like a 'Resize dialog' checkbox, so when checked the dialog will resize for Flyers and Vertical game previews and if not checked then show a 'Fixed-to-dialog' preview

EDIT* - I was thinking better about the option, and the reason why I did it like that was because of the Flyers not looking too good on a minor resolution, as well the Vertical game previews too. If a Bicubic resampling could be done in some way this would not happen, just like PhotoShop do when resizing a image. 

And ThanX for the comment IQ ^^

SeeYaa!
:biggrin:
« Last Edit: February 27, 2007, 11:57:47 PM by CaptainCPS-X »

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: FB Alpha Extra Stuff
« Reply #43 on: February 28, 2007, 12:56:19 AM »
FBA GUI Extras R5 is here!



Quote
*R5

- Implemented Tabs Control to the Select Game dialog and removed the 3 button that were simulating
  that, I think now the dialog is so much more atractive with that =)
- Fixed resizing not ocurring when enabling/disabling systems checkboxes in Select Game dialog
- Fixed the 'Show Toaplan' checkbox with new width, now it shows fine the caption text
- Cleaned code in 'sel.cpp', 'resource.h' and 'app.rc'

If you have any problems with this version please tell me, this is the one that I will send to Treble Winner for the FBA official release, of course if everything is fine  :smilie:

Download the new release here:

fba_src_029664_ex_R5.7z [~534KB]

SeeYaa!!!
:biggrin:
« Last Edit: February 01, 2010, 05:07:58 AM by CaptainCPS-X »

Offline KOF2112

  • Expert
  • *****
  • Posts: 187
  • Karma: +14/-4
Re: FB Alpha Extra Stuff
« Reply #44 on: February 28, 2007, 01:28:51 AM »
 :biggrin:

Thanks CaptainCPS-X Share  Source