Re: Refactoring is your friend / moving from 6.x to 9.x

2019-01-05 Thread Richard Gaskin via use-livecode
Curry Kenworthy wrote: > Richard: > > I'd like to follow their progress [...] > > supporting the QA process benefits my work as well. > > Thanks, Richard! Yes, if you're not on the list for that bug, that > would superb to sign up. I thought it might be considered old or > familiar news here si

Re: Refactoring is your friend / moving from 6.x to 9.x

2019-01-05 Thread Kay C Lan via use-livecode
On Sat, Jan 5, 2019 at 10:13 AM Bob Sneidar via use-livecode wrote: > > I just finished a little utility that takes accounting data export from > Toshiba copiers ...The customer LOVES us. OT You might want to contact the Cuyahoga County Recorder's Office in Ohio as they clearly have problems

Re: Refactoring is your friend / moving from 6.x to 9.x

2019-01-05 Thread Curry Kenworthy via use-livecode
Richard: > I'd like to follow their progress [...] > supporting the QA process benefits my work as well. Thanks, Richard! Yes, if you're not on the list for that bug, that would superb to sign up. I thought it might be considered old or familiar news here since tests and observations had bee

App Architecture - Nonmenclature

2019-01-05 Thread Sannyasin Brahmanathaswami via use-livecode
More strategy thoughts about app architure. I am using Andre book, (which he says is a guideline and your app may differ) but, wow, it has helped a lot to make "models" encapsulated. Since they know nothing about the UI, it is easy to debug, because you just expected a list file from dis

Re: LC 9.02 Problems when displaying local PDF in stack

2019-01-05 Thread Tore Nilsen via use-livecode
Try to remove the Adobe Acrobat (Reader) Plug-in from the Internet Plug-ins folder in the Library folder. Restart the application and see if that helps. Alternatively you could try to uninstall Acrobat altogether. Best regards Tore Nilsen > 05. jan. 2019 kl. 23:01 skrev Simon Knight via use-l

Re: Refactoring is your friend / moving from 6.x to 9.x

2019-01-05 Thread Richard Gaskin via use-livecode
Curry Kenworthy wrote: > http://curryk.com/NeverGonna.mp4 Thank you for the link to test results relating to specific issues. What bug reports can I find those test stacks attached to? I'd like to follow their progress, and perhaps re-run them to see where there may have been changes after th

LC 9.02 Problems when displaying local PDF in stack

2019-01-05 Thread Simon Knight via use-livecode
Hi all, Not sure if this is the done thing but I have started a thread on the forum describing how an Application I have written to rename PDFs is now failing in LC 9.02. it has the title of " Board index Intermediate

Has anyone gotten audio to play back in an HTML5 standalone?

2019-01-05 Thread Marc Siskin via use-livecode
I am trying to create a stack that will play short audio files (.wav) that I can distribute as an HTML5 standalone. I have tried the tutorial “How do I play sound files in HTML5?” but that doesn’t work. If any of you have created a working HTML5 sound player, please let me know what you did to

Re: DataView and DataView Tree Levure Helpers

2019-01-05 Thread Trevor DeVore via use-livecode
On Fri, Jan 4, 2019 at 11:28 AM Trevor DeVore wrote: > On Wed, Jan 2, 2019 at 10:55 PM Trevor DeVore > wrote: > I've added another DataView helper named "DataView Database Cursor Helper" > and updated the demo app. This helper adds a `dvCursor` property to a > DataView along with a number of oth