recording sound on LC 6.7

2014-11-11 Thread Serge Brami
since LC6.7 all my scripts using record sound doesnt work any more I work on a mac pro and yosemite i have tried setting the dontuseqt prop to false but it is the same recording is impossible if i go back to lc 6.2 everything is ok any idea ? ___ u

sound recording 6.7 and 7.0

2014-11-12 Thread Serge Brami
since LC6.7 all my scripts using record sound doesnt work any more I work on a mac pro and yosemite i have tried setting the dontuseqt prop to false but it is the same recording is impossible if i go back to lc 6..6 everything is ok recording sound is a main key of my app so for me it is a bi

Re: sound recording 6.7 and 7.0

2014-11-12 Thread Serge .Brami
yes QT still come with yosemite I hope LC is working on the problem any feed back of them ?? > Le 12 nov. 2014 à 21:40, Devin Asay a écrit : > > > On Nov 12, 2014, at 10:12 AM, Serge Brami wrote: > >> since LC6.7 all my scripts using record sound doesnt work any more &

Re: sound recording 6.7 and 7.0

2014-11-13 Thread Serge Brami
NO i think or hope Than reporting here Will be sufficient Just want someone from the staff to Tell me if it is a bug and when it Will be fixed Email par IPhone de Dr Serge BRAMI > Le 13 nov. 2014 à 11:34, Pi Digital a écrit : > > Have you filed a report on Bugzilla? > >

Re: revbrowser doesn't work

2014-05-17 Thread Serge Brami
just in regular stacks Le 17 mai 2014 à 11:52, j...@souslelogo.com a écrit : > Just wondering : are you tring to open revbrowser in a regular stack > or in a modal stack ? I've had issues with incompatibilities between > revbrowser and modal stacks... > > jbv > >> >> revbrowser doesn’t work on

Re: deleting lines in a field

2014-10-27 Thread Serge Brami
Each Time you delete a Line this change the index of the lines in the field so you cannot do this Best way : repeat with i = the number of words in theLins down to 1 > > Put empty into line (word i of theLins) of theData > end repeat Filter thelins without empty Email par IPhone de

pasting text from revbrowser

2011-07-23 Thread Serge Brami
Hello All I try to get the contents of a revbrowser window and paste it into a livecode field the web page is a banking chart first I select manually the text in the revbrowser window Then I Use revbrowserGet selected put the contents into myvariable and paste it into a field (using :s

Re: pasting text from revbrowser

2011-07-24 Thread Serge Brami
Thanks platform = Mac OSX snow leopard checkreturns return only Found char 10 a return in rev/unix but if I replace numtochar(10) with CRLF or numtochar(13) or return it doesnt change anything ... Le 23 juil. 2011 à 16:03, Jim Ault a écrit : > On Jul 23, 2011, at 3:48 AM, Serge Br

Re: pasting text from revbrowser

2011-07-25 Thread Serge Brami
ecode- >> boun...@lists.runrev.com] On Behalf Of Serge Brami >> Sent: Sunday, July 24, 2011 5:22 AM >> To: How to use LiveCode >> Subject: Re: pasting text from revbrowser >> >> Thanks >> platform = Mac OSX snow leopard >> >> checkreturns re

select after text

2012-01-27 Thread Serge Brami
This script in a focusable and not locked field : on openfield put the long date after me select after text of me end openfield simple but doesn't work : the insertion point is never placed at the end of the text ... any idea ? ___ use-

Re: select after text

2012-01-29 Thread Serge Brami
hil > > > On 1/28/12 12:07 AM, Phil Davis wrote: >> Is the autoHilite of the field is turned on? That might make a difference. >> >> Phil Davis >> >> >> On 1/27/12 11:17 PM, Serge Brami wrote: >>> This script in a focusable and not locked f

Re: SCAN commands with live code

2014-01-24 Thread Serge Brami
lour > spaces. http://www.color-converter.com > > Buy my new book "Programming LiveCode for the Real Beginner" > http://qery.us/3fi > > Fill out this survey please > http://livecodebeginner.economy-x-talk.com/survey/ > > On 1/23/2014 15:11, Serge Brami 2 wrote: &g

Do statement as "Applescript" in caller ?

2014-04-13 Thread Serge Brami
hello somebody knows what means the [caller] param in the command Do statement as "Applescript" in caller There is not any example in the livecode dictionnary Is it the name of the handler where the command is in ? I have tried but doesnt work I ask because statements as : do anythin

Send appleevent to livecode doesnt work ?

2012-12-07 Thread Serge Brami
I want to send an Applevent to another livecode app running on an other Mac on a local network. for example on the Mac 1 a button with the script : "on mouseup send "hello" to "Mac2:livecode" end mouseup" on the Mac 2 "on appleevent type if type is "aevt" then put "hello"

Re: Send appleevent to livecode doesnt work ?

2012-12-09 Thread Serge Brami
target mac from livecode to another app and then come back . Then the handler begin to run . So ? Le 8 déc. 2012 à 21:43, J. Landman Gay a écrit : > On 12/8/12 2:40 PM, J. Landman Gay wrote: >> On 12/8/12 1:31 AM, Serge Brami wrote: >>> I want to send an Applevent to an

SCAN commands with live code

2014-01-23 Thread Serge Brami 2
Hello Does anyone know something about externals or stack devellopement making possible to use a Scanner from livecode ?? it would need adding this functionnality to my own livecode app (for personnal use , not commercial) Thanks ___ use-liveco