Re: All Versions of LC crashing in Sonoma

2023-09-29 Thread Tore Nilsen via use-livecode
LiveCode 9.6.9 Build 15604 works in Sonoma, the same goes for LiveCode 10 DP6. Try to download 9.6.9 again, you may have an older build of 9.6.9. Tore > 29. sep. 2023 kl. 14:12 skrev Geoff Canyon via use-livecode > : > > Confirming that 9.6.9 dies immediately on launch for me. > > I have a

Re: JSON

2023-08-15 Thread Tore Nilsen via use-livecode
ng? > > Dar > > >> On Aug 14, 2023, at 10:58 PM, Tore Nilsen via use-livecode >> wrote: >> >> JsonImport will make an array of your JSON data, whereas JsonExport will >> turn your array into JSON data. Not much fiddling there. &

Re: JSON

2023-08-14 Thread Tore Nilsen via use-livecode
JsonImport will make an array of your JSON data, whereas JsonExport will turn your array into JSON data. Not much fiddling there. Best regards Tore Nilsen > 15. aug. 2023 kl. 02:07 skrev Dar Scott via use-livecode > : > > > I’m about write some scripts that fiddle with JSON.

Re: Bug in browser widget

2023-03-16 Thread Tore Nilsen via use-livecode
I have now discovered that this probably was related to MacOS 13.0. Having upgraded the OS to 13.2.1 solved the problem on the affected machine. > 16. mar. 2023 kl. 19:07 skrev Tore Nilsen : > > Hi Matthias, thanks for your interest in this ! I have been trying to solve > the pr

Re: Bug in browser widget

2023-03-16 Thread Tore Nilsen via use-livecode
OS 13.2.1 > > > >> Am 16.03.2023 um 10:44 schrieb Tore Nilsen via use-livecode >> : >> >> I have come across a bug in the browser widget. The browser will not show >> any video when the video is embedded into the web page. The poster image and >>

Bug in browser widget?

2023-03-16 Thread Tore Nilsen via use-livecode
from the video can be heard! Videos that are displayed using the video-tag in the html file seems to work OK. Are there anyone else who has the same experience? I am on MacOS 13.0 and LC 10 dp 3 and dp 4 Best regards Tore Nilsen ___ use-livecode

Bug in browser widget

2023-03-16 Thread Tore Nilsen via use-livecode
from the video can be heard! Videos that are displayed using the video-tag in the html file seems to work OK. Are there anyone else who has the same experience? I am on MacOS 13.0 and LC 10 dp 3 and dp 4 Best regards Tore Nilsen ___ use-livecode

Re: Field content as parametres in a function

2022-11-29 Thread Tore Nilsen via use-livecode
> 29. nov. 2022 kl. 12:08 skrev Alex Tweedly via use-livecode > : > > Yes, your description is correct (except for saying the behavior is > "puzzling" :-) > > The first case you are passing a single parameter (which happens to have > commas in its current content). You could have said "

Field content as parametres in a function

2022-11-29 Thread Tore Nilsen via use-livecode
hy I want to understand what is happening is that I am about to teach my students how to write reusable code that will behave correctly for any number of parametres. So my question is if I am on the right track? Best regards Tore Nilsen ___ use-liveco

Re: mergAV uses GLOBAL coordinates?

2022-11-15 Thread Tore Nilsen via use-livecode
> 15. nov. 2022 kl. 11:38 skrev Klaus major-k via use-livecode > : > > Hi Tore, > >> Am 15.11.2022 um 11:19 schrieb Tore Nilsen via use-livecode >> : >> >>> 15. nov. 2022 kl. 11:14 skrev Klaus major-k via use-livecode >>> : >>>

Re: mergAV uses GLOBAL coordinates?

2022-11-15 Thread Tore Nilsen via use-livecode
> 15. nov. 2022 kl. 11:14 skrev Klaus major-k via use-livecode > : > > I do not OWN an iPhone, … But you won one? And you have not received it yet? And therefore you cannot make any tests yourself? Best regards Tore Nilsem ___ use-livecode

Re: What is the best way to trigger an action at a certain time?

2022-07-11 Thread Tore Nilsen via use-livecode
is best for you end checkTime Best regards Tore Nilsen > 11. jul. 2022 kl. 13:35 skrev Tim Selander via use-livecode > : > > Dear all, > > I want to have an LC app running on a computer doing nothing but watching the > time. At predetermined times, I then want it to

