Emuforums.com

Go Back   Emuforums.com > Handheld Emulation > VBA-M Discussion
About Us Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old February 21st, 2008   #41 (permalink)
....
 
mudlord's Avatar
 
Join Date: Feb 2007
Location: not that you need to know....
Posts: 1,580
...and I also started work on the main GUI options...
Attached Images
File Type: jpg MainOptions.JPG (69.5 KB, 34 views)
mudlord is offline   Reply With Quote
Old February 21st, 2008   #42 (permalink)
Penadinho
 
Omegainf's Avatar
 
Join Date: Jun 2001
Location: Rio de Janeiro
Posts: 2,565
It's looking good! =)
__________________

Omegainf is offline   Reply With Quote
Old February 21st, 2008   #43 (permalink)
....
 
mudlord's Avatar
 
Join Date: Feb 2007
Location: not that you need to know....
Posts: 1,580
I've implemented the input settings dialog box...
Attached Images
File Type: jpg input dialog.JPG (76.7 KB, 36 views)
mudlord is offline   Reply With Quote
Old February 21st, 2008   #44 (permalink)
DS Cheat Code Hacker
 
Dualscreenman's Avatar
 
Join Date: Jun 2007
Location: New Hampshire, USA
Posts: 677
This patch fixes GCC compiler warnings caused by the lack of trailing newlines at the end of source files.

Oh, and good work on the options menu mudlord. <3
Attached Files
File Type: zip warn.zip (430 Bytes, 2 views)
Dualscreenman is offline   Reply With Quote
Old February 21st, 2008   #45 (permalink)
Emu author
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 373
@mudlord:
Looks damn good.
However, could you please be a little more careful to uses tabs instead of spaces at the beginning and format your code consistently? I'm not telling you to use MY style, just to make your code look clean. The trailing newlines at end of file are a must as well. Moreover, I am a little disturbed by the space at the beginning of EVERY line in some files. In order to use any Qt GUI elements, just #include "precompile.h" and you're done. You don't have to define references to the Qt classes at the beginning of the code.

Last edited by Spacy; February 21st, 2008 at 13:12.
Spacy is offline   Reply With Quote
Old February 21st, 2008   #46 (permalink)
DS Cheat Code Hacker
 
Dualscreenman's Avatar
 
Join Date: Jun 2007
Location: New Hampshire, USA
Posts: 677
Oh, and I think it'd look better if the icons were centered.
Dualscreenman is offline   Reply With Quote
Old February 21st, 2008   #47 (permalink)
Emu author
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 373
I'm working on that.

Another thing, mudlord, whenever you create a new Qt object, you should pass a parent as an argument or else your objects won't be deleted.

Edit:
Sorry, that's wrong for this case, as we're working with Layouts here.

Last edited by Spacy; February 21st, 2008 at 14:45.
Spacy is offline   Reply With Quote
Old February 21st, 2008   #48 (permalink)
THE Hentai M@ster
 
Hiei-YYH's Avatar
 
Join Date: Aug 2005
Location: MAKAI
Posts: 1,446
i didn't like the controller icon :P it remembers me xcrap360
__________________


My NEW Site
BEST anime ever!!
Hiei-YYH is offline   Reply With Quote
Old February 21st, 2008   #49 (permalink)
Emu author
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 373
By the way, the path to the KDE Oxygen icons has changed: Index of /trunk/KDE/kdebase/runtime/pics/oxygen

EDIT:
Mudlord added the basic config dialog and I added lots of eye candy.
Here's the latest build: http://vba-m.ngemu.com/vbam/vbaother.../vba_qt_378.7z

Last edited by Spacy; February 21st, 2008 at 16:37.
Spacy is offline   Reply With Quote
Old February 21st, 2008   #50 (permalink)
Refreshing Your Profile
 
TheCloudOfSmoke's Avatar
 
Join Date: Mar 2005
Location: In your butt. If I'm not there, I'm in Maryland, USA.
Posts: 3,022
The latest build isn't working for me. This one gives me an error that says "This application has failed because the application configuration is incorrect. Reinstalling the application may fix this problem."

Last edited by TheCloudOfSmoke; February 22nd, 2008 at 11:31.
TheCloudOfSmoke is offline   Reply With Quote
Old February 21st, 2008   #51 (permalink)
Emu author
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 373
What OS do you use?
Spacy is offline   Reply With Quote
Old February 21st, 2008   #52 (permalink)
Emperor of Recyclebinia
 
Lord Budweiser's Avatar
 
Join Date: May 2006
Location: On my throne. <br> Bin count: 2310
Posts: 579
Erase the ini from previous versions, and other supplementar files.
__________________
Bow down and behold! Your emperor and mentor has just blessed you with his infinite wisdom.
Lord Budweiser is offline   Reply With Quote
Old February 21st, 2008   #53 (permalink)
Emulation Master
 
