Index
2012-11-13 08:29Kevin Cully : [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 08:39Dave Crozier : RE: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:14Eurico Chagas Filho : Re: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:16Kurt @ VR-FX : Re: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:18Kurt @ VR-FX : Re: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:19Kevin Cully : Re: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:21Kurt @ VR-FX : Re: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:27Ed Leafe : Re: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:56Stephen Russell : Re: [NF] RealBasic (was Re: VFP Metro Interface)
2012-11-13 10:57Kevin Cully : Re: [NF] RealBasic (was Re: VFP Metro Interface)
Back to top
[NF] RealBasic (was Re: VFP Metro Interface)

Author: Kevin Cully

Posted: 2012-11-13 08:29:04   Link

Kurt,

I hope that I haven't oversold Real Studio / RealBasic. For Windows

only desktop applications, I still think that VFP has the edge in

development.

However, for being able to develop one application and compile for

Windows, Mac, and Linux desktop applications, then it is the best tool I

have found. Throw in the ability to develop Web applications as if you

are developing a desktop application (what they call Web 3.0) and that's

a big bucket of win. Did I mention that you can share business

applications and modules (anything non-UI) between desktop and web

applications? That's really cool.

Is it perfect? Certainly not. There are bugs that they work through.

It's not 64bit yet. Web application deployment is has some complexity

and expense. No, you cannot host a web application on a cheap Linux

hosting account that would be $7/month. It can't do phone applications

just yet (iOS or Android) although they are working on iOS development.

Yes, the web applications can be "Phone Browser" aware however.

(example: Session.OrientationChanged() fires when the connected device

orientation changes. 0=Portrait, 90=Landscape Left, 180=Upside Down,

-90=Landscape right.) ... and ... it's not free or open sourced, but

it's an established company from Austin, TX where the product has been

around for decades now.

All I can say is that the same "Fun Factor" I get when developing VFP

applications, I get the same good feelings and productivity developing

RealBasic applications. Your "VFP Mindset" works well in the

application world of RealBasic of Windows, Methods, Events, and Properties.

-Kevin

On 11/13/2012 08:32 AM, Dave Crozier wrote:

> And - I have even been considering Real Basic as a new option to

> develop in - since its so closely related to VFP.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/50A25930.2080307@cullytechnologies.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Kevin Cully
Back to top
RE: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Dave Crozier

Posted: 2012-11-13 08:39:54   Link

Full agreement here on RealBasic, both it's pro's and also its cons.

I just treat it as another tool in the developers arsenal and at multi platform it is certainly the best "one click multi compile" solution I have found.

I think all the comments regarding VFP and it's future bring into perspective the fact that being a "one horse" developer doesn't really hold credence any more now that there are so many platforms to develop on, hence diversity is king..... use the best tool for the job.

I know lots of people, myself included, have lots of times spouted how "VFP can do anything". Yes it can, but sometimes it is a pain and in those circumstances it is only the persistence and ingenuity of the developer that make the product "do it". Far better to get the job done quickly and efficiently, regardless of the product used and move on to the next money paying project in my opinion.

Yes, I could probably have done all the projects in my past using simply Access and VB but ..

(a) Would I want to ... NO

(b) Would I have even finished the first one yet... maybe not

(c) Would I have enjoyed the experience.... definitely NOT!

Life is to short to be stubborn and short sighted!

Dave

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/BD031ECABF2B60499200AAB3DBB4A999012B2BA19C@EX-A-FPL.FPL.LOCAL

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Dave Crozier
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Eurico Chagas Filho

Posted: 2012-11-13 10:14:15   Link

I would like an application that would not charge the developer when he is "developing".

Now if and when I sell the product of my development then I could be charged.

I think that way we could try several products till we find the best for us.

Some times a project takes months to be sold and 30 days trial is not enough.

E.

>________________________________

> From: Dave Crozier <DaveC@Flexipol.co.uk>

>To: ProFox Email List <profox@leafe.com>

>Sent: Tuesday, November 13, 2012 12:39 PM

>Subject: RE: [NF] RealBasic (was Re: VFP Metro Interface)

>

>Full agreement here on RealBasic, both it's pro's and also its cons.

>

>I just treat it as another tool in the developers arsenal and at multi platform it is certainly the best "one click multi compile" solution I have found.

>

>I think all the comments regarding VFP and it's future bring into perspective the fact that being a "one horse" developer doesn't really hold credence any more now that there are so many platforms to develop on, hence diversity is king..... use the best tool for the job.

>

>I know lots of people, myself included, have lots of times spouted how "VFP can do anything". Yes it can, but sometimes it is a pain and in those circumstances it is only the persistence and ingenuity of the developer that make the product "do it". Far better to get the job done quickly and efficiently, regardless of the product used and move on to the next money paying project in my opinion.

>

>Yes, I could probably have done all the projects in my past using simply Access and VB but ..

>

>(a) Would I want to ... NO 

>

>(b) Would I have even finished the first one yet... maybe not

>

>(c) Would I have enjoyed the experience.... definitely NOT!

>

>Life is to short to be stubborn and short sighted!

>

>Dave

>

>

>_______________________________________________

>Post Messages to: ProFox@leafe.com

>Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

>OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

>Searchable Archive: http://leafe.com/archives/search/profox

>This message: http://leafe.com/archives/byMID/profox/BD031ECABF2B60499200AAB3DBB4A999012B2BA19C@EX-A-FPL.FPL.LOCAL

>** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

>

>

>

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/1352823255.94294.YahooMailNeo@web140602.mail.bf1.yahoo.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Eurico Chagas Filho
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Kurt @ VR-FX

Posted: 2012-11-13 10:16:59   Link

Hey Kevin,

On 11/13/2012 9:29 AM, Kevin Cully wrote:

> Kurt,

> I hope that I haven't oversold Real Studio / RealBasic. For Windows

> only desktop applications, I still think that VFP has the edge in

> development.

Overselling sounds fine by me - nothing wrong with being a RealBasic

Evangelist!

> However, for being able to develop one application and compile for

> Windows, Mac, and Linux desktop applications, then it is the best tool

> I have found. Throw in the ability to develop Web applications as if

> you are developing a desktop application (what they call Web 3.0) and

> that's a big bucket of win.

Being that I can develop Web Apps - that sounds really enticing - since

my buddy now claims that is what his associates are REALLY Looking for.

> Did I mention that you can share business applications and modules

> (anything non-UI) between desktop and web applications? That's really

> cool.

When you say Non-UI, what does that really mean? Only the data

processing and manipulation routines can be shared?

What about the data. Is it DBF's and/or DBC's like VFP? OR is it

strictly that you tie into a server data source like MySql? Again - just

curious - and trying to figure out what's involved...

> Is it perfect? Certainly not. There are bugs that they work through.

Understood.

> It's not 64bit yet.

I suspect that is something that they ARE working on - for near future

releases?

> Web application deployment is has some complexity and expense. No,

> you cannot host a web application on a cheap Linux hosting account

> that would be $7/month.

Thanks for that heads-up.

> It can't do phone applications just yet (iOS or Android) although they

> are working on iOS development. Yes, the web applications can be

> "Phone Browser" aware however. (example: Session.OrientationChanged()

> fires when the connected device orientation changes. 0=Portrait,

> 90=Landscape Left, 180=Upside Down, -90=Landscape right.)

So - in essence - although one can NOT Yet make a native mobile app yet

- once Can run a Web app on a mobile device and it will be aware of it

being run on a Mobile device - and screen layout can be made to change

accordingly?

> ... and ... it's not free or open sourced,

It was mentioned in another e-mail thread that in 2013 - there would be

a "Free" version to use - or at least a version that one could try their

hands at - while there would be a cost to a version for deployment.

Right? I'm curious to know if there is a version now that I could play

with - like a demo version - before laying out cash I don't have. I

would essentially buy the dev. version if I can actually GET this

project I am currently looking into...

> ...but it's an established company from Austin, TX where the product

> has been around for decades now.

That truly IS a Good thing to know.

> All I can say is that the same "Fun Factor" I get when developing VFP

> applications, I get the same good feelings and productivity developing

> RealBasic applications. Your "VFP Mindset" works well in the

> application world of RealBasic of Windows, Methods, Events, and

> Properties.

Now - THAT Truly makes it enticing for someone like me - a Long time VFP

guy!

Thanks again Kevin for all your input!

-K-

On 11/13/2012 08:32 AM, Dave Crozier wrote:

>> And - I have even been considering Real Basic as a new option to

>> develop in - since its so closely related to VFP.

>

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/50A2727B.9010807@optonline.net

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Kurt @ VR-FX
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Kurt @ VR-FX

Posted: 2012-11-13 10:18:43   Link

Hey Dave - thanks again for your input. I agree with your 1 horse

comment - and hope that I CAN get this New project - and CAN use this as

the perfect opportunity to get a new tool under my belt!

L8r,

-K-

On 11/13/2012 9:39 AM, Dave Crozier wrote:

> Full agreement here on RealBasic, both it's pro's and also its cons.

>

> I just treat it as another tool in the developers arsenal and at multi platform it is certainly the best "one click multi compile" solution I have found.

>

> I think all the comments regarding VFP and it's future bring into perspective the fact that being a "one horse" developer doesn't really hold credence any more now that there are so many platforms to develop on, hence diversity is king..... use the best tool for the job.

>

> I know lots of people, myself included, have lots of times spouted how "VFP can do anything". Yes it can, but sometimes it is a pain and in those circumstances it is only the persistence and ingenuity of the developer that make the product "do it". Far better to get the job done quickly and efficiently, regardless of the product used and move on to the next money paying project in my opinion.

>

> Yes, I could probably have done all the projects in my past using simply Access and VB but ..

>

> (a) Would I want to ... NO

>

> (b) Would I have even finished the first one yet... maybe not

>

> (c) Would I have enjoyed the experience.... definitely NOT!

>

> Life is to short to be stubborn and short sighted!

>

> Dave

>

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/50A272E3.7040403@optonline.net

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Kurt @ VR-FX
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Kevin Cully

Posted: 2012-11-13 10:19:12   Link

Hello Eurico,

The Real Studio pricing model is going to change with the next release.

The IDE is going to be free from that point on. You only need to pay if

you want to compile the application. In fact, you can develop and

application, distribute it to your customer and they can run it from the

IDE without paying for anything (but your time).

The Real Studio license model is just like the VFP licensing model.

-Kevin

On 11/13/2012 11:14 AM, Eurico Chagas Filho wrote:

> I would like an application that would not charge the developer when he is "developing".

> Now if and when I sell the product of my development then I could be charged.

> I think that way we could try several products till we find the best for us.

>

> Some times a project takes months to be sold and 30 days trial is not enough.

>

> E.

>

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/50A27300.7010706@cullytechnologies.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Kevin Cully
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Kurt @ VR-FX

Posted: 2012-11-13 10:21:38   Link

U know - E - I TOTALLY Agree with you on that one - and its somewhat

inline with what I wrote in my last e-mail.

I think that MS already does this - with all the Express versions of

their Dev. tools - since, you can essentially build a whole system -

that may have limitations under the Express version - then those

limitations are wiped away once you get the full VS version!

-K-

On 11/13/2012 11:14 AM, Eurico Chagas Filho wrote:

> I would like an application that would not charge the developer when he is "developing".

> Now if and when I sell the product of my development then I could be charged.

> I think that way we could try several products till we find the best for us.

>

> Some times a project takes months to be sold and 30 days trial is not enough.

>

> E.

>

>

>

>> ________________________________

>> From: Dave Crozier <DaveC@Flexipol.co.uk>

>> To: ProFox Email List <profox@leafe.com>

>> Sent: Tuesday, November 13, 2012 12:39 PM

>> Subject: RE: [NF] RealBasic (was Re: VFP Metro Interface)

>>

>> Full agreement here on RealBasic, both it's pro's and also its cons.

>>

>> I just treat it as another tool in the developers arsenal and at multi platform it is certainly the best "one click multi compile" solution I have found.

>>

>> I think all the comments regarding VFP and it's future bring into perspective the fact that being a "one horse" developer doesn't really hold credence any more now that there are so many platforms to develop on, hence diversity is king..... use the best tool for the job.

>>

>> I know lots of people, myself included, have lots of times spouted how "VFP can do anything". Yes it can, but sometimes it is a pain and in those circumstances it is only the persistence and ingenuity of the developer that make the product "do it". Far better to get the job done quickly and efficiently, regardless of the product used and move on to the next money paying project in my opinion.

>>

>> Yes, I could probably have done all the projects in my past using simply Access and VB but ..

>>

>> (a) Would I want to ... NO

>>

>> (b) Would I have even finished the first one yet... maybe not

>>

>> (c) Would I have enjoyed the experience.... definitely NOT!

>>

>> Life is to short to be stubborn and short sighted!

>>

>> Dave

>>

>>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/50A27392.9010205@optonline.net

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Kurt @ VR-FX
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Ed Leafe

Posted: 2012-11-13 10:27:52   Link

On Nov 13, 2012, at 10:14 AM, Eurico Chagas Filho <e28chagas@yahoo.com.br> wrote:

> I would like an application that would not charge the developer when he is "developing".

> Now if and when I sell the product of my development then I could be charged.

> I think that way we could try several products till we find the best for us.

>

> Some times a project takes months to be sold and 30 days trial is not enough.

What about a completely free app? With full source code? And no license fees? And no license restrictions? Too good to be true, right?

;-)

