Re: Naive Player Questions

2017-12-05 Thread Klaus major-k via use-livecode
Hi Panos, > Am 05.12.2017 um 14:17 schrieb panagiotis merakos via use-livecode > : > ... > You can do that by checking "the playmate of player 1". ... where "Player 1" = Hugh Heffner (RIP)? :-D Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___

Re: Naive Player Questions

2017-12-05 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 05.12.2017 um 19:38 schrieb Richmond Mathewson via use-livecode > : > > NO: a player does not "demand" an external file as my example stack > demonstrates: > https://www.dropbox.com/s/9v2juqqu7ojb83v/Carrot%20Player.livecode.zip?dl=0 > [ and I would be VERY interested to know,

Mac color chooser swatches do not work?

2017-12-05 Thread Klaus major-k via use-livecode
Hi friends, before I create a report, can someone please confirm that we cannot use the "swatches" at the bottom of the Mac color chooser? Clicking them does nothing, we have to"re-create" the color with the sliders (or Crayons or whatever we choose for selecting a color). Works of course in e.

Re: Mac color chooser swatches do not work?

2017-12-05 Thread Klaus major-k via use-livecode
ou for testing, it does not even work with LC 5.02, so it looks this is a very old bug which has not been discovered until today. :-) Will create a bug report. > Tore > >> 5. des. 2017 kl. 22:55 skrev Klaus major-k via use-livecode >> : >> >> Hi friends, >

Re: Mac color chooser swatches do not work?

2017-12-05 Thread Klaus major-k via use-livecode
Hi all, > Am 05.12.2017 um 23:18 schrieb Klaus major-k via use-livecode > : > > Hi Tore, > >> Am 05.12.2017 um 23:03 schrieb Tore Nilsen via use-livecode >> : >> Seems as if you are right, I cannot use the swatches either in LC 8.2 (dp2) >> wit

Re: Naive Player Questions

2017-12-06 Thread Klaus major-k via use-livecode
Hi Graham, > Am 06.12.2017 um 14:49 schrieb Graham Samuel via use-livecode > : > > Yes, this is just plain nonsense - it may be a leftover from a previous > LC/Revolution idea that “play” would have a larger range of possible formats, > but in the current versions of LC the IDE should warn one

Re: sorting with number late in name

2017-12-06 Thread Klaus major-k via use-livecode
Hi Richard, > Am 07.12.2017 um 00:29 schrieb Dr. Hawkins via use-livecode > : > > Now that I've hit ten numbered items, I'm having an issue with > maintenance routines. > > If I have the items > > p13_1.07 > p13_1.08 > p13_2.04 > p13_10.01 > > I want them to sort in that order. However,

Re: Printing HTML Text

2017-12-07 Thread Klaus major-k via use-livecode
Hi Dan, > Am 07.12.2017 um 22:38 schrieb Dan Friedman via use-livecode > : > > Hello! > > I have some formatted text in a field. If I print it on a Mac, it’s perfect. > If I print it on a windows computer (Win 7 or 10), I get VERY strange > results. I have tried multiple computers with mul

Re: The Detailed and Long files

2017-12-09 Thread Klaus major-k via use-livecode
Hi Swami, > Am 10.12.2017 um 02:25 schrieb Sannyasin Brahmanathaswami via use-livecode > : > > it was a huge step to do away with the defaultfolder requirement to get a > file list > put files(somePath) is wonderful > but, "u" …we are still forced to change the defaultFolder to get > the d

Re: The Detailed and Long files

2017-12-11 Thread Klaus major-k via use-livecode
Hi Mark, > Am 11.12.2017 um 15:47 schrieb Mark Waddingham via use-livecode > : > On 2017-12-10 02:33, Klaus major-k via use-livecode wrote: >> Hi Swami, >>> Am 10.12.2017 um 02:25 schrieb Sannyasin Brahmanathaswami via use-livecode >>> : >>> it was a h

Re: Spending too much time in the bathroom with Danny Goodman

2017-12-20 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 20.12.2017 um 19:31 schrieb Richmond Mathewson via use-livecode > : > > ... > Anyway, I came across > on returnInField and > on enterInField > which I found (this must go down as the ultimate example of reinventing the > wheel) > are also "there" in LiveCode, which is marvell

Re: Spending too much time in the bathroom with Danny Goodman

2017-12-20 Thread Klaus major-k via use-livecode
Wald Gespütt! :-D > Thanks. > > Richmond. > > On 20/12/17 8:35 pm, Klaus major-k via use-livecode wrote: >> Hi Richmond, >> >>> Am 20.12.2017 um 19:31 schrieb Richmond Mathewson via use-livecode >>> : >>> >>> ... >>> A

