Re: Hunting Default Preferences

2023-05-07 Thread Jerry Jensen via use-livecode
t; did you already try to delete the LC preference file? > > The function revEnvironmentUserPreferencesPath() > returns the path to the preferences file. > > > >> Am 07.05.2023 um 23:39 schrieb Jerry Jensen via use-livecode >> : >> >> Hi folks, >&

Re: Hunting Default Preferences

2023-05-07 Thread Jerry Jensen via use-livecode
:58 PM, matthias rebbe via use-livecode >> wrote: >> >> Jerry, >> >> did you already try to delete the LC preference file? >> >> The function revEnvironmentUserPreferencesPath() >> returns the path to the preferences file. >> >> >

Re: Hunting Default Preferences

2023-05-07 Thread Randy Hengst via use-livecode
ferencesPath() > returns the path to the preferences file. > > > >> Am 07.05.2023 um 23:39 schrieb Jerry Jensen via use-livecode >> : >> >> Hi folks, >> >> I am returning to LiveCode after a spell of other projects, including >> debugg

Re: Hunting Default Preferences

2023-05-07 Thread matthias rebbe via use-livecode
Jerry, did you already try to delete the LC preference file? The function revEnvironmentUserPreferencesPath() returns the path to the preferences file. > Am 07.05.2023 um 23:39 schrieb Jerry Jensen via use-livecode > : > > Hi folks, > > I am returning to LiveCode afte

Hunting Default Preferences

