Re: [ widget that turns text horizontal ]

2016-05-30 Thread BNig
Bill,

I apparently completely misunderstood what you wanted to do.

here is a script that I hope is close to what you have in mind.

Please watch out for line breaks in the script due to text wrapping


local sTurning = false
local sDegree, sAngleStep, sSizeOfText, sEndSizeOfText, sTextIncrease

on mouseUp 
   if sTurning = false then
  put true into sTurning
  put "This is Bills text" into tText
  put 220 into sDegree -- change to start at different angle
  put 3 into sAngleStep -- change to change speed
  put 22 into sSizeOfText  -- can be higher than sEndOfText ->
decreasing
  put 40 into sEndSizeOfText -- set this to sSizeOfText to stop size
change
  
  put (sEndSizeOfText - sSizeOfText)/((360-sDegree)/sAngleStep) into
sTextIncrease
  lock screen
  set the displayText of widget "turnText" to tText
  set the turnAngle of widget "turnText" to sDegree
  set the sizeOfText of widget "turnText" to sSizeOfText
  unlock screen
  send "showTheText" to me in 0 milliseconds
   else
  put false into sTurning
   end if
end mouseUp 

on showTheText 
   if sTurning then
  if sDegree > 360 then 
 set the turnAngle of widget "turnText" to 360
 set the sizeOfText of widget "turnText" to sEndSizeOfText
 put false into sTurning
 exit showTheText
  end if
  lock screen
  set the turnAngle of widget "turnText" to sDegree
  set the sizeOfText of widget "turnText" to  trunc (sSizeOfText)
  unlock screen
  add sAngleStep to sDegree
  add sTextIncrease to sSizeOfText
  send showTheText to me in 20 milliseconds 
   end if
end showTheText 


change what is indicated in the comments to customize

Kind regards

Bernd


Wprothero wrote
> Bernd:
> What I was thinking was like a text fly-out. With your widget, it would
> just start from invisible and expand out from the center and stop without
> turning. Thinking of a presentation/slide show type system that would be
> more interesting that just text on a screen. What I would really love is
> one of those applications that shows the hand drawing on the screen.
> They’re pretty "old hat" now, but not in livecode.





--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/widget-that-turns-text-horizontal-tp4705280p4705315.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: [ widget that turns text horizontal ]

2016-05-30 Thread BNig
Bill,

as a proof of principle for "hand drawing on the screen" in Livecode see

http://forums.livecode.com/viewtopic.php?f=7&t=22575&hilit=+whiteboard

with sample stacks

Kind regards
Bernd


Wprothero wrote
> Bernd:
> 
>  What I would really love is one of those applications that shows the hand
> drawing on the screen. They’re pretty "old hat" now, but not in livecode.





--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/widget-that-turns-text-horizontal-tp4705280p4705316.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

[ANN] This Week in LiveCode 35

2016-05-30 Thread Peter TB Brett

Hi all,

Read about new developments in LiveCode open source and the open source 
community in today's edition of the "This Week in LiveCode" newsletter!


  Read issue #34 here: https://goo.gl/qujvtR


This is a weekly newsletter about LiveCode, focussing on what's been 
going on in and around the open source project.  New issues will be 
released weekly on Mondays.  We have a dedicated mailing list that will 
deliver each issue directly to you e-mail, so you don't miss any!


Are you doing something interesting with LiveCode Community Edition? 
Please get in touch and get it featured in "This Week in LiveCode"!


   Peter

--
Dr Peter Brett 
LiveCode Technical Project Manager

LiveCode on reddit: https://reddit.com/r/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


Can I set a tooltip for each column or c-header in a data grid?

2016-05-30 Thread Tiemo Hollmann TB
Hello,

I would like to provide a tooltip for each column (or column header) to show
the full column name.

Is there such a build in feature, which I didn't find yet or do I have to
create it myself?

Thank you

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: Random? changes to textAlign

2016-05-30 Thread Peter M. Brigham
My software never has any bugs, just lots of random features.

-- Peter

