Re: How do you update the summer megabundle.

2024-07-16 Thread Alex Tweedly via use-livecode
Thank you. Was easy, and has indeed fixed my reported problem. Alex Sent from my iPhone > On 16 Jul 2024, at 17:32, Matthias Rebbe via use-livecode > wrote: > > Alex, > > log into your Livecode account. Then on the left side selectProducts and > then Thirdparty. There you should find a

Re: How do you update the summer megabundle.

2024-07-16 Thread Matthias Rebbe via use-livecode
Alex, log into your Livecode account. Then on the left side select Products and then Thirdparty. There you should find a download link to the current version. Open it in LC and press Install and it will override/update your files. Regards, Matthias Von meinem iPad gesendet > Am 16.07.2024 u

How do you update the summer megabundle.

2024-07-16 Thread Alex Tweedly via use-livecode
I opened a bug report on the PolyList (or Polygrid), and it seems likely it has already been fixed in the latest version of the widget. But I can't remember how to upgrade my bundle (and can't seem to find the instructions ...) Help please. Thanks Alex.

Re: How do you handle 32/64 bit Windows standalones?

2021-04-06 Thread J. Landman Gay via use-livecode
ts against going on with 32 Bit versions for some more years? How do you handle this today? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferen

AW: How do you handle 32/64 bit Windows standalones?

2021-04-06 Thread Tiemo via use-livecode
Thanks for your 2 cents! -Ursprüngliche Nachricht- Von: use-livecode Im Auftrag von Andre Garzia via use-livecode Gesendet: Dienstag, 6. April 2021 15:30 An: How to use LiveCode Cc: Andre Garzia Betreff: Re: How do you handle 32/64 bit Windows standalones? Be aware that windows

Re: How do you handle 32/64 bit Windows standalones?

2021-04-06 Thread Andre Garzia via use-livecode
t; I know, that Microsoft doesn't delivers 32 Bit Versions anymore since 2020, > but I didn't found statistics about the current shares of 32/64 Bit Windows > Systems out there (in Germany). > > > > Are there any caveats against going on with 32 Bit versions fo

Re: How do you handle 32/64 bit Windows standalones?

2021-04-06 Thread Richmond via use-livecode
your products? I know, that Microsoft doesn't delivers 32 Bit Versions anymore since 2020, but I didn't found statistics about the current shares of 32/64 Bit Windows Systems out there (in Germany). Are there any caveats against going on with 32 Bit versions for some more years?

Re: How do you handle 32/64 bit Windows standalones?

2021-04-06 Thread matthias rebbe via use-livecode
rent shares of 32/64 Bit Windows > Systems out there (in Germany). > > > > Are there any caveats against going on with 32 Bit versions for some more > years? > > > > How do you handle this today? > > > > > > > > __

How do you handle 32/64 bit Windows standalones?

2021-04-06 Thread Tiemo via use-livecode
it Windows Systems out there (in Germany). Are there any caveats against going on with 32 Bit versions for some more years? How do you handle this today? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: How Do You Get Filename / Image