Re: [off] Apple to unify ios/macos apps next year

2017-12-20 Thread Klaus major-k via use-livecode
Hi Mike, > Am 20.12.2017 um 21:14 schrieb Mike Kerner via use-livecode > : > > https://www.bloomberg.com/news/articles/2017-12-20/apple-is-said-to-have-plan-to-combine-iphone-ipad-and-mac-apps yep, just read about this, will be a nightmare for the mothership (and us LC developers) for sure!

Re: submitting to apple store and google store ... how much of that process can be automated?

2017-12-29 Thread Klaus major-k via use-livecode
Hi Richard, > Am 29.12.2017 um 03:03 schrieb Richard Gaskin via use-livecode > : > ... > Bad news: "Apple’s widened ban on templated apps is wiping small businesses > from the App Store" >

Re: submitting to apple store and google store ... how much of that process can be automated?

2017-12-29 Thread Klaus major-k via use-livecode
> >> >>> Am 29.12.2017 um 11:52 schrieb Klaus major-k via use-livecode < >> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: >>> >>> Hi Richard, >>> >>>> Am 29.12.2017 um 03:03 schrieb Richard Gaskin vi

problems with mobilepickphoto

2018-01-03 Thread Klaus major-k via use-livecode
Hi friends, I have a strange problem with "mobilepickphoto"! Here the script: on mouseUp pMouseButton lock screen if the environment = "mobile" then mobilePickPhoto "library",212,212 if the result is empty then exit mouseUp end if ## Works on Device and simulator so far! else answer file "Bitt

Re: problems with mobilepickphoto

2018-01-03 Thread Klaus major-k via use-livecode
Hi friends, found it! > Am 03.01.2018 um 17:33 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I have a strange problem with "mobilepickphoto"! > > Here the script: > on mouseUp pMouseButton > lock screen > if the environment = "

native iOS button question

2018-01-04 Thread Klaus major-k via use-livecode
Hi friends, is it true that the "native iOS button" widget will only run on iOS/Simulator? Or can I also script and test it in the IDE? Looks like it does not react "on mouseup" at all. Any hints welcome, thanks! Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de _

Re: native iOS button question

2018-01-04 Thread Klaus major-k via use-livecode
; Paul > >> On Jan 4, 2018, at 12:10 PM, Klaus major-k via use-livecode >> wrote: >> >> Hi friends, >> >> is it true that the "native iOS button" widget will only run on >> iOS/Simulator? >> Or can I also script and test it in the IDE

Re: Finding the 'Applications' folder on a Mac

2018-01-04 Thread Klaus major-k via use-livecode
Hi Graham, > Am 04.01.2018 um 23:46 schrieb Graham Samuel via use-livecode > : > > It looks to me that specialFolderPath doesn’t give a way of finding the > /Applications folder on a Mac (or presumably the equivalent on a PC). If one > is running a standalone which has been placed in the Appli

Lower part of Script Editor (the one with variabels etc.) disappeared, how to get it back?

2018-01-05 Thread Klaus major-k via use-livecode
Hi friends, the subject says it all. Out of a sudden*** the lower part of the script editor diappeared from his machine. The part with the variables, Find etc. How can we get it back? We really cannot debug this way :-/ He is using a MacBook and LC 2.18. ***We have no idea when and how it disap

Re: Lower part of Script Editor (the one with variabels etc.) disappeared, how to get it back?

2018-01-05 Thread Klaus major-k via use-livecode
trashed the prefs to remoive this inconvenience. > Bob S > > >> On Jan 5, 2018, at 04:11 , Klaus major-k via use-livecode >> wrote: >> >> Hi friends, >> >> the subject says it all. >> >> Out of a sudden*** the lower part of the script

Re: Lower part of Script Editor (the one with variabels etc.) disappeared, how to get it back?

2018-01-05 Thread Klaus major-k via use-livecode
Hi Craig, > Am 05.01.2018 um 17:32 schrieb dunbarx via use-livecode > : > > Klaus is new at this. > Be patient with him thank you, you are very kind! 8-) > Craig Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode m

Re: Trying to delete a Mac application

2018-01-05 Thread Klaus major-k via use-livecode
Hi Graham, > Am 05.01.2018 um 21:23 schrieb Graham Samuel via use-livecode > : > > Thanks to Klaus and Ken, I know how to address the Mac Applications folder. > But when I try to delete an app (which I take to be a folder of the form > xxx.app) by script, I get a result “can’t delete that file

Re: Lower part of Script Editor (the one with variabels etc.) disappeared, how to get it back?

