Re: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Simon Smith
You can use SublimeText on the PC - the TextMate bundle from
http://revigniter.com/accessory works perfectly. (With sublime text 3 drop
the unzipped folder into the AppData\Local\Sublime Text 3\Cache\ - worked
for me on Windows 8. I also renamed revIgniterTMbundles1.3 to livecode)

On Mon, Sep 15, 2014 at 5:33 PM, Alejandro Tejada 
wrote:

> Matthias Rebbe | M-R-D wrote
> > The last days i tried to create a syntax highlighting and autocomplete
> > file
> > for Ultraedit for Mac. Maybe it is working under Windows, too.
> > Did not had the time yet to try.
> >
> > I am pretty sure that the file is not 100% perfect, but at least
> > i have added all commands, constants, keywords, properties
> > and so on and colorizing, auto indent and unindent are working.
> > Code folding seems to work also.
> >
> > As i am working in LC editor with the custard yellow background,
> > i adjusted the highlighting colors to correspond with that background
> > color.
> > But it is very easy to adjust the colors for each type (property, keyword
> > and so on.).
> > You can do this directly in UltraEdit.
> >
> > I have uploaded the file in  case some one is interested in it.
> > https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
>
> Really Nice! Many Thanks for sharing this configuration file.
> I opened the file and noticed this: Colors = 4194432
>
> This color notation is Hexadecimal, Octal or Binary?
>
> By the way, Did you know of a configuration file for
> NotePad Plus?
>
> Thanks in advance!
>
> Al
>
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.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
>



-- 

*Simon Smith*
*seo, online marketing, web development*

w. http://www.simonsmith.co
m. +27 83 306 7862
___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Hi,

i used Bjoernke´s BvG Docu Plugin.

After opening it, i took care that all entries were displayed.

Then i used the following script in the message box to get the desired type of 
words into the clipboard.

for the type "property" for example

   put fld "list" of cd "docu" of stack "BVG docu 2" into tList
   filter tList with "*property"
   replace Tab&"property" with "" in tList
   put tList--just to get a visual result
   set the clipboarddata["text"] to tList

I am pretty sure that there are better ways to do it, but for me it was the 
quickest.

Regards,

Matthias



> As a matter of interest, how did you extract all the keywords grouped
> by their category?
> 
> On Mon, Sep 15, 2014 at 8:21 PM, Matthias Rebbe | M-R-D
>  wrote:
>> Hi,
>> 
>> the last days i tried to create a syntax highlighting and autocomplete file 
>> for Ultraedit for Mac.
>> Maybe it is working under Windows, too. Did not had the time yet to try.
>> 
>> I am pretty sure that the file is not 100% perfect, but at least i have 
>> added all commands, constants, keywords, properties and so on and
>> colorizing, auto indent and unindent are working.  Code folding seems to 
>> work also.
>> 
>> As i am working in LC editor with the custard yellow background, i adjusted 
>> the highlighting colors to correspond with that background color.
>> But it is very easy to adjust the colors for each type (property, keyword 
>> and so on.). You can do this directly in UltraEdit.
>> 
>> I have uploaded the file in  case some one is interested in it.
>> 
>> https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
>> 
>> 
>> Regards,
>> 
>> Matthias
>> 
>> 
>> 
>> ___
>> 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: Loading clips into a player

2014-09-15 Thread Mark Wieder
Beat-

Monday, September 15, 2014, 12:59:09 PM, you wrote:

> Nice link, Richmond. I've always been a fan of the Bonzo Dog Band
> and Vivian Stanshall, but I did't know this one. :-)

There are some wonderful Viv Stanshall post-Bonzos clips on youtube,
including, of course, the absolutely outrageous Rawlinson End series.
An acquired taste, no doubt, but well worth the effort.

-- 
-Mark Wieder
 ahsoftw...@gmail.com

This communication may be unlawfully collected and stored by the National 
Security Agency (NSA) in secret. The parties to this email do not 
consent to the retrieving or storing of this communication and any 
related metadata, as well as printing, copying, re-transmitting, 
disseminating, or otherwise using it. If you believe you have received 
this communication in error, please delete it immediately.


___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Kay C Lan
As a matter of interest, how did you extract all the keywords grouped
by their category?

On Mon, Sep 15, 2014 at 8:21 PM, Matthias Rebbe | M-R-D
 wrote:
> Hi,
>
> the last days i tried to create a syntax highlighting and autocomplete file 
> for Ultraedit for Mac.
> Maybe it is working under Windows, too. Did not had the time yet to try.
>
> I am pretty sure that the file is not 100% perfect, but at least i have added 
> all commands, constants, keywords, properties and so on and
> colorizing, auto indent and unindent are working.  Code folding seems to work 
> also.
>
> As i am working in LC editor with the custard yellow background, i adjusted 
> the highlighting colors to correspond with that background color.
> But it is very easy to adjust the colors for each type (property, keyword and 
> so on.). You can do this directly in UltraEdit.
>
> I have uploaded the file in  case some one is interested in it.
>
> https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
>
>
> Regards,
>
> Matthias
>
>
>
> ___
> 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: Loading clips into a player

2014-09-15 Thread Beat Cornaz
Thanks for all suggestions. I'll go with solution which was offered by Francis.

Nice link, Richmond. I've always been a fan of the Bonzo Dog Band and Vivian 
Stanshall, but I did't know this one. :-)