2020-09-07 Thread Sannyasin Brahmanathaswami via use-livecode
Yes! It was so easy. I did not expect to find that specialFolderPath("resources") on desktop went to folder with your stack inside it. Perfect for tDefaultFolder This did my job! Yay! on mouseUp local tImageName, tDestinationPath,tFolder, tDefaultFolder put specialFolderPath("resources

Re: How Do You Get Filename / Image

2020-09-07 Thread Pi Digital via use-livecode
I see. You will need to use the full path for tImageName. That will be true for all of the file names you have stored on your cards and stacks. With images, the filename can be either the full path or a relative path, relative to the defaultFolder or the folder the stack is saved in. RevCopy on

Re: How Do You Get Filename / Image

2020-09-07 Thread Sannyasin Brahmanathaswami via use-livecode
Goal: to get a folder a disk that can be copied to the web server. We have all kinds of files on disk. So, I am trying to copy a list of filename in the cards of stack. It can't that hard. But I think the method for doing the tRelativeName of filename is "broken" where are get the defaultFolder.

Re: How Do You Get Filename / Image

2020-09-06 Thread Pi Digital via use-livecode
I’ll try that again:: # I’m going to assume this was a hiccup too and now fixed: set the filename of img “slideimage” to (item 1 to -3 of the filename of img “slideimage” & “/_ForWebSite/” & tRelativeURL) > On 6 Sep 2020, at 23:01, Pi Digital via use-livecode > wrote: > > # I’m going to ass

Re: How Do You Get Filename / Image

2020-09-06 Thread Pi Digital via use-livecode
on mouseUp local tRelativeURL -- repeat with x = 1 to (the number of cards of stack “SlideShowSetUp”) --go card x set the itemdelimiter to “/” put (the item -2 to -1 of the filename of img “slideimage” ) into tRelativeURL # this works is: there is a path # 1-ellora/dsc1234

Re: How Do You Get Filename / Image

2020-09-06 Thread Phil Davis via use-livecode
Maybe check the result after your 'put URL... into URL ...' statement. That might give you a hint about the problem. Phil Davis On 9/6/20 2:31 PM, Sannyasin Brahmanathaswami via use-livecode wrote: Looks like that does not work on mouseUp local tImageName, tDestinationPath,tHolder s

Re: How Do You Get Filename / Image

2020-09-06 Thread Sannyasin Brahmanathaswami via use-livecode
Looks like that does not work on mouseUp local tImageName, tDestinationPath,tHolder set the itemdelimiter to "/" put (item -2 to -1 of the filename of img "slideImage") into tImageName put "_ForWebSite/" into tDestinationPath put tDestinationPath & tImageName into tHolder

Re: How Do You Get Filename / Image

2020-09-06 Thread Brian Milby via use-livecode
Looks like you need to specify a full path for the source and destination. on mouseUp local tImageName, tDestinationPath set the itemdelimiter to "/" put (item -1 of the filename of img 1 ) into tImageName put item 1 to -2 of the filename of this stack & "/" into tDestinationPath pu

How Do You Get Filename / Image

2020-09-06 Thread Sannyasin Brahmanathaswami via use-livecode
Maybe it is aphasia... How do we get file from one location to another location on mouseUp local tRelativeURL -- repeat with x = 1 to (the number of cards of stack “SlideShowSetUp”) --go card x set the itemdelimiter to “/” put (the item -2 to -1 of the

Re: How do you handle different screen resolutions in mobile apps

2019-08-20 Thread JJS via use-livecode
so many devices with so many screen > resolutions are available, how do you handle all these resolutions in > your mobile apps? This is the central question all developers have, whether making native or web apps, ever since mobile platforms were first popularized nearly a decade ago.

Re: How do you handle different screen resolutions in mobile apps

2019-08-19 Thread Richard Gaskin via use-livecode
Matthias Rebbe wrote: > Especially on Android, where so many devices with so many screen > resolutions are available, how do you handle all these resolutions in > your mobile apps? This is the central question all developers have, whether making native or web apps, ever since mobile

Re: How do you handle different screen resolutions in mobile apps

2019-08-16 Thread Matthias Rebbe via use-livecode
e@lists.runrev.com>>: > > Hi, > > some weeks ago i´ve asked if anyone else is using altMobileResizer, but it > seems on one is using that plugin. > > Especially on Android, where so many devices with so many screen resolutions > are available, how do you handle all the

How do you

2019-08-16 Thread Matthias Rebbe via use-livecode
Hi, some weeks ago i´ve asked if anyone else is using altMobileResizer, but it seems on one is using that plugin. Especially on Android, where so many devices with so many screen resolutions are available, how do you handle all these resolutions in your mobile apps? Regards, Matthias

Re: How do you view lcdoc files after editing/changing)

2019-08-05 Thread Matthias Rebbe via use-livecode
yed correctly in the dictionary. Some text >> is missing, in this case text like is not visible. >> >> Do i really have to restart LC and open the dictionary again after every >> change? >> >> Are there others here in the list who create such lcdoc files? If

Re: How do you view lcdoc files after editing/changing)