2018-01-05 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 05.01.2018 um 22:57 schrieb hh via use-livecode > : > >> Klaus wrote: >> He is using a MacBook and LC 2.18. > > Hi Klaus, > > where can I find LC 2.18? Is this a private edition? yes, very private, but its functionality equals to the stock version of Livecode 8.1.8! 8-) B

text encoding problem Mac to iOS?

2018-01-06 Thread Klaus major-k via use-livecode
Hi friends, please take a look at this screenshot: left: IDE right: simulator Maybe someone can explain what I am doing wrong, if at all? Here is what I did: 1. I created a new stack (for iPhone 5) 2. I created an empty datagrid and entered some german

Re: text encoding problem Mac to iOS?

2018-01-06 Thread Klaus major-k via use-livecode
member version 7: "Unicode, it just works!" :-D But that is really not my problem I think! These are just two FIELD object (field and LABEL of column), or not? If yes, why the difference? > ? > > On 6/1/2018 5:01 pm, Klaus major-k via use-livecode wrote: >> Hi friends, &g

Re: text encoding problem Mac to iOS?

2018-01-06 Thread Klaus major-k via use-livecode
Hi all, > Am 06.01.2018 um 17:22 schrieb hh via use-livecode > : > > Assuming you are on Mac you could try: > > lock the clipboard > set the rawClipboardData["public.utf8-plain-text"] \ > to textEncode("äöüÄÖÜß", "UTF-8" ) -- OSX > unlock the clipboard there is no scripting involved in my

Re: text encoding problem Mac to iOS?

2018-01-06 Thread Klaus major-k via use-livecode
Hi Hermann > Am 06.01.2018 um 18:49 schrieb hh via use-livecode > : > > You use the clipboard with different objects. > These objects may have different default font settings and > different default text encodings. > And these default fonts may have different sets of glyphs missing. > > Possibl

Re: text encoding problem Mac to iOS?

2018-01-06 Thread Klaus major-k via use-livecode
> Am 06.01.2018 um 18:57 schrieb Klaus major-k via use-livecode > : > > Hi Hermann > >> Am 06.01.2018 um 18:49 schrieb hh via use-livecode >> : >> >> You use the clipboard with different objects. >> These objects may have different defaul

Re: text encoding problem Mac to iOS?

2018-01-07 Thread Klaus major-k via use-livecode
Hallo Hermann, > Am 06.01.2018 um 21:09 schrieb hh via use-livecode > : > > I tested this as follows (what shows that all my presumptions are wrong): > > 1. Downloaded and installed in the IDE the default iOSFont SF from here > ___https://developer.apple.com/fonts/ > 2. Set the font SF Text Reg

Re: text encoding problem Mac to iOS?

2018-01-07 Thread Klaus major-k via use-livecode
Am 07.01.2018 um 13:01 schrieb Klaus major-k via use-livecode : > > Hallo Hermann, > >> Am 06.01.2018 um 21:09 schrieb hh via use-livecode >> : >> >> I tested this as follows (what shows that all my presumptions are wrong): >> >> 1. Downloaded an

Re: Object layers

2018-01-07 Thread Klaus major-k via use-livecode
Hi Craig, > Am 07.01.2018 um 18:13 schrieb dunbarx via use-livecode > : > > "I have experienced that ungrouping may send the individual objects to random > layers. " > > First, what Klaus said. > > Second, layer order is preserved pretty well in LC. When you set the layer > of the group to top

Re: Externally reffed-off

2018-01-10 Thread Klaus major-k via use-livecode
> Am 10.01.2018 um 12:17 schrieb Mike Bonner via use-livecode > : > > Change it to.. > set the defaultfolder to item 1 to -5 of the effective filename of this > stack > > and it should work. I don't have an available mac to test though, so > tweakage might be necessary. (not likely though its

Re: Externally reffed-off

2018-01-10 Thread Klaus major-k via use-livecode
alone(s) via the "Copy files..." tab in the standalone builder settings can be found in that sepcialfolderpath in the standalone? > Best, Richmond. > > On 10/1/2018 1:32 pm, Klaus major-k via use-livecode wrote: >> >>> Am 10.01.2018 um 12:17 schrieb Mike Bonner vi

Re: Externally reffed-off

2018-01-10 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 10.01.2018 um 13:13 schrieb Richmond Mathewson via use-livecode > : > > I thought I'd "play a game", so I set up a new stack with 2 buttons: > > [Mac OS] > > Button 1 contained this script: > > onmouseUp >setthedefaultfoldertospecialfolderpath("resources" > endmouseUp >

Re: Externally reffed-off

2018-01-10 Thread Klaus major-k via use-livecode
#x27;re welcome! > Richmond. > > On 10/1/2018 2:01 pm, Klaus major-k via use-livecode wrote: >> Hi Richmond, >> >>> Am 10.01.2018 um 12:57 schrieb Richmond Mathewson via use-livecode >>> : >>> >>> My "problem" Klaus is that I don&#

Re: Externally reffed-off

2018-01-10 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 10.01.2018 um 13:23 schrieb Richmond Mathewson via use-livecode > : > > And, IF, I were to try to port the thing to Android or iPad/iPhone would > specialfolderpath "do it" over there as well? yes, as stated in the dictionary! > Richmond. Best Klaus -- Klaus Major http://ww

Browser widget and revbrowserback/revbrowserforward

2018-01-10 Thread Klaus major-k via use-livecode
Hi friends, a user in the forum asked this questio and I would also like to know :-) With "revbrowser" we had a simple command to browser the browser history: revBrowserBack and RevBrowserForward Is there a similar feature in the Browser Widget? Thanks for any hint! Best Klaus -- Klaus Ma

Re: where are Livecode crash logs stored?

2018-01-10 Thread Klaus major-k via use-livecode
Hi Matthias, > Am 10.01.2018 um 20:06 schrieb Matthias Rebbe via use-livecode > : > > Hi, > > i need to send a Livecode crash log to a developer of a database driver. > Where do i find that log on Mac OS X? > Calling revdatafromquery functions freezes Livecode immediately and i am not > able

Re: where are Livecode crash logs stored?

2018-01-10 Thread Klaus major-k via use-livecode
Hi Matthias, > Am 10.01.2018 um 20:27 schrieb Matthias Rebbe via use-livecode > : > > Thanks Klaus, > ~/Library/Logs/RunRev lists only the file LivecodeToolsLog.txt > and ~/Library/Logs/DiagnosticReports is empty. hmm, I have some crash logs in my "DiagnosticReports" folder, so this was my f

Re: Externally reffed-off

2018-01-10 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 10.01.2018 um 21:14 schrieb Richmond Mathewson via use-livecode > : > > Although "/" was mentioned in the post to which I replied I have come across > places (not sure where: Windows?) where the itemDelimiter for pathways is > a backslash "\" . . . internally LC uses the SLASH

Re: Browser widget and revbrowserback/revbrowserforward

2018-01-11 Thread Klaus major-k via use-livecode
Hi Klaus, > Am 10.01.2018 um 19:52 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > a user in the forum asked this questio and I would also like to know :-) > > With "revbrowser" we had a simple command to browser the browser > history:

Dropbox help

2018-01-16 Thread Klaus major-k via use-livecode
Hi freidns, now I created a new "app" at my Dropbox account and received an app ID and an app "secret". Now I want to simply upload a file to my dropbox but what on earth has the infamous "pAccessToken" to do with the app ID and app "secret"? If nothing where can I get my "pAccessToken"? ... pu

Re: Dropbox help

2018-01-16 Thread Klaus major-k via use-livecode
Hi Andy, > Am 16.01.2018 um 15:09 schrieb AndyP via use-livecode > : > > Does this help? > > https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/ > > yes, tha

Re: Dropbox help

2018-01-17 Thread Klaus major-k via use-livecode
Hi Mike, > Am 16.01.2018 um 15:28 schrieb Mike Kerner via use-livecode > : > > Klaus, > The good news is that this is all fairly straightforward. > appKey, appSecret, tokenKey, and tokenSecret are all obsolete and should > not do anything. You need the “Generated Access Token”. > 1) Go to www.d

post to httpS?

2018-01-18 Thread Klaus major-k via use-livecode
Hi friends, I did not POST something to an URL for a long time, so what is the current state, can we POST to HTTPS urls with LC 8/9? Thanks for any hint! Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode mailing li

Re: post to httpS?

2018-01-18 Thread Klaus major-k via use-livecode
n 5.02? > Regards, > Matthias > > > Matthias Rebbe > Tel +49 5741 31 > ‌https://matthiasrebbe.eu <https://matthiasrebbe.eu/>‌ > >> Am 18.01.2018 um 13:28 schrieb Klaus major-k via use-livecode >> mailto:use-livecode@lists.runrev.com>>: >> >

Re: post to httpS?

