 |
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
 | This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

August 25th, 2009, 03:16 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Unable to view data in CSS Properties list
Hi,
On Page 92, when I select View...CSS Properties, it shows on screen for about 2 seconds and then all of the data disappears from view leaving all of the buttons greyed out. Can you help please?
Bill
|
|

August 25th, 2009, 03:40 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
What version of VS / VWD are you running? Did you install Service Pack 1?
And is the control maybe losing focus in the Design View somehow?
Imar
|
|

August 26th, 2009, 05:36 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
CSS Properties view
Hi Imar,
Yes it is losing focus and yes, I have installed SP1. I have however found a work around. If I right click on the tab and choose 'New horizontal tab group' the data appears in the view. If I then right click on the tab and choose 'Move to the previous tab group' everything is as it should be! Strange but there you go! I'm happy with this so thanks anyway and thanks for the prompt reply.
Bill
|
|

August 28th, 2009, 05:22 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Oh right, I think I know what's going one. Someone else reported this issue as well some time ago.
The problem is that you loaded the CSS panel in the Document Window. That means that once the CSS Properties Grid becomes active, the Design View looses focus. Thus the seleced control looses focus and the CSS Properties Grid is cleared.
A separate tab group is an option, but personally I find it much easier to dock the CSS Grid with one of the other panels, like the Toolbox or the Properties Grid.
To make it a tool window rather than a document window, try this:
1. Right click the CSS tab in the Document Window and choose Dockable (it was propably set to Tabbed Document)
2. The Windows now becomes a draggable panel
3. Drag it to the left or right of the screen and dock it with one of the other panels.
Hope this helps,
Cheers,
Imar
|
|

August 28th, 2009, 05:31 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Found the post I was looking for: Manage Styles tab empty in WDM Express 2008
In one of the posts, kiwibrit posted some screenshots that show the CSS Grid in the middle Document Window, rather than docked with, for example, the Toolbox.
Cheers,
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|

August 29th, 2009, 10:44 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Unable to view data in CSS Properties list
Many thanks once again Imar. It makes sense I suppose lol.
|
|
 |