The datatip tag has no wiki summary.
4
votes
2answers
74 views
Is there an easy way to pin a DataTip in Visual Studio 2010
Sometimes pinning a DataTip in Visual Studio 2010 is not very easy using the mouse, e.g:
If the DataTip is very long (as shown above), it can be quite tricky to move the mouse cursor from the ...
2
votes
3answers
243 views
VS2010 Debugging: Display Datatip w/o mouseover (use keyboard)?
I'm in VS2010, on a breakpoint. How can I cause a datatip to be displayed for a given variable/expression w/o using my mouse to hover it?
1
vote
1answer
32 views
Override Data Tip Circle
In flex charting you can customize the box which displays datatip information, but is there any easy way of changing the little circle which is displayed next to the datatip box?
...
1
vote
1answer
71 views
Visual Studio 2010 no longer showing DataTips during debug
Once upon a time, I could hover over any variable while debugging and stopped at a break-point, and would be able to get that variable's properties and values. I recently discovered this functionality ...
1
vote
3answers
2k views
How can I display numbers with higher precision in a MATLAB data cursor?
I have a problem with precision loss. I imported a set of values from a CSV file into MATLAB 7 using the following code:
function importfile(fileToRead1)
%#IMPORTFILE(FILETOREAD1)
%# Imports data ...
0
votes
1answer
17 views
how can i get the the class of Datatip?the datatip do not disappear
there is a question:
public var panelProcess:VBox;
panelProcess = new VBox();
panelProcess.addChild(sf);
panelProcess.setStyle("horizontalAlign","center");
...
0
votes
0answers
30 views
Selfdismissing Datatips in Flex Mobile?
My App (created with Flex 4.6), shows some Charts. If I test my app on a android device (Samsung Galaxy S2) the app works fine (on touching a chartItem e.g. a bubble from the bubbleChart, and the ...
0
votes
1answer
180 views
Setting different Chart DataTip styles in Flex Components
I have a following issue:My task is to style a datatip for two charts in Flex 4.5.Both charts reside in two different <Group> based components which are added to the <Application>
So ...
0
votes
0answers
70 views
Positioning a datatip on a datagrid
I have a custom datagrid actionscript component that dynamically controls which columns are displayed based on the width of the datagrid. When the mouse is over a particular row, all the data for that ...
0
votes
0answers
38 views
Overlapping datatips on chart
I have a chart that I need to display datatips on. To the right of the chart I have checkboxes and various other controls. The general idea:
<HBox>
<Chart>
<VBox> ...
0
votes
2answers
455 views
Flex 3 LineChart data tip won't display with single data point?
In Flex 3, I have a line chart.
My data provider for the line chart contains only one item.
When i draw the line chart, it plots the point. But it doesn't show the data tip.
It works if more than ...
0
votes
0answers
63 views