Peter M. Brigham
pmb...@gmail.com


On May 29, 2016, at 5:44 PM, Mike Bonner wrote:

> I love random features. 
> 
> On Sun, May 29, 2016 at 3:23 PM, Dar Scott  wrote:
> 
>> I'm wondering if it has something to do with my leaving the names of the
>> labels all the same.
>> 
>> Or something about backgrounds.
>> 
>> I haven't seen this before.  It might be an engine bug (5% chance) or an
>> IDE bug (20%) chance but most likely it is a Dar bug (95%).  I fully expect
>> somebody will explain it is a feature and has always been there.

___
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 + WP Webinar

2016-05-30 Thread Todd Fabacher
Thanks to everyone who contributed to the LiveCode Infinity campaign. As
promised, Digital Pomegranate and I are putting together the code and a
presentation.

We are looking for Monday June 27th @ 1:00 pm NYC time [EST] for the
webinar using Google on air Hangouts. We are setting up a page on our
website to host the project and we will put the code on GitHub.

All details will be posted on this forum topic:
http://forums.livecode.com/viewtopic.php?f=16&t=27400 Plus, you can post
any questions or request here also.

--Todd & DP Team

PS...We do mostly mobile Apps, and the native text control is a pain in the
butt, so we would really like the simplicity of a LC widget. There is still
a feature campaign going on:
https://livecode.com/project/infinite-livecode-native-field-object/ We
pledged for this also as it will save time and efforts.  Every little
dollar counts and will save you hours and hours of development time..
___
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


IS there a dictionary of the datagrid properties?

2016-05-30 Thread Tiemo Hollmann TB
Hello,

how do I get the info, which column or row I am hovering with the mouse?

I have read the datagrid lessons on livecode.com, but they guide you mainly
thru the property inspector of datagrids

Where do I find, the property and array names of the datagrid structure to
retrieve the wanted information by script? Yes I know the property names are
shown as a tooltip in the property inspector, but how do I access e.g. the
columndata, while hovering the columns?

Thanks

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: IS there a dictionary of the datagrid properties?

2016-05-30 Thread Mike Bonner
Have you looked here:
http://lessons.livecode.com/m/datagrid/l/7343-data-grid-properties ?

On Mon, May 30, 2016 at 9:49 AM, Tiemo Hollmann TB 
wrote:

> Hello,
>
> how do I get the info, which column or row I am hovering with the mouse?
>
> I have read the datagrid lessons on livecode.com, but they guide you
> mainly
> thru the property inspector of datagrids
>
> Where do I find, the property and array names of the datagrid structure to
> retrieve the wanted information by script? Yes I know the property names
> are
> shown as a tooltip in the property inspector, but how do I access e.g. the
> columndata, while hovering the columns?
>
> Thanks
>
> 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


Re: Random? changes to textAlign

2016-05-30 Thread dsc
Lost it.  

My test stack reliably showed the problem yesterday.  But...  Today when I 
opened Livecode 8.0.1 and threw a field and a label onto a new stack and 
selected them, the problem was not there.  

So, I guess I just needed to restart LiveCode.  

This also means I don't have a reliable recipe.  

Dar


> On May 29, 2016, at 5:02 PM, d...@swcp.com wrote:
> 
> Found it!
> 
> If a label is the 2nd or higher object in a selection (shift-click or drag 
> scoop), then the textAlign changes.  
> 
> I tried giving the label field a unique name, but that didn't help.  
> 
> Dar
> 
> 
> ---
> Dar Scott dba Dar Scott Consulting
> 8637 Horacio Place NE
> Albuquerque, NM 87111
> USA
> d...@swcp.com
> 
> http://www.darzLab.com
> darsc...@darzlab.com
> 
> Lab, home, office phone: +1 505 299 9497
> 
> Computer programming and tinkering,
> usually in supporting those developing in 
> LiveCode--typically by making LiveCode 
> controls, libraries and externals, and
> sometimes by writing associated
> microcontroller firmware.  
> ---
> 
>> On May 29, 2016, at 4:48 PM, Dar Scott  wrote:
>> 
>> Oh, great.  Now it doesn't change.  I have no idea what I might have been 
>> doing to cause the change.  Maybe some layout cleanup or something.  
>> 
>>> On May 29, 2016, at 3:44 PM, Mike Bonner  wrote:
>>> 
>>> I love random features. 
>>> 
>>> On Sun, May 29, 2016 at 3:23 PM, Dar Scott  wrote:
>>> 
 I'm wondering if it has something to do with my leaving the names of the
 labels all the same.
 
 Or something about backgrounds.
 
 I haven't seen this before.  It might be an engine bug (5% chance) or an
 IDE bug (20%) chance but most likely it is a Dar bug (95%).  I fully expect
 somebody will explain it is a feature and has always been there.
 
 Dar
 
 
 
