NetTalk Central

Author Topic: NT6 Launch Webinar - Wow!  (Read 8866 times)

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
NT6 Launch Webinar - Wow!
« on: November 18, 2011, 05:50:25 PM »
Well, I attended my first ClarionLive webinar last night to watch the NT6 launch.  I don't normally attend these because they run at 02:30am my time, but decided to stay up to catch this one, and I am glad I did.

First thing I can say is "WOW!".  NT6 looks fantastic.  Congratulations on taking the product to a whole new level Bruce.  The BIG winners in my view are:

1. The Wizards.  I like NetTalk, but coding up a series of basic Browses and Forms is, lets face it, a tedious pain in the butt.  Having the Wizards whip up all of these basic elements and then going through to remove what you don't want will slash my initial ramp up development time significantly.  It's kind of like what scaffolding did for Ruby on Rails.

2. Theme support.  On a recent NT project, the client asked me to make some minor changes to colour and background graphics, and to be honest, it was a lot of effort to dig through CSS files etc. to make changes to the basic look and feel.  With NT6 Themeroller support, AND the ability to change the entire look and feel of your app on the fly - super cool !!

3. Background Process button.  I had no idea how many background processes I would be running in my NT apps.  Because we do a lot of webapps that link to legacy ERP system, there is usually a lot of table refreshing and duplicating that we need to do in the back end to synchronise data.  Previously this was really 'hit or miss' in that we would have to put 'dummy' progress bars and fixed timers on pages to try and achieve this.  To have a button that could maintain a connection to the server AND provide user eedback from a progress bar control is HUGE.

4. Mobile support.  It seems that nearly all NT projects we do now the user is asking us "Oh, can we have that working on iPhones too?".  Granted, what Bruce showed us presently is still very early support that is still in Alpha testing, but at least gives us a glimpse of the future in that we can write just ONE code base to support both Desktop and Mobile devices.

Conclusion - NetTalk 6 is WINNING...  Now, if I could only remember the promotional upgrade code, I would be on the Capesoft store buying the upgrade right now... :)

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11176
    • View Profile
Re: NT6 Launch Webinar - Wow!
« Reply #1 on: November 18, 2011, 09:33:07 PM »
Thanks Devan - it went pretty well, although I missed some stuff that I remembered afterwards. Oh well, that's bound to happen I guess.
I appreciate the effort you made to stay up - I know it happens at a horrible time in Australia. To the other Australian lads I recommend grabbing the recording. John has _already_ made it available so that's super-cool, thanks John.
http://www.clarionlive.com/index.php?option=com_docman&task=cat_view&gid=42&Itemid=57

regarding the progress bars - it doesn't maintain an "open" connection during the process - rather the browser polls from time to time to "see how things are going". However the code does do all the heavy lifting for you, and makes the generated code quite elegant, and therefore hopefully easy to embed into.

Cheers
Bruce

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: NT6 Launch Webinar - Wow!
« Reply #2 on: November 19, 2011, 04:05:24 AM »
If you want the sincerest form of appreciation I placed my order last night after the Webinar. Now if we could just get those Capies to work over a weekend so we can download it that would be great  :)
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11176
    • View Profile
Re: NT6 Launch Webinar - Wow!
« Reply #3 on: November 19, 2011, 05:48:14 AM »
working on it Terry.... :)

Skip Williams

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Re: NT6 Launch Webinar - Wow!
« Reply #4 on: November 19, 2011, 06:46:36 AM »
Hi Bruce...

NT6 REALLY looks good.  Watched the webinar late last night. Looking forward to giving it a go.

When its up, should I just install it over 5.xx and just go for it?...or should I be a little more cautious?

Skip

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: NT6 Launch Webinar - Wow!
« Reply #5 on: November 19, 2011, 08:32:53 AM »
Yep.  Bruce put on a great webinar.  I haven't been that excited to see a webinar in a long time.  It was like waiting on the premier of a blockbuster movie or something.

I think NT6 is a game changer on the Clarion playing field.  It will solve many issues.

I am currently converting all of my Win32 projects over to NetTalk.

No new projects will be Win32.

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

AZIS350

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • Email
Re: NT6 Launch Webinar - Wow!
« Reply #6 on: November 19, 2011, 12:45:28 PM »
Don, I totally agree with you. With NetTalk 5 we already decided our new projects are all going to be web-based instead of Win32, and after watching the webinar yesterday on NetTalk6 I'm more convinced of that then ever. We've already been using NetTalk5 for mobile applications and we've made more money on our web apps recently then our Win32 ones. No more 'but can't we use your app on a Mac' :)

Bruce, a big thank you to you and your team for your efforts in releasing NetTalk 6.

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: NT6 Launch Webinar - Wow!
« Reply #7 on: November 20, 2011, 09:41:07 PM »
Bruce
I realise that you had to show a lot in a little time so this may be there but just a query.
Are there individual create browse wizards and create form wizards as well. I am thinking of situations where additional tables are added to the dictionary after the initial website creation.
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11176
    • View Profile
Re: NT6 Launch Webinar - Wow!
« Reply #8 on: November 20, 2011, 11:47:46 PM »
Hi Terry,

sort of.
I haven't made separate wizards for browses and forms, however you can re-run the application wizard at any time to "add more". So, for example, if you re-run the wizard when your app is open you'll be able to select some "more files" for browses and forms. Obviously the global stuff is not as relevant at that point (and I need to do some polish in this regard) - but the short answer is yes, you can use it to add browses and forms to your app "after the fact".

cheers
Bruce