Re: Set HTMLText and Get Effective HTMLText

2022-05-18 Thread Tore Nilsen via use-livecode
I would think it is because the htmlText is a property of a field. It is one of the properties that it inherited by any field. The variable does not have this property. Best regards Tore Nilsen > 18. mai 2022 kl. 18:23 skrev Rick Harrison via use-livecode > : > > This wor

Re: Visual Dissolve Times

2022-05-05 Thread Tore Nilsen via use-livecode
You can set the effectRate to speed up or down the visual effects. Lower number increases the speed. Look it up in the Dictionary for more precise explanation. Best regards Tore Nilsen > 5. mai 2022 kl. 19:33 skrev Rick Harrison via use-livecode > : > > Greetings LiveCo

Re: Flash Talks - 3 slots remaining

2022-04-06 Thread Tore Nilsen via use-livecode
Very often you will make the presentation beforehand and make yourself available to answer any questions at the time of presentation. I guess Heather will guide you through the process. Best regards Tore Nilsen > 6. apr. 2022 kl. 15:12 skrev Craig Newman via use-livecode > : &

Re: How to paste into a form element in the browser widget

2021-12-14 Thread Tore Nilsen via use-livecode
Ah, I see! Wel,l back to redesigning the whole application to include the menus then. Thanks! Best Regards Tore > 14. des. 2021 kl. 13:04 skrev Mark Waddingham via use-livecode > : > > On 2021-12-14 11:41, Tore Nilsen via use-livecode wrote: >> I have a problem pasting i

How to paste into a form element in the browser widget

2021-12-14 Thread Tore Nilsen via use-livecode
widget. I have tried to put the script in the stack script, the card script and even in the widget itself, although I wouldn’t expect the latter to work. Are there anyone who has run across this problem before and may offer a solution? Best regards Tore Nilsen

Export an animated gif

2021-04-29 Thread Tore Nilsen via use-livecode
Tore Nilsen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: access DOM in browser widget?

2021-04-28 Thread Tore Nilsen via use-livecode
Have you had a look at "do in widget" in the Dictionary? You can actually perform JavaScript from LC on content in the browser widget. Best regards Tore > 28. apr. 2021 kl. 20:33 skrev Ben Rubinstein via use-livecode > : > > > Thanks for responding Tom > >> But if yoiu need any more of a

Re: PDF Widget

2021-04-23 Thread Tore Nilsen via use-livecode
to buy widgets on a per widget basis. That would enhance the LiveCode experience in my mind. Best regards Tore Nilsen > 23. apr. 2021 kl. 13:24 skrev Klaus major-k via use-livecode > : > > > >> Am 23.04.2021 um 13:20 schrieb Brian Milby via use-livecode >> : >

Re: Checking the Milliseconds

2021-04-07 Thread Tore Nilsen via use-livecode
It averages around 3850 and 3900 every time I try. However, when I try to run the test 1 times the average goes down to just above 3600. BigSur on Xeon W 3GHz. Best regards Tore Nilsen > 7. apr. 2021 kl. 18:03 skrev Tom Glod via use-livecode > : > > Hey peeps, > > I

Re: Unreliable File Deletion

2021-03-28 Thread Tore Nilsen via use-livecode
> 28. mar. 2021 kl. 22:55 skrev J. Landman Gay via use-livecode > : > > Interesting. Does it also work on a different machine where you aren't the > owner? If so, everything we've heard is wrong. I haven’t tried on a machine where I am not the owner. This may be why it worked. When I come

Re: Unreliable File Deletion

2021-03-28 Thread Tore Nilsen via use-livecode
> 28. mar. 2021 kl. 21:20 skrev J. Landman Gay via use-livecode > : > > > Desktop and documents folders are okay, and it may be possible to read from > the resources folder, but do you actually write to it? I don't know any OS > that allows altering an executable, which includes Mac

Re: Unreliable File Deletion

2021-03-28 Thread Tore Nilsen via use-livecode
> 28. mar. 2021 kl. 20:40 skrev Tore Nilsen via use-livecode > : > > > >> 28. mar. 2021 kl. 19:22 skrev Klaus major-k via use-livecode >> : >> >> Hi friends, >> >>> Am 28.03.2021 um 19:11 schrieb R.H. via use-livecode >>> :