> On May 29, 2016, at 3:15 PM, Mike Bonner  wrote:
> 
> Nevermind. Having textalign set, and changing tabalign to various
> combinations of tabs and settings does do interesting things, but I can't
> make it do what you describe so far.
> 
> On Sun, May 29, 2016 at 3:10 PM, Mike Bonner  wrote:
> 
>> the tabAlign isn't set to anything is it? And if so, is the label text
>> changing with possible preceding tabs?
>> 
>> On Sun, May 29, 2016 at 2:46 PM, Dar Scott  wrote:
>> 
>>> I have a couple label fields in a background that keep changing from
>>> right aligned to left aligned.  I'm pretty sure I'm not scripting any
>>> textAlign changes.  What might do this?
>>> 
>>> Dar
>>> 8.0.1
>>> 
>>> 
>>> 
>>> ___
>>> 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
 
>>> ___
>>> 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


___
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: IS there a dictionary of the datagrid properties?

2016-05-30 Thread Mike Bonner
Actually, here is more what you are looking for I think.
http://lessons.livecode.com/m/datagrid/l/7344-data-grid-api

On Mon, May 30, 2016 at 9:56 AM, Mike Bonner  wrote:

> Have you looked here:
> http://lessons.livecode.com/m/datagrid/l/7343-data-grid-properties ?
>
> On Mon, May 30, 2016 at 9:49 AM, Tiemo Hollmann TB 
> wrote:
>
>> Hello,
>>
>> how do I get the info, which column or row I am hovering with the mouse?
>>
>> I have read the datagrid lessons on livecode.com, but they guide you
>> mainly
>> thru the property inspector of datagrids
>>
>> Where do I find, the property and array names of the datagrid structure to
>> retrieve the wanted information by script? Yes I know the property names
>> are
>> shown as a tooltip in the property inspector, but how do I access e.g. the
>> columndata, while hovering the columns?
>>
>> Thanks
>>
>> 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


getting bogged down with the selectedObject

2016-05-30 Thread RM
So; here I am mucking around with my alternative front-end and have a 
merry little button

with this script in it:

on mouseUp
   put fld "nname" into NN
   set the name of the selectedObject to NN
end mouseUp

which, unsurprisingly perhaps, changes the name of a selectedObject
in the topStack [which is what it is meant to do].

However, I cannot work out how to stop the button "throwing a bluey"
when nothing is selected.

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: getting bogged down with the selectedObject

2016-05-30 Thread Dar Scott
Shouldn't the selected object list be empty in that case?  Can you check that?  

Or are you getting a crash in just doing this:

get the selectedObject

Dar
darzLab


> On May 30, 2016, at 12:43 PM, RM  wrote:
> 
> So; here I am mucking around with my alternative front-end and have a merry 
> little button
> with this script in it:
> 
> on mouseUp
>   put fld "nname" into NN
>   set the name of the selectedObject to NN
> end mouseUp
> 
> which, unsurprisingly perhaps, changes the name of a selectedObject
> in the topStack [which is what it is meant to do].
> 
> However, I cannot work out how to stop the button "throwing a bluey"
> when nothing is selected.
> 
> 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: getting bogged down with the selectedObject

