Search the web
Sign In
New User? Sign Up
electrem · The Acorn Electron group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Help test the latest Windows version of ElectrEm!   Message List  
Reply | Forward Message #573 of 606 |
RE: [electrem] Help test the latest Windows version of ElectrEm!

Yes, I am losing the bottom of the display too.

I am using Windows XP Pro.

Other than that it works perfectly :)


-----Original Message-----
From: electrem@yahoogroups.com [mailto:electrem@yahoogroups.com] On Behalf Of thomasharte
Sent: 10 April 2006 19:30
To: electrem@yahoogroups.com
Subject: [electrem] Help test the latest Windows version of ElectrEm!

Well, I've put together a proper Windows development environment for the first time in a

little more than a year and have been working on what will be the next release of the

Windows ElectrEm. There are some emulation differences (most notably the fast tape

improvements, the ROM writeability fix which had been causing Citadel to be broken and

the disk stuff) but my main concern right now is the Windows native GUI.

Please could those who feel like volunteering download http://members.allegro.cc/

ThomasHarte/preview/ElectrEmTest100406.zip and give it a quick test? In case of

download problems I'm also going to upload to the Yahoo Group associated with this

mailing list. The main thing I'm concerned about right now is whether the addition of the

menubar causes the bottom of the display not to appear. A quick way to test this is to

switch to a full graphics mode and try drawing a line, e.g.

MODE 0 [enter]

DRAW 1280,1024 [enter]

And see if the line reaches the bottom left corner or if it intersects the bottom of the

display slightly right of the left edge. Another quick way is to switch to a graphics mode

and keep pressing enter until the screen starts scrolling - if the cursor appears to have

vanished off the bottom of the display then there is a problem.

If possible, could people tell me their full OS version and whether they see the problem? I

certainly have it on XP Home SP2, but Ewen Roberts who first contributed Windows GUI

code didn't seem to see it. So this is really a straw poll about whether I need to implement

a work around.

I hope to implement a volume slider into the preferences dialogue, update to use the latest

CSW.dll and fix a menubar visibility bug related to starting up in full screen mode, then the

Windows version is probably good to go onto the website proper.

-Thomas






 

Yahoo! Groups Links

<*> To visit your group on the web, go to:

    http://groups.yahoo.com/group/electrem/

<*> To unsubscribe from this group, send an email to:

    electrem-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:

    http://docs.yahoo.com/info/terms/

 




Sun Apr 16, 2006 1:14 pm

spindle_legs
Offline Offline
Send Email Send Email

Forward
Message #573 of 606 |
Expand Messages Author Sort by Date

Well, I've put together a proper Windows development environment for the first time in a little more than a year and have been working on what will be the next...
thomasharte
Offline Send Email
Apr 10, 2006
6:30 pm

Works fine on Windows 98, but the bottom of the display is missing on XP Pro. How are you initialising the window size? Are you using the GetSystemMetrics ...
Tom Walker
tommowalker
Offline Send Email
Apr 10, 2006
7:06 pm

... It's a bit more complicated than that - SDL creates the window intending it just to be a 640x512 pixel canvas and then the Windows specific code adds a...
thomasharte
Offline Send Email
Apr 10, 2006
7:46 pm

... In that case, the following should do the job : RECT r; GetWindowRect(hwnd,&r); MoveWindow(hwnd,r.left,r.top, 640+(GetSystemMetrics(SM_CXFIXEDFRAME)*2), ...
Tom Walker
tommowalker
Offline Send Email
Apr 10, 2006
8:09 pm

... I've gone with a touch more complicated solution that queries the client area, adds the menu then queries the client area again and adjusts the total...
thomasharte
Offline Send Email
Apr 11, 2006
11:58 am

Yes, I am losing the bottom of the display too. I am using Windows XP Pro. Other than that it works perfectly :) ... From: electrem@yahoogroups.com...
Vince Tennant-Tavares
spindle_legs
Offline Send Email
Apr 16, 2006
1:14 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help