Re: Deleting a Control in LC8 DP16 in the IDE

2016-03-29 Thread J. Landman Gay
On 3/29/2016 8:43 PM, Mark Wieder wrote: On 03/29/2016 06:31 PM, Paul Hibbert wrote: Bill, There is a ‘Trash’ icon in the bottom row of tools in the PB, the only downside is it asks for confirmation before deleting, or you can double click the control in the PB, it should be selected if the

Re: Deleting a Control in LC8 DP16 in the IDE

2016-03-29 Thread William Prothero
Arrrggghhh! I knew about the trash can, but forgot it. Dang! In my process, I accidentally deleted a group and I thought it was just going to disappear from the card it was on, and it deleted the entire group. Fortunately, I’m just playing with the UI controls, etc, and it was quickly fixed,

Re: Deleting a Control in LC8 DP16 in the IDE

2016-03-29 Thread Mark Wieder
On 03/29/2016 06:31 PM, Paul Hibbert wrote: Bill, There is a ‘Trash’ icon in the bottom row of tools in the PB, the only downside is it asks for confirmation before deleting, or you can double click the control in the PB, it should be selected if the card is visible, then you can hit delete.

Re: Deleting a Control in LC8 DP16 in the IDE

2016-03-29 Thread Paul Hibbert
PM, William Prothero <proth...@earthednet.org> wrote: > > In Version 7, I can delete a control, by selecting the control in the Project > Browser, and clicking “Delete”. This doesn’t happen in LC8 DP16, on OSX. > > Bug? I can delete it by selecting it on the stage and clicking

Deleting a Control in LC8 DP16 in the IDE

2016-03-29 Thread William Prothero
In Version 7, I can delete a control, by selecting the control in the Project Browser, and clicking “Delete”. This doesn’t happen in LC8 DP16, on OSX. Bug? I can delete it by selecting it on the stage and clicking “Delete”. I remember something about this mentioned on the list, but can’t find

Re: LC8 DP16

2016-03-27 Thread Mark Wieder
On 03/27/2016 07:33 PM, Sannyasin Brahmanathaswami wrote: I've been building GUI from ground zero today in LC8 dp16 and it's gets worse and worse the longer the session remains open. The inspector switch to "revFrontScriptLibrary" starts to occur more and more frequently. Now I ju

Re: LC8 DP16

2016-03-27 Thread Sannyasin Brahmanathaswami
I've been building GUI from ground zero today in LC8 dp16 and it's gets worse and worse the longer the session remains open. The inspector switch to "revFrontScriptLibrary" starts to occur more and more frequently. Now I just opened the project browser and it is completely blank.

Re: LC8 DP16

2016-03-27 Thread Mark Wieder
On 03/27/2016 06:42 PM, William Prothero wrote: I see similar behaviors in the IDE in DP16. It seems to forget which stack is in focus and does unexpected things. I tried using the Project Browser yesterday, and three times I deleted the wrong object because I couldn't tell which one was

Re: LC8 DP16

2016-03-27 Thread William Prothero
I see similar behaviors in the IDE in DP16. It seems to forget which stack is in focus and does unexpected things. Bill > On Mar 26, 2016, at 12:17 PM, Sannyasin Brahmanathaswami > wrote: > > I had an odd incident in a different context but similar "paradigm" i.e. as > if

Re: LC8 DP16

2016-03-26 Thread Sannyasin Brahmanathaswami
I had an odd incident in a different context but similar "paradigm" i.e. as if the IDE lost track or the focused object/stack. I had a stack open, a button selected, and the inspector open, and the graphics effects selected in the inspector. I pressed delete to delete the button. Instead of

Re: LC8 DP16

2016-03-25 Thread p...@livecode.org
Bill, I tried this and saw the problem once!, but now I’m not seeing it happen again. That’s kind of a familiar scenario with LC8 for me, often makes me think I’m doing something wrong, but then I can’t find enough evidence to make a recipe for a bug report. When I get a few minutes spare

Re: LC8 DP16

2016-03-24 Thread William Prothero
Kay, Tnx for trying this out. My stacks were more complex and I was trying to convert a stack that used mobGUI elements and I couldn’t get rid of them. Then I was trying to copy code from one stack to another and the IDE appeared to get confused. I’ll fiddle with it more and see if I can come

Re: LC8 DP16

2016-03-24 Thread Kay C Lan
On Fri, Mar 25, 2016 at 4:41 AM, William Prothero wrote: >If you have two stacks open, then try to create a new card in the stack in the >front, it creates doesn’t create a card in the selected stack. It appears at >the top of the Project Browser, on a line by itself or

LC8 DP16