2018-01-18 Thread Klaus major-k via use-livecode
e [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Klaus major-k via use-livecode > Sent: 18 January 2018 13:13 > To: How to use LiveCode > Cc: Klaus major-k > Subject: Re: post to httpS? > > Hi Matthias, > >> Am 18.01.2018 um 14:06 schrieb Matthias Rebbe via use-li

Dropbox help 2

2018-01-20 Thread Klaus major-k via use-livecode
Hi Friends, what is wrong with this script? Anything to INTI before using "dropboxupload"? Or anything else I forgot? LC 9 dp 11, macOS 10.13.2. ... put url("binfile:/Volumes/HD500/Dokumente2/test1.livecode") into pData ## a small stack of 27 KB put "My personal Access token as generated from D

Re: Dropbox help 2

2018-01-20 Thread Klaus major-k via use-livecode
Am 20.01.2018 um 19:42 schrieb Klaus major-k via use-livecode : > > Hi Friends, > > ... > Anything to INTI before using "dropboxupload"? sorry, I meant INIT. -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-

Re: Dropbox help 2

2018-01-20 Thread Klaus major-k via use-livecode
Hi Jaques, > Am 20.01.2018 um 20:58 schrieb J. Landman Gay via use-livecode > : > > On 1/20/18 12:42 PM, Klaus major-k via use-livecode wrote: >> Hi Friends, >> what is wrong with this script? >> Anything to INTI before using "dropboxupload"? >> O

Re: Dropbox help 2

2018-01-20 Thread Klaus major-k via use-livecode
HA! Found it! :-) I had to add a SLASH at the beginning og the PATH parameter: ... dropboxUpload pAccessToken, "/dropboxtestlc1.rev", "overwrite", FALSE, FALSE, pData ... > Am 20.01.2018 um 21:11 schrieb Klaus major-k via use-livecode > : > > Hi Jaques, >

Re: LC Toolbar

2018-01-24 Thread Klaus major-k via use-livecode
Or just get used to ALT-Click in the FINDER/desktop or any other icon in the Dock. :-) > Am 24.01.2018 um 22:00 schrieb Ron Metzker via use-livecode > : > > You can also just hide LiveCode windows before you leave it. Very similar > command to what Paul mentions here. Just use Cmd-H and it wil

"clear" a command?

2018-01-26 Thread Klaus major-k via use-livecode
Hi friends, I just saw a code snippet in the german LC forum, did not believe it would work, tested it and in fact it DID? Here the line in question: ... clear the last word in field 1 ... That actually deletes the last word of a field!? Holy Moses! According to the docs "clear" is just one of t

Re: "clear" a command?

2018-01-26 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 26.01.2018 um 13:43 schrieb hh via use-livecode > : > > According to dictionary: > "clear chunk" is a synonym to "delete chunk". ah, yes, sorry, I only looked for "clear". Thanks for the hint! Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de __

Re: "clear" a command?

2018-01-26 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 26.01.2018 um 13:51 schrieb hh via use-livecode > : > > Klaus wrote: ... I only looked for "clear". > > You never used that? no, never even heard of that in the last 18 years of using MC and Rev and LC. > This is a symptom for ... (forgot the name of that disease). "Malmshei

Re: Preserving Detailed Field Content

2018-01-26 Thread Klaus major-k via use-livecode
Hi Roger, > Am 26.01.2018 um 16:56 schrieb Roger Guay via use-livecode > : > > I have a multiple line field with some lines of different color and strikeout > textStyle. If I set the custom property, the cContent, of that field to the > field itself, the textColor and TextStyle of each line is

Re: "clear" a command?

2018-01-26 Thread Klaus major-k via use-livecode
Hi Paul, > Am 26.01.2018 um 18:16 schrieb Paul Hibbert via use-livecode > : > > Because “clear” is also a synonym of “delete”. :-) I came to exact the same conclusion! :-D > Paul > >> On Jan 26, 2018, at 3:41 AM, Klaus major-k via use-livecode >> wrote: >&

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 16:14 schrieb Roger Guay via use-livecode > : > > I know I’m out to lunch again, but I notice that one cannot use the ol’ > Launcher+MainStack method in iOS to save user changes. What’s up with that? > How does one save user changes in iOS? copy your MAIN stack to

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 17:17 schrieb Roger Guay via use-livecode > : > > Sorry Klaus and Ralph, but I’m not getting it. How/where do I find the "the > documents folder" or "the temporary folder”? You already named it: the documents folder the temporary folder Is equivalent to: specialfo

Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Klaus major-k via use-livecode
Hi friends, OK, now I'm able to uplod files to my dropbox, but if I want to publish the app, I need to implement the "OAuth app authorization flow" of Dropbox into my app!? The user will only be able to print to a PDF and then upload this PDF to his Dropbox, so nothing fancy, just upload a f

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 18:41 schrieb Roger Guay via use-livecode > : > > Hi Klaus, > > So are you saying that I create a folder called > "specialfolderpath("documents”)”, add this folder to the “Copy Files” of the > Standalone Application Settings, and put my MainStack into it? no, I'm

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
> Am 29.01.2018 um 18:57 schrieb Klaus major-k via use-livecode > : > > Hi Roger, > >> Am 29.01.2018 um 18:41 schrieb Roger Guay via use-livecode >> : >> >> Hi Klaus, >> >> So are you saying that I create a folder called >> "

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Klaus major-k via use-livecode
in the phx library, you have to add a slash on the > front of all your paths in both Gerard's and LC's libraries. yes, thanks, already been bitten by that one :-D Thank you, will look at the above mentioned library! > On Mon, Jan 29, 2018 at 12:25 PM, Klaus major-k via use-livecode &

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-30 Thread Klaus major-k via use-livecode
Hi Mike, > Am 29.01.2018 um 21:11 schrieb Mike Kerner via use-livecode > : > > What is failing on mobile or other machines? Are you getting an error? I can use MY accesstoken on MY machine, but that will not work on other machines. On other machines I need to implement the "OAuth app authori

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-30 Thread Klaus major-k via use-livecode
Hi Mike, > Am 30.01.2018 um 15:58 schrieb Mike Kerner via use-livecode > : > > I forgot that Gerard has a repo up, now. It's at > https://github.com/gmcrev/DropBoxAPI2livecode. Grab that. There's a > button for documentation or something like that at the top. That takes you > to a second car