2016-05-30 Thread dsc
Yikes.  That came out sounding rude.  Not my intent.  I'm just socially inept.  

And eventually you might want to handle the case of multiple selected objects.  

> On May 30, 2016, at 1:00 PM, Dar Scott  wrote:
> 
> Shouldn't the selected object list be empty in that case?  Can you check 
> that?  
> 
> Or are you getting a crash in just doing this:
> 
> get the selectedObject
> 
> Dar
> darzLab
> 
> 
>> On May 30, 2016, at 12:43 PM, RM  wrote:
>> 
>> So; here I am mucking around with my alternative front-end and have a merry 
>> little button
>> with this script in it:
>> 
>> on mouseUp
>>  put fld "nname" into NN
>>  set the name of the selectedObject to NN
>> end mouseUp
>> 
>> which, unsurprisingly perhaps, changes the name of a selectedObject
>> in the topStack [which is what it is meant to do].
>> 
>> However, I cannot work out how to stop the button "throwing a bluey"
>> when nothing is selected.
>> 
>> 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


___
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: getting bogged down with the selectedObject

2016-05-30 Thread Colin Holgate
It seemed ok. Also, rude is Richmond’s middle name (his parents had a strange 
sense of humor). I’m sure he coped.


> On May 30, 2016, at 3:05 PM, d...@swcp.com wrote:
> 
> Yikes.  That came out sounding rude.  Not my intent.  I'm just socially 
> inept.  
> 
> And eventually you might want to handle the case of multiple selected 
> objects.  
> 
>> On May 30, 2016, at 1:00 PM, Dar Scott  wrote:
>> 
>> Shouldn't the selected object list be empty in that case?  Can you check 
>> that?  
>> 
>> Or are you getting a crash in just doing this:
>> 
>> get the selectedObject
>> 
>> Dar
>> darzLab
>> 
>> 
>>> On May 30, 2016, at 12:43 PM, RM  wrote:
>>> 
>>> So; here I am mucking around with my alternative front-end and have a merry 
>>> little button
>>> with this script in it:
>>> 
>>> on mouseUp
>>> put fld "nname" into NN
>>> set the name of the selectedObject to NN
>>> end mouseUp
>>> 
>>> which, unsurprisingly perhaps, changes the name of a selectedObject
>>> in the topStack [which is what it is meant to do].
>>> 
>>> However, I cannot work out how to stop the button "throwing a bluey"
>>> when nothing is selected.
>>> 
>>> 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
> 
> 
> ___
> 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: IS there a dictionary of the datagrid properties?

2016-05-30 Thread zryip theSlug
Hi Tiemo,

dgDataControl is the property you are probably looking for.

Try this code in the datagrid group script:

on mouseMove
   put the dgDataControl of the target into tTheDataControl
   if (tTheDataControl is empty) then
  put empty
   else
 put "Column:" && the dgColumn of tTheDataControl && "Line:" &&
the dgLine of tTheDataControl
   end if
end mouseMove


Best Regards,

On Mon, May 30, 2016 at 5:59 PM, Mike Bonner  wrote:
> Actually, here is more what you are looking for I think.
> http://lessons.livecode.com/m/datagrid/l/7344-data-grid-api
>
> On Mon, May 30, 2016 at 9:56 AM, Mike Bonner  wrote:
>
>> Have you looked here:
>> http://lessons.livecode.com/m/datagrid/l/7343-data-grid-properties ?
>>
>> On Mon, May 30, 2016 at 9:49 AM, Tiemo Hollmann TB 
>> wrote:
>>
>>> Hello,
>>>
>>> how do I get the info, which column or row I am hovering with the mouse?
>>>
>>> I have read the datagrid lessons on livecode.com, but they guide you
>>> mainly
>>> thru the property inspector of datagrids
>>>
>>> Where do I find, the property and array names of the datagrid structure to
>>> retrieve the wanted information by script? Yes I know the property names
>>> are
>>> shown as a tooltip in the property inspector, but how do I access e.g. the
>>> columndata, while hovering the columns?
>>>
>>> Thanks
>>>
>>> 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