-- Ed Leafe

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/3211E4FD-014A-459E-86AF-C59D0462A5F3@rackspace.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Ed Leafe
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Stephen Russell

Posted: 2012-11-13 10:56:07   Link

On Tue, Nov 13, 2012 at 10:14 AM, Eurico Chagas Filho <

e28chagas@yahoo.com.br> wrote:

> I would like an application that would not charge the developer when he is

> "developing".

> Now if and when I sell the product of my development then I could be

> charged.

> I think that way we could try several products till we find the best for

> us.

>

> Some times a project takes months to be sold and 30 days trial is

> not enough.

>

> -------------------------------------------------

Something sounds wrong here. You want to prototype for a customer and use

the development tools through to delivery without paying because the

customer has not paid you?

Maybe Open Source is the option for you. There are a lot of other vendors

with free tools out there, and some of those have versions that are pay for

as well.

--

Stephen Russell

Sr. Analyst

Ring Container Technology

Oakland TN

901.246-0159 cell

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAJidMYLGodYyoZJymrRAJOA=+GVOj6A_rEp227w6d9W4rDk2+A@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Stephen Russell
Back to top
Re: [NF] RealBasic (was Re: VFP Metro Interface)

Author: Kevin Cully

Posted: 2012-11-13 10:57:46   Link