post to cgi, JSON in Headers?

2018-01-31 Thread Klaus major-k via use-livecode
Hi friends, I am scripting a routine to upload a PDF file to a server. So far, so good-> libURLMultipartFormData() is my friend. but now the developer of the API send me two TOKENs for authentification and said: "...and make sure you're posting the HTTP header data (the tokens) as application/

closestackrequest in iOS Simulator

2018-01-31 Thread Klaus major-k via use-livecode
Hi friends, Xcode 9.2, LC 9 dp11 and LC 8.1.9 RC2 Out of a sudden, "closestackrequest" and "closestack" do not seem to get sent to the stack in the simulator anymore? I created a new empty stack with only this stackscript: --- on closestac

Re: post to cgi, JSON in Headers?

2018-02-01 Thread Klaus major-k via use-livecode
Hi Dave, > Am 01.02.2018 um 16:28 schrieb Dave Kilroy via use-livecode > : > > Klaus I wonder if he wants you to let the server know what kind of data > you'll be sending up, it's not uncommon to set the headers this way when > posting data to an API: > > put "Content-Type: application/json" in

any tricks to make SHELL non blocking?

2018-02-02 Thread Klaus major-k via use-livecode
Hi friends, I have a command line utility which will process a generated file like: ... get shell(q(tCommandLineUtility) && q(tGeneratedFile)) ... FYI: function q tString return QUOTE & tString & QUOTE end q Any hints on how to make this NON blocking somehow? I need a solution for Mac and Win.

Re: any tricks to make SHELL non blocking?

2018-02-02 Thread Klaus major-k via use-livecode
avis > > On 2/2/18 1:41 PM, Klaus major-k via use-livecode wrote: >> Hi friends, >> I have a command line utility which will process a generated file like: >> ... >> get shell(q(tCommandLineUtility) && q(tGeneratedFile)) >> ... >> FYI: >> funct

Re: any tricks to make SHELL non blocking?

2018-02-02 Thread Klaus major-k via use-livecode
Hello Hermann, > Am 02.02.2018 um 23:53 schrieb hh via use-livecode > : > > This is non-blocking: > > put tCommandLineUtility && q(tGeneratedFile) into p0 > open process p0 for neither -- no need to close that > > Don't use quotes for the utility. > You have no feedback with that. That's the a

Re: any tricks to make SHELL non blocking?

2018-02-02 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 02.02.2018 um 23:53 schrieb hh via use-livecode > : > > This is non-blocking: > > put tCommandLineUtility && q(tGeneratedFile) into p0 > open process p0 for neither -- no need to close that > > Don't use quotes for the utility. > You have no feedback with that. That's the adva

Re: any tricks to make SHELL non blocking?