Cheers , Beat
___
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: Loading clips into a player

2014-09-15 Thread J. Landman Gay

On 9/15/2014, 7:13 AM, Beat Cornaz wrote:

I want to have the clip inside a visible player. In that way I have
more control over how to play the clip. E.g. visibly nudging back a
bit, changing the play speed, seeing at what time the clip is so I
can mark it, etc. So I need to load the clip into a player, but not
from disc, but from inside my stack.


There's no way to play an embedded video in a player object, but there 
is a way to work around it. Delete the imported videos from your stack 
and then load them into custom properties instead. You can store binary 
data in custom properties this way:


 set the cThisMovie of this stack to url ("binfile:" & path/to/file)

When you are ready to play a video, write it to the temp folder. You can 
get a unique temporary file name using the tempName function. Then set 
the player filename to that:


 put tempname() into tFilePath
 put the cThisMovie of this stack into url ("binfile:" & tFilePath)
 set the filename of player 1 to tFilePath

The temp folder content is deleted automatically by the OS during 
routine maintenance, but if you want to remove the file yourself 
immediately after playback you can:


  if there is a file tFilePath then delete file tFilePath

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Peter Haworth
Nice, thanks Matthias.

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 

On Mon, Sep 15, 2014 at 10:31 AM, Matthias Rebbe | M-R-D <
matthias_livecode_150...@m-r-d.de> wrote:

> Hi Peter,
>
> go to ~/Library/Application Support/UltraEdit
>
> and copy the file into the folder "wordfiles".
>
> Btw.: i just uploaded an updated version of the file.
>
> Regards,
>
> Matthias
>
>
> Am 15.09.2014 um 19:03 schrieb Peter Haworth :
>
> > On Mon, Sep 15, 2014 at 5:21 AM, Matthias Rebbe | M-R-D <
> > matthias_livecode_150...@m-r-d.de> wrote:
> >
> >> I have uploaded the file in  case some one is interested in it.
> >>
> >> https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
> >>
> >
> > Thanks for this Matthias.  How do I install the file into UltraEdit on
> OSX?
> > Is it a Theme?  The UE Help for themes shows a menu structure that is
> > totally different than what I see on my Mac.
> >
> > Thanks
> >
> > Pete
> > lcSQL Software 
> > Home of lcStackBrowser  and
> > SQLiteAdmin 
> > ___
> > 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: need some RGB bug tester

2014-09-15 Thread Terence Heaford
Also you may wish to read this which also may help:

Introduction to Color Programming Topics for Cocoa

https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/DrawColor/DrawColor.html#//apple_ref/doc/uid/1082i

All the best

Terry


On 15 Sep 2014, at 19:37, Terence Heaford  wrote:

> Hi,
> 
> I am not well up on colour but have dabbled with NSColor in Cocoa.
> 
> There are numerous methods for creating an NSColor:
> 
> Creating an NSColor Object from Component Values
> + colorWithCalibratedHue:saturation:brightness:alpha:
> + colorWithCalibratedRed:green:blue:alpha:
> + colorWithCalibratedWhite:alpha:
> + colorWithCatalogName:colorName:
> + colorWithDeviceCyan:magenta:yellow:black:alpha:
> + colorWithDeviceHue:saturation:brightness:alpha:
> + colorWithDeviceRed:green:blue:alpha:
> + colorWithDeviceWhite:alpha:
> + colorWithCIColor:
> + colorWithColorSpace:components:count:
> + colorWithSRGBRed:green:blue:alpha:
> + colorWithGenericGamma22White:alpha:
> + colorWithHue:saturation:brightness:alpha:
> + colorWithRed:green:blue:alpha:
> + colorWithWhite:alpha:
> 
> Could it be that LiveCode is using the incorrect method of 
> determining/obtaining the colour.
> 
> If you wish to read up on NSColor follow this link:
> 
> https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html
> 
> All the best
> 
> and good luck.
> 
> Terry

___
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: need some RGB bug tester

2014-09-15 Thread Terence Heaford
Hi,

I am not well up on colour but have dabbled with NSColor in Cocoa.

There are numerous methods for creating an NSColor:

Creating an NSColor Object from Component Values
+ colorWithCalibratedHue:saturation:brightness:alpha:
+ colorWithCalibratedRed:green:blue:alpha:
+ colorWithCalibratedWhite:alpha:
+ colorWithCatalogName:colorName:
+ colorWithDeviceCyan:magenta:yellow:black:alpha:
+ colorWithDeviceHue:saturation:brightness:alpha:
+ colorWithDeviceRed:green:blue:alpha:
+ colorWithDeviceWhite:alpha:
+ colorWithCIColor:
+ colorWithColorSpace:components:count:
+ colorWithSRGBRed:green:blue:alpha:
+ colorWithGenericGamma22White:alpha:
+ colorWithHue:saturation:brightness:alpha:
+ colorWithRed:green:blue:alpha:
+ colorWithWhite:alpha:

Could it be that LiveCode is using the incorrect method of 
determining/obtaining the colour.

If you wish to read up on NSColor follow this link:

https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html

All the best

and good luck.

Terry



On 15 Sep 2014, at 18:35, Matthias Rebbe | M-R-D 
 wrote:

> I tested only on Mac and can see a difference when opening the image in 
> Safari on Mac and in LC on Mac. The image in LC is definitely a little bit 
> darker than the one in Safari on Mac.
> 
> And the loupe tool of the color select dialog on mac shows different values 
> when selecting the color of the image in the browser and in LC.
> 
> Matthias
> 
> Am 15.09.2014 um 18:45 schrieb J. Landman Gay :
> 
>> This is due to the different screen gamma settings on Mac.  It affects the 
>> appearance but doesn't change the actual bitmap data.  The screen gamma can 
>> be set by the. user, and the default setting on Mac is different from the 
>> default on Windows.
>> 
>> I had thought it was the gamma setting that was causing the problem but now 
>> I think Bernd is right and byteToChar is the answer.  
>> 
>> On September 15, 2014 6:29:17 AM CDT, Matthias Rebbe | M-R-D 
>>  wrote:
>> 
>>> If i use the loupe of the Color selection dialog on Mac and select the
>>> image in Browser i can see values similar to the ones you can see on
>>> Windows. Doing the same with the LC image i can see values similar to
>>> the ones LC is reporting back.
>>> So LC is seems to "change" the image in some way on Mac OS X
>> -- 
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software   | http://www.hyperactivesw.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
> 
> 
> 
> 
> 
> ___
> 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: browser app?

2014-09-15 Thread larry

Thanks Richard!!

- Original Message - 
From: "Richard Gaskin" 

To: 
Sent: Monday, September 15, 2014 11:30 AM
Subject: Re: browser app?



Larry wrote:

> I came across this article:
> http://newsletters.livecode.com/february/issue149/newsletter4.php
>
> It describes a browser app for mobile phones.
> Does anyone know if the app could be adapted for a Windows desktop
> environment?

That article describes the revBrowser control for mobile.  The desktop 
version has been available longer (for Mac and Win), and the LiveCode IDE 
install includes a demo showing how to use it:  Click "Resources" in the 
toolbar, then in the Resource Center window click Tutorials -> Internet -> 
Browser Sampler


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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 



___
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: Tab control background color

2014-09-15 Thread J. Landman Gay
I see.  So my original conclusion stands - -  you can't color a tab button.  :(


On September 15, 2014 11:42:01 AM CDT, Peter Haworth  wrote:
>Hi Jacque,
>I missed the fact that the color didn't start until under the tabs.
>
>Definitely seeing the blending though.  It's only noticeable if you
>pick a
>light color, harder to see if you use a dark color.  Try putting a
>field
>next to the tab control and setting both the backgrounds to Alice Blue,
>I
>think you'll see what I mean.
>
>Maybe "blending" isn't the right word.  What I mean is that the chosen
>color appears darker than it should, presumably because it's somehow
>mixed
>in with the the normal grey background of the tab.
>
>Pete
>lcSQL Software 
>Home of lcStackBrowser  and
>SQLiteAdmin 
>
>On Sun, Sep 14, 2014 at 10:05 PM, J. Landman Gay
>
>wrote:
>
>> On 9/13/2014, 1:15 PM, Peter Haworth wrote:
>>
>>> It seems that if you set the background color of a tab control, it
>is
>>> somehow blended with the standard grey background (this is on OSX).
>>>
>>> Is there a way round this without having to design my own tab
>control?
>>>
>>
>> I'm not seeing any blending, but the fill color doesn't start until
>just
>> under the tabs. That is, the whole rectangle isn't filled, only the
>lower
>> part.
>>
>> I don't think there's a way around that. It used to be that the whole
>> thing was filled right to the corners, which weren't rounded, so the
>fill
>> color made little corners above the round-rect borders at the top
>right and
>> top left of the button. I guess the fix was to fill only the area
>below the
>> tabs. I hadn't looked at it in a long time, ever since I decided that
>you
>> couldn't sucessfully color tab buttons.
>>
>> --
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software   | http://www.hyperactivesw.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
>>
>___
>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

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: [OT-ish] funny search result

2014-09-15 Thread J. Landman Gay
That's funny.  The same thing happened to me recently.  I found the answer to 
my question in the list archives and I'd written it.  

Apparently once something is written down our brain discards it. 

On September 15, 2014 9:03:15 AM CDT, Colin Holgate  wrote:
>I was searching for something LiveCode related, and as can happen
>sometimes I was taken to a page which had an excerpt from a book. I did
>a local Find on that page and couldn’t find the thing I was searching
>for. I had a momentary thought about “wouldn’t it be nice to see more
>from this book”, then I noticed it was MY book!
>___
>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

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: need some RGB bug tester

2014-09-15 Thread Matthias Rebbe | M-R-D
I tested only on Mac and can see a difference when opening the image in Safari 
on Mac and in LC on Mac. The image in LC is definitely a little bit darker than 
the one in Safari on Mac.

And the loupe tool of the color select dialog on mac shows different values 
when selecting the color of the image in the browser and in LC.

Matthias

Am 15.09.2014 um 18:45 schrieb J. Landman Gay :

