Help , any idea for dialog Open with image preview

Just starting out? Need help? Post your questions and find answers here.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

No, I've never used it.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Trond, if I where you I would use Dependency Walker (http://www.dependencywalker.com/), Filemon and Regmon (http://www.sysinternals.com), to try to track the problem.

Have you tried it on another computer with the same OS? I've always have 4 or 5 different "clean" Windows versions ready in VMWare to test my snippets on. :D
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

techjunkie wrote:Trond, if I where you I would use Dependency Walker (http://www.dependencywalker.com/), Filemon and Regmon (http://www.sysinternals.com), to try to track the problem.
I can't see how that could help? There is a script error in a .js file. Dependency Walker is for exe files. Filemon monitors changes to files, I guess remon monitors the registry. How would that help?
techjunkie wrote:Have you tried it on another computer with the same OS? I've always have 4 or 5 different "clean" Windows versions ready in VMWare to test my snippets on. :D
Great, why don't you test it then? :wink:

Unfortunately I don't have a Windows 2000 cd to use in VMWare. I don't even have VMWare.

Can someone with Windows 2000 test this?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

@Sparkie: Your code shows Large icons if I open in Small icon mode...
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

That would be a bug in my code because I don't recall small icons as being an option for the OpenFileRequester. If you know otherwise, let me know and I'll see if I can fix the code. 8)
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

I see what you mean. Your code shouldn't be offering that option. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re:

Post by Dude »

I ran Sparkie's code today and noticed that it was showing files in my C: drive that aren't showing in Explorer... see image below. Yes, I have all files visible in Explorer. So... WTF? :shock: Where are these files actually located? I remember once creating them (they're not a virus) but I'm shocked to still see them, as they were deleted long ago (hence not seen in Explorer in the screenshot). What's going on? :?

Image
User avatar
blueb
Addict
Addict
Posts: 1111
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: Help , any idea for dialog Open with image preview

Post by blueb »

I'm trying to run this in version 6.70 b
but as you can see from the image above the dialog displays

'Files of Type:' as garbled unicode characters.

I can't see the obvious fix.
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
Post Reply