AW: Windows 10 script editor problem

2016-06-16 Thread Tiemo Hollmann TB
Might be something different, but I have for a long time over all last versions 
randomly odd IDE window behavior on Windows. Often there is a window, sometimes 
the script editor, sometime a stack of mine, where the window keeps minimized 
in the task bar and only can be opend by right klicking on the task bar icon 
and choose "maximize".
Tiemo


-Ursprüngliche Nachricht-
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von 
Devin Asay
Gesendet: Donnerstag, 16. Juni 2016 22:45
An: How to use LiveCode 
Betreff: Re: Windows 10 script editor problem

Thanks, Dar, Scott, and Jerry, for the suggestions. I’ll pass those along to my 
student. (Assuming she wants to get to the bottom of the problem, instead of 
being satisfied with the workaround.)

Devin



> On Jun 16, 2016, at 2:26 PM, Jerry Jensen  wrote:
> 
> One more thing that might show up in “the screenrects” would be messes like 
> left >= right or top >= bottom. 
> .Jerry
> 
>> On Jun 16, 2016, at 12:39 PM, Dar Scott  wrote:
>> 
>> I wasn't thinking resolution, but some surprise, like ten monitors or a 
>> super huge monitor.
>> 
>> Maybe there was something weird in your remote desktop settings that was 
>> cleared in the new account.  
>> 
>> My inclination is to blame 10.  
>> 
>> Dar
>> 
>>> On Jun 16, 2016, at 1:32 PM, Devin Asay  wrote:
>>> 
>>> Didn’t do that specifically, but it seemed like the resolution was set to 
>>> an acceptable size.
>>> 
>>> What we finally ended up doing that worked was to have her create a new 
>>> user account and reopen livecode. Script editor window shows up normally in 
>>> the new account. So… weird Win 10 setting or corrupted prefs file?
>>> 
>>> Devin
>>> 
>>> 
 On Jun 16, 2016, at 1:25 PM, Dar Scott  wrote:
 
 Check the screenRect?  
 
 
> On Jun 16, 2016, at 1:20 PM, Devin Asay  wrote:
> 
> 
>> On Jun 16, 2016, at 1:17 PM, Scott Rossi  wrote:
>> 
>> Did you try checking the editor window's location or topLeft and 
>> verifying that it's within the screenRect?
>> 
> 
> Yeah, I tried that. No dice. Set the topLeft to 100,100.
> 
>> 
>> On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"
>> > devina...@gmail.com>
>> wrote:
>> 
>>> Hi all,
>>> 
>>> I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
>>> It installs and launches, and she can open a stack, but when she 
>>> tries to open a script editor window, it does not appear. There 
>>> is a tab for it on the task bar, but clicking on the tab doesnąt bring 
>>> up the editor window.
>>> Itąs almost like itąs invisible or off screen somewhere. I tried 
>>> showing IDE windows in the View menu, and I can see it in the 
>>> Project Manager list, but again, it wonąt appear on the screen. 
>>> Setting the visibility to true doesnąt help, neither does setting the 
>>> loc to somewhere on screen.
>>> 
>>> Has anybody run into this with LC 8? Maybe thereąs something 
>>> about Windows 10 I donąt get, like some sort of virtual desktop, 
>>> łSpaces˛ thing.
>>> 
>>> Any ideas appreciated.
>>> 
>>> Devin
>>> 
>>> Devin Asay
>>> Learn to code with LiveCode University 
>>> https://livecode.com/store/education/
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> 
>> ___
>> 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
> 
> Devin Asay
> Office of Digital Humanities
> Brigham Young University
> 
> ___
> 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
> 
 
 
 ___
 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
>>> 
>>> Devin Asay
>>> Office of Digital Humanities
>>> Brigham Young University
>>> 
>>> 

RE: Cross-platform app deployment with LiveCode is now even easier!

2016-06-16 Thread John Dixon


> To: use-livecode@lists.runrev.com
> From: richmondmathew...@gmail.com
> Subject: Cross-platform app deployment with LiveCode is now even easier!
> Date: Thu, 16 Jun 2016 23:43:39 +0300
> 
> That looks really super, and I am very excited about that.
> 
> So I opened a stack and then the Standalone settings stack in Livecode 
> 8.1 DP 1 Community
> to find the "Inclusions" tab was greyed out; is that:

In StandALone Settings, click on the 'general' icon... then select one of the 
options under the heading inclusions. 
> 
> Richmond.
> 
> ___
> 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
  
___
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: Windows 10 script editor problem

2016-06-16 Thread Devin Asay
Thanks, Dar, Scott, and Jerry, for the suggestions. I’ll pass those along to my 
student. (Assuming she wants to get to the bottom of the problem, instead of 
being satisfied with the workaround.)

Devin



> On Jun 16, 2016, at 2:26 PM, Jerry Jensen  wrote:
> 
> One more thing that might show up in “the screenrects” would be messes like 
> left >= right or top >= bottom. 
> .Jerry
> 
>> On Jun 16, 2016, at 12:39 PM, Dar Scott  wrote:
>> 
>> I wasn't thinking resolution, but some surprise, like ten monitors or a 
>> super huge monitor.
>> 
>> Maybe there was something weird in your remote desktop settings that was 
>> cleared in the new account.  
>> 
>> My inclination is to blame 10.  
>> 
>> Dar
>> 
>>> On Jun 16, 2016, at 1:32 PM, Devin Asay  wrote:
>>> 
>>> Didn’t do that specifically, but it seemed like the resolution was set to 
>>> an acceptable size.
>>> 
>>> What we finally ended up doing that worked was to have her create a new 
>>> user account and reopen livecode. Script editor window shows up normally in 
>>> the new account. So… weird Win 10 setting or corrupted prefs file?
>>> 
>>> Devin
>>> 
>>> 
 On Jun 16, 2016, at 1:25 PM, Dar Scott  wrote:
 
 Check the screenRect?  
 
 
> On Jun 16, 2016, at 1:20 PM, Devin Asay  wrote:
> 
> 
>> On Jun 16, 2016, at 1:17 PM, Scott Rossi  wrote:
>> 
>> Did you try checking the editor window's location or topLeft and 
>> verifying
>> that it's within the screenRect?
>> 
> 
> Yeah, I tried that. No dice. Set the topLeft to 100,100.
> 
>> 
>> On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"
>> 
>> wrote:
>> 
>>> Hi all,
>>> 
>>> I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
>>> It installs and launches, and she can open a stack, but when she tries 
>>> to
>>> open a script editor window, it does not appear. There is a tab for it 
>>> on
>>> the task bar, but clicking on the tab doesnąt bring up the editor 
>>> window.
>>> Itąs almost like itąs invisible or off screen somewhere. I tried showing
>>> IDE windows in the View menu, and I can see it in the Project Manager
>>> list, but again, it wonąt appear on the screen. Setting the visibility 
>>> to
>>> true doesnąt help, neither does setting the loc to somewhere on screen.
>>> 
>>> Has anybody run into this with LC 8? Maybe thereąs something about
>>> Windows 10 I donąt get, like some sort of virtual desktop, łSpaces˛ 
>>> thing.
>>> 
>>> Any ideas appreciated.
>>> 
>>> Devin
>>> 
>>> Devin Asay
>>> Learn to code with LiveCode University
>>> https://livecode.com/store/education/
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> 
>> ___
>> 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
> 
> Devin Asay
> Office of Digital Humanities
> Brigham Young University
> 
> ___
> 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
> 
 
 
 ___
 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
>>> 
>>> Devin Asay
>>> Office of Digital Humanities
>>> Brigham Young University
>>> 
>>> ___
>>> 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
>>> 
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> use-livecode mailing list
> 

Cross-platform app deployment with LiveCode is now even easier!

2016-06-16 Thread Richmond

That looks really super, and I am very excited about that.

So I opened a stack and then the Standalone settings stack in Livecode 
8.1 DP 1 Community

to find the "Inclusions" tab was greyed out; is that:

1. Because it's not ready yet?

2. The stack I chose to build a standalone from was so simplistic there 
was no need

of the Inclusions tab?

Richmond.

___
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: Windows 10 script editor problem

2016-06-16 Thread Jerry Jensen
One more thing that might show up in “the screenrects” would be messes like 
left >= right or top >= bottom. 
.Jerry