> This is due to the different screen gamma settings on Mac.  It affects the 
> appearance but doesn't change the actual bitmap data.  The screen gamma can 
> be set by the. user, and the default setting on Mac is different from the 
> default on Windows.
> 
> I had thought it was the gamma setting that was causing the problem but now I 
> think Bernd is right and byteToChar is the answer.  
> 
> On September 15, 2014 6:29:17 AM CDT, Matthias Rebbe | M-R-D 
>  wrote:
> 
>> If i use the loupe of the Color selection dialog on Mac and select the
>> image in Browser i can see values similar to the ones you can see on
>> Windows. Doing the same with the LC image i can see values similar to
>> the ones LC is reporting back.
>> So LC is seems to "change" the image in some way on Mac OS X
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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





___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Hi Peter,

go to ~/Library/Application Support/UltraEdit

and copy the file into the folder "wordfiles".

Btw.: i just uploaded an updated version of the file.

Regards,

Matthias


Am 15.09.2014 um 19:03 schrieb Peter Haworth :

> On Mon, Sep 15, 2014 at 5:21 AM, Matthias Rebbe | M-R-D <
> matthias_livecode_150...@m-r-d.de> wrote:
> 
>> I have uploaded the file in  case some one is interested in it.
>> 
>> https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
>> 
> 
> Thanks for this Matthias.  How do I install the file into UltraEdit on OSX?
> Is it a Theme?  The UE Help for themes shows a menu structure that is
> totally different than what I see on my Mac.
> 
> Thanks
> 
> Pete
> lcSQL Software 
> Home of lcStackBrowser  and
> SQLiteAdmin 
> ___
> 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: browser app?

2014-09-15 Thread Richard Gaskin

Larry wrote:

> I came across this article:
> http://newsletters.livecode.com/february/issue149/newsletter4.php
>
> It describes a browser app for mobile phones.
> Does anyone know if the app could be adapted for a Windows desktop
> environment?

That article describes the revBrowser control for mobile.  The desktop 
version has been available longer (for Mac and Win), and the LiveCode 
IDE install includes a demo showing how to use it:  Click "Resources" in 
the toolbar, then in the Resource Center window click Tutorials -> 
Internet -> Browser Sampler


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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


browser app?

2014-09-15 Thread larry
Hello,

I came across this article:
http://newsletters.livecode.com/february/issue149/newsletter4.php

It describes a browser app for mobile phones.
Does anyone know if the app could be adapted for a Windows desktop environment?

Thanks for the help!
Larry
___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Peter Haworth
On Mon, Sep 15, 2014 at 5:21 AM, Matthias Rebbe | M-R-D <
matthias_livecode_150...@m-r-d.de> wrote:

> I have uploaded the file in  case some one is interested in it.
>
> https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
>

Thanks for this Matthias.  How do I install the file into UltraEdit on OSX?
 Is it a Theme?  The UE Help for themes shows a menu structure that is
totally different than what I see on my Mac.

Thanks

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 
___
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


AW: need some RGB bug tester

2014-09-15 Thread Tiemo Hollmann TB
The screengamma does only affect PNGs, but my issue appears the same with
JPGs and setting the screengamma depending on the platform didn't changed my
results.
Bernd and Dave got the same results with LC 7 and byteToNum as me on LC
6.5.5 and charToNum.
Tiemo

> -Ursprüngliche Nachricht-
> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
Auftrag
> von J. Landman Gay
> Gesendet: Montag, 15. September 2014 18:46
> An: How to use LiveCode
> Betreff: Re: need some RGB bug tester
> 
> This is due to the different screen gamma settings on Mac.  It affects the
> appearance but doesn't change the actual bitmap data.  The screen gamma
can be
> set by the. user, and the default setting on Mac is different from the
default
> on Windows.
> 
> I had thought it was the gamma setting that was causing the problem but
now I
> think Bernd is right and byteToChar is the answer.
> 
> On September 15, 2014 6:29:17 AM CDT, Matthias Rebbe | M-R-D
>  wrote:
> 
> >If i use the loupe of the Color selection dialog on Mac and select the
> >image in Browser i can see values similar to the ones you can see on
> >Windows. Doing the same with the LC image i can see values similar to
> >the ones LC is reporting back.
> >So LC is seems to "change" the image in some way on Mac OS X
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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


___
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: need some RGB bug tester

2014-09-15 Thread J. Landman Gay
This is due to the different screen gamma settings on Mac.  It affects the 
appearance but doesn't change the actual bitmap data.  The screen gamma can be 
set by the. user, and the default setting on Mac is different from the default 
on Windows.

I had thought it was the gamma setting that was causing the problem but now I 
think Bernd is right and byteToChar is the answer.  

On September 15, 2014 6:29:17 AM CDT, Matthias Rebbe | M-R-D 
 wrote:

>If i use the loupe of the Color selection dialog on Mac and select the
>image in Browser i can see values similar to the ones you can see on
>Windows. Doing the same with the LC image i can see values similar to
>the ones LC is reporting back.
>So LC is seems to "change" the image in some way on Mac OS X
-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Tab control background color

2014-09-15 Thread Peter Haworth
Yeah, noticed that too.

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 

On Sun, Sep 14, 2014 at 11:26 PM, Terence Heaford 
wrote:

> OSX LiveCoders are still awaiting emulated/otherwise tabs that look like
> proper OSX Tabs.
>
> Selected tabs should have white text on dark grey NOT black text an dark
> grey.
>
> This has been reported but to date ignored?
>
> All the best
>
> Terry
>
>
>
> On 15 Sep 2014, at 06:05, J. Landman Gay  wrote:
>
> > I'm not seeing any blending, but the fill color doesn't start until just
> under the tabs. That is, the whole rectangle isn't filled, only the lower
> part.
> >
> > I don't think there's a way around that. It used to be that the whole
> thing was filled right to the corners, which weren't rounded, so the fill
> color made little corners above the round-rect borders at the top right and
> top left of the button. I guess the fix was to fill only the area below the
> tabs. I hadn't looked at it in a long time, ever since I decided that you
> couldn't sucessfully color tab buttons.
>
> ___
> 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: Tab control background color

2014-09-15 Thread Peter Haworth
Hi Jacque,
I missed the fact that the color didn't start until under the tabs.

Definitely seeing the blending though.  It's only noticeable if you pick a
light color, harder to see if you use a dark color.  Try putting a field
next to the tab control and setting both the backgrounds to Alice Blue, I
think you'll see what I mean.

Maybe "blending" isn't the right word.  What I mean is that the chosen
color appears darker than it should, presumably because it's somehow mixed
in with the the normal grey background of the tab.

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 

On Sun, Sep 14, 2014 at 10:05 PM, J. Landman Gay 
wrote:

> On 9/13/2014, 1:15 PM, Peter Haworth wrote:
>
>> It seems that if you set the background color of a tab control, it is
>> somehow blended with the standard grey background (this is on OSX).
>>
>> Is there a way round this without having to design my own tab control?
>>
>
> I'm not seeing any blending, but the fill color doesn't start until just
> under the tabs. That is, the whole rectangle isn't filled, only the lower
> part.
>
> I don't think there's a way around that. It used to be that the whole
> thing was filled right to the corners, which weren't rounded, so the fill
> color made little corners above the round-rect borders at the top right and
> top left of the button. I guess the fix was to fill only the area below the
> tabs. I hadn't looked at it in a long time, ever since I decided that you
> couldn't sucessfully color tab buttons.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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
>
___
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: Loading clips into a player

2014-09-15 Thread Richmond

http://www.youtube.com/watch?v=OhgLOv0YSeo

___
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: Loading clips into a player

2014-09-15 Thread Peter Haworth
You will have to come up with your own player controls to do this, buttons
that execute the various commands for playing a clip.

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 

On Mon, Sep 15, 2014 at 5:13 AM, Beat Cornaz  wrote:

> on  Sun, 14 Sep 2014 Richmond wrote :
>
> > So, you have imported your audioClip / videoClip into your stacks.
>
> > play audioClip "myJazz.aiff"
>
> Thanks for your reply, Richmond. The thing is that I want to have the clip
> inside a visible player. In that way I have more control over how to play
> the clip. E.g. visibly nudging back a bit, changing the play speed, seeing
> at what time the clip is so I can mark it, etc. So I need to load the clip
> into a player, but not from disc, but from inside my stack.
>
>
> So my question is still open. Anyone?
>
> Thanks, Beat
> ___
> 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


AW: need some RGB bug tester

2014-09-15 Thread Tiemo Hollmann TB
Thanks for testing, it gave me some confidence in the difference.
Some more tests, I found that there are some images which show this
difference and others, which show exactly the same value on Win/Mac. So it
must be something dependent of the image. In my test case a JPG without
embedded color profile showed the same values and another JPG with embedded
sRGB color profil showed the different values. I don't know if this is
related to the issue or if my results showed just by accident. The profile
theory wouldn't explain my original issue, where I take a screenshot of the
same video in LC and take the color of that screenshot. In that case the
profile or non profile of the screenahot should be the same on Win / Mac.

For my issue I will go on with adding + 30 to the Mac RGB values to get a
comparable value as on Win, though the difference is in 98% of the cases 30
+/- 3 and in a few cases more than that. It's not a nice workaround but
hopefully close enough for me.

If anybody has more insight, every hint is welcome.

Tiemo


> -Ursprüngliche Nachricht-
> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
Auftrag
> von Dave Kilroy
> Gesendet: Montag, 15. September 2014 13:45
> An: use-revolut...@lists.runrev.com
> Betreff: Re: need some RGB bug tester
> 
> Hi Tiemo
> 
> On Windows 7 I get 99,150,200 with LC 6.6.2 and LC 7.0.0(rc1) - and on
> Mavericks I get 82,130,188 with LC 6.6.3 and LC 7.0.0(rc1) - please note
both
> tests with LC 7.0.0 used bytetonum instead of chartonum
> 
> So it increasingly looks like it is OS related issue...
> 
> Dave
> 
> 
> 
> -
> "Some are born coders, some achieve coding, and some have coding thrust
upon
> them." - William Shakespeare & Hugh Senior
> 
> --
> View this message in context: http://runtime-
> revolution.278305.n4.nabble.com/need-some-RGB-bug-tester-
> tp4683264p4683269.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


___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Am 15.09.2014 um 17:33 schrieb Alejandro Tejada :

> 
> Really Nice! Many Thanks for sharing this configuration file.
> I opened the file and noticed this: Colors = 4194432
> 
> This color notation is Hexadecimal, Octal or Binary?
> 
I really don´t know.
After creating and modifying the file, I adjusted the colors under
Preferences->Editor display->Syntax highlighting


> By the way, Did you know of a configuration file for
> NotePad Plus?
> 

No, I am sorry.
> Thanks in advance!
> 
> Al 
> 

