Search found 311 matches

Go to advanced search

by BeeJay
Thu Nov 17, 2022 1:33 pm
Forum: Tips and Techniques
Topic: WebView2
Replies: 2
Views: 643

Re: WebView2

Hi Stephen, One other gotcha to watch out for with using WebView2. We use this in our application on the edit location screen to show that location on Google Maps - assuming the client has purchased a Google Maps API key. However, we still wanted users who don't have WebView2 installed to be able to...
by BeeJay
Tue Nov 08, 2022 1:06 pm
Forum: Tips and Techniques
Topic: WebView2
Replies: 2
Views: 643

Re: WebView2

Hi Stephen, I have WebView2 working in JADE using the following steps. For the import steps I did this all using a single user IDE on my local machine and then extracted/loaded the imported controls into our main dev environment. I then put the three dlls below into the .\i686-msoft-win32-unicode\do...
by BeeJay
Thu May 19, 2022 2:08 pm
Forum: General Discussion
Topic: Google Maps API Error
Replies: 8
Views: 1821

Re: Google Maps API Error

I too am interested in this topic regards Microsoft "retiring" IE in June 2022. We use the Microsoft Internet Control WebBrowser control and I'm not sure what will happen going forward - anyone else facing this issue? What do you know about WebView2 Beejay? I might call you to discuss your understa...
by BeeJay
Tue May 10, 2022 2:27 pm
Forum: General Discussion
Topic: Google Maps API Error
Replies: 8
Views: 1821

Re: Google Maps API Error

Out of interest, did you manage to find a way to get started with changing your code over to using WebView2 instead of Microsoft.Internet.Controls? Cheers, BeeJay. Any thoughts expressed are my own and in no way reflect the views of my employer. If this reply includes any sample code, or other chang...
by BeeJay
Wed Mar 16, 2022 11:46 am
Forum: Tips and Techniques
Topic: Finding out if a site applied all your patches?
Replies: 0
Views: 565

Finding out if a site applied all your patches?

Have you ever had to debug an issue at a client site and eventually you think it might be due to missing some schema patches but no way to know for sure? If you build into your app a way to output the details returned by Schema::getUserAppliedPatches then you can get your users to send you these det...
by BeeJay
Fri Feb 25, 2022 11:30 am
Forum: Tips and Techniques
Topic: Controls in non-client areas such as title bars and menus
Replies: 2
Views: 817

Re: Controls in non-client areas such as title bars and menus

I've not tried, but I imagine it will be quite difficult, nigh on impossible, to get this working without assistance from JADE... not to mention handling all the continual repaints of this area generated by Windows. It may be worth a JEDI suggestion for JADE to provide a way to do this in future. Pe...
by BeeJay
Fri Dec 10, 2021 7:49 am
Forum: General Discussion
Topic: Google Maps API Error
Replies: 8
Views: 1821

Re: Google Maps API Error

It needs to be done on each thin client machine as that is where the IE frame is being rendered. That's what I meant with the "unfortunately you'll have to add this registry setting on all machines which run your application" comment in my initial reply.

Cheers,
BeeJay.
by BeeJay
Thu Dec 09, 2021 10:22 am
Forum: General Discussion
Topic: Google Maps API Error
Replies: 8
Views: 1821

Re: Google Maps API Error

PS: A Windows restart may be required to pick up the change.
by BeeJay
Thu Dec 09, 2021 10:21 am
Forum: General Discussion
Topic: Google Maps API Error
Replies: 8
Views: 1821

Re: Google Maps API Error

Hi, We were able to get our Google Maps integration working by setting up a reg_dword in FEATURE_BROWSER_EMULATION for jade.exe and setting it to 11000 decimal to force IE 11 to be used for the emulation mode, instead of the default IE 8 emulation mode. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet...
by BeeJay
Mon Sep 13, 2021 3:24 pm
Forum: General Discussion
Topic: JadeAuditAccess.getUserData(pUserName, pIndex); How is pIndex used?
Replies: 5
Views: 1416

Re: JadeAuditAccess.getUserData(pUserName, pIndex); How is pIndex used?

I haven't written code to use the JAA classes myself so I can't answer your immediate question, but hopefully someone else who has used the classes will see your post. However, I thought if you haven't already seen the white paper it may be worth your time reading the Jade Audit Access Whitepaper fo...

Go to advanced search