2023-05-07 Thread Jerry Jensen via use-livecode
preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-18 Thread Mark Smith via use-livecode
the application…” msg. This fixed it. Thanks > > Mark > > >> On 14 Apr 2023, at 10:35 pm, Marty Knapp via use-livecode >> wrote: >> >> I don’t have an “M” chip Mac here to test at the moment but here’s something >> to try: >> >> In

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-18 Thread Mark Smith via use-livecode
an “M” chip Mac here to test at the moment but here’s something > to try: > > In the Levure framework open the helpers folder and then the preferences > folder > Modify the helper.yml file by deleting the section under externals so the > file just contains the followi

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-14 Thread Marty Knapp via use-livecode
I don’t have an “M” chip Mac here to test at the moment but here’s something to try: In the Levure framework open the helpers folder and then the preferences folder Modify the helper.yml file by deleting the section under externals so the file just contains the following externals: libraries

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-10 Thread Mark Waddingham via use-livecode
occurred while initializing the application [unable to load external Preferences]”. I’m tracing through the Levure script now and can see in fact the Preference stack is not being loaded. I’ve confirmed Preferences.bundle is at the location referenced in the script. Can anyone steer me

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-08 Thread Marty Knapp via use-livecode
help me out. I’m trying to use LC > 9.6.9rc3 with an app built with Levure. With LC 9.6.9rc2 I am able to open > the app in the IDE with no issue. > > When I try to open the app with LC 9.6.9rc3 I get “An error occurred while > initializing the application [unable to load extern

Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-08 Thread bob--- via use-livecode
[unable to load external Preferences]”. I’m tracing through the Levure script now and can see in fact the Preference stack is not being loaded. I’ve confirmed Preferences.bundle is at the location referenced in the script. Can anyone steer me in a direction for a fix to this? Thanks in advance, Bob

Re: specialFolderPath("preferences") returns empty on Windows???

2019-04-23 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: On 4/23/19 11:25 AM, Richard Gaskin via use-livecode wrote: Bob Sneidar wrote: > NVM I just read further. Preferences is not one I can use for Windows. The bad news is that, as you've discovered, Windows has no "Preferences" folder per se. The good news is

Re: specialFolderPath("preferences") returns empty on Windows???

2019-04-23 Thread Mark Wieder via use-livecode
On 4/23/19 11:25 AM, Richard Gaskin via use-livecode wrote: Bob Sneidar wrote: > NVM I just read further. Preferences is not one I can use for Windows. The bad news is that, as you've discovered, Windows has no "Preferences" folder per se. The good news is that it does have a

Re: specialFolderPath("preferences") returns empty on Windows???

2019-04-23 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > NVM I just read further. Preferences is not one I can use for Windows. The bad news is that, as you've discovered, Windows has no "Preferences" folder per se. The good news is that it does have a commonly-used place for that sort of thing,

Re: specialFolderPath("preferences") returns empty on Windows???

2019-04-23 Thread Bob Sneidar via use-livecode
NVM I just read further. Preferences is not one I can use for Windows. Bob S > On Apr 23, 2019, at 08:06 , Bob Sneidar via use-livecode > wrote: > > Sorry, Win 7 and LC 9.0.2 > > >> On Apr 23, 2019, at 08:06 , Bob Sneidar wrote: >> >> Hi all. Subject

Re: specialFolderPath("preferences") returns empty on Windows???

2019-04-23 Thread Bob Sneidar via use-livecode
Sorry, Win 7 and LC 9.0.2 > On Apr 23, 2019, at 08:06 , Bob Sneidar wrote: > > Hi all. Subject line says it all. On Mac it returns for me: > "/Users/bobsneidar/Library/Preferences" > > I copy/paste the command into LC for Windows message box it returns em

specialFolderPath("preferences") returns empty on Windows???

2019-04-23 Thread Bob Sneidar via use-livecode
Hi all. Subject line says it all. On Mac it returns for me: "/Users/bobsneidar/Library/Preferences" I copy/paste the command into LC for Windows message box it returns empty! That explains why my preferences are not working for Windows

Re: How to unset the backdrop in the preferences?

2018-10-12 Thread Andre Alves Garzia via use-livecode
, Andre Alves Garzia via use-livecode , wrote: Hey Friends, This will sound silly. I am on Windows 10 using LC 9.x, I've set a backdrop on preferences and now I want to unset it but I can't find a way to do it. There are only options to select a new color but no way to clear it. Can anyone help? E

Re: How to unset the backdrop in the preferences?

2018-10-12 Thread Håkan Liljegren via use-livecode
Does View => Backdrop work? On my Mac it is "sticky" between launches of LiveCode Håkan On 12 Oct 2018, 12:48 +0200, Andre Alves Garzia via use-livecode , wrote: > Hey Friends, > > This will sound silly. I am on Windows 10 using LC 9.x, I've set a > backdrop on p

Re: How to unset the backdrop in the preferences?

2018-10-12 Thread panagiotis merakos via use-livecode
e set a > backdrop on preferences and now I want to unset it but I can't find a > way to do it. There are only options to select a new color but no way to > clear it. Can anyone help? Executing `set the backdrop to none` every > time I boot LC is getting

How to unset the backdrop in the preferences?

2018-10-12 Thread Andre Alves Garzia via use-livecode
Hey Friends, This will sound silly. I am on Windows 10 using LC 9.x, I've set a backdrop on preferences and now I want to unset it but I can't find a way to do it. There are only options to select a new color but no way to clear it. Can anyone help? Executing `set the backdrop to none` every

Preferences --> Project Browser --> Sort stack by

2018-07-10 Thread Sannyasin Brahmanathaswami via use-livecode
Anyone else getting the old bug in 9.01. RC1?. In preferences, we want to set the sort stacks to "Layer" Sort stack by: [Name] [Ascending] But each time I choose Sort stack by: [Layer] [Ascending] It reverts to Name Not that I using the Project Browser all at all anymore. I can't te

Will the Same Preferences Work Behind 8.1.10 VS. 9.0

2018-05-31 Thread Sannyasin Brahmanathaswami via use-livecode
Setting aside the xcode-select you have to do in the terminal to go on 9.2 and 9.3 and back again. Will the LC preferences remain uncorrupted going from on to the other? I need features in 8.1.10 but also need to debug on the phone itself (with 9) How soon is 9.1 * coming? BR

Project Browser - Sort Stack Preferences

2018-04-27 Thread Sannyasin Brahmanathaswami via use-livecode
lease visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-21 Thread Mark Wieder via use-livecode
On 07/21/2017 11:14 AM, Richmond Mathewson via use-livecode wrote: Just started 8.1.6 rc 2 *AGAIN*, both on my Mac (10.7.5) and my Linux (Xubuntu 16.04) and in both cases got a WHITE backdrop even though I had set the Preferences to NO backdrop. Yes - that won't be fixed until the imminent

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-21 Thread Richmond Mathewson via use-livecode
Just started 8.1.6 rc 2 *AGAIN*, both on my Mac (10.7.5) and my Linux (Xubuntu 16.04) and in both cases got a WHITE backdrop even though I had set the Preferences to NO backdrop. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-20 Thread Mark Wieder via use-livecode
ahsoftw...@gmail.com ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-20 Thread Richmond Mathewson via use-livecode
is url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscr

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-20 Thread Bob Sneidar via use-livecode
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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-20 Thread Richmond Mathewson via use-livecode
lation was even more confusing) Matthias Rebbe ___ 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-li

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-20 Thread Bob Sneidar via use-livecode
confusing) > > > > > Matthias Rebbe ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-20 Thread Richmond Mathewson via use-livecode
to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Ali Lloyd via use-livecode
heir desktops. > > > > If we get corresponding feedback that they *don't* like having the > backdrop > > (we didn't get such feedback at the first user testing) then we would for > > sure make it an option. But honestly, the fewer questions a user is asked > >

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Wieder via use-livecode
On 07/18/2017 10:59 PM, Ali Lloyd via use-livecode wrote: Do your keyboard shortcuts work Mark? You could use Ctrl+M to pop open the message box, and set the backdrop to none, then toggle it on and off via the View menu, then hopefully it should be gone from your preferences. Interesting

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
nformation signal, whether correctly perceived or not, about how the project development mindset views it's own importance, users, and how users should submit to its preferences. Seize my interface, and I'm pretty much instantly hostile. At that point, you're not trying to attract a curi

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Dr. Hawkins via use-livecode
ceived or not, about how the project development mindset views it's own importance, users, and how users should submit to its preferences. Seize my interface, and I'm pretty much instantly hostile. At that point, you're not trying to attract a curious potential user, but an angry one, and that will color t

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
veCode to their desktops. If we get corresponding feedback that they *don't* like having the backdrop (we didn't get such feedback at the first user testing) then we would for sure make it an option. But honestly, the fewer questions a user is asked about their default preferences the better. Imagine

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Ali Lloyd via use-livecode
is asked about their default preferences the better. Imagine having to answer on startup whether you want the palettes to disappear when you open the script editor, and whether you want an HTTP proxy, and what colour you want your selection handles to be, and whether you would like to see default handlers

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Roger Eller via use-livecode
t;> react to my screen being seized as a hostile act. >> >> I didn't even realize that it was livecode that had attached me; initially >> I assumed an OS glitch. >> >> When I saw that my desktop came back when I switched applications, and was >> seized again when livecode resu

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Jerry Jensen via use-livecode
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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Dr. Hawkins via use-livecode
there is *very* little chance that I would be using livecode today (or even later that afternoon . . .) -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
iling 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Wieder via use-livecode
, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Roger Eller via use-livecode
Thanks, Panos! That worked. I changed the arrangement of my Mac screens, so I guess it was stranded. ~Roger On Wed, Jul 19, 2017 at 10:42 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > @Roger: > > Could it be the case that the Preferences

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
seized again when livecode resumed, I tried preferences, and didn't see anything. Eventually. I tried view, and found a "backdrop" setting set, and turned that off. I had never heard of backdrop before, and would have had no idea to try to deal with it in the message box. That's funny; th

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Dr. Hawkins via use-livecode
Hawkins, Esq. (702) 508-8462 ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Wieder via use-livecode
preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Dr. Hawkins via use-livecode
ould be a *good* thing? I react to my screen being seized as a hostile act. I didn't even realize that it was livecode that had attached me; initially I assumed an OS glitch. When I saw that my desktop came back when I switched applications, and was seized again when livecode resumed, I tr

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
oc-ices. Think of it as a contribution to supporting the LiveCode project ;) Warmest Regards, Mark. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
On 2017-07-19 16:26, Roger Eller via use-livecode wrote: Every version I have, 6.x, 7.x, 8.x, all black, Mac or Windows. Odd thing though, on OS X 10.11.6, versions 8.1.4 and 8.1.5 will not open Preferences. Have you opened 8.1.6-rc-2? Prior to 8.1.6-rc-2 the default set in the IDE

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread panagiotis merakos via use-livecode
@Roger: Could it be the case that the Preferences stack does open, but somehow it goes offscreen? - Open Prefs - If you don't see the window, type in the msg box: set the loc of stack revpreferencesGUI to the screenloc Best, Panos -- On Wed, Jul 19, 2017 at 3:26 PM, Roger Eller via use

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Roger Eller via use-livecode
Every version I have, 6.x, 7.x, 8.x, all black, Mac or Windows. Odd thing though, on OS X 10.11.6, versions 8.1.4 and 8.1.5 will not open Preferences. ~Roger On Wed, Jul 19, 2017 at 9:52 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Dunno: I

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
e? ~Roger ___ 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 ___ us

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
__ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Roger Eller via use-livecode
e-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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
.com/ LiveCode: Everyone can create apps ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
/ LiveCode: Everyone can create apps ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
//www.livecode.com/>> LiveCode: Everyone can create apps ___ use-livecode mailing list use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com> <mailto:use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> Please vi

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
rk Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Matthias Rebbe via use-livecode
>>> what the analysis of results of the testing say. >>>> >>>> Warmest Regards, >>>> >>>> Mark. >>>> >>>> -- >>>> Mark Waddingham ~ m...@livecode.com >>>> <mailto:m...@livecode.com

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
response was "You grandfather likes it thick, boy!" ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
code 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
Everyone can create apps ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Roger Eller via use-livecode
I have always liked, and often used a light gray backdrop to >>> minimize distractions from the OS. It makes LiveCode feel more like a >>> unified environment. >>> >>> ~Roger >>> >>> ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
_ use-livecode mailing list use-livecode@lists.runrev.com <mailto: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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
t constitute? Richmond. Warmest Regards, Mark. ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Matthias Rebbe via use-livecode
t;mailto:m...@livecode.com> ~ >> http://www.livecode.com/ <http://www.livecode.com/> >> LiveCode: Everyone can create apps >> >> ___ >> use-livecode mailing list >> use-livecode@lists.runrev.com <mailto:use-livec

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Roger Eller via use-livecode
he analysis of results of the testing say. > > Warmest Regards, > > Mark. > > -- > Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ > LiveCode: Everyone can create apps > > ___ > use-livecode mailing li

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Mark Waddingham via use-livecode
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://list

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread hh via use-livecode
-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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
it has impacted others. Cheers Monte ___ 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: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Richmond Mathewson via use-livecode
ecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-19 Thread Ali Lloyd via use-livecode
Do your keyboard shortcuts work Mark? You could use Ctrl+M to pop open the message box, and set the backdrop to none, then toggle it on and off via the View menu, then hopefully it should be gone from your preferences. On Wed, Jul 19, 2017 at 6:25 AM J. Landman Gay via use-livecode < use-livec

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-18 Thread J. Landman Gay via use-livecode
already running?) in order to kill -9 livecode. And that means that there's no way to access the menu to undo the damage. I had to remove my preferences files (which incidentally grew by a couple of orders of magnitude) and recreate them. No. I don't think that's overstating things *a touch* -

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-18 Thread Monte Goulding via use-livecode
didn't have one already running?) in order to kill -9 livecode. > > And that means that there's no way to access the menu to undo the damage. I > had to remove my preferences files (which incidentally grew by a couple of > orders of magnitude) and recreate them. > > No. I don'

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-18 Thread Mark Wieder via use-livecode
verything else is hidden behind the gray featureless backdrop. I had to alt-tab to a terminal window (what if I didn't have one already running?) in order to kill -9 livecode. And that means that there's no way to access the menu to undo the damage. I had to remove my preferences fil

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-18 Thread Monte Goulding via use-livecode
code@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-18 Thread Mark Wieder via use-livecode
l.com ___ 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

Bug 20117: new rc2 sets a backdrop, and preferences for same

2017-07-18 Thread Dr. Hawkins via use-livecode
cribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Where LC store preferences in Windows 10?

2017-01-08 Thread Andre Garzia via use-livecode
and now LC doesn't launch. Removed >> all >> the dozen versions I had installed and reinstalled 8.1.2 but it still >> doesn't launch. >> >> If this was on a Mac I'd go to the preferences folder and trash the runrev >> files there but on Windows I have no

Re: Where LC store preferences in Windows 10?

2017-01-08 Thread panagiotis merakos via use-livecode
Hi Andre, See in C:/Users/your_user_name/AppData/Roaming/RunRev/Preferences/ folder You should see one or two files there: livecode.rev --> Prefs for LiveCode versions < 7 livecode7.rev --> Prefs for LiveCode 7 and 8 and 9 I suggest removing both of them. Best, Panos -- On S

Re: Where LC store preferences in Windows 10?

2017-01-08 Thread Phil Davis via use-livecode
versions I had installed and reinstalled 8.1.2 but it still doesn't launch. If this was on a Mac I'd go to the preferences folder and trash the runrev files there but on Windows I have no idea where that is. Can someone point me to the correct location? om om andre -- Phil Davis

Where LC store preferences in Windows 10?

2017-01-08 Thread Andre Garzia via use-livecode
Hey Friends, Just a crash on my surface yesterday and now LC doesn't launch. Removed all the dozen versions I had installed and reinstalled 8.1.2 but it still doesn't launch. If this was on a Mac I'd go to the preferences folder and trash the runrev files there but on Windows I have no idea

AW: AW: Slightly] "Standard" file extension for a preferences file?