Regards,

Matthias 


> 
> 
> 
> --
> View this message in context: 
> http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.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





___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Alejandro Tejada
Matthias Rebbe | M-R-D wrote
> The last days i tried to create a syntax highlighting and autocomplete
> file 
> for Ultraedit for Mac. Maybe it is working under Windows, too. 
> Did not had the time yet to try.
> 
> I am pretty sure that the file is not 100% perfect, but at least 
> i have added all commands, constants, keywords, properties 
> and so on and colorizing, auto indent and unindent are working.  
> Code folding seems to work also.
> 
> As i am working in LC editor with the custard yellow background, 
> i adjusted the highlighting colors to correspond with that background
> color.
> But it is very easy to adjust the colors for each type (property, keyword
> and so on.). 
> You can do this directly in UltraEdit.
> 
> I have uploaded the file in  case some one is interested in it.
> https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0

Really Nice! Many Thanks for sharing this configuration file.
I opened the file and noticed this: Colors = 4194432

This color notation is Hexadecimal, Octal or Binary?

By the way, Did you know of a configuration file for
NotePad Plus?

Thanks in advance!

Al 




--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.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: [OT-ish] funny search result

2014-09-15 Thread Alejandro Tejada
Colin Holgate-2 wrote
> I was searching for something LiveCode related, and 
> as can happen sometimes I was taken to a page which 
> had an excerpt from a book. I did a local Find on that 
> page and couldn’t find the thing I was searching for. 
> I had a momentary thought about “wouldn’t it be nice 
> to see more from this book”, then I noticed it was MY book!

This means that you are  so busy, that your mind 
simply "hide" from yourself anything that does not
requires immediate attention.

When did you take your most recent vacation? :D

Al



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/OT-ish-funny-search-result-tp4683276p4683278.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: [OT-ish] funny search result

2014-09-15 Thread Magicgate Software - Skip Kimpel
Too funny!  It is good to know that your book is the "go-to" book, even for
you.

SKIP

On Mon, Sep 15, 2014 at 10:03 AM, Colin Holgate  wrote:

> I was searching for something LiveCode related, and as can happen
> sometimes I was taken to a page which had an excerpt from a book. I did a
> local Find on that page and couldn’t find the thing I was searching for. I
> had a momentary thought about “wouldn’t it be nice to see more from this
> book”, then I noticed it was MY book!
> ___
> 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

[OT-ish] funny search result

2014-09-15 Thread Colin Holgate
I was searching for something LiveCode related, and as can happen sometimes I 
was taken to a page which had an excerpt from a book. I did a local Find on 
that page and couldn’t find the thing I was searching for. I had a momentary 
thought about “wouldn’t it be nice to see more from this book”, then I noticed 
it was MY book!
___
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: New XAMPP security concept

2014-09-15 Thread Alejandro Tejada
Simon Smith-2 wrote
> You server will be fine, only your localhost will have access to the
> specified files paths, everything else is blocked.

This is real good news! :D


Mark Wieder wrote
> That looks pretty safe - the domain list is still all local. Of
> course, it probably depends on what you put into the livecode folder.

Inside the livecode folder there is only the file
(livecode engine) and the two folders from
the Livecode community server ZIP file
downloaded from RunRev website.

Al



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/New-XAMPP-security-concept-tp4683248p4683275.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


LiveCode-bijeenkomst in Utrecht

2014-09-15 Thread Mark Schonewille

Hallo allemaal,

Ter herinnering nog even een berichtje over de LiveCode-bijeenkomst van 
aanstaaande zaterdag. Het belooft een interessante middag te worden met 
2 korte presentaties en een aantal leuke dingen om te verloten.


We geven onder andere een licentie voor HyperStudio weg, een exemplaar 
van mijn boek, een licentie voor Installer Maker, een licentie voor 
ChartsEngine, en zoals altijd een e-book van TidBITS. Bovendien biedt 
RunRev alle deelnemers een korting op de Indie-licentie aan; zo verdien 
je meteen re reiskosten (ruimschoots) terug.


**Als je hieraan mee wilt doen, laat het me dan even weten. Dan zorg ik 
er voor dat je op de hoogte wordt gebracht van de locatie en tijd.**


Het was eigenlijk de bedoeling een zaaltje te huren, maar we denken toch 
dat de groep hier op dit moment nog te klein voor is. Mochten zich nu 
plotseling toch nog 3 of 4 deelnemers extra aanmelden, dan gaan we 
alsnog kijken wat er in dit opzicht mogelijk is.





This is a reminder about the LiveCode meeting, this Saturday. We expect 
to have an interesting day with 2 short presentations and several prizes 
for the raffle.


We're giving away a license for HyperStudio, a license for Installer 
Maker and one for ChartsEngine. We'll also give away a copy of my book 
and as always an e-book from TidBITS's Take Control series. On top of 
all, RunRev offers all participants a discount on the Indie license, 
which is more than enough to earn back your travelling expenses.


**If you want to participate, let me know and I'll make sure that you'll 
be informed about the time and location of the meeting.**


There was the plan to rent a room, but the number of participants seems 
to be too small for this. If 3 or 4 additional people decide to register 
for the event, we'll try to arrange something quickly.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

___
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: Loading clips into a player