Re: Unreliable File Deletion

2021-03-28 Thread Tore Nilsen via use-livecode
documents as the main folders to write to and read from. All of these folders work OK. The user will be asked if they want to give the application permission to access these folders, but other than that I don’t know of any hiccups. I know that there are several restrictions when you depl

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Tore Nilsen via use-livecode
I have followed your recipe and I can confirm that this is a problem also with ordinary scrolling fields in LC 9.6.2 (rc3). It does not seem to be a problem in LC 9.6.2 (rc1). Best regards Tore Nilsen > 25. mar. 2021 kl. 22:07 skrev HENRY LOWE via use-livecode > : > >

Re: Array Split vs Combine

2021-03-09 Thread Tore Nilsen via use-livecode
I got 248 393 257 also on a Mac Tore Nilsen > 9. mar. 2021 kl. 18:40 skrev Sean Cole (Pi) via use-livecode > : > > Extraordinary. Thanks Alex. This is helpful. This is on windows and a > windows server. I will try on a Mac and Linux and see if it has the same >

Re: "within graphic" question

2021-02-22 Thread Tore Nilsen via use-livecode
> 22. feb. 2021 kl. 21:26 skrev Tore Nilsen via use-livecode > : > > > >> 22. feb. 2021 kl. 21:14 skrev Richard Gaskin via use-livecode >> : >> >> jbv wrote: >>> I have a graphic made of a list of points. This graphic is opaque >&

Re: "within graphic" question

2021-02-22 Thread Tore Nilsen via use-livecode
kLoc if pClickLoc is within the rect of grc pGraphic then return true else return false end if end isWithin Best regards TORE NILSEN ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC Roadmap

2021-02-14 Thread Tore Nilsen via use-livecode
is of course, yes. All plans that are outdated should be updated. But the new plans should be treated with the same amount of caution as the previous ones. Especially so if our livelihood depends on how we treat these roadmaps. Best regards Tore Nilsen > 13. feb. 2021 kl. 13:37 skrev Sean C

Re: Close Stack Cleanup

2021-02-04 Thread Tore Nilsen via use-livecode
Performing the clean up in preOpenStack makes it happen before the stack is visible, at least according to the dictionary. "Unlike openStack <>, preOpenStack handlers <> are executed <> before the stack window <> appears. Because of this, the preOpenStack handler <> is a good place to put code

Re: Close Stack Cleanup

2021-02-04 Thread Tore Nilsen via use-livecode
students to do, in order to present the users with a pristine application every time the user starts the application. By keeping it modular, the clean up script can also be started from other handlers if necessary. Best regards Tore Nilsen > 4. feb. 2021 kl. 22:23 skrev Curry Kenworthy

Re: lock screen

2021-01-22 Thread Tore Nilsen via use-livecode
I forgot to write that you import a snapshot of the widget before you set out to perform the visual effect. > 22. jan. 2021 kl. 17:54 skrev Tore Nilsen : > > The browser widget is drawn in a layer of its own and is not affected by lock > screen. If you need to do a visual effect y

Re: lock screen

2021-01-22 Thread Tore Nilsen via use-livecode
The browser widget is drawn in a layer of its own and is not affected by lock screen. If you need to do a visual effect you then hide the widget itself and perform the visual effect on the snapshot. You can then delete the snapshot when it is no longer needed. Best regards Tore Nilsen >

Re: GRID and GRIDSIZE

2021-01-20 Thread Tore Nilsen via use-livecode
he user to move controls in this mode. One could also think that the grid snap feature would work in a standalone under the same circumstances. This would allow for better control of placement of controls «out of the box». Best regards Tore Nilsen ___ use-l

Re: Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread Tore Nilsen via use-livecode
or notarizing the app from Big Sur and Catilina. I guess this is needed for an iOS app, but then again you cannot build an iOS app with LiveCode Community Best regards Tore Nilsen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: move cursor to the end of a line in a field

2020-12-23 Thread Tore Nilsen via use-livecode
:49 skrev Tore Nilsen via use-livecode > : > > > >> 23. des. 2020 kl. 20:57 skrev Douglas A. Ruisaard via use-livecode >> : >> >> "rawKeyDown" tells me the raw key is 65367 ... but how do I "send" a rawkey >> value to the active fiel

