Search found 75 matches

by 01McAc
Wednesday 24th March 2021 6:53pm
Forum: Component
Topic: Component to preview files in a directory
Replies: 22
Views: 16218

Re: Component to preview files in a directory

Lots of investigation, thank you Sherlock :) I'll go through it in the next days.
by 01McAc
Wednesday 24th March 2021 3:57pm
Forum: Component
Topic: Component to preview files in a directory
Replies: 22
Views: 16218

Re: Component to preview files in a directory

Don't know if you are still interested Yes, I am. The code is exactly what I was looking for. What I can do is just copy and paste the code but, to be honest, I don't understand how a (any) library must be declared. How did you figure that out? Re the poor TV night: how about a good book or going o...
by 01McAc
Sunday 21st March 2021 6:41pm
Forum: Component
Topic: Component to preview files in a directory
Replies: 22
Views: 16218

Re: Component to preview files in a directory

Thanks guys for all your advice and code. For exiftool there is a friendly forum: https://exiftool.org/forum/index.php Indeed this have been a helpful knowledge base for me. Attached is the alpha version of my tool. I use (of course) exiftool. A marvelous little program but cumbersome with all the p...
by 01McAc
Saturday 20th March 2021 7:36pm
Forum: Component
Topic: Component to preview files in a directory
Replies: 22
Views: 16218

Component to preview files in a directory

I know there is the main component gb.form which provides the FileView class. Unfortunately, fileview does not preview all files (e.g. photo raw files) but Dolphin and Nautilus do preview these files. Dolphin uses qt5 so in return I would expect to find another fileview component in gb.qt5*- but the...
by 01McAc
Wednesday 17th March 2021 5:09pm
Forum: Component
Topic: MapView - Layer with street and town names
Replies: 18
Views: 13484

Re: MapView - Layer with street and town names

No worries. Don't get lost in German language on your computer. I am currently working on my own Exif2Map app;) Just for fun. Sure, eveybody needs his own app! In the meantime I figured out which long way round it needs to preview raw file in the imageview class (e.g. *DNG). But what I haven't manag...
by 01McAc
Tuesday 16th March 2021 6:46pm
Forum: Component
Topic: MapView - Layer with street and town names
Replies: 18
Views: 13484

Re: MapView - Layer with street and town names

The following code works Continued some tests. My code is not reliable, sorry. It doesn't work for all jpg's. I don't know, why. I did notice you are using exiftool to extract the exif tags. I use the following parameter to get the correct "GPS Position"-tag in degrees (e.g. 54.989667). N...
by 01McAc
Tuesday 16th March 2021 5:15pm
Forum: Component
Topic: MapView - Layer with street and town names
Replies: 18
Views: 13484

Re: MapView - Layer with street and town names

Weird, the condition IsNull(Val("2.2")) is never true When I type Val("2.2") into the console the result is "02.02.2021 00:00:00" Then I replaced your condition with the code InStr(sLatArray[2], ".") This condition becomes true but sLatArray = Replace(sLatArra...
by 01McAc
Tuesday 16th March 2021 3:58pm
Forum: Component
Topic: MapView - Layer with street and town names
Replies: 18
Views: 13484

Re: MapView - Layer with street and town names

Thanks for the reply and the picture, but I could not recreate the error. I think it's not actually a bug rather than a national interpretation of numbers. When the 'error' occurs I've got the following numbers fLat = Val(sLatArray[0]) + (Val(sLatArray[1]) / 60) + (Val(sLatArray[2]) / 3600) sLatArr...
by 01McAc
Monday 15th March 2021 6:37pm
Forum: Component
Topic: MapView - Layer with street and town names
Replies: 18
Views: 13484

Re: MapView - Layer with street and town names

I would be interested in finding the error and sorting it. Can you let me know what Distro you are running, what you did to create the error, what and where it is. Here it is. Screenshot_20210315_192926.jpg I attached the jpg image which caused the errror. I suppose someone has lost his armchair.
by 01McAc
Monday 15th March 2021 1:16pm
Forum: Component
Topic: MapView - Layer with street and town names
Replies: 18
Views: 13484

Re: MapView - Layer with street and town names

stevedee wrote: Sunday 14th March 2021 9:15pm But I found that "h" produces a strange map layer...
Yes indeed. MapSD is quite a cool little program. A nice demonstration what Gambas is capable of - with just a few lines of code.
How do you know the URLs? I haven't found any documention re Google Maps. Common knowlege?