473,379 Members | 1,167 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Task Frame

I am trying to develop a custom task pane with many taskframes. When
any taskframe is expanded all others should get collapsed. Does anyone
know how to do this. Any help is greatly appreciated. Thank you

Nov 8 '05 #1
4 1178
Sajib,

Windows forms or webform?

Cor
Nov 8 '05 #2
Windows form

Nov 8 '05 #3
fullymoon,

Than there are a lot of possibilities, one of those, dock the panel to
middle and set visible not true the other pannels in a loop as you set to
the one which should be visible ,

as a kind of pseudo (not checked)

\\\
for each ctr in me.controls
if typeof ctr Is panel then
if ctr.name not = "panelToShow" then
ctr.visible = false
else
ctr.visible = true
end if
end it
next
///

I hope this helps,

Cor
Nov 8 '05 #4
Thanks for the assistance. But I dont think that pseudo code will work.
I dont want to invisible the taskframes but merely collapse them. Here
is what I have been working at assuming I have 2 taskframes in a
taskpane

if taskframe1.expanded = true
if taskframe1.click
taskframe1.expanded = false
end if
end if

so when it is expanded and i click on it, it collapses. but I need to
do this for a generic case

Nov 9 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Kathryn | last post by:
I hope you can help as this is driving me crazy! I have an asp which has 3 frames on it as follows: <FRAMESET rows="50%,*,10%"> <FRAME src="rundetailstop.asp" name="rundetailstop"...
3
by: Cactus | last post by:
Hi, I have a tree like structure build with javascrtip and loads of iframes. How can find the complete 'frame-path' to the frame that focused? I'm sure I can contruct something with hidden input...
2
by: Maik Wiege | last post by:
Hi! I want to show a blinking text over my derived CMDIChildWnd-class. The blinking is done by one view which is hold by my frame. I set up a timer and write text to the parent frame, which works...
5
by: Frame | last post by:
I'm looking for tutorials or articles considering HTML Frames and how to handle them with Javascript. E.g. samples how Frames can exchange information, can a Frame instruct other Frame to update...
9
by: lauren quantrell | last post by:
Is there a way to determine the size of the user's screen minus the Windows task bar? I am trying to maximize an Access popup form that is also resizeable and it is causing me problems since it...
3
by: Carl Johansen | last post by:
I'm not sure of the best way to do what I want. Users of my website want to run reports that take a long time to generate. This is what I would like to happen: 1. User requests aspx page 2....
4
by: sajidshabbir | last post by:
I am trying to develop a custom task pane with many taskframes. When any taskframe is expanded all others should get collapsed. Does anyone know how to do this. Any help is greatly appreciated....
2
by: Matthias Langbein | last post by:
Hi all, is there an event raised when the task pane is changed from visible to invisible and vice versa? And how can I trigger this event? Thx, Langi
0
by: Tony Leung | last post by:
Hello, This MSDN article talks about calling certmgr.exe to automate adding certificates on the client work stations....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.