2016-12-12 Thread Tiemo Hollmann TB
2016 22:10 An: use-livecode@lists.runrev.com Betreff: Re: AW: Slightly] "Standard" file extension for a preferences file? On 12/12/2016 12:58 PM, Tiemo Hollmann TB wrote: > I don't know, what the "how to" standard would be. I am using an .xml > file for my preferences,

Re: Slightly] "Standard" file extension for a preferences file?

2016-12-12 Thread Bob Sneidar
; standard would be. I am using an .xml file >> for my preferences, because it's easy and safe to write and read. >> Tiemo > Just wanted to confirm you use a .xml file extension vs some other > extension on an XML file to obscure the format to pre

Re: AW: Slightly] "Standard" file extension for a preferences file?

2016-12-12 Thread Paul Dupuis
On 12/12/2016 12:58 PM, Tiemo Hollmann TB wrote: > I don't know, what the "how to" standard would be. I am using an .xml file > for my preferences, because it's easy and safe to write and read. > Tiemo Just wanted to confirm you use a .xml file extension vs some other exten

AW: Slightly] "Standard" file extension for a preferences file?

2016-12-12 Thread Tiemo Hollmann TB
I don't know, what the "how to" standard would be. I am using an .xml file for my preferences, because it's easy and safe to write and read. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Paul Dupuis Gesendet:

[OT: Slightly] "Standard" file extension for a preferences file?

2016-12-12 Thread Paul Dupuis
So, the debate of the morning here is: Is there a standard or common (most frequently used) convention for the file extension for a preferences or options file that is common between Windows and OSX and Linux? Or for that matter iOS and Android as well? I've see .CFG [Configuration File] and .INI

LC 8.1.1 (all all other versions) Doomed until Deleting livecode7.rev (preferences file)

2016-10-22 Thread Sannyasin Brahmanathaswami
downloaded 8.1.1 praying that the bug of the disappearing properties inspector is fixed nothing worked… preopenstack failed in the msg box. break points did nothing. reverted to 8.1.1 RC2 same issues. on a hunch deleted /library/preferences/RunRev/livecode7.rev rebooted 8.1.1 everything

Re: Preferences file

2016-03-30 Thread Kay C Lan
__ 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: Preferences file

2016-03-30 Thread Mark Wieder
On 03/30/2016 11:41 AM, Colin Holgate wrote: /Users/mark/Library/Preferences/RunRev/livecode7.rev Thanks. Don't know why it wasn't there earlier today. Took the cats to the vet, came back, and there it was. -- Mark Wieder ahsoftw...@gmail.com

Re: Preferences file

2016-03-30 Thread Mark Wieder
On 03/30/2016 11:37 AM, panagiotis merakos wrote: Isn't it in /Users/username/Library/Preferences/RunRev/ ? Interesting. That's where I was looking, and it wasn't there earlier. Now it is. Thanks. -- Mark Wieder ahsoftw...@gmail.com ___ use