On 11/13/2012 11:16 AM, Kurt @ VR-FX wrote:

>

> When you say Non-UI, what does that really mean? Only the data

> processing and manipulation routines can be shared?

Yes. The UI elements are specific to the various platforms so

interfacing with them wouldn't cross over. However, developing for a

desktop application and a web application are developed in a similar

way. For example, you could put this same code in the 'Action()' event

of a button. ('Action()' in Real Studio is the equivalent of 'Click()'

in VFP) no matter whether it is on the desktop or in a web application:

MsgBox("Why, hello there ProFox mailing list!") Yup, this code works

both on the desktop and on the web even though it is a "pushButton" on

desktop and a "webButton" on a web application! Doesn't that look like

VFP? Or at least our old FoxPro command.

> What about the data. Is it DBF's and/or DBC's like VFP? OR is it

> strictly that you tie into a server data source like MySql? Again -

> just curious - and trying to figure out what's involved...

You have options as far as accessing data. Natively and built in is the

SQLite data engine which they call RealSQLDatabase. This is a really

good thing because guess what databases are supported on phones:

SQLite. Just like in the VFP world however, most people develop against

a full SQL Server however. I'm a big fan of PostgreSQL, but there are

plugins for MYSql, Oracle, PostgreSQL. The rest of the databases are

