Print Page | Close Window

TabViewcontrollers toolbars

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3052
Printed Date: 13-Apr-2026 at 8:32pm


Topic: TabViewcontrollers toolbars
Posted By: jocur
Subject: TabViewcontrollers toolbars
Date Posted: 25-Oct-2011 at 4:16pm
Hi All,

I'm having an issue with the tool bars under one childtabviewcontrollers.

For some weird reason, I don't get it to be disable/enable at the UI. We upgraded from Cab framework ,before this was implemented like this:

on the method (under the childtabviewcontroller:
public override void CreateView()
            {
                base.CreateView();
                 DisableAddNew();
            }

This code does not work anymore for my childtabviewcontrollers. Could you let me know how to implement disable or enable

regards

Joan



Replies:
Posted By: sbelini
Date Posted: 25-Oct-2011 at 4:39pm
Hi Joan,
 
Can you confirm what version of DevForce you are working with?
 
Thanks,
   Silvio.



Print Page | Close Window