2014-09-15 Thread Colin Holgate
What is your use case where you need to have videos inside a stack? If you’re 
wanting to give someone a single file that has all the needed media, can you do 
a standalone instead? With those you can copy the media files in to the app in 
the Copy Files section of the standalone settings, and then load the media into 
a player this way:

 set the filename of player 1 to specialfolderpath("engine") & “/videoname.mp4"
___
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: Loading clips into a player

2014-09-15 Thread Klaus major-k
Hi Beat,

Am 15.09.2014 um 14:13 schrieb Beat Cornaz :

> on  Sun, 14 Sep 2014 Richmond wrote :
>> So, you have imported your audioClip / videoClip into your stacks.
>> play audioClip "myJazz.aiff"
> 
> Thanks for your reply, Richmond. The thing is that I want to have the clip 
> inside a visible player. In that way I have more control over how to play the 
> clip. E.g. visibly nudging back a bit, changing the play speed, seeing at 
> what time the clip is so I can mark it, etc. So I need to load the clip into 
> a player, but not from disc, but from inside my stack.
> 
> So my question is still open. Anyone?

You can't put internal sounds/videos into a player object!***
If you need to, you MUST keep the files outside of the stack.

*** You cannot even export or save-to-file any of the internal sounds/videos! 
:-/

> Thanks, Beat

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


LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Hi,

the last days i tried to create a syntax highlighting and autocomplete file for 
Ultraedit for Mac.
Maybe it is working under Windows, too. Did not had the time yet to try.

I am pretty sure that the file is not 100% perfect, but at least i have added 
all commands, constants, keywords, properties and so on and
colorizing, auto indent and unindent are working.  Code folding seems to work 
also.

As i am working in LC editor with the custard yellow background, i adjusted the 
highlighting colors to correspond with that background color.
But it is very easy to adjust the colors for each type (property, keyword and 
so on.). You can do this directly in UltraEdit.

I have uploaded the file in  case some one is interested in it.

https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0


Regards,

Matthias



___
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: Loading clips into a player

2014-09-15 Thread Beat Cornaz
on  Sun, 14 Sep 2014 Richmond wrote :

> So, you have imported your audioClip / videoClip into your stacks.

> play audioClip "myJazz.aiff"

Thanks for your reply, Richmond. The thing is that I want to have the clip 
inside a visible player. In that way I have more control over how to play the 
clip. E.g. visibly nudging back a bit, changing the play speed, seeing at what 
time the clip is so I can mark it, etc. So I need to load the clip into a 
player, but not from disc, but from inside my stack.


So my question is still open. Anyone?

Thanks, Beat
___
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: need some RGB bug tester

2014-09-15 Thread Dave Kilroy
Hi Tiemo

On Windows 7 I get 99,150,200 with LC 6.6.2 and LC 7.0.0(rc1) - and on
Mavericks I get 82,130,188 with LC 6.6.3 and LC 7.0.0(rc1) - please note
both tests with LC 7.0.0 used bytetonum instead of chartonum

So it increasingly looks like it is OS related issue...

Dave



-
"Some are born coders, some achieve coding, and some have coding thrust upon 
them." - William Shakespeare & Hugh Senior

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/need-some-RGB-bug-tester-tp4683264p4683269.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: need some RGB bug tester

2014-09-15 Thread Matthias Rebbe | M-R-D
Tiemo,

don´t know if this is of some help for you, but if i open the image in an 
browser and compare it to  the one in the LC stack on Mac then i can see that 
the color of the image in LC is not the same as the color of the image in the 
browser. The LC one seems darker.

If i use the loupe of the Color selection dialog on Mac and select the image in 
Browser i can see values similar to the ones you can see on Windows. Doing the 
same with the LC image i can see values similar to the ones LC is reporting 
back.
So LC is seems to "change" the image in some way on Mac OS X.

Regards,

Matthias


Am 15.09.2014 um 10:38 schrieb Tiemo Hollmann TB :

> Hi,
> 
> I am looking for some guys, who could verify my different RGB results on Win
> / Mac.
> 
> Please create a stack and put the following script into a button and save
> the stack:
> 
> on mouseUp
> 
>   create img "foo"
> 
>   set the filename of img "foo" to "foo.png"
> 
>   put the imageData of img "foo" into tImageData
> 
>   put chartonum(char 8442 of tImageData) & comma & chartonum(char 8443 of
> tImageData) & comma & chartonum(char 8444 of tImageData) -- a pixel some
> somewhere in the middle
> 
> end mouseUp
> 
> Please download the following test picture: www.kestner.de/material/foo.png
> and put it into the same folder as your test stack. Its just a blue.
> 
> Running the script with LC 6.5.2 on my Windows 7 machine it outputs the
> following RGB: 99,150,200. Same done on my Mac OS X 10.9 it results:
> 82,130,188.
> 
> In this example the difference is only about 20 on each RGB value. On other
> tests I had constant 30. Can you verify this? Do you get different results
> with different LC versions?
> 
> Thanks for any tests
> 
> Tiemo
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> 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


Loading clips into a player

2014-09-15 Thread Francis Nugent Dixon
Hi from Beautiful Brittany,

Beat,

Although it is your choice to include the videos in the stack,
it all depends on how many, and their sizes. Your stack could get
“rather” large, and you have to recompile and save for each addition.

