additional question regarding host/component communication.

"Special" sets of the host, like: UserSet and LockedSet
are these available to a component, or would the contents of these sets 
need to be copied into a 'real' set ("$My_set" or "My_Set"), and the 
set name passed to the component?

Thanks
Chip

On Fri, 29 Jun 2018 11:35:08 -0400, Chip Scheide via 4D_Tech wrote:
> I have some code I would like to put into a component.. but...
> I am uncertain how it will interact with the host.
> 
> The method, uses Execute Formula. 
> The method takes a text parameter which is a bit of code to execute.
> In it's current use (in the host) the text is most often a an apply to 
> selection, which references a host method.
> 
> ex: My_execute("Apply to selection($table_ptr->;my_apply_Code)")
> My_Execute
> .
> .
> .
> Execute Formula($1)
> 
> is code similar to this functional in the context of execution in a 
> component?
> especially, where the code to be executed by Execute formula is an 
> apply to selection and referencing a host method.
> 
> I hope my question is clear enough
> 
> Thanks
> Chip
> ---------------
> Gas is for washing parts
> Alcohol is for drinkin'
> Nitromethane is for racing 
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************
---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to