DDSmoothMenu bad CSS layout - css

I use the DDSSmoothMenu tree to build my categories tree. But, I don't know how to fix that problem:
as You can see, there are line-broken categories title. If someone used that menu, know how to force it to display the all titles in one line ? (like that two titles on the left)

As Anish's commented, explicitly setting the width got the job done. Thanks !

Related

yFiles 2 : overlaping and resizing

i try to use yFiles 2 to create a graph with multiple feature. Actually we have something witch work but we lot of behaviours overriding the yworks standard and we want better used it.
We 2 main feature witch cause problems :
no overlaping between our nodes.
a hierachy of node where parent element can be resized but when border intersect with child element we try (if no overlapping) to move it inside his parent.
The idea is too better integrate yworks to benefit standard feature. for example, use standard layout manager and not our one.
Today, we are overriding setSize and setLocation.
I think there is many way to do this. My ideas are :
use override HotSpotMode (updateNodeRealizerBounds) in EditMode.
or override the NodeLayout
Is it the good way ? Is there a better way ?
Thanks for any help!

Removing export formats from pyqtgraph

I am trying to figure out how to remove an export format from the context menu when right clicking in a plot using pyqtgraph. I found the class but I have no idea how to remove any items from here, or altering the right-click menu at all. Any idea on where to start dissecting to get to a solution?
See here: https://groups.google.com/forum/#!topic/pyqtgraph/3jWiatJPilc
There's some info relative to disabling the context menus, but also subclassing ViewBox to redefine some of them as well. I've also subclassed several of the items (GraphicsLayoutWidget, PlotItem..) to allow redefining the context menu for the PlotItems.
The context menu is constructed from several sub-objects. The PlotItem and Viewbox each contribute to what you ultimately see. So finding the right level will be relative to what you're trying to accomplish.

Rolling Text Link

I'm using the code found here to create my text links located on this page. What I am trying to accomplish is having the rollover text be the description of the link ie: 'Insight' goes to the 'About' page. Some of descriptions are too long and are getting cut off and when I try to make them bigger they just overlap the link next to it. Any suggestions on how to fix it or a better method I should be using? Here is the HTML I'm using.
<span data-title="Services">Ingenuity.</span>
Sounds like you're asking for design advice as well.
Judging by the way you have your links presented (each list item with an equal fixed width in a row), a longer description will certainly overlap other links if you do end up finding a solution to make them not "cut off" (it exists, but I'm just not sure if it'll give you a desired result that you're looking for).
Either customize the widths of each list item so they don't overlap, or use some other cool transition (i.e. have the description slide down under the link rather than flip it). That's what I would suggest personally; however, it's up to you to choose what's considered a "better method" of displaying your descriptions.

QTableWidget colors, styles

I'm quite new to Qt and I'd appreciate the ability to customize a QTableWidget. I found a nice CSS-like interface using the stylesheets as shown here
http://doc.trolltech.com/4.3/stylesheet-examples.html#customizing-qtablewidget
However, I need to change some more specific styles (like grid color, items background color and so on).
I couldn't find any documentation describing the properties that might be changed via stylesheets.
Thanks for any help.
EDIT
Thanks, it helped a bit...however i still missed some other properties as grid thickness, but i "solved" it by inserting a row/column with 1px height/width to double the gridline :) And the QTableWidgetItem::setBackgroundColor() was also helpful.
However, I'm still facing some issues with QTableWidgetItem, the text keeps hiding if the column is too slim...only 3 dots appear. Dont you have an idea? I need the text to be visible, even if a bit clipped, but from the problem definition I cannot resize the column.
Isn't
http://doc.trolltech.com/4.3/stylesheet-reference.html#list-of-properties
the list you are looking for?

DRUPAL: replace tags with icons

is there any plugin for Drupal, replacing tags with small icons (see the picture below, the icons are actually small circles, and the different colors are automatically generated.
I need to replace the tags with the circles, for each node, and the starting view.
Furthermore, when the mouse move over the tags, the tag title should appear as pop-up
thanks
Edited: SORRY, here is the image! :)
http://dl.dropbox.com/u/72686/tagsIcons.png
If I understand you correctly, what you are looking for is the taxonomy_image module.
I use it and it works very nicely.
I had to enhance it a little to do what I want inside a View, but other than that it answered my requirements.

Resources