2018-02-02 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 03.02.2018 um 00:02 schrieb Klaus major-k via use-livecode > : > > Hi Hermann, > >> Am 02.02.2018 um 23:53 schrieb hh via use-livecode >> : >> >> This is non-blocking: >> >> put tCommandLineUtility && q(tGenerate

Re: any tricks to make SHELL non blocking?

2018-02-02 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 03.02.2018 um 00:35 schrieb hh via use-livecode > : > >> Klaus wrote: >> ... it WORKS, thanks a lot! > > How could you doubt that!? :-( sorry, really didn't mean it personally! ;-) > I never post things that I didn't test thoroughly, learned that from 'bn'. > In this case I

Delete imported audioclips?

2018-02-06 Thread Klaus major-k via use-livecode
Hi friends, obviously I am missing something obvious, but how can I delete an imported audioclip? Looks like the "Poject Brwoser" cannot do this. Thanks for any pointer! Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-liv

Re: Delete imported audioclips?

2018-02-06 Thread Klaus major-k via use-livecode
Hi Tore, > Am 07.02.2018 um 00:03 schrieb Tore Nilsen via use-livecode > : > > Right click or control click the file i project browser and use clear from > the menu. > You may have to reload the PB to see that the clip is deleted. Sorry, no "Clear" menu-item in the popup menu with Audioclips!

Re: Delete imported audioclips?

2018-02-07 Thread Klaus major-k via use-livecode
roject Browser". But I already deleted them via script. > Sean Cole > Pi Digital > >> On 6 Feb 2018, at 23:10, Klaus major-k via use-livecode >> wrote: >> >> Hi Tore, >> >>> Am 07.02.2018 um 00:03 schrieb Tore Nilsen via use-livecode >&

Re: [ANN] Release 8.1.9

2018-02-09 Thread Klaus major-k via use-livecode
Hi all, > Am 09.02.2018 um 14:55 schrieb Mike Kerner via use-livecode > : > > I like it when 24 hours go by and there are no replies. :-) There is a report in the german Livecode forum, maybe someone can give a hint. User has been updating via the LC updater and now gets this every time he s

Re: [ANN] Release 8.1.9

2018-02-09 Thread Klaus major-k via use-livecode
gt; I say unfortunately because we have not been able to reproduce it, and > looking at the scripts we cannot find out what could have gone wrong. > > Best, > Panos > -- > > PS: However this bug is not 8.1.9-specific > > On Fri, Feb 9, 2018 at 2:10 PM, Klaus major-k via u

Re: [ANN] Release 8.1.9

2018-02-09 Thread Klaus major-k via use-livecode
Hi Panos, > Am 09.02.2018 um 16:20 schrieb panagiotis merakos via use-livecode > : > > Hmm that's interesting, so 8.1.8 works for him, but 8.1.9 does not? yep. > Could you post the link to this thread here? Sure, you may need to become a forum member before you can read the posting.

Re: [ANN] Release 8.1.9

2018-02-09 Thread Klaus major-k via use-livecode
Hi Panos, > Am 09.02.2018 um 16:31 schrieb panagiotis merakos via use-livecode > : > > Cool, thanks Klaus. drop a line if you need a german interpreter. > Panos Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode ma

Re: [ANN] Release 8.1.9

2018-02-09 Thread Klaus major-k via use-livecode
Hi Mark, > Am 09.02.2018 um 17:52 schrieb Mark Wieder via use-livecode > : > > On 02/09/2018 07:42 AM, Klaus major-k via use-livecode wrote: >> drop a line if you need a german interpreter. > https://www.youtube.com/watch?v=gmOTpIVxji8 LOL! :-D Yeah, a classic! > --

Re: [ANN] Release 8.1.9

2018-02-09 Thread Klaus major-k via use-livecode
Hi Mark, > Am 09.02.2018 um 17:57 schrieb Mark Wieder via use-livecode > : > > On 02/09/2018 07:23 AM, Klaus major-k via use-livecode wrote: > >>> Could you post the link to this thread here? >> Sure, you may need to become a forum member before you

Re: [ANN] Release 8.1.9

2018-02-09 Thread Klaus major-k via use-livecode
Hola muchacho, > Am 09.02.2018 um 18:31 schrieb Bob Sneidar via use-livecode > : > > I thot RunRev was dead? that must have been real FAKENEWS, Bob! :-) > Long live Livecode! Hip, hip... > Bob S Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de __

Re: [ANN] This Week in LiveCode 116

2018-02-12 Thread Klaus major-k via use-livecode
Hi Panos, > Am 12.02.2018 um 13:10 schrieb panagiotis merakos via use-livecode > : > > Hi all, > > Read about new developments in LiveCode open source and the open source > community in today's edition of the "This Week in LiveCode" newsletter! >Read issue #116 here: https://goo.gl/Lpdp

strange behaviour of standalone builder

2018-02-12 Thread Klaus major-k via use-livecode
Hi friends, see subject... I have a folder with a command line utility, one for Mac and one for Windows. I put this into a folder in -> "specialfolderpath("resources") & "/theCLI" adn add it via "Copy files" to my standalone. Folder structure theCLI (folder) play ## Mac version play.exe an

Re: strange behaviour of standalone builder