Re: Preferences file

2016-03-30 Thread Colin Holgate
Seems to be here: /Users/colin/Library/Preferences/RunRev/livecode7.rev or maybe: /Users/mark/Library/Preferences/RunRev/livecode7.rev in your case. Bit of OS X trivia: if you select the above text and right-click on it, you can choose Reveal in Finder from the Services menu. > On Mar

Re: Preferences file

2016-03-30 Thread panagiotis merakos
Isn't it in /Users/username/Library/Preferences/RunRev/ ? On 30 Mar 2016 19:26, "Mark Wieder" <mwie...@ahsoftware.net> wrote: > Having finally taken the plunge and upgraded to El Capitan, I'm having > trouble locating the LC8 livecode7.rev preferences file. It's

Preferences file

2016-03-30 Thread Mark Wieder
Having finally taken the plunge and upgraded to El Capitan, I'm having trouble locating the LC8 livecode7.rev preferences file. It's not where I expected it to be. Can someone clue me in as to where to find it? -- Mark Wieder ahsoftw...@gmail.com

Re: iOS not liking specialFolderPath(Preferences)

2015-06-21 Thread Richard Gaskin
is . . . And this line was not causing a crash back in January. If it's crashing in the simulator but not on the device it may be a problem with the simulator configuration. If it crashes on both it may be a bug in LiveCode. But I think John's main point was that there is no Preferences folder

Re: iOS not liking specialFolderPath(Preferences)

2015-06-21 Thread Dr. Hawkins
in January. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ 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

  1   2   3   >