2019-08-05 Thread Brian Milby via use-livecode
orrectly in the dictionary. Some text > is missing, in this case text like is not visible. > > Do i really have to restart LC and open the dictionary again after every > change? > > Are there others here in the list who create such lcdoc files? If so, how > do you check if the

How do you view lcdoc files after editing/changing)

2019-08-05 Thread Matthias Rebbe via use-livecode
others here in the list who create such lcdoc files? If so, how do you check if the formatting is correct? Regards, Matthias Matthias Rebbe free tools for Livecoders: InstaMaker <https://instamaker.dermattes.de/> WinSignMaker Mac <https://winsignhelper.der

Re: How do you detect the necessary inclusions?

2017-08-07 Thread Warren Samples via use-livecode
On 08/07/2017 11:50 AM, Mike Kerner via use-livecode wrote: So in 8.1.6, if I have search selected, and then I do a build, and then I select manual, the auto-found ones are no longer selected? It doesn't seem to work that way, in my experience, if I understand what you're implying. They are s

Re: How do you detect the necessary inclusions?

2017-08-07 Thread Mike Kerner via use-livecode
! > Tiemo > > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im > Auftrag > von panagiotis merakos via use-livecode > Gesendet: Montag, 7. August 2017 12:51 > An: How to use LiveCode > Cc: panagiotis merakos > Betreff: Re: How do you

AW: How do you detect the necessary inclusions?

2017-08-07 Thread Tiemo Hollmann TB via use-livecode
Thank you for clearifying! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von panagiotis merakos via use-livecode Gesendet: Montag, 7. August 2017 12:51 An: How to use LiveCode Cc: panagiotis merakos Betreff: Re: How do you

Re: How do you detect the necessary inclusions?

2017-08-07 Thread panagiotis merakos via use-livecode
, so that you > got an idea for the needed ones, when you afterwords wanted to selected > them > manually (e.g. the automatic didn't selected all needed inclusions). > > Today in 8.1.5 LC doesn't mark anymore any needed inclusions, after having > let it search for

How do you detect the necessary inclusions?

2017-08-03 Thread Tiemo Hollmann TB via use-livecode
cted all needed inclusions). Today in 8.1.5 LC doesn't mark anymore any needed inclusions, after having let it search for the required ones. At least the browser widget was not checked, though I have an browser widget in my stack. How do you handle this to get the right inclusions? Btw. The

Re: how do you post large files to lc server or php script?

2017-06-06 Thread Matthias Rebbe via use-livecode
‌matthiasrebbe.eu <http://matthiasrebbe.eu/>‌ > Am 06.06.2017 um 22:37 schrieb Matthias Rebbe via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hi > > how do you post large files to a php or lc server script? > > I am noticing problems when doing the

how do you post large files to lc server or php script?

2017-06-06 Thread Matthias Rebbe via use-livecode
Hi how do you post large files to a php or lc server script? I am noticing problems when doing the libURLMultipartFormData stuff. In my case even a 2mb jpeg file causes LC 8.1.2, 8.1.4RC3 and LC 9 DP6 (did not try other versions) to be very unresponsive right after i called that function

How do you guys debug a webpage...

2017-04-24 Thread jbv via use-livecode
Hi list, How do you guys debug a webpage that doesn't behave the same way (especially js scripts) when opened in a browser and in revBrowser ? More specifically my problem is with xmlhttp.send which I have used zillions of times, and which works fine in my webpage in a browser and seems to

Re: How do you find beta testers?