Re: move cursor to the end of a line in a field

2020-12-23 Thread Tore Nilsen via use-livecode
the "END" key and position the cursor at the end of the contents > of a single line field? You could try this in the field script: on rawKeyDown theKey if theKey = 65367 then select after me else pass rawKeyDown end if end rawKeyDown This will allow the normal behavior fo

Re: Double Clicking on a Field

2020-12-04 Thread Tore Nilsen via use-livecode
Try this in the script of the field: on mouseUp —do your scrolling thing End mouseUp on mouseDoubleUp — do your navigation between cards End mouseDoubleUp Best regards Tore Nilsen > 4. des. 2020 kl. 15:14 skrev Sannyasin Brahmanathaswami via use-livecode > : > > I

Re: Audio recording in LC community on Windows?

2020-11-02 Thread Tore Nilsen via use-livecode
their work. I think a request for feature parity would be in its place. Best regards Tore Nilsen > 2. nov. 2020 kl. 16:30 skrev Devin Asay via use-livecode > : > > HI all, > > From the beginning of Rev/LC we could do basic audio recording cross > platform, at least on M

Re: Is the DateFormat read only?

2020-10-29 Thread Tore Nilsen via use-livecode
29 Oct 2020, at 09:29, Graham Samuel via use-livecode >> wrote: >> >> Thanks Tore - I had forgotten the existence of dateItems. That of course >> will do the trick. BTW I was trying to create dates in standard UTC format, >> and now I can. >> >>

Re: Is the DateFormat read only?

2020-10-28 Thread Tore Nilsen via use-livecode
, as this will make all valid date formats convert to dateItems. Best regards Tore Nilsen > 28. okt. 2020 kl. 22:58 skrev Graham Samuel via use-livecode > : > > A quick test seems to show that the DateFormat can’t be changed by a ‘set’ > command. > > How then can I force a date to

Re: How to divide card with/in 3 vertical lines?

2020-10-28 Thread Tore Nilsen via use-livecode
You could of course also multiply the width of the card with 0.25, 0.5 and 0.75 to get the same results. Personally I prefer multiplication to division, but the results will be the same. Best regards Tore Nilsen > 28. okt. 2020 kl. 21:54 skrev William de Smet via use-livecode > : >

Re: Correct use of string A 'is in' string B?

2020-10-14 Thread Tore Nilsen via use-livecode
take a break and check > for updates on my eyeball firmware! :-D > Best, > Keith > >> On 14 Oct 2020, at 12:04, Tore Nilsen via use-livecode >> wrote: >> >> In the url itself you use access_token but in your search you use >> access_code. May thi

Re: Correct use of string A 'is in' string B?

2020-10-14 Thread Tore Nilsen via use-livecode
In the url itself you use access_token but in your search you use access_code. May this be the reason for your problems? Best regards Tore Nilsen > 14. okt. 2020 kl. 13:00 skrev Keith Clarke via use-livecode > : > > Hi folks, > Am I misreading the docs and abusing the 'is in'

Re: backKey with DataGrid

2020-10-06 Thread Tore Nilsen via use-livecode
of the card in the original stack? Best regards Tore Nilsen > 7. okt. 2020 kl. 00:19 skrev Dan Friedman via use-livecode > : > > Here's a weird one... I have a card with a number of objects on it. There > is a button named "Back" which takes you back to card X. Th

Re: Problem an Repeat Loop

2020-09-27 Thread Tore Nilsen via use-livecode
You do not refer to any object type when you try to set the fileName of what should possibly be an image. Try this: Set the fileName of image sStoryImage to tPath Best regards Tore Nilsen > 28. sep. 2020 kl. 03:47 skrev Sannyasin Brahmanathaswami via use-livecode > : > > # for

Re: Looking for LiveCode developer in Norway, Stavanger area

2020-09-02 Thread Tore Nilsen via use-livecode
and my students to connect with a professional organization that uses LiveCode. Best of luck with your project. Best regards Tore Nilsen > 2. sep. 2020 kl. 08:47 skrev Ivar Andreassen via use-livecode > : > > A mature startup is looking for programmers that have from "little&q

Re: Wrapping Text