2018-02-12 Thread Klaus major-k via use-livecode
Hallo Hermann, > Am 12.02.2018 um 15:22 schrieb hh via use-livecode > : > > Hi Klaus, > the move to "engine" is documented, see specialfolder/engine. > > This is the only "logic" way to do that because your "CLI" files are > executables. > That is Mac is correct in docu and building the standa

Re: Did numberFormat Break?

2018-02-15 Thread Klaus major-k via use-livecode
Hi Bob, > Am 15.02.2018 um 18:20 schrieb Bob Sneidar via use-livecode > : > > I have this in a script: > > on mouseUp > set the numberFormat to "0.00" > put 1.00+1 into tpoextprice > breakpoint put tpoextprice > end mouseUp > At this point tpoextprice is 2. Not mind you, 2.00, just 2.

Re: playing a video in Win7?

2018-02-24 Thread Klaus major-k via use-livecode
Hi Tim, > Am 24.02.2018 um 14:06 schrieb Tim Selander via use-livecode > : > > Hi, > > Trying to simply play an h264 video on LC 9 in a player on a Win7 machine. > Quicktime installed. > I have .mov, .mp4, .mv4 videos that all play fine on Mac osx /and/ in QT on > the Win7 machine. > But I ca

Re: Dinamyc variables.

2018-03-19 Thread Klaus major-k via use-livecode
Hola Heriberto, > Am 19.03.2018 um 03:08 schrieb Heriberto Torrado via use-livecode > : > > Dear Livecode programmers, > > I am trying to create a new variable with the name of a dynamically generated > card. > Please note that I would like to create a new variable, not to put the name > of t

Re: [ANN] Release 9.0.0

2018-04-03 Thread Klaus major-k via use-livecode
Hi Panos, > Am 03.04.2018 um 15:01 schrieb panagiotis merakos via use-livecode > : > > Dear list members, > > LiveCode 9.0.0 is out, read all about it here: > https://us7.campaign-archive.com/?u=8404b344b09103bf489dd8a9a&id=c574bcb9b3 cool, thanks! But the "Release Notes" still contain the fa

Understanding numberformat

2018-04-06 Thread Klaus major-k via use-livecode
Hi friends, maybe I have a little understanding problem with numberformat. Looks like this is "temporary/fleeting"? Meanwhile I worked around this with the FORMAT() function, but would like to understand the problem. I have this button script: ###

Re: Understanding numberformat

2018-04-06 Thread Klaus major-k via use-livecode
Hi Mark, > Am 06.04.2018 um 14:18 schrieb Mark Waddingham via use-livecode > : > > On 2018-04-06 13:17, Klaus major-k via use-livecode wrote: >> Hi friends, >> maybe I have a little understanding problem with numberformat. >> Looks like this is "temporary/flee

align object does not work with groups?

2018-04-11 Thread Klaus major-k via use-livecode
Hi friends, LC 9 on a Mac, selectgroupedcontrols = false Selecting two or more groups and trying to align these two groups e.g. on the left side using the inspector palette, does not work in LC 9. Can someone confirm this? Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de __

Re: align object does not work with groups?

2018-04-11 Thread Klaus major-k via use-livecode
Hi Roger, > Am 11.04.2018 um 21:38 schrieb Roger Guay via use-livecode > : >> On Apr 11, 2018, at 10:27 AM, Klaus major-k via use-livecode >> wrote: >> >> Hi friends, >> >> LC 9 on a Mac, selectgroupedcontrols = false >> >> Selecting t

Re: filename in standalones for Mac - changed recently?

2018-04-17 Thread Klaus major-k via use-livecode
Hi Curtis, > Am 17.04.2018 um 17:46 schrieb Curtis Ford via use-livecode > : > > The other day when firing up TextWrangler, I saw the message that Apple now > shows once when opening a 32bit app – that it should be updated (for 64bit). > Which got me thinking about older Livecode projects. >

Re: Title Case

2018-04-21 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 21.04.2018 um 15:52 schrieb Richmond Mathewson via use-livecode > : > > Just been playing with this and found that this causes problems: > > put "vanish" into rWORD > put char 1 of rWORD into rC > toUpper(rC) > > the toUpper(rC) throws a "bluey" toupper() is a FUNCTION, so y

macOS "Recovered files"

2018-04-24 Thread Klaus major-k via use-livecode
Hi friends, since upgrading to macOS 10.13.4 and/or Livecode 9 Stable (not sure really) I ALWAYS find some (LC) "Recovered files" after a restart of my Mac in my trash. There are (every time): 1. livecode-emscripten-builds -> Empty folder 2. com.livecode.dummy.lci 3. manifest.xml 4. module.lcm

<    3   4   5   6   7   8   9   10   11   12   >