Page 1 of 1

some css left behind after deleting a component (I think)

Posted: Mon Feb 11, 2013 5:26 am
by Bob Fludder

Is there a way to edit the main css files in the new editor ? It seems as though when I delete a component in a panel some css is left behind thus leaving a blank line or more - just want to get rid of it so it displays properly


some css left behind after deleting a component (I think)

Posted: Mon Feb 11, 2013 8:36 am
by Maryna Brodina

Hello! Could you clarify please? You can't delete some code from Panel component?


some css left behind after deleting a component (I think)

Posted: Mon Feb 11, 2013 11:40 pm
by Bob Fludder

OK. What I had was a panel with a list in it. I inserted into the list a grid with 4 columns so I could format the data displayed. That was good and all appeared properly but I thought it needed a "heading" to describe the columns. I couldn't get the component inserted when I dragged the label over it would go anywhere but in the panel and above the list. In one of my attempts I changed the list to have a margin of 100 above it thinking then I could get the label to fit in. No luck so I put it below the list and tried dragging the list down but this wouldn't work either. Finally I then just created a new list and re coded the grid etc so it was now below my heading. Fine so far but then I deleted the original list component and the label I put in for the heading is still 100px down the page with nothing showing above it. When I look at the css for this page I can see a line ".ui-dialog-contain .mobilelist4_wrapper {
margin: 100px 0px 0px 0px!important;/** 0 wrksbsjob without margin */". Now from what I can see mobilelist4 no longer exists in my project (in the old flash version I could easily see this but not all the components show in the heading). Anyway this is why I would like to edit the source somehow.
Hope this helps


some css left behind after deleting a component (I think)

Posted: Tue Feb 12, 2013 2:30 am
by Bob Fludder

Right. Fixed it for now. I did a backup of my project (twice just in case), unzipped it, changed a file where I guessed the name etc, re-zipped it, deleted the project and created it again from the backup I just changed and seems to be fixed... I did try it from an unchanged backup first but that didn't help (did this just in case)