-- 
Zryip TheSlug
http://www.aslugontheroad.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: getting bogged down with the selectedObject

2016-05-30 Thread RM

"I'm just socially inept."

Don't let that worry you for a moment; you are not the only one
who suffers from that problem round here.

Should you require any advice I am extremely well qualified at
how to put one's foot in one's mouth.

Richmond.

On 30.05.2016 22:05, d...@swcp.com wrote:

Yikes.  That came out sounding rude.  Not my intent.  I'm just socially inept.

And eventually you might want to handle the case of multiple selected objects.


On May 30, 2016, at 1:00 PM, Dar Scott  wrote:

Shouldn't the selected object list be empty in that case?  Can you check that?

Or are you getting a crash in just doing this:

get the selectedObject

Dar
darzLab



On May 30, 2016, at 12:43 PM, RM  wrote:

So; here I am mucking around with my alternative front-end and have a merry 
little button
with this script in it:

on mouseUp
  put fld "nname" into NN
  set the name of the selectedObject to NN
end mouseUp

which, unsurprisingly perhaps, changes the name of a selectedObject
in the topStack [which is what it is meant to do].

However, I cannot work out how to stop the button "throwing a bluey"
when nothing is selected.

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


___
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: getting bogged down with the selectedObject

2016-05-30 Thread RM
Of course I coped: people have been being rude to me for donkey's ages, 
and I, who, of course, am 'NEVER'

rude, have been being 'DIRECT' for years.

Oddly enough, I couldn't spot your supposed rudeness.

R.

On 30.05.2016 22:10, Colin Holgate wrote:

It seemed ok. Also, rude is Richmond’s middle name (his parents had a strange 
sense of humor). I’m sure he coped.



On May 30, 2016, at 3:05 PM, d...@swcp.com wrote:

Yikes.  That came out sounding rude.  Not my intent.  I'm just socially inept.

And eventually you might want to handle the case of multiple selected objects.


On May 30, 2016, at 1:00 PM, Dar Scott  wrote:

Shouldn't the selected object list be empty in that case?  Can you check that?

Or are you getting a crash in just doing this:

get the selectedObject

Dar
darzLab



On May 30, 2016, at 12:43 PM, RM  wrote:

So; here I am mucking around with my alternative front-end and have a merry 
little button
with this script in it:

on mouseUp
put fld "nname" into NN
set the name of the selectedObject to NN
end mouseUp

which, unsurprisingly perhaps, changes the name of a selectedObject
in the topStack [which is what it is meant to do].

However, I cannot work out how to stop the button "throwing a bluey"
when nothing is selected.

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


___
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: [ widget that turns text horizontal ]

2016-05-30 Thread William Prothero
Bernd,
Thanks. I got it. 
One thing about whiteboard animations I’ve seen is that the hand that is 
supposedly drawing on the board, for text anyway, moves so fast you can’t see 
whether it is actually following the text or not. At least this is true for 
smaller font sizes. I’ll check out the drawing stack. What would be needed for 
line drawings is a way to enter the line drawing, then edit it, then the hand 
could easily follow the lines.

Best,
Bill

> On May 30, 2016, at 1:10 AM, BNig  wrote:
> 
> Bill,
> 
> as a proof of principle for "hand drawing on the screen" in Livecode see
> 
> http://forums.livecode.com/viewtopic.php?f=7&t=22575&hilit=+whiteboard
> 
> with sample stacks
> 
> Kind regards
> Bernd
> 
> 
> Wprothero wrote
>> Bernd:
>> 
>> What I would really love is one of those applications that shows the hand
>> drawing on the screen. They’re pretty "old hat" now, but not in livecode.
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://runtime-revolution.278305.n4.nabble.com/widget-that-turns-text-horizontal-tp4705280p4705316.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: getting bogged down with the selectedObject

2016-05-30 Thread RM
I dunno who was or wasn't being rude: but, Dar, you helped me out of the 
bog.


Thank you very much indeed.

Richmond.

