Manipulate the y-axis of ToolTip integrated?

Hi all

... Is quick question there a way to manipulate the position of the y-axis of a ToolTip without using a custom ToolTip? For example, I have an image that has the ToolTip builtin uses and I need to have it appear above the image.

I have a series of images, side by side, at the bottom right of my screen... when a user points to one of the images, because they are already grounded at the bottom right, the ToolTip appears and images covers the user must really pay attention to the text to achieve an image that they are clicking.

< mx:Image id = "cascadePic" source = "{cascadeBtn}" buttonMode = "true" click = "cascadeWindows ()" red = "0" right = "70" = toolTip "click to reorder your widgets staggered one above the other..." / > "

I'm trying to see if there's an easy way to deal with this, without having to dig into the custom tooltips.

Appreciate the help!
Adrian

Nope. If you want to move the ToolTip, tou do Currenttooltip:

http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=tooltips_4.html

If this post answers your question or assistance, please mark it as such.

Tags: Flex

Similar Questions

  • Manipulate the graduations to get finer resolution labeled tick when you zoom in the graphs

    I have a need to achieve a more fine resolution of the tick labeled in my LineChart when I chose to zoom on a narrow of the chart area. It seems that JavaFX has no support to allow the labelling on the scales, only of the graduations.

    I tried to manipulate the minorTickCount property, but it has the opposite effect of what I'm looking for. For example, to increase the number of minor counties does not reduce the distance between the points of major ticks in terms of value of the axis, and I see no obvious way to actually manipulate what should be the distance between the minor graduations / major in terms of value of the axis. This seems all managed by JavaFX, which is too rigid for my taste.

    I really need to find some sort of solution here, I can't have my axes basically get labeled when the zoom is pretty high for all main scale applies do not at all.

    Does anyone have any ideas? This value opens a feature request for--or already exist? I want to be able to manipulate these axes / ticks more than I currently seem to be able to.

    I have never tried to do something like that, but documentation of the API it seems that NumberAxis.setTickUnit (...) must realize what you need (it sets the distance, in units of the axis between the graduations main brands). You could link it to a dependent value upper and lower too, if necessary.

    Another option would be to subclass NumberAxis and override the calculateTickValues method, although it sounds like it might be difficult.

  • How can I reverse the y-axis to have the lowest number at the top?

    Hello, I do a study on the water level of the river and I need to invert the values of the y-axis. It is very easy to do with Microsoft Office Exel but I don't know how to do it with the number.

    I have numbers 3.6.1

    Hi I,.

    I have some difficulty to visualize data and graph is to create. In my mind, data points are projected on the chart to indicate an increase in the level of the surface of the River (or debit) level.

    Perhaps an example of data would be clearer demand.

    Kind regards

    Barry

  • Manual definition of the value axis scaling to a script for two or more axes file

    Hi all

    I've been using tiara for only a few days so I apologize if it's something really easy to do, but I just can't understand it. I am trying to manually set the value of 'End' for the axis is scaling of a parcel in a "report". I figured out how to set this value to one of the axis value by using the following commands:

    Dim oMy2DYAxis

    Set oMy2DYAxis = Report.ActiveSheet.Objects.Item ("2DAxis1"). YAxis

    oMy2DYAxis.Scaling.End =

    However, I can not understand how to do the same, but the value that I have on the right side of the plot for the second axis. I'm sure it must be possible to do this for each y axis, but how can it be done?

    And for extra credit! How would I be able to do a map in the report other than the 'ActiveSheet '? Is there something similar to ' Report.Sheet ("Page 1"). ... "that could be used as opposed to" Report.ActiveSheet. " ...'?

    Thank you!

    -Simeon

    Hi Siliev,

    Here is an example:

    Dim oCurrSheet, iLoop
    Set oCurrSheet = Report.ActiveSheet.Objects ("2D-Axis1")

    iLoop = 1 to oCurrSheet.YAxisList.Count
    MsgBox "Y axis" & iLoop & + "\n" & _
    «Start: "& oCurrSheet.YAxisList (iLoop).» Scaling.Begin & + "\n" & _
    "End:"& oCurrSheet.YAxisList (iLoop). " Scaling.End
    next

    Greetings

    Walter

  • change the properties of the report axis (together begin and end)

    Hey everybody,

    I am a beginner with DIAdem reports and close to despair that I have yet found any solution.

    I wrote a script, which produces reports of various measures with 9 pages (3 2D-slots each, a total of 27 lots).

    Now, I want to put the beginning and the end of the x-axis of certain specific parcels.

    First question: tiara offers something similar to an Object Explorer (for easy access to the names of the objects drawn in a report)?

    I created two GlobalDims called x_time_begin and x_time_end to set these properties, but I don't know how to access these variables in the report (tried @... @ and @... @ the 'Axis settings' tab).

    These variables change for each measure, so each report has a different set.

    The presentation of the State is responsible from a set of. TDMS files and is not altered in the script.

    How can I find the name of a specific plot in the report can access?

    Is it possible to define the range of the x-axis in a variable at all?

    Best regards

    Nils

    Hi Nils,

    It is possible to set the x-axis of begging and positions in the scripts end (see text below).  When you create a report object in the script you can name it anything you want to access later. Otherwise, I think that the default name is the name of the object, of the number (for example the 2D first table is called "2DTable1")

    Dim oMy2DAxisSystem, oMyXScaling
    Report.NewLayout
    Set oMy2DAxisSystem = Report.ActiveSheet.Objects.Add (eReportObject2DAxisSystem, "My2DAxisSystem")
    Set oMyXScaling = oMy2DAxisSystem.XAxis.Scaling
    oMyXScaling.AutoScalingType = eAxisAutoScalingManual
    oMyXScaling.Begin = 0.01
    oMyXScaling.End = 100

    Hope that helps,

    Sadie

  • XY graph with the time axis

    Hello

    I have attached a sample vi in format zip and subvis.zip. In this vi, I have an output waveform which I got after each run. I circled this waveform output in red to the "waveform.jpg".

    Now, what I want to do is;

    I want to change the x-axis of waveform (red circled in the "waveform.jpg" scale of real time (but only in a few seconds) as the one given in attachment (second digit).

    I tried many things, but do not allow to get.

    Please help me!

    Mech,

    In your University chart, go to 'ladders '. In your time (x axis), under scale factors, type 0.001 in the multiplier section.

    Kind regards

    Lucither.

  • How can I set the time axis on my waveform table to show run time that is to say whenever I start the program I should have 0 as the starting point

    How can I set the time axis on my waveform table to show run time that is to say whenever I start the program I should have 0 as the starting point. I've been messing around with the without success. I'm under Labview 2012.

    Thank you!

    Townes wrote:

    I can't understand what you mean. I have no formal training with labview. It took me a long time to write the simple program that I joined. Any guidance would be greatly appreciated!

    Its pretty normal for a beginner to take the time to write code. Right-click the map of waveform > Create > property node > historical data, you will get a property node, keep this at the beginning of the code and create a constant. You can also go to the VI properties and > run and select "clear indicators when it is called.

    I recommend you to go through the basic materials of LabVIEW which will give you an understanding on the basics of bases/components of LabVIEW.

  • Manipulate the menu refnum

    Is it possible to manipulate the paths menu item in the same way that you can manipulate the paths?  With the files, you can build paths and trails band will get where you want to go, but I don't see any way to do with menus.

    I have an application that dynamically generates the menus.  When a user selects a menu item, I want to give him a check, but I want to uncheck all the other menu items that are in the same submenu.  If the menu items are fixed, it's not a problem, but if the menu items are dynamic, I'm having a devil of a time.

    I solved my problem.  I had a typo in very stupid that I didn't notice.

  • Drawn 2 data 2 the value axis on the chart of waveform

    is it possible to put 2 y-axis on a waveform graph?

    1 left and the other more appropriate?

    as I have 2 data sets, A and B.

    I would like that my data is plotted using the left side of the y-axis which is 0.5 to 5

    B data on the right side of the axis y from-25 to 105

    the two using the same x-axis

    I have all the data I need, but now I can only understand 1 tracing of data but not the other I need to be together in 1 graphic data of the two.

    any idea?

    Hi number,.

    did you read what I wrote?

    Right-click on the scale of it, select "double ladder". Right-click the scale newly created, select "Swap" side Right-click the properties of the plot in the legend of the plot and select 'Scale Y'-> 1 scale!

  • Is it possible to scroll on the y-axis of a graph of digital waveforms?

    Hello!

    I use LV 8.5.1 and I want to draw 64 signals on a graph of digital waveforms.

    But if the graphic is too small, I see not all signals, and if I enable auscale on the Y axis, so the signals are not recognizable.

    Is it possible to activate the scrollbars on the y-axis?

    Thank you.

    Hello!

    Try to use the nodes property Y scale with a slider horizontal/digital control. As:

    Find it here:

    I hope this helps!

  • Reversal of the y-axis on a Basler scA640-70gc using labview

    I run a scA649-70gc Baslar to give me a stream live experiences running in another room, however the picture I get is upside down and flipping the camera physically is not an option. Does anyone know a way view laboratory could solve the problem?

    Try using IMAQ symmetry in the palette of image Manipulation.  He reverses the images and possibly turns them.  Try the first three options and see what is happening in the image.  I want the flip around the horizontal axis for vertical turning.  If I remember correctly, flipping around the Center rotation 180 degrees so it's what you want.

    If none of them only what you want, take a look at IMAQ turn.  Who can turn an image of an arbitrary number of degrees, including 180.  I think she's doing a more complicated manipulation, it would be much slower than the symmetry.  If you need to, you could probably make a vertical and horizontal flip using symmetry faster than a rotation.

    Bruce

  • I normalizes some physiological signals on the y-axis (easy), but how I standardize on the y-axis?

    I normalizes some physiological signals on the y-axis (easy), but how I standardize on the y-axis?  The waveforms range from a length of 200 to 500 datapoints.


  • Rename the slider axis label in a XY graph

    Hello

    I'm using Labview 8.2 and want to Relabel the axis of the cursor for a XY chart legend. Leticia cursor currently contains X (for the X axis) and Y (Y axis). I wish I could rename the labels for the x-axis and Y Leticia of slider to give the user a more precise description of the labels of the axis.


  • Battery on the Controller PERC 6 / i integrated Poweredge R900 and 2950.

    Hi, we have this error below Poweredge R900 and Poweredge 2950 for 4 days now, I hope that he will be gone after 7 days (such as by Maximum learning delay)

    Battery on the Controller PERC 6 / i integrated:

    Name battery 0
    Degraded state
    Loan of State capacity
    Learn the State duly
    Next time learn 0 hours
    Learn 7 days 0 hours maximum
    Learn the Auto Mode

    In case the error continues after 7 days, is there any solution to this? or replace the battery if error remains.

    I had been searching for the right part No. battery so that we can order in advance, thank you for giving the battery part No. for Poweredge R900 and 2950 Controller PERC 6 / i integrated.

    Thank you much in advance.

    concerning

    Rais info is stored on the discs should not be a problem

    R900 page 84 support.dell.com/.../XK9460D.pdf

    2950 page 74 support.dell.com/.../hom.pdf

  • How to manipulate the apex error to avoid lost database updates?

    Hello


    I'm looking for a way to manipulate the user error message hostile apex to avoid lost database updates. It seems that the message to the error handling function is not routed.


    Any ideas?


    THX.

    Gerd

    Hello

    Try the APEX error code. DATA_HAS_CHANGED

    Kind regards

    Jari

Maybe you are looking for

  • How to lock the JPEG files to be uncopyable

    Hi all I have a lot of JPEG (pictures) files on my USB flash memory. I give to my clients to look at these pictures and choose a (can I make their order based on this selection). I want that they can look at the pictures but cannot copy or drag-and -

  • my email address has been hacked

    my email address has been hacked and I'm shut out of it I tried to answer the questions of security to open it, but it does not any help would be appreciated

  • Media Player error "a problem caused blocking the program works correctly. Windows will close the program and notify you if a solution is available.

    Hello Whenever I try to play something or burn something using Media Player, I get a message.  "A problem caused blocking the program works correctly.  Windows will close the program and notify you if a solution is available. Help Jason

  • Hyperion SQR 2.5 migration

    We would like to know if it is possible to migrate written reports with 2.5 SQR (Solaris 8, Sybase 11.9.2) for Hyperion SQR Production Reporting (11.0 Solaris, Sybase 15.7)?Thanks in advance for your answers.

  • Lost archive log?

    Hi all11.2.0.3I'm migrating to a new server so I installed oracle new to this all the old server db Server export then import to the new server.on the new server, I have to first deactivate archivelogs so he used to generate a lot of newspapers while