> On Jun 16, 2016, at 12:39 PM, Dar Scott  wrote:
> 
> I wasn't thinking resolution, but some surprise, like ten monitors or a super 
> huge monitor.
> 
> Maybe there was something weird in your remote desktop settings that was 
> cleared in the new account.  
> 
> My inclination is to blame 10.  
> 
> Dar
> 
>> On Jun 16, 2016, at 1:32 PM, Devin Asay  wrote:
>> 
>> Didn’t do that specifically, but it seemed like the resolution was set to an 
>> acceptable size.
>> 
>> What we finally ended up doing that worked was to have her create a new user 
>> account and reopen livecode. Script editor window shows up normally in the 
>> new account. So… weird Win 10 setting or corrupted prefs file?
>> 
>> Devin
>> 
>> 
>>> On Jun 16, 2016, at 1:25 PM, Dar Scott  wrote:
>>> 
>>> Check the screenRect?  
>>> 
>>> 
 On Jun 16, 2016, at 1:20 PM, Devin Asay  wrote:
 
 
> On Jun 16, 2016, at 1:17 PM, Scott Rossi  wrote:
> 
> Did you try checking the editor window's location or topLeft and verifying
> that it's within the screenRect?
> 
 
 Yeah, I tried that. No dice. Set the topLeft to 100,100.
 
> 
> On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"
> 
> wrote:
> 
>> Hi all,
>> 
>> I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
>> It installs and launches, and she can open a stack, but when she tries to
>> open a script editor window, it does not appear. There is a tab for it on
>> the task bar, but clicking on the tab doesnąt bring up the editor window.
>> Itąs almost like itąs invisible or off screen somewhere. I tried showing
>> IDE windows in the View menu, and I can see it in the Project Manager
>> list, but again, it wonąt appear on the screen. Setting the visibility to
>> true doesnąt help, neither does setting the loc to somewhere on screen.
>> 
>> Has anybody run into this with LC 8? Maybe thereąs something about
>> Windows 10 I donąt get, like some sort of virtual desktop, łSpaces˛ 
>> thing.
>> 
>> Any ideas appreciated.
>> 
>> Devin
>> 
>> Devin Asay
>> Learn to code with LiveCode University
>> https://livecode.com/store/education/
>> 
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> 
> ___
> 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
 
 Devin Asay
 Office of Digital Humanities
 Brigham Young University
 
 ___
 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
 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> Devin Asay
>> Office of Digital Humanities
>> Brigham Young University
>> 
>> ___
>> 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
>> 
> 
> 
> ___
> 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


___
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: Windows 10 script editor problem

2016-06-16 Thread Scott Rossi
The script editor in v7 also seems to suffer from display issues.  Once
I've ruled out blendLevel and position, the only way I've been able to get
it to reappear is issue "close stack 

Re: Windows 10 script editor problem

2016-06-16 Thread Devin Asay

> On Jun 16, 2016, at 1:39 PM, Dar Scott  wrote:
> 
> I wasn't thinking resolution, but some surprise, like ten monitors or a super 
> huge monitor.
> 
> Maybe there was something weird in your remote desktop settings that was 
> cleared in the new account.  
> 
> My inclination is to blame 10. 

My sentiments exactly. ;)



Devin Asay
Office of Digital Humanities
Brigham Young University


___
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: Windows 10 script editor problem

2016-06-16 Thread Dar Scott
I wasn't thinking resolution, but some surprise, like ten monitors or a super 
huge monitor.

Maybe there was something weird in your remote desktop settings that was 
cleared in the new account.  

My inclination is to blame 10.  

Dar

> On Jun 16, 2016, at 1:32 PM, Devin Asay  wrote:
> 
> Didn’t do that specifically, but it seemed like the resolution was set to an 
> acceptable size.
> 
> What we finally ended up doing that worked was to have her create a new user 
> account and reopen livecode. Script editor window shows up normally in the 
> new account. So… weird Win 10 setting or corrupted prefs file?
> 
> Devin
> 
> 
>> On Jun 16, 2016, at 1:25 PM, Dar Scott  wrote:
>> 
>> Check the screenRect?  
>> 
>> 
>>> On Jun 16, 2016, at 1:20 PM, Devin Asay  wrote:
>>> 
>>> 
 On Jun 16, 2016, at 1:17 PM, Scott Rossi  wrote:
 
 Did you try checking the editor window's location or topLeft and verifying
 that it's within the screenRect?
 