I put my video clips in an external sub-folder that my stack can find.
The stack is never modified, because it reads the file list of the sub-
folder and you just click on the line of the required clip from the list.
Just add the new videos to the sub-folder, and the clip is automatically
available. I use F1 and F2 function keys to get in and out of full-screen mode.
I use this stack to contain my favourite clips from YouTube. Great Fun !!

I can mail you a copy of my stack if you want it. PC and Mac compatible.

Best Regards

-Francis


___
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: Scripting Cut/Copy/Paste in custom menus

2014-09-15 Thread Kay C Lan
On Mon, Sep 15, 2014 at 12:49 PM, J. Landman Gay
 wrote:
>>
> Forgot to mention: the IDE uses the "delete" command in it's Clear menu item
> script, but only applies it for objects. It scripts the deletion of text in
> fields, and that too fails to provide a closefield message.
>
I'm sure I checked that and it was different in the IDE but when I
check it again you are right. Submitted a suggestion for a Dictionary
amendment.

Bug 13440

...
The Dictionary entry for closeField AND delete should also include
these two other exceptions of when closeField will not be triggered:
i.e.

The closeField message is not sent when a field's content is changed by:

* using the put command
* using the delete command, or it's synonym; clear
* using the IDE's Clear Text menu item

___
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: need some RGB bug tester

2014-09-15 Thread BNig
Hi Tiemo,

tested with LC7.0RC1 on MacOSX10.6.8 and have the same RGB triplet you got
on your mac: 82,130,188

I used
put byteToNum(char 8442 of tImageData) & comma & byteToNum(char 8443 of
tImageData) & comma & byteToNum(char 8444 of tImageData)

charToNum is deprecated in 7.0 for binary data.

Kind regards
Bernd



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/need-some-RGB-bug-tester-tp4683264p4683265.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


need some RGB bug tester

2014-09-15 Thread Tiemo Hollmann TB
Hi,

I am looking for some guys, who could verify my different RGB results on Win
/ Mac.

Please create a stack and put the following script into a button and save
the stack:

on mouseUp

   create img "foo"

   set the filename of img "foo" to "foo.png"

   put the imageData of img "foo" into tImageData

   put chartonum(char 8442 of tImageData) & comma & chartonum(char 8443 of
tImageData) & comma & chartonum(char 8444 of tImageData) -- a pixel some
somewhere in the middle

end mouseUp

Please download the following test picture: www.kestner.de/material/foo.png
and put it into the same folder as your test stack. Its just a blue.

Running the script with LC 6.5.2 on my Windows 7 machine it outputs the
following RGB: 99,150,200. Same done on my Mac OS X 10.9 it results:
82,130,188.

In this example the difference is only about 20 on each RGB value. On other
tests I had constant 30. Can you verify this? Do you get different results
with different LC versions?

Thanks for any tests

Tiemo

 

 

 

 

___
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: New XAMPP security concept

2014-09-15 Thread Simon Smith
Hi Alejandro

You server will be fine, only your localhost will have access to the
specified files paths, everything else is blocked.

Simon

On Mon, Sep 15, 2014 at 8:03 AM, Mark Wieder  wrote:

> Alejandro-
>
> Sunday, September 14, 2014, 8:38:13 PM, you wrote:
>
> > Now, all my livecode files execute correctly in the web browser, but I
> want
> > to know
> > if this modification opens a security risk in a Livecode server.
>
> > Thanks in advance!
>
> That looks pretty safe - the domain list is still all local. Of
> course, it probably depends on what you put into the livecode folder.
>
> --
> -Mark Wieder
>  ahsoftw...@gmail.com
>
> This communication may be unlawfully collected and stored by the National
> Security Agency (NSA) in secret. The parties to this email do not
> consent to the retrieving or storing of this communication and any
> related metadata, as well as printing, copying, re-transmitting,
> disseminating, or otherwise using it. If you believe you have received
> this communication in error, please delete it immediately.
>
>
> ___
> 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
>



-- 

*Simon Smith*
*seo, online marketing, web development*

w. http://www.simonsmith.co
m. +27 83 306 7862
___
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


AW: AW: Is RGB on Mac something else as RGB on windows?

2014-09-15 Thread Tiemo Hollmann TB
Hi Jaccque,

in my case the result of a jpg and png screenshot is the same. On Mac I
always have to add 30 to the charToNum(char x of tImageData) to get the same
result as on Windows.
I hope this really is a "constant" and not depending of any system or
monitor settings, what could hit me on different customer machines.

Tiemo


> -Ursprüngliche Nachricht-
> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
Auftrag
> von J. Landman Gay
> Gesendet: Freitag, 12. September 2014 20:05
> An: How to use LiveCode
> Betreff: Re: AW: Is RGB on Mac something else as RGB on windows?
> 
> On 9/12/2014, 11:32 AM, Tiemo Hollmann TB wrote:
> > The more I am testing, the
> > more I get confused what happens with the RGB on Mac.
> 
> Does the problem exist if the images are jpg instead of png? Can you
change
> your images to jpg? I've seen the problem with png images, and since I
didn't
> need to match exact RGB, I only needed a visual match, changing the
> screengamma on a Mac was enough to fix it. I did this:
> 
> on setScreenGamma
>if the platform = "macOS" then
>  set the screengamma to 1.7
>else
>  set the screengamma to 2.23
>end if
> end setScreenGamma
> 
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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


___
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