1. euViewer prob [ATTN. Al Getz]
- Posted by don cole <doncole at pacbell.net> Mar 29, 2005
- 492 views
I know I am not the brightest bulb in the chandelier but how do you change the size of the ButtonWindow? I would like each bitmap to be as tall as the screen. Is there a help file for win32r.ew like index.html for win32lib? Don Cole SF
2. Re: euViewer prob [ATTN. Al Getz]
- Posted by don cole <doncole at pacbell.net> Mar 29, 2005
- 466 views
don cole wrote: > > I know I am not the brightest bulb in the chandelier but how do you change > the size of the ButtonWindow? I would like each bitmap to be as tall as the > screen. > Is there a help file for win32r.ew like index.html for win32lib? > > Don Cole > SF > I meant to say "change the size of the Win window". Also the arrow keys work to change but the picures but the arrow buttons don't work. When I hit 'd' or control 'd' it doesn't do anything but the right mouse button menu file(open) works. I am using windows 2000 and euphoria 2.3. Thanks if you can help. don cole SF
3. Re: euViewer prob [ATTN. Al Getz]
- Posted by don cole <doncole at pacbell.net> Mar 29, 2005
- 484 views
Never mind. I figured it out. Sorry. Don Cole SF
4. Re: euViewer prob [ATTN. Al Getz]
- Posted by Al Getz <Xaxo at aol.com> Mar 30, 2005
- 476 views
Hi there Don, Oh, im glad you figured it out. I was a bit busy these past few days so i didnt get to check the board by the time you figured it out I'd like to mention that i have a new version almost ready to come out too that does most of the more common picture formats like GIF, etc. Also, there's always the 'Display Server' i posted a while back that allows you to write a fairly simple program in Euphoria to display all of the common picture file formats by interfacing with the server. In fact, the demo included with that does just that...goes through a directory and displays very possible format. It's not hard to modify it to transverse directories any way you wish, or set up virtual directories or whatever you want to do in your own program. The Display Server takes care of all the file conversions and window printing so that makes it a lot easier. It act's like a dll in that it can be left open even if you're not using it and it wont take up processor time. Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"
5. Re: euViewer prob [ATTN. Al Getz]
- Posted by don cole <doncole at pacbell.net> Mar 30, 2005
- 478 views
Yes thank you for responding Al. I got euViewer working. Features I am working on: 1.)Zoom in and out of each picture in viewer. 2.)Slide show. 3.)Random sort. 4.)Escape to close. Done 5.)A Key to minimize window (quickly) if the Boss comes in. I tried your it says "The required DLL is not found." But it does not say which DLL. "Windows 98 with all it's latest DLL required." I'm using Windows 2000 but I have Windows 98 on another partition I tried it there but same err. Don Cole SF
6. Re: euViewer prob [ATTN. Al Getz]
- Posted by Al Getz <Xaxo at aol.com> Mar 30, 2005
- 464 views
Hi Don, Sorry about that... The dll name is "Gdiplus.dll" and it's available for any windows version from the microsoft site. See if this link works: http://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&DisplayLang=en If not, do a search for the download page. I'm sure it's available for any genuine Windows system but perhaps it has to be downloaded in non-XP systems. I also have a wrapped lib coming soon for this graphics rich dll. Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"