2020-07-22 Thread Tore Nilsen via use-livecode
size, widen the field (or both) or try to find a synonym that fits into the width of the field. Best regards Tore Nilsen > 22. jul. 2020 kl. 15:34 skrev Terry Heaford via use-livecode > : > > > I presume therefore that the only way to resolve a single long word in a > fiel

Re: Downloading LiveCode Slow...

2020-07-08 Thread Tore Nilsen via use-livecode
I got + - 10MB/sec from Norway. Downloaded the Business Edition in under 1 min. Tore Nilsen > 7. jul. 2020 kl. 23:46 skrev Rick Harrison via use-livecode > : > > I was wondering if anyone has tried to > download any version of LiveCode from > the website recently.

Re: [off-topic-ish] do you prefer LC-related content as books or video courses?

2020-07-07 Thread Tore Nilsen via use-livecode
Hi Andre! As others have pointed out, whether to go for a text based or a video based course, very much depends on your target audience. I like Richards proposal of using LiveCode as the framework for a course. This way you can in fact utilize the strengths of both formats. You can present

Re: Browser Widget iOS Local Html Files

2020-06-29 Thread Tore Nilsen via use-livecode
t; -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Tore Nilsen via use-livecode > Sent: Monday, June 29, 2020 4:39 PM > To: How to use LiveCode > Cc: Tore Nilsen > Subject: Re: Browser Widget iOS Local Html File

Re: Browser Widget iOS Local Html Files

2020-06-29 Thread Tore Nilsen via use-livecode
Have you tried to set the url of the widget to tTemp. This actually loads the page in the widget as if it was any browser. Tore > 29. jun. 2020 kl. 21:56 skrev Ralph DiMola via use-livecode > : > > LC 9.6.0 > > I can't get a local html file to load in iOS browser widget. This is the > first

Re: HTML Colour Groups

2020-05-31 Thread Tore Nilsen via use-livecode
You try to sign a value to tColor with the command set. The right command is put, as in this example, this works on my end: put "#FFC0CB" into tColor set the backgroundcolor of graphic 1 to tColor Best regards Tore Nilsen > 31. mai 2020 kl. 18:13 skrev Terence Heaford via

Re: Changing text properties in a field via the IDE

2020-05-19 Thread Tore Nilsen via use-livecode
I was trying the same thing in LC 9.6 (dp4) and it works here. It works both when selecting the text in the text pane in the navigator or selecting text in the field itself. Regards Tore Nilsen > 19. mai 2020 kl. 19:53 skrev Richard Gaskin via use-livecode > : > > I just tried

Re: Changing text properties in a field via the IDE