2016-03-24 Thread William Prothero
Folks: I’m noticing a problem with the Project Browser in DP16. If you have two stacks open, then try to create a new card in the stack in the front, it creates doesn’t create a card in the selected stack. It appears at the top of the Project Browser, on a line by itself or in the other stack.

Re: LC8 DP16 oddities, dataGrid?

2016-03-23 Thread Earthednet-wp
Ali, It was the lack of the columns inspector pane that I was referring to. Sorry for my posting being opaque.. No worries, I went back to v7 and changed it, then back to v8. I'm glad the column inspector is coming back in next release. Thanks! Bill William Prothero http://es.earthednet.org

Re: LC8 DP16 oddities, dataGrid?

2016-03-23 Thread Ali Lloyd
Hi Bill, Could you be more specific? The dataGrid pane of the property inspector is just the bit that was in the Basic pane of the old property inspector under the Data Grid: --- section. The Columns pane was missing and will be there in the next build

LC8 DP16 oddities, dataGrid?

2016-03-22 Thread William Prothero
Folks: I’ve been using DP16 for awhile, and find 1: When setting the alignment of text in a text field, with the property inspector, you have to click twice to get it to set the alignment. Minor, but… 2: Datagrid. The property inspector for the datagrid is now totally opaque. The V7 version was

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread Richard Gaskin
William Prothero wrote: ... > set the fontStyle of fld tName to bold Been spending too much time with CSS lately? :) I think that should be: set the textStyle of fld tName to bold -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread William Prothero
the > plot image is captured, and the fields are deleted. In LC8 DP16, I find that > the field heights are messed up. I create the field and put text in it using > the following function: > > I know that fields work differently in version 8, but I thought the > formattedHeight and f

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread Earthednet-wp
Monte, Tnx, but I've solved that one. What's screwing me up is that the formattedHeight and formattedWidth don't give the correct answers. I don't know if it's a bug or something that's changed with the updated field code. I can fix it by adding to the margins. I just hate to do a workaround

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread William Prothero
nd formattedWidth >> to return dimensions of a rect that will show all of the text in a field? > > Sorry? The (modified) function works here as it should, I wrote "works fine > here". > I think that simply the fixedTextHeight isn't set to true any more by > default. >

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread Earthednet-wp
fontStyle of fld tName to bold > * set the rect of fld tName to "0,0,"& \ >(the formattedWidth of fld tName) &","&\ >(the formattedHeight of fld tName) > * return the rect of fld tName > end iml_makeField >> == > >

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread Monte Goulding
> On 18 Mar 2016, at 4:39 PM, Earthednet-wp wrote: > > So, I guess we can't count on the formattedHeight and formattedWidth to > return dimensions of a rect that will show all of the text in a field? I > would like to keep the rect of the field as small as possible. I

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread Dave Kilroy
es 90% of the time, and the last 10% takes the other 90% of the time." Peter M. Brigham -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Problems-creating-a-field-in-LC8-DP16-tp4702326p4702339.html Sent from the Revolution - User mailing list archive at

Problems creating a field in LC8 DP16

2016-03-19 Thread William Prothero
Folks: My plot routines use fields as labels. Fields are created on the fly, the plot image is captured, and the fields are deleted. In LC8 DP16, I find that the field heights are messed up. I create the field and put text in it using the following function: I know that fields work differently

Re: Problems creating a field in LC8 DP16

2016-03-19 Thread William Prothero
:58 PM, William Prothero <proth...@earthednet.org> > wrote: > >> Folks: >> My plot routines use fields as labels. Fields are created on the fly, the >> plot image is captured, and the fields are deleted. In LC8 DP16, I find >> that the field heights are messed

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread -hh
me to bold * set the rect of fld tName to "0,0,"& \ (the formattedWidth of fld tName) &","&\ (the formattedHeight of fld tName) * return the rect of fld tName end iml_makeField > == -- View this message in context: http://runtime-revolution.278305.n4.

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread -hh
Height isn't set to true any more by default. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Problems-creating-a-field-in-LC8-DP16-tp4702326p4702332.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread -hh
the > text? I’m content to use my margins adjustment, but hope it doesn’t need > to be revisited in the future. If so, it’s a small thing, but... -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Problems-creating-a-field-in-LC8-DP16-tp4702326p470235

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread Richard Gaskin
William Prothero wrote: Is this a bug? Shouldn’t the formattedHeight and formattedWidth show the text? I’m content to use my margins adjustment, but hope it doesn’t need to be revisited in the future. If so, it’s a small thing, but... The code looks like it should work, and here

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread Trevor DeVore
On Thu, Mar 17, 2016 at 9:58 PM, William Prothero <proth...@earthednet.org> wrote: > Folks: > My plot routines use fields as labels. Fields are created on the fly, the > plot image is captured, and the fields are deleted. In LC8 DP16, I find > that the field heights are m