accessible by the ODBC plugin. I believe there are other database

specific plugins available for purchase from 3rd party companies but I

haven't looked into it.

>

> I suspect that is something that they ARE working on - for near future

> releases?

Yes, 64bit is in their road map. They are changing over to the LLVM

compiler which will make getting to 64bit much easier. It will make

getting to the phone platforms easier as well.

>

> So - in essence - although one can NOT Yet make a native mobile app

> yet - once Can run a Web app on a mobile device and it will be aware

> of it being run on a Mobile device - and screen layout can be made to

> change accordingly?

Yes, you can, on the Session.OrientationChanged() event then send down a

different page but I haven't needed it yet. Then anchor properties on

the webforms make the resizing very familiar to what we normally see

when a window is resized. Most of the time, I just lock a button to the

lower+right, and allow the listbox to resize and I'm good.

> It was mentioned in another e-mail thread that in 2013 - there would

> be a "Free" version to use - or at least a version that one could try

> their hands at - while there would be a cost to a version for

> deployment. Right? I'm curious to know if there is a version now that

> I could play with - like a demo version - before laying out cash I

> don't have. I would essentially buy the dev. version if I can actually

> GET this project I am currently looking into...

I believe that you can use the demo version for 30 days without paying

right now. If you need more time than that, just contact Real Software,

Inc. and ask for another key that should allow for another 30 days.

They're pretty nice about that kind of stuff.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/50A27C0A.5010708@cullytechnologies.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Kevin Cully