2020-05-19 Thread Tore Nilsen via use-livecode
» in the IDE. Regards Tore Nilsen > 19. mai 2020 kl. 14:37 skrev Graham Samuel via use-livecode > : > > Yep, that was it! I had pasted some text from elsewhere. The text **looks** > perfectly normal (and the count of characters is the same as in the visual > representatio

Re: Dark Mode Detection

2020-04-17 Thread Tore Nilsen via use-livecode
regards Tore Nilsen > 17. apr. 2020 kl. 18:20 skrev Richmond via use-livecode > : > > Well, as per the Read Me for LC 9.6.0 DP-4 . . . > > Running on MacOS 10.15.5 beta 1 in dark mode: LiveCode is as white as a white > thing. > > Um? > >

Re: Building a Board Game

2020-04-07 Thread Tore Nilsen via use-livecode
to the loc of the matching rectangle. Regards Tore Nilsen > 7. apr. 2020 kl. 21:24 skrev Roger Guay via use-livecode > : > > Hi all, > > I know there must be a simple way to do this but it is escaping me at the > moment. How can I move an object (grab me on mouseD

Re: Ordering text

2020-03-29 Thread Tore Nilsen via use-livecode
I believe the reason for the delay comes from the fact that when sorted descending, you put tRec & CR before tCellData. Tp put something before a container is slower than putting something after a container. Regards Tore Nilsen > 29. mar. 2020 kl. 13:06 skrev Terence Heaford via use-l

Re: DataGrid question...

2020-03-25 Thread Tore Nilsen via use-livecode
What you should look for in the Dictionary is tabAlign Tore > 25. mar. 2020 kl. 13:32 skrev matthias rebbe via use-livecode > : > >> >> Am 25.03.2020 um 01:26 schrieb Richard Gaskin via use-livecode >> : >> >> Paul Dupuis wrote: >> >>> Has anyone come up with a way to configure a DataGrid

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-26 Thread Tore Nilsen via use-livecode
I have submitted a comment to this now. Best regards Tore Nilsen > 26. feb. 2020 kl. 11:15 skrev Heather Laine via use-livecode > : > > If this is a screensteps lesson in our portal, please leave a comment on it. > We review all comments and action them where necessar

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-25 Thread Tore Nilsen via use-livecode
ented with an updated menu. So, while this may be a bug, the way around it is to write less code. If only all problems could be solved this way. Best regards Tore Nilsen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Synchronisation of sound and vision

2020-02-12 Thread Tore Nilsen via use-livecode
; > You can do audio recording on Mac now using the mergMicrophone library. It > works great, and I believe is available in every edition of LC, including > Community. > > Devin > >> On Feb 12, 2020, at 12:11 PM, Tore Nilsen via use-livecode >> wrote: >>

Re: Synchronisation of sound and vision

2020-02-12 Thread Tore Nilsen via use-livecode
he great things about LiveCode is that there is almost always more > than one way to do what you want. > > Regards, > > Devin > > > On Feb 12, 2020, at 9:55 AM, Tore Nilsen via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > > Using callbac

Re: Synchronisation of sound and vision

2020-02-12 Thread Tore Nilsen via use-livecode
ical solution for a large body > of work (say all the Shakespeare sonnets, for example). > > Anyway thanks for the hint. > > Graham > > On 12 Feb 2020, at 12:16, Tore Nilsen via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > > You will have to

Re: Synchronisation of sound and vision

2020-02-12 Thread Tore Nilsen via use-livecode
> Graham > >> On 12 Feb 2020, at 12:16, Tore Nilsen via use-livecode >> wrote: >> >> You will have to use the callbacks property of the player to do what you >> want to do. The callbacks list would be your cues. From the dictionary: >> >> The ca

Re: Synchronisation of sound and vision

2020-02-12 Thread Tore Nilsen via use-livecode
lt;> name. Regards Tore Nilsen > 12. feb. 2020 kl. 11:25 skrev Graham Samuel via use-livecode > : > > Folks, forgive my ignorance, but it’s a long time since I considered the > following and wondered what pitfalls there are. > > I have in mind a project where a recording

Re: Option menu in datagrid

2020-02-11 Thread Tore Nilsen via use-livecode
You can also set the text of the button in a mouseDown handler in the button itself. This works well if you have more than one option menu and the options in one of them depends on the selections the user has made in another. The script will be similar to the one provided by Sri. Regards Tore

Re: Something wrong with LiveCode 9.5.1

2019-12-16 Thread Tore Nilsen via use-livecode
the local menu. You will then have an option to choose to open this application. Once you have done, the message will not reappear when you start LiveCode. Tore Nilsen > 16. des. 2019 kl. 21:03 skrev Richmond via use-livecode > : > > I am afraid that I have to report something ver

Map widget and user location

2019-12-05 Thread Tore Nilsen via use-livecode
it to a marker in a mouseUp handler.  If anyone could point me in the right direction I would be a very happy man. Best regards Tore Nilsen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: just a test...

2019-11-24 Thread Tore Nilsen via use-livecode
As did I Regards Tore Nilsen > 24. nov. 2019 kl. 20:04 skrev Brian Milby via use-livecode > : > > I got this one > > Thanks, > Brian > On Nov 24, 2019, 1:21 PM -0500, Klaus major-k via use-livecode > , wrote: >> my last two mails do not show up here one t

Re: Primary Student Livecode Interface (Simplified Developer Interface)

2019-10-10 Thread Tore Nilsen via use-livecode
different from it. This decides the quality of the discussions we get after the students have tried to solve the problem. Best regards Tore Nilsen > 10. okt. 2019 kl. 20:36 skrev Devin Asay via use-livecode > : > > RIchmond has an excellent point: your development environ

Re: CTD meaning?

2019-06-28 Thread Tore Nilsen via use-livecode
What good have the crashes ever done to us? Tore Nilsen > 28. jun. 2019 kl. 19:40 skrev Mark Wieder via use-livecode > : > > On 6/28/19 10:21 AM, J. Landman Gay via use-livecode wrote: >> Too funny. While I'm not so fond of either management or Crash, I'm glad I >

Re: Catalina

2019-06-25 Thread Tore Nilsen via use-livecode
ll not get these warnings anymore. Best regards Tore Nilsen > 25. jun. 2019 kl. 22:01 skrev Richmond via use-livecode > : > > I got macOS Catalina (10.15) beta "shoved up my nose" by my > Mac's Software update thingy this afternoon. > > While I, normally, go for

Re: how to load a local file into the browser widget?

2019-05-24 Thread Tore Nilsen via use-livecode
Try to start the url with «file:/// « this is what I get at the start of the url of a browser widget when i set the url from a script using «answer file» to navigate to any valid html file: on mouseUp answer file "Choose html file to display" set url of widget "browser" to it end mouseUp

Re: how to load a local file into the browser widget?

2019-05-24 Thread Tore Nilsen via use-livecode
You must make sure that the filePath to the html file you would like to see does not contain any invalid characters like spaces, which you will find is OK by the file system but not with the browser. Tore > 24. mai 2019 kl. 22:02 skrev Curt Ford via use-livecode > : > > Is there a trick to

Re: Browser widget and downloading of files

2019-03-20 Thread Tore Nilsen via use-livecode
Thank you very much, this did the trick! Best regards Tore > 20. mar. 2019 kl. 22:09 skrev hh via use-livecode > : > > on browserUnhandledLoadRequest pURl > -- do your thing with pURL, for example: > -- use libURL for showing progress > put url(pURL) into > end browserUnhandledLoadRequest

Browser widget and downloading of files

2019-03-20 Thread Tore Nilsen via use-livecode
Are there any ways to start a download of a file via a link in the browser widget? It works fine in any other browser, but not when the page is displayed in a browser widget. Best regards Tore Nilsen ___ use-livecode mailing list use-livecode

Re: Resizing stacks and make changes on more than one card

2019-03-09 Thread Tore Nilsen via use-livecode
regards Tore Nilsen > 9. mar. 2019 kl. 14:29 skrev Paul Dupuis via use-livecode > : > > move the resizeStack handlers from each CARD to the STACK script and combine > them so they update both cards to the new stack size > > > On 3/9/2019 7:51 AM, Tore Nilsen via use-l

Resizing stacks and make changes on more than one card

2019-03-09 Thread Tore Nilsen via use-livecode
from arranging the elements in an openCard handler? Best regards Tore Nilsen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: TabStops and Tab Spacings

2019-03-04 Thread Tore Nilsen via use-livecode
, to the best of my knowledge, your tab stops should be preserved. Best regard Tore Nilsen > 4. mar. 2019 kl. 21:24 skrev Roger Guay via use-livecode > : > > This is driving me crazy: > > I have a styled text field in the IDE called myFld for which I set the > TabStops to 15,2

Re: SVG widget and grab me command

2019-02-21 Thread Tore Nilsen via use-livecode
My mistake, I meant handles, not handlers. The widgets are used to display chess pieces. The actual script «controlling" each widget/group is a behavior, where the script itself resides in a button script. Best regards Tore > 21. feb. 2019 kl. 18:36 skrev hh via use-livecode > : > >> Tore

Re: SVG widget and grab me command

2019-02-21 Thread Tore Nilsen via use-livecode
. Best regards Tore Nilsen > 21. feb. 2019 kl. 16:02 skrev hh via use-livecode > : > > Widgets are not ordinary controls. > So this is not a bug, rather a missing feature (the widget > author will have to implement an own "grab"-handler). > The widget pa

SVG widget and grab me command

2019-02-21 Thread Tore Nilsen via use-livecode
once the cursor entered the rect of the stack. It was impossible to put down the widget afterwards. The same thing happened when we tried to make the widget follow the mouse in a mouseMove handler. Has anyone else come across this? Best regards Tore Nilsen

Re: Insert an Image into a Field

2019-01-31 Thread Tore Nilsen via use-livecode
set the imageSource of character …. to Look up imageSource in the dictionary for further details. Best regards Tore Nilsen - > 31. jan. 2019 kl. 20:03 skrev Roger Guay via use-livecode > : > > Could someone please remind me how to do this? I’m having a senior moment and

Re: Repeat for each line of a variable or field?

2019-01-12 Thread Tore Nilsen via use-livecode
and difference will vary according to your hardware I guess. Best regards Tore Nilsen > 12. jan. 2019 kl. 17:01 skrev David Epstein via use-livecode > : > > I've done a little bit of speed testing showing extremely slight differences, > but wonder if anyone who understands the &quo

Re: LC 9.02 Problems when displaying local PDF in stack

2019-01-06 Thread Tore Nilsen via use-livecode
) causing the problem. Best regards Tore Nilsen > 06. jan. 2019 kl. 11:06 skrev Simon Knight via use-livecode > : > > Hi Tore, > > I have spent a couple of hours hunting down Adobe Reader related files > scattered about in my computers Library folder and other

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

Re: Interrupting "Wait"

2018-12-31 Thread Tore Nilsen via use-livecode
Depending on the action the user might take, have you tried: wait until the mouse is down Best regards Tore Nilsen > 31. des. 2018 kl. 14:39 skrev Sannyasin Brahmanathaswami via use-livecode > : > > If you issue a > > Wait for 3 seconds with messages > > And, a

Re: get offset of current selection

2018-12-14 Thread Tore Nilsen via use-livecode
The selectedChunk is probably what you are looking for. Regards Tore Nilsen > 14. des. 2018 kl. 15:28 skrev Kaveh Bazargan via use-livecode > : > > I am stuck on something that should be simple. User has selected a text, > say a word in a field. How do I get the offs

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
> 11. des. 2018 kl. 23:40 skrev Bob Sneidar via use-livecode > : > > I'm on High Sierra, and that is how it works for me. > > Bob S I am on Mojave now, so I may remember wrongly about High Sierra, but the contextual menu method works on both of them anyhow. Tore

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
> 11. des. 2018 kl. 23:28 skrev Bob Sneidar via use-livecode > : > > I think if you double click it and get the unsafe app dialog, you can open > Security & Privacy, and there should be a button to approve the most recent > "unsafe" app. Not in High Sierra or Mojave. The only options are

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
You are right, there was this third option prior to High Sierra. I agree that if you distribute an application as a professional developer, you need to code sign it. Tore Nilsen > 11. des. 2018 kl. 23:26 skrev Knapp Martin via use-livecode > : > > I think on Sier

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
use the unsigned application just as a signed application. I do this all the time with apps I give to my students Best regards Tore Nilsen > 11. des. 2018 kl. 22:58 skrev Knapp Martin via use-livecode > : > > Maybe you can run unsigned apps downloaded on older Mac OSs but y

Re: Live Code crashes on startup

2018-11-29 Thread Tore Nilsen via use-livecode
veCode versions < 7 >> >> I suggest: >> >> 1. Quit LiveCode >> 2. Delete/rename both of these files. These files will be created/updated >> every time you start/quit LiveCode. >> 3. Launch LiveCode >> >> Hopefully the problem should be fixed now.

Live Code crashes on startup

2018-11-29 Thread Tore Nilsen via use-livecode
not been able to locate the preference file. Can anyone point me in the right direction? Best regards Tore Nilsen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Browser widget and PDFs

2018-11-22 Thread Tore Nilsen via use-livecode
the pdf-files displayed without all the bells and whistles provided by the plugin. Best regards Tore Nilsen > 22. nov. 2018 kl. 18:06 skrev Klaus major-k via use-livecode > : > > Hi Tore, > >> Am 22.11.2018 um 18:01 schrieb Tore Nilsen via use-livecode >

Re: Browser widget and PDFs

2018-11-22 Thread Tore Nilsen via use-livecode
I don’t think so, as the default app is set to be Preview on both machines. In fact I had forgot I had Acrobat installed on my laptop. Tore Nilsen > 22. nov. 2018 kl. 17:56 skrev Brian Milby via use-livecode > : > > Could this be related to the default app that handles PDF

Browser widget and PDFs

2018-11-22 Thread Tore Nilsen via use-livecode
entirely, and will I be able to view pdf-files in the widget on bothMac and Windows if I do so? Best Regards Tore Nilsen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Bug in how LC handles sentences

2018-11-16 Thread Tore Nilsen via use-livecode
After some thinking I actually do agree it is not a bug. The problem being that full stop (period) can also be used in abbreviations, and numbers can follow immediately after such abbreviations. Tore > 17. nov. 2018 kl. 00:36 skrev Tore Nilsen via use-livecode > : > > I wou

  1   2   3   >