MasterPhW's Avatar
 
Join Date: Mar 2004
Location: in-hell
Posts: 389
Quote:
Originally Posted by TheCloudOfSmoke View Post
The latest build isn't working for me. This one gives me an error that says "This application has failed because the application configuration is incorrect. Reinstalling the application may fix this problm."
Did you unpacked the dll archive for the QT build?
__________________
The Future of Emulation: Emulate a High End Computer on a Low End System
Current PC specs:
Portable: Intel C2D T7250 (2x2.0Ghz, 800Mhz) | 2048 MB DDR2 PC800 | Geforce Go 7950 GTX PCI-E | Realtek HD Audio |
180Gbyte Internal SATA2 + 4x500GB external | Windows Vista Business X64 MSDNAA
Desktop: AMD Athlon 64 X2 4200+ (2x2.5Ghz, S939) | MSI KbT Neo2-F V2.0
| 2x1GB Corsair Value VS1GBKIT400 | MSI Geforce NX 7800GS-TD256/AGP8x
| Creative SB Audigy LS | 2,5TB (4 SATA2 HDDs in Raid0) | Windows Vista Business MSDNAA


Visit my Blog
MasterPhW is offline   Reply With Quote
Old February 21st, 2008   #54 (permalink)
Emu author
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 373
Quote:
Originally Posted by Lord Budweiser View Post
Erase the ini from previous versions, and other supplementar files.

We don't have INIs yet o.O
Spacy is offline   Reply With Quote
Old February 21st, 2008   #55 (permalink)
Registered User
 
es3ado's Avatar
 
Join Date: May 2007
Location: Argentina
Posts: 117
Quote:
Originally Posted by TheCloudOfSmoke View Post
The latest build isn't working for me. This one gives me an error that says "This application has failed because the application configuration is incorrect. Reinstalling the application may fix this problm."
Quote:
Originally Posted by Spacy
What OS do you use?
Unless others OSs use the same text message warning, it should be Windows XP...
es3ado is offline   Reply With Quote
Old February 21st, 2008   #56 (permalink)
Let's go! Come on!
 
Hard core Rikki's Avatar
 
Join Date: May 2004
Location: Perpetual Hawaii
Posts: 5,215
i suppose the directx dlls were missing...
__________________
< My deviantART || GENERALEMU || Webcomics
VBA-M || @ES <(^_^)> <(^_^)>


Best BAN reasons ever
Hard core Rikki is offline   Reply With Quote
Old February 21st, 2008   #57 (permalink)
DS Cheat Code Hacker
 
Dualscreenman's Avatar
 
Join Date: Jun 2007
Location: New Hampshire, USA
Posts: 677
The Qt version doesn't have any directx integration yet. It'd be more likely that the Qt dlls were missing.
Dualscreenman is offline   Reply With Quote
Old February 21st, 2008   #58 (permalink)
....
 
mudlord's Avatar
 
Join Date: Feb 2007
Location: not that you need to know....
Posts: 1,580
Or the MSVC 2008 runtimes are missing in the case of that particular error message.

Quote:
However, could you please be a little more careful to uses tabs instead of spaces at the beginning and format your code consistently? I'm not telling you to use MY style, just to make your code look clean. The trailing newlines at end of file are a must as well. Moreover, I am a little disturbed by the space at the beginning of EVERY line in some files. In order to use any Qt GUI elements, just #include "precompile.h" and you're done. You don't have to define references to the Qt classes at the beginning of the code.
Sorry for the messy code, will clean up ASAP.

Quote:

Another thing, mudlord, whenever you create a new Qt object, you should pass a parent as an argument or else your objects won't be deleted.

Edit:
Sorry, that's wrong for this case, as we're working with Layouts here.
Mmmmhm...
mudlord is offline   Reply With Quote
Old February 21st, 2008   #59 (permalink)
Refreshing Your Profile
 
TheCloudOfSmoke's Avatar
 
Join Date: Mar 2005
Location: In your butt. If I'm not there, I'm in Maryland, USA.
Posts: 3,022
I'm using Windows XP SP2 Professional and all of the required dlls (QT and DX) are extracted in the folder where the executable is and I deleted the vba.ini before trying to run the new build.
TheCloudOfSmoke is offline   Reply With Quote
Old February 21st, 2008   #60 (permalink)
Let's go! Come on!
 
Hard core Rikki's Avatar
 
Join Date: May 2004
Location: Perpetual Hawaii
Posts: 5,215
was it the build in this post from Spacy?
__________________
< My deviantART || GENERALEMU || Webcomics
VBA-M || @ES <(^_^)> <(^_^)>


Best BAN reasons ever
Hard core Rikki is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 17:25.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5