>>> 
>>> Yeah, I tried that. No dice. Set the topLeft to 100,100.
>>> 
 
 On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"
 
 wrote:
 
> Hi all,
> 
> I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
> It installs and launches, and she can open a stack, but when she tries to
> open a script editor window, it does not appear. There is a tab for it on
> the task bar, but clicking on the tab doesnąt bring up the editor window.
> Itąs almost like itąs invisible or off screen somewhere. I tried showing
> IDE windows in the View menu, and I can see it in the Project Manager
> list, but again, it wonąt appear on the screen. Setting the visibility to
> true doesnąt help, neither does setting the loc to somewhere on screen.
> 
> Has anybody run into this with LC 8? Maybe thereąs something about
> Windows 10 I donąt get, like some sort of virtual desktop, łSpaces˛ thing.
> 
> Any ideas appreciated.
> 
> Devin
> 
> Devin Asay
> Learn to code with LiveCode University
> https://livecode.com/store/education/
> 
> 
> 
> 
> ___
> 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
 
 
 
 ___
 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
>>> 
>>> Devin Asay
>>> Office of Digital Humanities
>>> Brigham Young University
>>> 
>>> ___
>>> 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
>>> 
>> 
>> 
>> ___
>> 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
> 
> Devin Asay
> Office of Digital Humanities
> Brigham Young University
> 
> ___
> 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
> 


___
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: Windows 10 script editor problem

2016-06-16 Thread Devin Asay
Didn’t do that specifically, but it seemed like the resolution was set to an 
acceptable size.

What we finally ended up doing that worked was to have her create a new user 
account and reopen livecode. Script editor window shows up normally in the new 
account. So… weird Win 10 setting or corrupted prefs file?

Devin


> On Jun 16, 2016, at 1:25 PM, Dar Scott  wrote:
> 
> Check the screenRect?  
> 
> 
>> On Jun 16, 2016, at 1:20 PM, Devin Asay  wrote:
>> 
>> 
>>> On Jun 16, 2016, at 1:17 PM, Scott Rossi  wrote:
>>> 
>>> Did you try checking the editor window's location or topLeft and verifying
>>> that it's within the screenRect?
>>> 
>> 
>> Yeah, I tried that. No dice. Set the topLeft to 100,100.
>> 
>>> 
>>> On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"
>>> 
>>> wrote:
>>> 
 Hi all,
 
 I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
 It installs and launches, and she can open a stack, but when she tries to
 open a script editor window, it does not appear. There is a tab for it on
 the task bar, but clicking on the tab doesnąt bring up the editor window.
 Itąs almost like itąs invisible or off screen somewhere. I tried showing
 IDE windows in the View menu, and I can see it in the Project Manager
 list, but again, it wonąt appear on the screen. Setting the visibility to
 true doesnąt help, neither does setting the loc to somewhere on screen.
 
 Has anybody run into this with LC 8? Maybe thereąs something about
 Windows 10 I donąt get, like some sort of virtual desktop, łSpaces˛ thing.
 
 Any ideas appreciated.
 
 Devin
 
 Devin Asay
 Learn to code with LiveCode University
 https://livecode.com/store/education/
 
 
 
 
 ___
 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
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> Devin Asay
>> Office of Digital Humanities
>> Brigham Young University
>> 
>> ___
>> 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
>> 
> 
> 
> ___
> 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

Devin Asay
Office of Digital Humanities
Brigham Young University

___
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: Windows 10 script editor problem

2016-06-16 Thread Dar Scott
Check the screenRect?  


