Is anyone making commercial products in LC8?

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Is anyone making commercial products in LC8?

Post by MarcVanCauwenberghe » Sat Sep 05, 2015 5:20 pm

Subtitle: is it ok to start your new projects in LC8.

Just curious.

Greetz,
Marc

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Is anyone making commercial products in LC8?

Post by bn » Sat Sep 05, 2015 8:22 pm

Hi Marc,

apparently Trevor DeVore is doing it because he develops a lot of widgets. And he knows what he is doing. But I think for the rest of us it is still too early. I would not start a commercial project in beta versions.

There is probably a reason why it is called "dp" (developer preview), which is probably pre-beta.

Kind regards

Bernd

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Is anyone making commercial products in LC8?

Post by Dixie » Sun Sep 06, 2015 7:22 am

Bernd...

Well, that's me out of the game then... I never know what I am doing !.. :-)

MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Re: Is anyone making commercial products in LC8?

Post by MarcVanCauwenberghe » Sun Sep 06, 2015 11:34 am

Thank you Bernd.

Best Regards,
Marc

livecodeali
Livecode Staff Member
Livecode Staff Member
Posts: 194
Joined: Thu Apr 18, 2013 2:48 pm

Re: Is anyone making commercial products in LC8?

Post by livecodeali » Sun Sep 06, 2015 2:18 pm

It is worth noting that the engine in LC 8 is essentially stable. The only real difference between it and the LC 7 engine is LiveCode Builder, which is very much an 'add-on'. The main reason 8 is still DP is because LCB and widgets are not final - various things might change (indeed we changed the 'kind' of several widgets, and the names of various widget properties between DP 2 and 3, so stacks saved with widgets on in DP 2 might not be ok in DP 3). Also it's because the IDE is somewhat in a state of flux.

A stack without widgets should behave exactly the same in 8 as in 7.

Thierry
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 875
Joined: Wed Nov 22, 2006 3:42 pm

Re: Is anyone making commercial products in LC8?

Post by Thierry » Sun Sep 06, 2015 3:17 pm

livecodeali wrote: A stack without widgets should behave exactly the same in 8 as in 7.
Thanks, good to know.

So, just downloaded LC 8.0 dp 4 on my Mac and tried to run a LC 7 stack.

It works as expected. Great!

However, could you tell me if the tools palette should be like in this screenshot?
and the types (tags) too?
sunnY 2015-09-06 à 16.12.50.png
Kind regards,

Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Is anyone making commercial products in LC8?

Post by Dixie » Sun Sep 06, 2015 4:56 pm

livecodeali wrote:
A stack without widgets should behave exactly the same in 8 as in 7.
After reading what you had written , I too tried an lC7.(rc2) stack under LC8 (dp4)... but it threw a 'hissy fit'... mainly with scrolling groups, bits of the screen all over the place, looked like a jigsaw !... Just before I started to take 'screenshots to post here I decided to run the stack again, in the iOS simulator... but with acceleratedRendering set to 'false'... then all was well with the world ... :-)

livecodeali
Livecode Staff Member
Livecode Staff Member
Posts: 194
Joined: Thu Apr 18, 2013 2:48 pm

Re: Is anyone making commercial products in LC8?

Post by livecodeali » Sun Sep 06, 2015 8:33 pm

Thierry wrote: However, could you tell me if the tools palette should be like in this screenshot?
and the types (tags) too?
That's a bug that will be fixed in DP5, although it only affects the first run so if you restart lc it should be fine.

The dictionary looks as it should, but feedback is very welcome if you have any!
Dixie wrote: After reading what you had written , I too tried an lC7.(rc2) stack under LC8 (dp4)... but it threw a 'hissy fit'... mainly with scrolling groups, bits of the screen all over the place, looked like a jigsaw !... Just before I started to take 'screenshots to post here I decided to run the stack again, in the iOS simulator... but with acceleratedRendering set to 'false'... then all was well with the world ... :-)
Ah! Thanks for that, we had this bug which was a bit of a mystery to me:
http://quality.runrev.com/show_bug.cgi?id=15345
But of course, that must be because of acceleratedRendering too. I'm not sure why it would be any different in 8, but at least we should be able to work it out now.

Post Reply