On 30.05.2016 22:00, Dar Scott wrote:

Shouldn't the selected object list be empty in that case?  Can you check that?

Or are you getting a crash in just doing this:

get the selectedObject

Dar
darzLab



On May 30, 2016, at 12:43 PM, RM  wrote:

So; here I am mucking around with my alternative front-end and have a merry 
little button
with this script in it:

on mouseUp
   put fld "nname" into NN
   set the name of the selectedObject to NN
end mouseUp

which, unsurprisingly perhaps, changes the name of a selectedObject
in the topStack [which is what it is meant to do].

However, I cannot work out how to stop the button "throwing a bluey"
when nothing is selected.

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



___
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: Alternative interfaces

2016-05-30 Thread RM
Today's lunchbreak: started reading Richard Dawkins' "God Delusion"; 
which, while being a very
well written book, and extremely thought-provoking, is strong meat: so 
strong that I leapt back to
the computer and "extended the extended" so that end-users can now 
access the standalone settings stack

and save standalones, as well as a 'thing' to rename objects.

Richmond.

On 29.05.2016 22:26, RM wrote:
I produced an extended lateral palette to day for those who want to 
mess around

with text in fields while in Browse mode: same place.

Richmond.

On 27.05.2016 19:12, RM wrote:

I went lateral today:

http://forums.livecode.com/viewtopic.php?f=25&t=27328&p=143042#p143042

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: getting bogged down with the selectedObject

2016-05-30 Thread Dar Scott
I'm glad my comments helped.  

Crashing on any empty object reference does seem like a bad thing, though.  If 
you can narrow it down, it might be worth reporting.  

Dar


> On May 30, 2016, at 1:49 PM, RM  wrote:
> 
> I dunno who was or wasn't being rude: but, Dar, you helped me out of the bog.
> 
> Thank you very much indeed.
> 
> Richmond.
> 
> On 30.05.2016 22:00, Dar Scott wrote:
>> Shouldn't the selected object list be empty in that case?  Can you check 
>> that?
>> 
>> Or are you getting a crash in just doing this:
>> 
>> get the selectedObject
>> 
>> Dar
>> darzLab
>> 
>> 
>>> On May 30, 2016, at 12:43 PM, RM  wrote:
>>> 
>>> So; here I am mucking around with my alternative front-end and have a merry 
>>> little button
>>> with this script in it:
>>> 
>>> on mouseUp
>>>   put fld "nname" into NN
>>>   set the name of the selectedObject to NN
>>> end mouseUp
>>> 
>>> which, unsurprisingly perhaps, changes the name of a selectedObject
>>> in the topStack [which is what it is meant to do].
>>> 
>>> However, I cannot work out how to stop the button "throwing a bluey"
>>> when nothing is selected.
>>> 
>>> 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
> 
> 
> ___
> 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: getting bogged down with the selectedObject

2016-05-30 Thread RM

The only thing that was crashing there was me; not Livecode.

R.

On 30.05.2016 23:06, Dar Scott wrote:

I'm glad my comments helped.

Crashing on any empty object reference does seem like a bad thing, though.  If 
you can narrow it down, it might be worth reporting.

Dar



On May 30, 2016, at 1:49 PM, RM  wrote:

I dunno who was or wasn't being rude: but, Dar, you helped me out of the bog.

Thank you very much indeed.

Richmond.

On 30.05.2016 22:00, Dar Scott wrote:

Shouldn't the selected object list be empty in that case?  Can you check that?

Or are you getting a crash in just doing this:

get the selectedObject

Dar
darzLab



On May 30, 2016, at 12:43 PM, RM  wrote:

So; here I am mucking around with my alternative front-end and have a merry 
little button
with this script in it:

on mouseUp
   put fld "nname" into NN
   set the name of the selectedObject to NN
end mouseUp

which, unsurprisingly perhaps, changes the name of a selectedObject
in the topStack [which is what it is meant to do].

However, I cannot work out how to stop the button "throwing a bluey"
when nothing is selected.

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


___
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