> On Jun 16, 2016, at 1:20 PM, Devin Asay  wrote:
> 
> 
>> On Jun 16, 2016, at 1:17 PM, Scott Rossi  wrote:
>> 
>> Did you try checking the editor window's location or topLeft and verifying
>> that it's within the screenRect?
>> 
> 
> Yeah, I tried that. No dice. Set the topLeft to 100,100.
> 
>> 
>> On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"
>> 
>> wrote:
>> 
>>> Hi all,
>>> 
>>> I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
>>> It installs and launches, and she can open a stack, but when she tries to
>>> open a script editor window, it does not appear. There is a tab for it on
>>> the task bar, but clicking on the tab doesnąt bring up the editor window.
>>> Itąs almost like itąs invisible or off screen somewhere. I tried showing
>>> IDE windows in the View menu, and I can see it in the Project Manager
>>> list, but again, it wonąt appear on the screen. Setting the visibility to
>>> true doesnąt help, neither does setting the loc to somewhere on screen.
>>> 
>>> Has anybody run into this with LC 8? Maybe thereąs something about
>>> Windows 10 I donąt get, like some sort of virtual desktop, łSpaces˛ thing.
>>> 
>>> Any ideas appreciated.
>>> 
>>> Devin
>>> 
>>> Devin Asay
>>> Learn to code with LiveCode University
>>> https://livecode.com/store/education/
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> 
>> ___
>> 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
> 
> Devin Asay
> Office of Digital Humanities
> Brigham Young University
> 
> ___
> 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
> 


___
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: Windows 10 script editor problem

2016-06-16 Thread Devin Asay

> On Jun 16, 2016, at 1:17 PM, Scott Rossi  wrote:
> 
> Did you try checking the editor window's location or topLeft and verifying
> that it's within the screenRect?
> 

Yeah, I tried that. No dice. Set the topLeft to 100,100.

> 
> On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"
> 
> wrote:
> 
>> Hi all,
>> 
>> I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
>> It installs and launches, and she can open a stack, but when she tries to
>> open a script editor window, it does not appear. There is a tab for it on
>> the task bar, but clicking on the tab doesnąt bring up the editor window.
>> Itąs almost like itąs invisible or off screen somewhere. I tried showing
>> IDE windows in the View menu, and I can see it in the Project Manager
>> list, but again, it wonąt appear on the screen. Setting the visibility to
>> true doesnąt help, neither does setting the loc to somewhere on screen.
>> 
>> Has anybody run into this with LC 8? Maybe thereąs something about
>> Windows 10 I donąt get, like some sort of virtual desktop, łSpaces˛ thing.
>> 
>> Any ideas appreciated.
>> 
>> Devin
>> 
>> Devin Asay
>> Learn to code with LiveCode University
>> https://livecode.com/store/education/
>> 
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> 
> ___
> 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

Devin Asay
Office of Digital Humanities
Brigham Young University

___
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: Windows 10 script editor problem

2016-06-16 Thread Scott Rossi
Did you try checking the editor window's location or topLeft and verifying
that it's within the screenRect?

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 6/16/16, 12:10 PM, "use-livecode on behalf of Devin Asay"

wrote:

>Hi all,
>
>I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop.
>It installs and launches, and she can open a stack, but when she tries to
>open a script editor window, it does not appear. There is a tab for it on
>the task bar, but clicking on the tab doesn¹t bring up the editor window.
>It¹s almost like it¹s invisible or off screen somewhere. I tried showing
>IDE windows in the View menu, and I can see it in the Project Manager
>list, but again, it won¹t appear on the screen. Setting the visibility to
>true doesn¹t help, neither does setting the loc to somewhere on screen.
>
>Has anybody run into this with LC 8? Maybe there¹s something about
>Windows 10 I don¹t get, like some sort of virtual desktop, ³Spaces² thing.
>
>Any ideas appreciated.
>
>Devin
>
>Devin Asay
>Learn to code with LiveCode University
>https://livecode.com/store/education/
>
>
>
>
>___
>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



___
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


Windows 10 script editor problem

2016-06-16 Thread Devin Asay
Hi all,

I have a student who is trying to run 8.1.0DP1 on her Windows 10 laptop. It 
installs and launches, and she can open a stack, but when she tries to open a 
script editor window, it does not appear. There is a tab for it on the task 
bar, but clicking on the tab doesn’t bring up the editor window. It’s almost 
like it’s invisible or off screen somewhere. I tried showing IDE windows in the 
View menu, and I can see it in the Project Manager list, but again, it won’t 
appear on the screen. Setting the visibility to true doesn’t help, neither does 
setting the loc to somewhere on screen.

