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
ncesPath() > 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 >> debugging

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: >> >>

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

2023-04-18 Thread Mark Smith via use-livecode
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 fo

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
error 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
le to 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 e

Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-08 Thread bob--- via use-livecode
ation [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

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 ne

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 ha

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 th

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 anyo

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

Re: How to unset the backdrop in the preferences?

2018-10-12 Thread panagiotis merakos via use-livecode
;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 > time I boot LC i

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 n

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'

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
v.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-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 imm

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
ieder 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
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 subscription prefere

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

2017-07-20 Thread Bob Sneidar via use-livecode
vecode 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
using) 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-liv

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
sit 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
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 us

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. That

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

2017-07-19 Thread Richmond Mathewson via use-livecode
ssault like that. The assault itself is an information 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 th

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

2017-07-19 Thread Dr. Hawkins via use-livecode
rceived 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, an

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

2017-07-19 Thread Richmond Mathewson via use-livecode
27; LiveCode 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 preference

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

2017-07-19 Thread Ali Lloyd via use-livecode
er questions a user 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 lik

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

2017-07-19 Thread Roger Eller via use-livecode
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

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

2017-07-19 Thread Jerry Jensen via use-livecode
st 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
ted like this, 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 subs

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

2017-07-19 Thread Richmond Mathewson via use-livecode
de 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
rmest Regards, Mark. -- 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 s

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

2017-07-19 Thread Mark Wieder via use-livecode
sit 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
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
was 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&#

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

2017-07-19 Thread Dr. Hawkins via use-livecode
ogram to decide I'm wrong. -- 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-livecode

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

2017-07-19 Thread Mark Waddingham via use-livecode
e 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 Wieder via use-livecode
ption 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
owe me 15 choc-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 pr

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 (if it

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 vi

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
://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://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
-- 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://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
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 Richmond Mathewson via use-livecode
__ 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 visit this

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

2017-07-19 Thread Mark Waddingham via use-livecode
for starting out from scratch). Warmest Regards, Mark. -- 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 subsc

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

2017-07-19 Thread Matthias Rebbe via use-livecode
>>>> >>>> Warmest Regards, >>>> >>>> Mark. >>>> >>>> -- >>>> Mark Waddingham ~ m...@livecode.com >>>> <mailto:m...@livecode.com><mailto:m...@livecode.com >>>> <mailto:m...@l

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

2017-07-19 Thread Richmond Mathewson via use-livecode
t on the consistency of my grandmother's custard... Her general 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
_ 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
code.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://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
rsonally, 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
;analysis' would that 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
m> ~ >> http://www.livecode.com/ <http://www.livecode.com/> >> LiveCode: Everyone can create apps >> >> ___ >> use-livecode mailing list >> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.c

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

2017-07-19 Thread Roger Eller via use-livecode
to > what the 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-live

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

2017-07-19 Thread Mark Waddingham via use-livecode
rds, Mark. -- 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 preferenc

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

2017-07-18 Thread hh 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-18 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-18 Thread Richmond Mathewson 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-18 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
ns 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* -- M

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

2017-07-18 Thread Monte Goulding via use-livecode
g?) 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'

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

2017-07-18 Thread Mark Wieder via use-livecode
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 files (which incidentally grew by a cou

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

2017-07-18 Thread Monte Goulding via use-livecode
sit 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
@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

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

2017-07-18 Thread Dr. Hawkins via use-livecode
subscribe, 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
rday 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

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
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 where that is. Can someone point me to the correct location? om om andre

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

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
m 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 prevent people from > messing with it with XML tools. &g

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 othe

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

[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

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
g 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...

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

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" wrote: > 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 i

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...

Re: iOS not liking specialFolderPath("Preferences")

2015-06-21 Thread Richard Gaskin
I think John's main point was that there is no "Preferences" folder on iOS. See the Dictionary entry for "specialFolderPath" for a list of supported constants available for each OS. -- Richard Gaskin Fourth World System

Re: iOS not liking specialFolderPath("Preferences")

2015-06-21 Thread Dr. Hawkins
using a crash back 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-livecode

  1   2   3   >