Matthias Schmidt | 16 May 11:25

Footrunner - Footprint

Hello All,

I tried to download the latest release of footrunner, but the links on
their page seams to be dead.

Does anybody know, if footrunner will work with 4D v11 nativ on OS X?

cheers,

Matthias

------------------------------------------------------------------------
Admilon Consulting GmbH
Am Wiesengrund 9a, 90584 Allersberg, Germany
Geschäftsführer: Peter Frank, Matthias Schmidt
Amtsgericht Nürnberg: HRB 21750
Tel.: +49-9174 - 6646 Fax: +49-9174 - 6647
<http://www.admilon-consulting.de>
-------------------------------------------------------------------------

**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
(Continue reading)

Balinder Walia | 16 May 11:39

Re: Footrunner - Footprint

You can download from their ftp server ftp://ftp.footprints-inc.com.I don't
know whether it will work native with 4Dv11 or not. I doubt it as it is not
available in a bundled format. Still .4CX

Cheers

2008/5/16 Matthias Schmidt <4D_info@...>:

> Hello All,
>
> I tried to download the latest release of footrunner, but the links on
> their page seams to be dead.
>
> Does anybody know, if footrunner will work with 4D v11 nativ on OS X?
>
>
> cheers,
>
> Matthias
>
> ------------------------------------------------------------------------
> Admilon Consulting GmbH
> Am Wiesengrund 9a, 90584 Allersberg, Germany
> Geschäftsführer: Peter Frank, Matthias Schmidt
> Amtsgericht Nürnberg: HRB 21750
> Tel.: +49-9174 - 6646 Fax: +49-9174 - 6647
> <http://www.admilon-consulting.de>
> -------------------------------------------------------------------------
>
>
(Continue reading)

Pat Bensky | 17 May 10:18

Re: Footrunner - Footprint

You don't really need Footrunner with V11 because you can easily create your
own components in 4D code.
Pat

2008/5/16 Balinder Walia <balinder.walia@...>:

> You can download from their ftp server ftp://ftp.footprints-inc.com.Idon't
> know whether it will work native with 4Dv11 or not. I doubt it as it is not
> available in a bundled format. Still .4CX
>
> Cheers
>
> 2008/5/16 Matthias Schmidt <4D_info@...>:
>
> > Hello All,
> >
> > I tried to download the latest release of footrunner, but the links on
> > their page seams to be dead.
> >
> > Does anybody know, if footrunner will work with 4D v11 nativ on OS X?
> >
> >
> > cheers,
> >
> > Matthias
> >
> > ------------------------------------------------------------------------
> > Admilon Consulting GmbH
> > Am Wiesengrund 9a, 90584 Allersberg, Germany
> > Geschäftsführer: Peter Frank, Matthias Schmidt
(Continue reading)

RE: Footrunner - Footprint


> You don't really need Footrunner with V11 because you can easily create your
> own components in 4D code.

Can you deliver changes to "scripts" / components in vll without a recompile?

Paul Medland
QuickTrac Developer
Hamilton, Ontario

**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************
Jeffrey Kain | 17 May 19:33

Re: Footrunner - Footprint

On 5/17/08 12:38 PM, "Medland, Paul (QuickWire)" <pmedland@...>
wrote:

>> You don't really need Footrunner with V11 because you can easily create your
>> own components in 4D code.
> 
> Can you deliver changes to "scripts" / components in vll without a recompile?

Yes, just drop a new component in place and restart the server.

Jeff

**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Balinder Walia | 18 May 00:14

Re: Footrunner - Footprint

Which component? Where is the component?

2008/5/17 Jeffrey Kain <jkain@...>:

> On 5/17/08 12:38 PM, "Medland, Paul (QuickWire)" <pmedland@...>
> wrote:
>
> >> You don't really need Footrunner with V11 because you can easily create
> your
> >> own components in 4D code.
> >
> > Can you deliver changes to "scripts" / components in vll without a
> recompile?
>
> Yes, just drop a new component in place and restart the server.
>
> Jeff
>
>
> **********************************************************************
> The 4D v11 SQL Roadshow - coming to a city near you!
> http://www.4D.com/roadshow/index.html
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************
(Continue reading)

Pat Bensky | 18 May 16:28

Re: Footrunner - Footprint

1. Create a new 4D database
2. Create some methods that you want to make available as components to
another 4D v11 database
3. compile it
4. Drop the compiled component into the Components folder in the 4d database
that you want it to be available to.
See the v11 upgrade document for more details!

PB

2008/5/17 Balinder Walia <balinder.walia@...>:

> Which component? Where is the component?
>
> 2008/5/17 Jeffrey Kain <jkain@...>:
>
> > On 5/17/08 12:38 PM, "Medland, Paul (QuickWire)" <pmedland@...
> >
> > wrote:
> >
> > >> You don't really need Footrunner with V11 because you can easily
> create
> > your
> > >> own components in 4D code.
> > >
> > > Can you deliver changes to "scripts" / components in vll without a
> > recompile?
> >
> > Yes, just drop a new component in place and restart the server.
> >
(Continue reading)

RE: Footrunner - Footprint


You still have to take the server down.  I send FR scripts to sites to handle many interface issues.
If one of their systems change then I can send a new script.  I put it in a network location that is
swept at login time.  New scripts are distributed automatically without having to re-compile the main
app.  There still is need for FR.

regards,

Paul Medland
QuickTrac Developer
Hamilton, Ontario

-----Original Message-----
From: 4d_tech-bounces@... on behalf of Jeffrey Kain
Sent: Sat 5/17/2008 12:33 PM
To: 4D iNug Tech
Subject: Re: Footrunner - Footprint

On 5/17/08 12:38 PM, "Medland, Paul (QuickWire)" <pmedland@...>
wrote:

>> You don't really need Footrunner with V11 because you can easily create your
>> own components in 4D code.
> 
> Can you deliver changes to "scripts" / components in vll without a recompile?

Yes, just drop a new component in place and restart the server.

Jeff

(Continue reading)


Gmane