Has anybody run into this with LC 8? Maybe there’s something about Windows 10 I 
don’t get, like some sort of virtual desktop, “Spaces” thing.

Any ideas appreciated.

Devin

Devin Asay
Learn to code with LiveCode University
https://livecode.com/store/education/




___
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

Sadistic teacher.

2016-06-16 Thread Richmond

I'm having a lot of fun, even if my pupils aren't:

http://forums.livecode.com/viewtopic.php?f=25=27476

Very happy this year to have 4 girls; 3 of whom are "ripping sh*t" out of
the boys!

Richmond.

___
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: Alternatives to Option Menu, Pulldown Menu and Combo Box for iOS

2016-06-16 Thread Glen Bojsza
Hi Klaus,

I looked it up in the Dictionary and it would appear to be the solution ...
this tells you how out of date I am on LC.

I signed up for the conference streaming in hopes that I can catch up.

regards,

Glen

On Thu, Jun 16, 2016 at 9:37 AM, Klaus major-k  wrote:

> Hi Glen,
>
> > Am 16.06.2016 um 15:34 schrieb Glen Bojsza :
> >
> > Hello,
> >
> > I wanted to see what everyone is using on iOS in stead of the standard
> > Option Menu, Pulldown Menu and Combo Box which all show the old Motif
> style.
> >
> > Is there something that can be done via SVG or is there any widgets that
> > replace these.
> >
> > I am using LC 8.0.1 and need something that looks appropriate in style
> with
> > iOS.
>
> what about "mobilepick..."?
> You can't be more native with that one :-)
>
> > thanks,
> >
> > Glen
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> 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
>
___
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: SelectedObjectChanged in LC8... Bug?

2016-06-16 Thread BNig
Hi Hugh,


FlexibleLearning.com wrote
> When the "Browse" tool is selected in the UI, any selected objects are
> deselected and a SelectedObjectChanged message used to be sent. This is no
> longer the case in LC8.
> 
> I have also tried trapping for a NewTool message, but this is similarly
> ignored.
> 
> Any insights, or is this a bug?
> 
> Hugh Senior
> FLCo

I see the same and I consider this a bug. When a selected object changes it
should trigger SelectedObjectChanged, no matter why it changed.

I see the same for the new subscription model, ideSelectedObjectChanged does
not trigger when changing from edit to browse tool, but ideToolChanged does.


put this into a card script and put 1 field on the card
-
on openCard
   subscribeCardToMessage
end openCard

on subscribeCardToMessage
   ideSubscribe "ideSelectedObjectChanged"
   ideSubscribe "ideToolChanged"
end subscribeCardToMessage

on ideToolChanged
   put "toolChanged" && the milliseconds into field 1
end ideToolChanged

on ideSelectedObjectChanged
   put "selectedObjectchanged" && the milliseconds into field 1
end ideSelectedObjectChanged
-

Kind regards
Bernd


 



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/SelectedObjectChanged-in-LC8-Bug-tp4705763p4705852.html
Sent from the Revolution - User mailing list archive at Nabble.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: Alternatives to Option Menu, Pulldown Menu and Combo Box for iOS

2016-06-16 Thread Klaus major-k
Hi Glen,

> Am 16.06.2016 um 15:34 schrieb Glen Bojsza :
> 
> Hello,
> 
> I wanted to see what everyone is using on iOS in stead of the standard
> Option Menu, Pulldown Menu and Combo Box which all show the old Motif style.
> 
> Is there something that can be done via SVG or is there any widgets that
> replace these.
> 
> I am using LC 8.0.1 and need something that looks appropriate in style with
> iOS.

what about "mobilepick..."?
You can't be more native with that one :-)

> thanks,
> 
> Glen

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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


Alternatives to Option Menu, Pulldown Menu and Combo Box for iOS

2016-06-16 Thread Glen Bojsza
Hello,

I wanted to see what everyone is using on iOS in stead of the standard
Option Menu, Pulldown Menu and Combo Box which all show the old Motif style.

Is there something that can be done via SVG or is there any widgets that
replace these.

I am using LC 8.0.1 and need something that looks appropriate in style with
iOS.

thanks,

Glen
___
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