Re: Checking If Methods Are Preemptive Ready

2019-04-12 Thread Cannon Smith via 4D_Tech
Hi Wayne,

Thanks for the idea. So far the symbols files has provided what I need. Not as 
simple to parse as if it had been spit out in JSON, but okay. Mostly I’m trying 
to get an idea of which of my “foundation” modules are not thread safe, but 
could be.

Thanks.

--
Cannon.Smith
Synergy Farm Solutions Inc.
Aetna, AB Canada




> On Apr 11, 2019, at 4:37 PM, Wayne Stewart via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> I can't find the db I did this in but what I did was this:
> 
> METHOD GET PATHS(Path project method;$MethodNames_at)
> METHOD GET ATTRIBUTES($MethodNames_at;$Attributes_ao)
> 
> Create a new array with those that area already marked as preemptive
> safe.  Save it somewhere
> Then use METHOD SET ATTRIBUTES to set them all to preemptive safe.
> Compile and enjoy all the errors coming in.
> 
> You should be able to work through the list (slowly).
> If you run out of time reapply the original set of attributes from the
> initial call.
> 
> Then repeat until you've got everything that is safe labelled that way.
> 

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Web area and not secure site

2019-04-12 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi Jeremy,

Thanks for your thoughts, but it looks all has to do with having a https url 
without having a valid certificate for the web site
It looks like the 64-bit embedded web rendering engine doesn’t show anything in 
that case
When I make the web server accept using http all works fine, what of course 
isn’t desirable

So: When using 64-bit embedded web rendering and make a call to an unsecure 
website (https without valid certificate) it show a blank page
I would expect the same behavior as with Chrome, and this certainly isn’t just 
a blank page

Van: Jeremy French 
Verzonden: donderdag 11 april 2019 16:35
Aan: 4D iNUG Technical <4d_tech@lists.4d.com>
CC: Piotr Chabot Stadhouders 
Onderwerp: Re: Web area and not secure site

Have you tried making these calls in the form’s “form method”.

In the form’s “On Load” event

 WA OPEN URL(*;$objName_webArea_t;"about:blank")
 WA SET PAGE CONTENT(*;$objName_webArea_t;"";"file:///“)
 SET TIMER(-1)
In the form’s “On Timer” event

 SET TIMER(0)
 WA OPEN URL(*;$objName_webArea_t;"about:blank")
 WA SET PAGE CONTENT(*;$objName_webArea_t;"";"file:///“)

Also see:
https://doc.4d.com/4Dv17/4D/17.1/SET-TIMER.301-4178784.en.html


On Apr 11, 2019, at 3:25 AM, Piotr Chabot Stadhouders via 4D_Tech 
<4d_tech@lists.4d.com> wrote:

 I don't use the embedded version because
* in 64-bit (Blink) I get an blank HTML page, and nothing is shown

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

[Announce] AJUI_Tip

2019-04-12 Thread Maurice Inzirillo - AJAR via 4D_Tech
We are proud to announce our new Tooltip 4D component : 

  AJUI_TIP 1.0 

AJUI_Tip is a modern UI tooltip engine that will help and assist the user of 
your 4D application to understand unknown or unfamiliar objects in a 4D Form or 
the result of a process of data entry.

Make it a try, you will be amazed by its capability :

https://ch-fr.4d.com/ajuitip-10


AND it's free ! 


Maurice Inzirillo
-- 
AJAR S.A.

https://ch-fr.4d.com
twitter: ajar_info






**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**