Re: Button Labels With icons

2011-05-30 Thread Mark Schonewille
Don't forget that different platforms might need different margins depending On the font used for the label. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link

Re: Datagrid, can't delete a line

2011-05-30 Thread Andre Garzia
solved... for a strange weird reason, I ended up with a duplicate datagrid with the same name (in the same position) so deleting lines, deleted from one grid that was on the wrong layer... silly me. On Mon, May 30, 2011 at 1:25 PM, Andre Garzia an...@andregarzia.com wrote: Folks, I am facing

Re: Custom Control Property

2011-05-30 Thread Scott Rossi
Maybe you're thinking of the selectGroupedControls property. Setting the selectGroupedControls of a group to false will generally make the group appear as a single object to the Application Browser, however, the AB doesn't always respect child groups contained within the group. The parent group

group a tList

2011-05-30 Thread bacches...@tin.it
Hello everyone please .. can someone explain to me how GROUP a tList is it possible with a repeat… end repeat loop ? many thanks for any help mario ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Custom Control Property

2011-05-30 Thread Todd Geist
Thanks Scott Does that effect ( the number of controls ) ? Or do we still have to be careful when looping through controls? Todd On Mon, May 30, 2011 at 9:41 AM, Scott Rossi sc...@tactilemedia.com wrote: Maybe you're thinking of the selectGroupedControls property. Setting the

Re: Custom Control Property

2011-05-30 Thread Scott Rossi
Unless something changed with 4.6.1, setting the selectGroupedControls of groups does not change the number of controls (unfortunately). If you're going to iterate through the number of controls of a card, and you don't want to affect controls in certain groups, you'll need to check whether or

Re: R: Re: R: Re: group a tList

2011-05-30 Thread Klaus on-rev
Buonasera Marion, Am 30.05.2011 um 19:42 schrieb bacches...@tin.it: Messaggio originale Da: kl...@major.on-rev.com Data: 30-mag- 2011 19.32 A: How to use LiveCodeuse-livecode@lists.runrev.com Ogg: Re: R: Re: group a tList Buonasera Marion, Am 30.05.2011 um 19:16

Re: Challenge: Faking 3D extrusion of a polygon

2011-05-30 Thread Michael Kristensen
Hi there Thanks to all for the input about 3D I was not exactly what I wanted though... Please go here and download a couple of stacks to see what i mean. http://forums.runrev.com/viewtopic.php?f=9t=7824p=36629#p36629 Thanks Mic ___ use-livecode

Re: custom stack resize contro

2011-05-30 Thread Jan Schenkel
--- On Mon, 5/30/11, Todd Geist t...@geistinteractive.com wrote: I have tried all of the suggestions in this thread, and while they all work, they all cause a little stutter with my geometry. Specifically I have a group Nav Bar at the top of the card.  This group resizes on resizeStack to

Re: Button Labels With icon

2011-05-30 Thread Jim Lambert
Todd see: http://netrin.on-rev.com/buttonstyling/buttonstyling.html Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

placing a backGround group on pre-existing cards

2011-05-30 Thread Todd Geist
Hello, How does one place background groups on cards that existed before the groups was created? Todd Todd Geist -- geist interactive http://www.geistinteractive.com 805-419-9382 ___ use-livecode mailing list

Re: custom stack resize contro

2011-05-30 Thread Todd Geist
tried that... it doesn't help :( On Mon, May 30, 2011 at 12:47 PM, Jan Schenkel janschen...@yahoo.comwrote: --- On Mon, 5/30/11, Todd Geist t...@geistinteractive.com wrote: I have tried all of the suggestions in this thread, and while they all work, they all cause a little stutter with

Re: Button Labels With icon

2011-05-30 Thread Todd Geist
thanks !!! On Mon, May 30, 2011 at 12:56 PM, Jim Lambert j...@netrin.com wrote: Todd see: http://netrin.on-rev.com/buttonstyling/buttonstyling.html Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: placing a backGround group on pre-existing cards

2011-05-30 Thread Jim Ault
On May 30, 2011, at 1:00 PM, Todd Geist wrote: Hello, How does one place background groups on cards that existed before the groups was created? MenuObject: Place Group [ then select from sub menu ] You can place-remove-place, but be aware that fields that contain data for a card

Re: placing a backGround group on pre-existing cards

2011-05-30 Thread Todd Geist
ty On Mon, May 30, 2011 at 1:34 PM, Jim Ault jimaultw...@yahoo.com wrote: On May 30, 2011, at 1:00 PM, Todd Geist wrote: Hello, How does one place background groups on cards that existed before the groups was created? MenuObject: Place Group [ then select from sub menu ] You can

Re: Simple Game Server -- request for help

2011-05-30 Thread Alex Tweedly
On 30/05/2011 00:36, Björnke von Gierke wrote: One thing to note is that libURL is really bad with repeated request, it just returns request already loading or similar, and there's no easy way to just force it to get the url instead of being annoying. So in an action game or chat environment,

Re: Simple Game Server -- request for help

2011-05-30 Thread Alex Tweedly
On 30/05/2011 00:36, Björnke von Gierke wrote: As you noticed, webservers are really bad at sending data to clients without being prompted first. If you are free to use your own computer as server, i suggest doing it like chatrev, having a server stack that is publicly available on the