2017-04-13 Thread Marian Petrides, MD via use-livecode
When I wrote an app to teach Transfusion Medicine, I selected 10 friends and colleagues--5 of them content experts in the field with no particular computer expertise and 5 of them friends I knew from Apple User Groups from way back in the days when all Apple ][ users were "hobbyists." The latter

Re: How do you find beta testers?

2017-04-13 Thread Jonathan Lynch via use-livecode
Thanks David, So I should talk to 3 or 4 historical societies, and shoot for more than I actually need. I will do that as soon as I add formatting buttons for bolding, links, etc. Sent from my iPhone > On Apr 13, 2017, at 4:24 AM, David V Glasgow via use-livecode > wrote: > > Jonathan, > >

Re: How do you find beta testers?

2017-04-13 Thread David V Glasgow via use-livecode
Jonathan, I invite feedback from 10 volunteers who are members of likely user mailing lists. I never use the term Beta testing or release candidate, just say hey I made this and I want feedback from professionals experienced in ‘whatever’. I say that anyone who gives me feedback, however litt

Re: How do you find beta testers?

2017-04-12 Thread Richard Gaskin via use-livecode
You're very kind, Jonathan. Thank you for the generous words. I like things that get people outside. This is a wonderful planet indeed - history, prehistory - so much to learn. I hope your app does very well. You may find it inspiring to read up on iNaturalist. It's a charming app (not ma

Re: How do you find beta testers?

2017-04-12 Thread Jonathan Lynch via use-livecode
This is good advice Richard. Thank you. My app, Augmented Earth, is free. The money will (eventually) come from ads, in theory. The idea is for users to add interesting reports in different categories linked to specific geographic spots. Other users can then read those reports when they are nea

Re: How do you find beta testers?

2017-04-12 Thread Richard Gaskin via use-livecode
jonathandlynch wrote: > I guess I will do a lot of asking around for the general public > opinion. Prospective customers are great for several reasons: - They represent your target market, so their interests and skill level will be a good match for assessing not only technical fitness but a

Re: How do you find beta testers?

2017-04-12 Thread Jonathan Lynch via use-livecode
Thanks Jacqueline - sadly my budget is based on my excess cash flow, and I have 2 kids in private school, so that number is somewhere around negative zero. However, I know quite a few programmers and design people. Maybe I could exchange favors. I guess I will do a lot of asking around for the

Re: How do you find beta testers?

2017-04-12 Thread J. Landman Gay via use-livecode
On 4/12/17 1:06 PM, Jonathan Lynch via use-livecode wrote: I have been getting feedback from friends and family on my app, but I want to find a wider circle of testers. I plan to seek testers on the use-list as well, but for now I am trying to find a couple dozen nonprogrammers so I can judge how

How do you find beta testers?

2017-04-12 Thread Jonathan Lynch via use-livecode
I have been getting feedback from friends and family on my app, but I want to find a wider circle of testers. I plan to seek testers on the use-list as well, but for now I am trying to find a couple dozen nonprogrammers so I can judge how the average public reacts to the app. How do those of yo

AW: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Tiemo Hollmann TB
lists.runrev.com] Im Auftrag von J. Landman Gay Gesendet: Dienstag, 1. November 2016 17:23 An: How to use LiveCode Betreff: Re: How do you maintain image source reference on multiple platforms? On November 1, 2016 9:20:17 AM "Tiemo Hollmann TB" wrote: > On windows I only create the

AW: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Tiemo Hollmann TB
ted images, even if I would maintain a custom property. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Devin Asay Gesendet: Dienstag, 1. November 2016 17:21 An: How to use LiveCode Betreff: Re: How do you maintain image source

Re: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Devin Asay
> On Nov 1, 2016, at 10:22 AM, J. Landman Gay wrote: > > On November 1, 2016 9:20:17 AM "Tiemo Hollmann TB" > wrote: > >> On windows I only create the windows standalone. For the final tests, >> adaptions and creating the standalone for Mac OS, I copy the source stack to >> my Mac. Here comes

Re: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread J. Landman Gay
On November 1, 2016 9:20:17 AM "Tiemo Hollmann TB" wrote: On windows I only create the windows standalone. For the final tests, adaptions and creating the standalone for Mac OS, I copy the source stack to my Mac. Here comes my issue. All of my images have a windows path as source reference, lik

Re: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Devin Asay
gt; to the other. Do I oversee anything here, or is the only solution to write a >> script, which runs thru all objects and converts the image paths each time I >> transfer my stacks? If yes, has anybody such a small tool? I fear, I am the >> only one, who is developing on two platf

Re: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Tore Nilsen
rm > to the other. Do I oversee anything here, or is the only solution to write a > script, which runs thru all objects and converts the image paths each time I > transfer my stacks? If yes, has anybody such a small tool? I fear, I am the >

Re: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Paul Dupuis
ere, or is the only solution to write a > script, which runs thru all objects and converts the image paths each time I > transfer my stacks? If yes, has anybody such a small tool? I fear, I am the > only one, who is developing on two platforms, otherwise this must have come > up e

How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Tiemo Hollmann TB
, or is the only solution to write a script, which runs thru all objects and converts the image paths each time I transfer my stacks? If yes, has anybody such a small tool? I fear, I am the only one, who is developing on two platforms, otherwise this must have come up earlier.

Re: How do you stop editing a data grid cell

2016-07-07 Thread dunbarx
To: use-livecode Sent: Thu, Jul 7, 2016 8:39 am Subject: How do you stop editing a data grid cell So a cell is open for editing in a data grid. Click outside of the cell, it closes up (keeping the new data) and a 'closeFieldEditor' message is sent to the data grid group. Good. The

How do you stop editing a data grid cell

2016-07-07 Thread Ray
So a cell is open for editing in a data grid. Click outside of the cell, it closes up (keeping the new data) and a 'closeFieldEditor' message is sent to the data grid group. Good. The problem is user don't always click outside the cell to manually close it up. They may, for example, make a

Re: How do you include the new JSON library in an iOS app?

2016-05-06 Thread Terry Judd
Thanks Dave, I¹m not sure that I would ever have found that. Works a treat! TerryŠ On 6/05/2016 1:59 pm, "use-livecode on behalf of Dave Kilroy" wrote: >Hi, in the Œcopy files¹ tab of the Œstandalone application settings¹ >dialog box you need to select Œcom.livecode.library.json¹ >_

Re: How do you include the new JSON library in an iOS app?

2016-05-05 Thread Dave Kilroy
Hi, in the ‘copy files’ tab of the ‘standalone application settings’ dialog box you need to select ‘com.livecode.library.json’ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

How do you include the new JSON library in an iOS app?

2016-05-05 Thread Terry Judd
OK – I really like the new JSON library in LC 8, but how do I get it to work in iOS? Is there something special I need to do to include it? Terry… ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: How do you work with an external editor?

2015-09-18 Thread Kay C Lan
Tiemo, You might try this: But be aware that some have reported that it has 'lost' ammendments they've made. Also, as with other reports, it doesn't work for me first time around like it's suppose to. I have to actually pre

Re: How do you work with an external editor?

2015-09-16 Thread Richmond
On 09/16/2015 11:35 AM, Tiemo Hollmann TB wrote: Hello, from time to time I read here about using external editors (with LC 6.x). I am completely missing how the workflow looks like with an external editor, which is not integrated into the IDE. No instant testing, no debugging, etc. Do you real

How do you work with an external editor?

2015-09-16 Thread Tiemo Hollmann TB
Hello, from time to time I read here about using external editors (with LC 6.x). I am completely missing how the workflow looks like with an external editor, which is not integrated into the IDE. No instant testing, no debugging, etc. Do you really copy and paste the code vice versa for testing?

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-03 Thread J. Landman Gay
On 6/3/2015 7:53 PM, Dr. Hawkins wrote: On Mon, Jun 1, 2015 at 4:02 PM, J. Landman Gay wrote: Script length may have something to do with the editor delays. It takes more time to process text in v7. I'm currently converting a stack where no scripts are longer than a few hundred lines (most ar

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-03 Thread Dr. Hawkins
On Mon, Jun 1, 2015 at 4:02 PM, J. Landman Gay wrote: > Script length may have something to do with the editor delays. It takes > more time to process text in v7. > > I'm currently converting a stack where no scripts are longer than a few > hundred lines (most are under 500) and I see no delays.

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-02 Thread Dr. Hawkins
On Mon, Jun 1, 2015 at 4:02 PM, J. Landman Gay wrote: > Script length may have something to do with the editor delays. It takes > more time to process text in v7. > > I'm currently converting a stack where no scripts are longer than a few > hundred lines (most are under 500) and I see no delays.

Re: How do you handle the poor performance of LC 7?

2015-06-02 Thread Dave Kilroy
; > ___ > use-livecode mailing list > use-livecode@.runrev > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode - "The difference betw

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-02 Thread Dave Kilroy
d stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-handle-the-poor-performance-of-LC-7-tp4692676p4692837.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: LiveCode 8 [was: Re: How do you handle the poor performance of LC 7?]

2015-06-02 Thread Peter TB Brett
On 2015-06-02 11:25, Terence Heaford wrote: On 2 Jun 2015, at 09:23, Peter TB Brett wrote: At the moment, I expect that we will probably be recommending using Atom for editing LCB source code. I am not familiar with using Atom but I presume it will mean: 1. Code in Atom 2. Transfer to LC 3

Re: LiveCode 8 [was: Re: How do you handle the poor performance of LC 7?]

2015-06-02 Thread Terence Heaford
> On 2 Jun 2015, at 09:23, Peter TB Brett wrote: > > At the moment, I expect that we will probably be recommending using Atom for > editing LCB source code. I am not familiar with using Atom but I presume it will mean: 1. Code in Atom 2. Transfer to LC 3. Test in LC 4. Correct in Atom 5. Ret

LiveCode 8 [was: Re: How do you handle the poor performance of LC 7?]

2015-06-02 Thread Peter TB Brett
On 2015-06-01 19:17, Terence Heaford wrote: On 1 Jun 2015, at 14:16, Peter TB Brett wrote: Unless some major showstopper problems are encountered, there will be commercial builds of the next release of LiveCode 8. That'll be in the next couple of weeks. Will there be a built-in LCB edito

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-01 Thread J. Landman Gay
On 6/1/2015 4:38 PM, Dave Kilroy wrote: I have no idea why some people seem to get on ok with v7 and others don't - and hope RunRev manage to figure out what is going on... Script length may have something to do with the editor delays. It takes more time to process text in v7. I'm currently

Re: How do you handle the poor performance of LC 7?

2015-06-01 Thread Geoff Canyon
On Sun, May 31, 2015 at 10:41 PM, Mark Talluto wrote: > Tom, have you tried Navigator by Geoff Canyon? I have it open every day, > all the time. No issues. > It is a very solid replacement for the project browser. It is all text. > Small footprint on screen too. Fast! > For anyone who wants to t

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-01 Thread Dave Kilroy
subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: ht

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-01 Thread Dave Kilroy
scribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n

Re: How do you handle the poor performance of LC 7?

2015-06-01 Thread Richard Gaskin
John Dixon wrote: >> > On 1 Jun 2015, at 14:16, Peter TB Brett wrote: >> > >> > Unless some major showstopper problems are encountered, there will >> > be commercial builds of the next release of LiveCode 8. That'll >> > be in the next couple of weeks. > > Will this be after the bugs in LC 7 hav

RE: How do you handle the poor performance of LC 7?

2015-06-01 Thread John Dixon
> From: t.heaf...@icloud.com > Subject: Re: How do you handle the poor performance of LC 7? > Date: Mon, 1 Jun 2015 18:17:46 +0100 > To: use-livecode@lists.runrev.com > > > > On 1 Jun 2015, at 14:16, Peter TB Brett wrote: > > > > Unless some major showsto

Re: How do you handle the poor performance of LC 7?

2015-06-01 Thread Terence Heaford
> On 1 Jun 2015, at 14:16, Peter TB Brett wrote: > > Unless some major showstopper problems are encountered, there will be > commercial builds of the next release of LiveCode 8. That'll be in the next > couple of weeks. Will there be a built-in LCB editor or will it rely on TextWrangler/BBE

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-01 Thread Dr. Hawkins
On Mon, Jun 1, 2015 at 2:06 AM, Dave Kilroy wrote: > > I say 'in general' because v7 seems to be more fragile than earlier > versions > because sometimes when I hit an error in my code the IDE becomes sluggish > afterwards "becomes" sluggish Mine *starts* with a 2s or so delay to switch pa

Re: How do you handle the poor performance of LC 7?

2015-06-01 Thread Peter TB Brett
On 2015-06-01 13:54, Dave Kilroy wrote: Thanks for the confirmation Peter To get through the iOS App Store I need a commercial version of LiveCode, so can you give us a rough date of when a commercial version of v8 will be released? I'm not after a definite date but something I can use to help

Re: How do you handle the poor performance of LC 7?

2015-06-01 Thread Dave Kilroy
s; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-handle-the-poor-performance-of-LC-7-tp4692676p4692802.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: How do you handle the poor performance of LC 7?

2015-06-01 Thread Graham Samuel
#x27;m happy to say I've had no crashes, no serious IDE problems and few >>> performance issues (which were all already reported or known). >> >> Good to hear. At least Trevor and I aren't alone. > > > > > > - > "The difference between

Re: How do you handle the poor performance of LC 7?

2015-06-01 Thread Peter TB Brett
On 2015-06-01 11:06, Dave Kilroy wrote: In fact I'm also thinking of using LC8 full-time. LCB looks good and I 'get' that it will be used to leap-frog some of LC's current woes - but I simply haven't had time to play with it yet and think the only time I'll learn is if I'm using it day-in-day-o

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-06-01 Thread Dave Kilroy
ad no crashes, no serious IDE problems and few >> performance issues (which were all already reported or known). > > Good to hear. At least Trevor and I aren't alone. - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein --

Re: How do you handle the poor performance of LC 7?

2015-05-31 Thread Mark Talluto
On May 31, 2015, at 2:33 PM, tbodine wrote: > I have turn off all 3rd-party plug-in tools in case those are a factor and > will see if there are any improvements. Tom, have you tried Navigator by Geoff Canyon? I have it open every day, all the time. No issues. It is a very solid replacement fo

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread tbodine
tely and, other times, restart the machine. Thanks for the insights. Tom -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-handle-the-poor-performance-of-LC-7-tp4692676p4692796.html Sent from the Revolution - User mailing list

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread Mike Bonner
@tBodine If it were me, I'd also try to evaluate time as a factor. Does the crash chance increase based on how long lc or the system itself has been running? Is there a chance that there is an external drive involved in the problem, like a usb drive that spins down into power save mode (or depend

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread Richard Gaskin
Tom Bodine wrote: > I virtually always have the project browser open! Try running with it off for a while, perhaps using the App Browser instead. I know that's asking a lot, 'cause the Project Browser is pretty handy. But it'll certainly narrow things down if your crashes go away with it not

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread tbodine
re any improvements. Thanks, Tom -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-handle-the-poor-performance-of-LC-7-tp4692676p4692793.html Sent from the Revolution - User mailing list archive at Nabble.com. _

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread Richard Gaskin
Thanks for submitting that report, Tom. I just added some notes there that may be helpful. Do you recall if these crashes occur more frequently if the Project Browser is open? I ask because one of the differences between that IDE component and others is that it's not merely much newer, but a

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread tbodine
visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-handle-the-poor-performance-of-LC-7-tp4692676p4692790.html Sent from the Rev

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread Richard Gaskin
Tom Bodine wrote: > I am trying to move entirely to V7 engine, but as Brahmanathaswami > notes, 7.0.5 is makes it very hard with frequent and unpredictable > hard crashes. (I'm on Win 7. Yes, crash report filed, but not for > every crash because at this rate that would become about half my > work

Re: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread tbodine
ashes as much as 7.0.5 is labeled a "release candidate". Thanks, Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-handle-the-poor-performance-of-LC-7-tp4692676p4692780.html Sent from the Revolution - User mailing

Re: How do you handle the poor performance of LC 7?

2015-05-31 Thread Richard Gaskin
Wilöhelm, as a fellow benchmarking fan I always look forward to your ongoing graphics manipulation metrics with enthusiasm. Your tests are well detailed, and you keep enviably complete notes on them. I have a couple small thoughts on the tests themselves, and one about the bigger picture of t

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-05-31 Thread Richard Gaskin
Alex Tweedly wrote: I too have used only v7 for everything I've done recently for myself (no released products - just stuff I do for myself and friends/family). I've been still using v6 when I don't control it all myself. I'm happy to say I've had no crashes, no serious IDE problems and few per

Re: How do you handle the poor performance of LC 7?

2015-05-31 Thread Richard Gaskin
Peter W A Wood wrote: >> On 31 May 2015, at 07:07, Richard Gaskin wrote: >> >> If there are bugs that have been submitted but not acted on and >> are holding up work without a workaround, let's identify those >> and get them resolved. ... > I reported a bug -

Re: How do you handle the poor performance of LC 7?

2015-05-31 Thread sanke
The somewhat "sluggish" behavior of all LC versions 7.x is apparent without testing a single script over several versions. Just use the LC IDE and copy and paste any object and you see how reluctantly the IDE performs these basic steps. In my case this is on a Windows machine with Windows 7 and

Re: How do you handle the poor performance of LC 7?

2015-05-31 Thread Richmond
On 31/05/15 00:05, Mark Wieder wrote: On 05/30/2015 12:40 PM, Mark Wieder wrote: along the way or are new converts to LiceCode. And add to those Oops. Obviously I meant LiveCode. Presumably LiceCode is the version full of bugs! Richmond. ___ us

Re: How do you handle the poor performance of LC 7?

2015-05-30 Thread Mark Wieder
On 05/30/2015 04:45 PM, Dr. Hawkins wrote: LiceCode: the hairiest programming experience you will ever have. The compiler is truly nit-picking . . . :) I should have known I was opening the door to lousy puns. -- Mark Wieder ahsoftw...@gmail.com _

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-05-30 Thread Alex Tweedly
On 31/05/2015 00:07, Richard Gaskin wrote: Currently everything I do in LiveCode is done in v7.0.5. I too have used only v7 for everything I've done recently for myself (no released products - just stuff I do for myself and friends/family). I've been still using v6 when I don't control it al

Re: How do you handle the poor performance of LC 7?

2015-05-30 Thread Peter W A Wood
Richard > On 31 May 2015, at 07:07, Richard Gaskin wrote: > > If there are bugs that have been submitted but not acted on and are holding > up work without a workaround, let's identify those and get them resolved. > > In addition to review of the current bug DB, Ben recently contacted a few

Re: How do you handle the poor performance of LC 7?

2015-05-30 Thread Dr. Hawkins
On Sat, May 30, 2015 at 2:05 PM, Mark Wieder wrote: > On 05/30/2015 12:40 PM, Mark Wieder wrote: > > along the way or are new converts to LiceCode. And add to those >> > > Oops. Obviously I meant LiveCode. LiceCode: the hairiest programming experience you will ever have. The compiler is trul

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-05-30 Thread Richard Gaskin
Malte Brill wrote: >> And thankfully, warts and all, none of the issues with LiveCode are >> preventing Trevor, myself, and many others from shipping products >> made with it. > > Out of interest, how many of those have you moved to use the 7 engine? Currently everything I do in LiveCode is done

Re: AW: AW: How do you handle the poor performance of LC 7?

2015-05-30 Thread Malte Brill
> And thankfully, warts and all, none of the issues with LiveCode are > preventing Trevor, myself, and many others from shipping products made > with it. Out of interest, how many of those have you moved to use the 7 engine? I have no interest in lamenting here. I do admire the job that has been

Re: How do you handle the poor performance of LC 7?

2015-05-30 Thread Brahmanathaswami
Mark Wieder wrote: Yeah, but here's the difference: you're the boss, you can make the decisions, you don't have to convince upper management about how new development tools fit into the existing set; and you don't have to manage a group of half a dozen engineers all trying to make changes to

  1   2   3   4   >