How to listen to scrolling

Hi,
is it possible to listen to scrolling event on e.g. ListView? Something like:
myList.setOnScrolling(new EventHandler<Event>() {
            @Override
            public void handle(Event t) {
                System.out.println(t);
});I would like to be notified every time when the visible content of my list might be changed.

Run this code after you have placed your listview on a visible stage:
for (Node node: listview.lookupAll(".scroll-bar")) {
  if (node instanceof ScrollBar) {
    final ScrollBar bar = (ScrollBar) node;
    bar.valueProperty().addListener(new ChangeListener<Number>() {
      @Override public void changed(ObservableValue<? extends Number> value, Number oldValue, Number newValue) {
        System.out.println(bar.getOrientation() + " " + newValue);
}You can find a complete example here: https://gist.github.com/1684622

Similar Messages

  • How to make SMOOTH scrolling with Jtable in Swing automatically ?

    Hi All,
    I'm coding for a price board program, with all records I designed a table for them. So now I want to scroll automatically for all records on that table for customers viewing them. The problem that I can make it scroll smoothly ! Currently I use this block code :
    Thread scollTable;
    int scrollCount = 38;
    public void scrollTable(final int records) {
    if (scollTable == null) {
    scollTable = new Thread() {
    @Override
    public void run() {
    try {
    while (true) {
    if (scrollCount == 38) {
    jTable1.setRowSelectionInterval(scrollCount, scrollCount);
    scrollRowToVisible(scrollCount, jTable1);
    Thread.sleep(4000);
    jTable1.setRowSelectionInterval(scrollCount, scrollCount);
    scrollRowToVisible(scrollCount, jTable1);
    Thread.sleep(1000);
    scrollCount++;
    if (scrollCount == records) {
    scrollCount = 0;
    Thread.sleep(4000);
    jTable1.setRowSelectionInterval(scrollCount, scrollCount);
    scrollRowToVisible(scrollCount, jTable1);
    scrollCount = 38;
    continue;
    } catch(Exception ex) {
    if (!scollTable.isAlive()) {
    //scollTable.setPriority(7);
    scollTable.start();
    public void scrollRowToVisible(int row, JTable table) {
    Rectangle cellRect = table.getCellRect(row, 0, true);
    Rectangle visibleRect = table.getVisibleRect();
    cellRect.x = visibleRect.x;
    cellRect.width = visibleRect.width;
    table.scrollRectToVisible(cellRect);
    The problem I think the progam can not run smoothly with scroll :
    scrollRowToVisible(scrollCount, jTable1);
    Thread.sleep(1000);
    scrollCount++;
    Any helps,
    Thanks.
    Edited by: onlysang2004 on Aug 4, 2009 2:22 AM

    Could you please tell me more detail ? I studied about Swing recently ! I found a link for that javax.swing.Timer : http://forums.sun.com/thread.jspa?threadID=5366085&messageID=10603235#10603235 but how can I use ? In my price board screem doesn't have ActionListener object or button to listen to submit. Can I create an ActionListener object ? Please help me more, how to run smooth scrolling automatically !
    public class ViewElectricHaSTC extends JFrame {
    Thread scollTable;
    public ViewElectricHaSTC(Options options) throws Exception {
    scrollTable(options.getRecord());
    int scrollCount = 38;
    public void scrollTable(final int records) {
    if (scollTable == null) {
    scollTable = new Thread() {
    @Override
    public void run() {
    try {
    while (true) {
    if (scrollCount == 38) {
    //jTable1 created with initComponents method
    jTable1.setRowSelectionInterval(scrollCount, scrollCount);
    scrollRowToVisible(scrollCount, jTable1);
    Thread.sleep(4000);
    jTable1.setRowSelectionInterval(scrollCount, scrollCount);
    scrollRowToVisible(scrollCount, jTable1);
    Thread.sleep(1000);
    scrollCount++;
    if (scrollCount == records) {
    scrollCount = 0;
    Thread.sleep(4000);
    jTable1.setRowSelectionInterval(scrollCount, scrollCount);
    scrollRowToVisible(scrollCount, jTable1);
    scrollCount = 38;
    continue;
    } catch(Exception ex) {
    if (!scollTable.isAlive()) {
    //scollTable.setPriority(7);
    scollTable.start();
    public void scrollRowToVisible(int row, JTable table) {
    Rectangle cellRect = table.getCellRect(row, 0, true);
    Rectangle visibleRect = table.getVisibleRect();
    cellRect.x = visibleRect.x;
    cellRect.width = visibleRect.width;
    table.scrollRectToVisible(cellRect);
    Edited by: onlysang2004 on Aug 4, 2009 7:23 PM

  • How do you add scrolling to a view in TabbedViewNavigatorApplication?

    This is a mobile app for iOS.
    This particular view includes a series of questions. Answers are posted at the top, with new questions appearing below, meaning that the page gets longer and eventually extends somewhat below the bottom on landscape view.
    Thanks to another post, I was able to work out that mx.core.FlexGlobals.topLevelApplication.aspectRatio reliably returns either "landscape" or "portrait." The other width and height variables do not seem to be reliable.
    Listening to the ViewNavigatorEvent.REMOVING event reliably allows me to re-orient components, using Actionscript, as the user changes the orientation.
    The final part of the solution is to add scrollbars on the landscape view, so that things in that orientation don't become inaccessible.
    So the question is: How does one add scrolling to a View in TabbedViewNavigatorApplication, in a way that allows the user to re-orient the device as desired?
    I know I'm supposed to wrap the scroller around the component. I've tried this in multiple ways, and haven't stumbled on the right method (Im more familiar with Flex 3 than with Flex 4). I haven't seen a solution posted anywhere, though I have read Adobe documentation stating that it is possible. I've read the posts in this forum back to the release of Flex 4.5.1 and haven't seen a solution. Copy and paste code, including import statements, would sure be appreciated.
    Thanks.

    I would like to know this too.
    Howdo you enable scrolling of a TabbedViewNavigatorApplication?
    If I have 10 tabs but only wish to view 3.5 tabs at a time, how do I do this?

  • How do I use GarageBand as a amp/speaker to listen to my Electronic Drum set? I have a MIDI-USB cord already but I can't figure out how to listen to my set through the software using my computer speakers?

    How do I use GarageBand as a amp/speaker to listen to my Electronic Drum set? I have a MIDI-USB cord already but I can't figure out how to listen to my set through the software using my computer speakers?

    If you want to listen to the sounds of your drum set, you should use an audio cable and connect it to the computer's line-in, then create a real instrument track.
    If you use a Midi/USB interface, you'll have to create a software instrument track and select one of GB's drumsets as the instrument. Hopefully your drumset's midi notes are mapped to the right sounds in GB.

  • How to add a scrolling text in portrait with iMovie

    how to add a scrolling text in portrait with iMovie

    This is how i was able to do it. Edit html source.
    <div align="center"><marquee id='scroll_news4' bgcolor=#ff9966 "><font color="#000000" size="+1" ><strong>Outlook is down! IT is working on it! </strong></font></marquee></div>
    <input type='Button' value='Stop' id ='b1' onClick='button_click()';>
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    function button_click()
    if(document.getElementById('b1').value=="Start"){
    document.getElementById('b1').value="Stop";
    document.getElementById('scroll_news4').start();
    }else{
    document.getElementById('b1').value="Start";
    document.getElementById('scroll_news4').stop();
    // End -->
    </script>

  • How to get motion scroll in adobe muse?

    I can't find motion scroll effect in Window Menu and properties bar. So how to get motion scroll in adobe muse. U have any idea?

    Hi,
    could you please add a screenshot of the windows tab so that we can see what is wrong?

  • How could control the scroll events in ALV OO?

    Hello experts!
    I'm programing a report, inside there is a field that need time of processing. I'm using ALV OO.
    I have thought that it could only calculate the field for the lines that visualize.
    How could control the scroll events to calculate the field of the visualized lines?
    I'm using CL_SALV_TABLE class and cl_salv_events_table to control the events, but there aren't any event to control the scroll.
    best regards!

    Hi Sriram,
    I did view the information that you was attaching, but this don't resolve my problem. With methods get_scroll_info_via_id and set_scroll_info_via_id, we can get and put information of selection and view rows in the screen but we don't control when the user click in the scroll for advance or to back down a page.
    I would like to refresh the data in ALV when the user view news rows.
    I want your genial ideas.
    Best regards!

  • How to make a scroll Bar with buttons

    Hi all,
    I am using Flash cs6 on an iMAC running 10.7.2
    I would like to know if anyone could please point me to a tutorial, showing "how to create a scroll bar with buttons". I am having a heck of a time finding a tutorial.
    Many thanks in advance.
    regards,
    DH

    http://learnola.com/2008/10/27/flash-tutorial-create-a-custom-scrollbar-with-actionscript/

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • How to get a scroll bar to the applications popup by default?

    How to get a scroll bar to the applications popup by default when clicked the applications folder from the dock? If I have so many applications that they do not fit in the default area, I have to find out myselft that I have to scroll the content before the scroll bar appears. This leads to "where is my missing applications questions" by the novice users with Mountain Lion.

    System Preferences > General > Show scroll bars.
    Click the button by the side of "Always".
    Best.

  • How to add the scroll bar in the vertical photo gallery?

    like this, how to add the scroll bar? http://www.flashvault.net/tutorial.asp?ID=288 Thanks,

    I want to know how to add a vertical scroll bar in the photo gallery which I copied from the tutorial. And add the event to catch MouseEvent.CLICK for each photo. Please advise. Thanks,

  • How to listen to the action in the action performed inside

    I have a code in actionperformed inside that add the listener, how the listener work or listen?
    public void actionPerformed(ActionEvent e){
           JMenuItem item = (JMenuItem)e.getSource();
            String ac = item.getActionCommand();
            if (ac.equals("Reset User Login Status"))
                         p1.removeAll();
                         p1.add(label1);
                      p1.add(menuBar);
                    display dis = new display();
                      table=dis.display();
                         table.setBounds(new Rectangle(10, 50, x-120, y-160));
                         table.getTableHeader().setBounds(new Rectangle(10, 30, x-20,20));
                         table.getModel().addTableModelListener(this);
                         btn_update = new JButton("Update");
                         btn_update.setBounds(new Rectangle(x-110, y-100, 90, 40));
                         //*****This below the listener, how it work???
                         btn_update.addActionListener( this );  
                         p1.add(btn_update); 
                         p1.add(table);
                         p1.add(table.getTableHeader());
                         p1.repaint();
                         p1.revalidate();
                         dis.close();
                    }

    To be simple i have attached the full code and try to higlighted the part with comment:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.text.*;
    import javax.swing.table.*;
    import java.text.ParseException;
    import java.io.*;
    import javax.swing.AbstractButton;
    import java.util.StringTokenizer;
    import javax.swing.event.*;
    public class gui extends JFrame implements ActionListener,TableModelListener{
    JLabel label1,label2,label3,label4,errlabel;
    JButton btn1,btn2,btn3;
    JTable table;
    JPasswordField passFld;
    JButton btn_update;
    static JFormattedTextField idFld;
    JFormattedTextField custFld;
    JMenuBar menuBar;
    JMenu menu;
    JMenuItem menuItem;
    DefaultTableModel tabModel;
    StringTokenizer tokenizer;
    static String id;
    static String userRole;
    JPanel p1;
    int x;
    int y;
    display d1;
    String [] arg;
    public gui(String args) {
                    Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
                    x = (screen.width);
                    y = (screen.height);
                    StringTokenizer tokenizer = new StringTokenizer (args, ";");
                    id = tokenizer.nextToken();
                    userRole = tokenizer.nextToken();
                    System.out.println(userRole+""+id);
                    this.setDefaultLookAndFeelDecorated(true);
                    this.setTitle("FOREX Trading System");
                    this.setSize(new Dimension(x, y));
                    //this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    addWindowListener(new WindowAdapter(){
                    public void windowClosing(WindowEvent we){
                    update.main("UPDATE System_user SET LOGIN_STATUS = 0 WHERE USER_ID ='"+id+"'");
                    System.exit(-1);
                    p1 = new JPanel();
                     //Create the menu bar.
                    menuBar = new JMenuBar();
                        menuBar.setBounds(new Rectangle(0, 0, x, 25));
                     //Build the first menu tab.
                     menu = new JMenu("Dealer");
                     menu.setMnemonic(KeyEvent.VK_D);
                     menu.getAccessibleContext().setAccessibleDescription(
                     "For Dealer Acess Only");
                     menuBar.add(menu);
                     //Assign access right
                     if(userRole.equals("Dealer"))
                     menu.setEnabled(true);
                     else
                     menu.setEnabled(false);
                     menuItem= new JMenuItem("Key Deal");
                     menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_K);
                    menu.add(menuItem);
                    menuItem= new JMenuItem("Amend Deal");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_A);
                    menu.add(menuItem);
                    menuItem = new JMenuItem("Cancel Deal");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_C);
                    menu.add(menuItem);
                    menuItem = new JMenuItem("Close Position");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_P);
                    menu.add(menuItem);
                    //Another Menu tab
                    menu = new JMenu("Teller");
                     menu.setMnemonic(KeyEvent.VK_T);
                     menu.getAccessibleContext().setAccessibleDescription(
                     "For Teller Acess Only");
                     menuBar.add(menu);
                     //Assign access right
                     if(userRole.equals("Teller"))
                     menu.setEnabled(true);
                     else
                     menu.setEnabled(false);
                     menuItem = new JMenuItem("Settle Deal");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_S);
                    menu.add(menuItem);
                    menuItem = new JMenuItem("Create Customer Profile");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_C);
                    menu.add(menuItem);
                    menuItem = new JMenuItem("Close Position");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_P);
                    menu.add(menuItem);
                    menuItem = new JMenuItem("Daily Balance");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_D);
                    menu.add(menuItem);
                     //Another Menu tab
                    menu = new JMenu("Settlement");
                     menu.setMnemonic(KeyEvent.VK_S);
                     menu.getAccessibleContext().setAccessibleDescription(
                     "For Settlement Acess Only");
                     menuBar.add(menu);
                     //Assign access right
                     if(userRole.equals("Settlement"))
                     menu.setEnabled(true);
                     else
                     menu.setEnabled(false);
                     menuItem = new JMenuItem("GL Audit Trail");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_G);
                    menu.add(menuItem);
                    menuItem = new JMenuItem("Generate Payment Report");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_P);
                    menu.add(menuItem);
                    menuItem= new JMenuItem("Create/Edit Payment mode ");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_C);
                    menu.add(menuItem);
                    //Another Menu tab
                    menu = new JMenu("View");
                     menu.setMnemonic(KeyEvent.VK_V);
                     menu.getAccessibleContext().setAccessibleDescription(
                     "For View Only");
                     menuBar.add(menu);
                      //Assign access right
                     if(userRole.equals("Dealer")||userRole.equals("Teller"))
                     menu.setEnabled(true);
                     else
                     menu.setEnabled(false);
                     menuItem = new JMenuItem("Customer Profile");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_C);
                    menu.add(menuItem);
                    menuItem= new JMenuItem("Contrated Deal");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_D);
                    menu.add(menuItem);
                    //Another Menu tab
                    menu = new JMenu("Administrator");
                     menu.setMnemonic(KeyEvent.VK_A);
                     menu.getAccessibleContext().setAccessibleDescription(
                     "For Teller Acess Only");
                     menuBar.add(menu);
                       //Assign access right
                     if(userRole.equals("Administrator"))
                     menu.setEnabled(true);
                     else
                     menu.setEnabled(false);
                     menuItem= new JMenuItem("Set Currency & Rate");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_S);
                    menu.add(menuItem);
                     menuItem= new JMenuItem("Create/Remove User");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_C);
                    menu.add(menuItem);
                    menuItem= new JMenuItem("View Login Status");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_V);
                    menu.add(menuItem);
                    menuItem = new JMenuItem("Reset User Login Status");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_U);
                    menu.add(menuItem);
                    menuItem= new JMenuItem("Reset Daily Report");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_R);
                    menu.add(menuItem);
                    //Another Menu tab
                    menu = new JMenu("Logout");
                     menu.setMnemonic(KeyEvent.VK_O);
                     menu.getAccessibleContext().setAccessibleDescription(
                     "For Logout");
                     menuItem= new JMenuItem("Exit");
                    menuItem.addActionListener( this );
                    menuItem.setMnemonic(KeyEvent.VK_X);
                    menu.add(menuItem);
                     menuBar.add(menu);
                     label1= new TimeLabel()     ;
                     label1.setBounds(new Rectangle(x-80, 0, 80, 30));
                     p1.setLayout(null);
                     p1.add(label1);
                     p1.add(menuBar);
                     getContentPane().add(p1);
        public void actionPerformed(ActionEvent e){
             JMenuItem item = (JMenuItem)e.getSource();
            String ac = item.getActionCommand();
                   //---Below this btn_update is not working            
                    if (e.getSource()==btn_update)
                    System.out.println("A");
           if(ac.equals("Key Deal"))
                     label2 = new JLabel("Customer Name:");
                     label2.setBounds(new Rectangle(40, 40, 200, 30));
                     try{
                     MaskFormatter mf1 = new MaskFormatter("????");
                     custFld= new JFormattedTextField(mf1);
                     custFld.setBounds(new Rectangle(250, 40, 140, 30)); 
                    catch(java.text.ParseException exc)
                     //Error message
                     p1.add(label2);
                     p1.add(custFld);
                     p1.repaint(); 
             if (ac.equals("View Login Status"))
                         p1.removeAll();
                         p1.add(label1);
                      p1.add(menuBar);
                    display dis = new display();
                      table=dis.display();
                         table.setBounds(new Rectangle(10, 50, x-120, y-160));
                         table.getTableHeader().setBounds(new Rectangle(10, 30, x-20,20));
                         table.setEnabled(false);
                         table.setRowSelectionAllowed(false);
                         table.setColumnSelectionAllowed(false);
                         p1.add(table);
                         p1.add(table.getTableHeader());
                         p1.repaint();
                         p1.doLayout();
                         dis.close();
                 if (ac.equals("Reset User Login Status"))
                         p1.removeAll();
                         p1.add(label1);
                      p1.add(menuBar);
                    display dis = new display();
                 table=dis.display();
                         table.setBounds(new Rectangle(10, 50, x-120, y-160));
                         table.getTableHeader().setBounds(new Rectangle(10, 30, x-20,20));
                         table.getModel().addTableModelListener(this);
                         btn_update = new JButton("Update");
                         btn_update.setBounds(new Rectangle(x-110, y-100, 90, 40));
                         //--this the button created
                         btn_update.addActionListener( this );  
                         p1.add(btn_update); 
                         p1.add(table);
                         p1.add(table.getTableHeader());
                         p1.repaint();
                         p1.revalidate();
                         dis.close();
            if (ac.equals("Exit"))
               {    update.main("UPDATE System_user SET LOGIN_STATUS = 0 WHERE USER_ID ='"+id+"'");
                    System.exit(-1);
        public void tableChanged( TableModelEvent ev){
        System.out.println("Changed");
       }

  • How do I get scroll bars to work

    I get a vertical scroll bar where I don't want one.  The horizontal one (see attachment) is needed as the form gets quite wide when it is in Spanish.  But despite turning off verticalScrollPolicy everywhere, one of them still appears.
    <mx:AddChild relativeTo="{bodyFormHolder}" position="firstChild">
    <mx:VBox id="resultsPageBox"
    backgroundColor="#dedacf"
    width="100%"
    height="100%"
    verticalScrollPolicy="off" horizontalScrollPolicy="off">
    <mx:HBox id="rAccessHBox"
        minWidth="640" width="100%"
        x="0" y="0">
    </mx:HBox>
    <!-- across top *********************************************** -->
    <!-- ********************************************************** -->
    <mx:VBox id="topResultBox"
        verticalScrollPolicy="off" horizontalScrollPolicy="off"
        width="100%"
        styleName="backColor" >
    </mx:VBox>
    <mx:HBox id="bothSides"
        verticalScrollPolicy="off"
        width="100%"
        height="100%">
        <!-- first column ***************************************** -->
        <!-- ****************************************************** -->
        <mx:VBox id="leftSideCanvas"
            verticalScrollPolicy="off"
            width="50%"
            height="100%"
            focusEnabled="false"
            styleName="backColor">
        </mx:VBox>
        <!-- second column **************************************** -->
        <!-- ****************************************************** -->
        <mx:VBox id="rightSideCanvas"
            verticalScrollPolicy="off"
            backgroundColor="#dedacf"
            y="0"
            width="50%"
            height="100%">
        </mx:VBox>

    A bigger question is how to get the scroll bars to work from the keyboard.  The problem is to be accessible, the application must be available to blind or physically handicapped people that can't use a mouse.
    To get the entire form read requires horizonal scrolling in some cases such as when it is in Spanish or the font size it increased a lot.  Now, a horizontal scroll bar appears and is easily movable via the mouse, but we have to have it move without a mouse.
    I found the vertical bar came from the form object and I eliminated that, but the bigger issue still remains.

  • How to re-position scroll pane contents?

    I have a JSplitPane where the top half of the component contains a list of topics and the bottom half contains a scroll pane with a text area inside it. The user clicks a list item and the text for it is shown below it.
    The problems is when the text area exceeds the viewable area, the bottom-most portion of the text is shown instead of the top-most portion. In other words, if the text contains 6 lines and the viewable area is 4 lines, I'm seeing lines 3-6 instead of 1-4.
    One would think this is a very easy solution, such as:
    SplitTextScrollPane.getVerticalScrollBar().setValue(0);
    However, that doesn't work (at least not in JDK 1.3.0c). How do you programatically scroll the text back to the top line?
    Thank you.

    Thanks, that worked.
    I'm still a little curious about how to manually control the position of a scrollpane's contents -- for example, when the scroll pane contains things besides a text area (such as a JList or something).

  • How to create 2 scroll bar in 2 canvas

    Hello All,
    I will appreciate if somebody knows how to create 2 scroll bars in 2 Content canvases and all items text item belongs to one data block.
    In data block property it shows only one scroll bar. Their is no property of scroll bar in canvas.
    Regards,
    Atif

    Go to the layout editor.
    Take the Stacked canvas tool in the toolbox
    draw a stacked canvas on the content canvas (the stacked can could be larger than the content one)
    edit you item properties to display on the content canvas
    adjust the window to the same width and weight properties than the content canvas.
    The simplest way it to use the datablock wizard to create the data block, then indicate to show items not on the content canvas but the stacked canvas.
    Francois

Maybe you are looking for

  • Recording from mic, not sound card

    Hi there. Relatively new to Audition so trying to get my head around it! I'm using Adobe Audition 3.0 and i'm mucking about with it basically to get some experience for my uni project. I'm trying to compile and edit together a collection of audio cli

  • Plz help me out with for all entries

    hi to all experts,                           This is my sample code plz tell me how to output the data.plz help me out.im very much beginner in ABAP and i dont want to use loop and endloop is there any way                               REPORT  Z_FORA

  • Managed bean can not be created. - dynamic menubar using ADF

    hi All, had to post the thread again to make sure it dint go un noticed! scenario: making dynamic menu navigation using ADFFaces, all steps followed as mentioned in SRDemo Sample. but still i get this error: error encountered: SEVERE:Managedbean menu

  • ADI Blackfin BF561 Examples can't compile in LV2009 Blackfin

    I'm trying to evaluate a BF561 EZ-KIT with the examples in Labview 2009 Blackfin, but I can't get any of the BF561 examples to compile. Every time I try to compile the (Core A) Target, I get a "Failed to Generate C Code for '..... .vi'". When I click

  • The burned dvd stops short

    I have 145 slides in an idvd project. it runs thru on the computer but after i burn the dvd and play it in a dvd player, it stops completely at slide 100. Help! this is for an Eagle Court of Honor TOMORROW!