in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Problem with BarMdiChildrenListItem

Last post 11/7/2008 2:12 PM by Jose Boerges. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 7/9/2007 5:41 AM

    Problem with BarMdiChildrenListItem

    It looks like in version 7.1.3 the BarMdiChildrenListItem control has got any event working.

    I used version 6.1.x for my application and the events worked fine.

    By referencing the new version, something went wrong: I can't catch any event.

    While the mdi list is filled up correctly, I tryed ItemClick, ListItemClick, Popup... but none worked.

     Have you already got experienced with that?

     Thank in advance

    Franco Lanzillotta

    below the code I use....

    this

    .barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();

    // .......

    this.barMdiChildrenListItem1.Caption = "Elenco Finestre";

    this.barMdiChildrenListItem1.Id = 30;this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1"; this.barMdiChildrenListItem1.ListItemClick += new DevExpress.XtraBars.ListItemClickEventHandler(this.barMdiChildrenListItem1_ListItemClick);

    this.barMdiChildrenListItem1.CloseUp += new System.EventHandler(this.barMdiChildrenListItem1_CloseUp);this.barMdiChildrenListItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barMdiChildrenListItem1_ItemClick);

     

    // .........

    #region Events

    private void barMdiChildrenListItem1_CloseUp(object sender, EventArgs e)

    {

    Console.WriteLine("Write something...");

    }

    private void barMdiChildrenListItem1_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)

    {

    Console.WriteLine("Write something else...");

    }

    private void barMdiChildrenListItem1_ListItemClick(object sender, DevExpress.XtraBars.ListItemClickEventArgs e)

    {

    Console.WriteLine("Italy won world cup 2006....");

    }

    #endregion 

     

     

     

     

     

  • 7/9/2007 7:23 AM In reply to

    Re: Problem with BarMdiChildrenListItem

    Hello Franco,

    Franco Lanzillotta:
    While the mdi list is filled up correctly, I tryed ItemClick, ListItemClick, Popup... but none worked.
    That means the events are not raised?

    Sorry, but I cannot find anything wrong there - for me it's working fine.
    Please have look into the attached sample project, it works fine with DXperience 7.1.4 and also with 7.2 Beta RC2.

    Regards,
    Holger

    Holger Persch - [DX-Squad]
  • 11/7/2008 2:12 PM In reply to

    Re: Problem with BarMdiChildrenListItem

     

    Dear Mr Franco    
        
    I think and I hope you are same franco.lanzillotta@xxxxxxxxxxxx that writes the message below.  
        
    If it is true, you could help me sending the code source sent by the sr. conor?  
        
    Thank you in advance
     

     

    José Donizeti Borges

    IT Director

    donizeti.borges@sigga.com.br

    http://www.sigga.com.br/intranet/barra.jpg

     

     

     
     
    Thanks a lot
     
    I'll have a look asap
     
    Franco.
     
     
    "Conor O'Doherty" <codoherty@xxxxxxxxxxxx> wrote in message 
    news:e1qGd7JfFHA.1948@xxxxxxxxxxxxxxxxxxxxxxx
    >I can't remember where I got this piece of code, but my regards goes to the 
    >author.
    > This can be achieved by finding the camera window and then sending a 
    > WM_COPYDATA message.
    > I have attached a C# sample which can be ported to C++ very easly.
    > Conor
    > "Franco Lanzillotta" <franco.lanzillotta@xxxxxxxxxxxx> wrote in message 
    > news:OLKHFPyeFHA.132@xxxxxxxxxxxxxxxxxxxxxxx
    >> Is there any sdk for qtek 9090 ?
    >> 
    >> I'd like to use camera, by integrating it in my application....
    >> 
    >> Does anyone know if an sdk exists and how to get it ?
    >> 
    >> Thank in advance
    >> 
    >> Franco
    >> 
    >> 
    >> 
    >> 
    >> 
    > 

     

     

     

Page 1 of 1 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED