Search found 96 matches

by uweb
Mon Sep 26, 2016 7:30 pm
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP, it is the same like bevor. I have no problem to try other ways. I like to make it run too. googleapis.com is working nearly complete. Only the images for the control elements over the map are missing, the element left bottom do not work and if I keep left mouse-button down on the upper ri...
by uweb
Mon Sep 26, 2016 7:17 am
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP, probable this thought was the reason that I did changed yesterday falsely the include to 'https://maps.google.com'. Now booth works with the Trusted sites 'https://maps.google.com' or 'https://maps.googleapis.com'. There is no difference. ;#TAB$ + #TAB$ + "<script src='https://maps.g...
by uweb
Sun Sep 25, 2016 7:17 pm
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP, I am sorry but I must cancel my solution. Today in the morning it works. I am sure. But now I get the message, witch ask for execute the skript even though problem with safety certificate, again. I have tryed to reproduce the situation in the morning. But I am not able to make it work wit...
by uweb
Sun Sep 25, 2016 6:37 am
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP, it is the same with both. With #TAB$ + #TAB$ + "<script>if (navigator.geolocation) { var BrowserVersion = navigator.appVersion; window.clipboardData.setData('Text', BrowserVersion); alert(BrowserVersion); }</script>" + #LF$ + I get 5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11....
by uweb
Sat Sep 24, 2016 10:16 pm
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP,

I thank you.
With http in place of https I get the same script-error like at the begin.

May I have to change the configuration of the IE.
I will try this tomorow.
by uweb
Sat Sep 24, 2016 9:52 pm
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP,

sorry for the long time. I have visitors.

In comination with REM the line [ WebBrowser2\put_Silent(#True) ] I get now a message witch ask for execute the skript even though problem with saftey certificate.
If I choose Yes it works.
by uweb
Sat Sep 24, 2016 8:52 pm
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP,

no, unchanged.
by uweb
Sat Sep 24, 2016 7:20 pm
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Hi JHPJHP,

Yes, status is success.

With the REM I get a script-error in row 14 :
'google' is undefined
Code: 0
URL : about:blank

I did test https://developers.google.com/maps/docu ... les/?hl=de and the Samples do working in my IE11.
by uweb
Sat Sep 24, 2016 10:36 am
Forum: Announcement
Topic: Geolocation: Google Maps
Replies: 74
Views: 59268

Re: Geolocation via WebGadget

Thank You for sharing.
But in Geolocation_Directions and Geolocation I see only the Toolbar. The rest keeps white.
Tested with Win7 x64 and PB 5.42 and 5.50 as x86 and x64. There are no error messages.
Any hints?
by uweb
Mon Aug 01, 2016 9:06 am
Forum: Windows
Topic: Device Manager
Replies: 14
Views: 6757

Re: Device Manager

Procedure.s GetLastErrorAsText(LastError.l) ; Used to get Last Win32 API Error Protected *ErrorBuffer, message.s If LastError *ErrorBuffer = AllocateMemory(1024) FormatMessage_(#FORMAT_MESSAGE_FROM_SYSTEM, 0, LastError, 0, *ErrorBuffer, 1024, 0) message.s=PeekS(*ErrorBuffer) FreeMemory(*ErrorBuffer...
by uweb
Sun Jul 31, 2016 2:55 pm
Forum: Windows
Topic: Device Manager
Replies: 14
Views: 6757

Re: Device Manager

Thank you, but ... [15:50:06] Warte auf den Start des Executable... [15:50:05] Executable-Typ: Windows - x64 (64bit) [15:50:06] Executable gestartet. [15:50:06] [ERROR] Main.pb (Zeile: 146) [15:50:06] [ERROR] DrawAlphaImage(): Das angegebene 'ImageID' ist null. means : The given 'ImageID' is zero. O...
by uweb
Sat Apr 16, 2016 11:16 pm
Forum: Coding Questions
Topic: [Solved]REST-Client POST JSON - no response
Replies: 0
Views: 807

[Solved]REST-Client POST JSON - no response

I need a hint. I only want to POST {"title": "Hallo Welt", "tags": ["example", "elasticsearch"]} to 127.0.0.1:9200/example/doc >>> self solved : there was only one #CRLF$ after the header <<< EnableExplicit #TIMEOUT = 3000 #BUFFERSIZE = 16386 Define ...
by uweb
Wed Mar 16, 2016 6:27 pm
Forum: Tricks 'n' Tips
Topic: High speed split string
Replies: 26
Views: 12038

Re: High speed split string

May GETFILETXT() is not the best example but SplitInMemory() looks very good for me. Thank you for the tip callroot. And thank you for the code startbin@126.com! ;************************************************* ;SplitInMemory??????? ;??1=Main????? ;??2=delim????? ;??3=?????????(??????FreeMemory) ;...
by uweb
Sat Mar 05, 2016 8:29 am
Forum: Announcement
Topic: PureBasic 5.42 LTS final is available !
Replies: 98
Views: 42960

Re: PureBasic 5.42 LTS final is available !

DANKE !
by uweb
Mon Feb 29, 2016 7:51 am
Forum: Coding Questions
Topic: FindExistingElementInSortedStructuredArray()
Replies: 17
Views: 2658

Re: FindExistingElementInSortedStructuredArray()

I still do not get it !!! You still request me to measure my own code. What is about your array as a map concept ??? This time you request me to measure a random order of random values. If you dom't trust my random values you can see the generator for this also in my first code in the first post. So...