Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - CloseAll Good! but ShowAll missing
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CloseAll Good! but ShowAll missing

 Post Reply Post Reply
Author
Message
Bernie View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 July 2007
Location: Taiwan
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bernie Quote  Post ReplyReply Direct Link To This Post Topic: CloseAll Good! but ShowAll missing
    Posted: 28 October 2008 at 9:44am
I can close all panes with one single line of code: CloseAll method.
However, I can not show all panes with a line of code because ShowAll method is missing.
 
Can I have ShowAll method?
Bernie Ho, Planning Manager + IELTS specialist + part-time programmer
Taiwan, R.O.C
Back to Top
Jean View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 December 2006
Status: Offline
Points: 110
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jean Quote  Post ReplyReply Direct Link To This Post Posted: 28 October 2008 at 9:49am
It's easy to show all with:
Quote For Each tmpPane In DockingPane
    DockingPane.ShowPane tmpPane.Id
Next

Stolen from: http://forum.codejock.com/forum_posts.asp?TID=12128 
Product: Xtreme SuitePro (ActiveX) Version 15.0.2
Platform: Windows XP (32bit) German - SP 2
Language: VB6 / C# 4.0
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 28 October 2008 at 3:25pm
Hi Jean,
 
This is not stealing... It's paying attention to what other members have to say
 
For @Bernie: That's a lot of work, right? 3 lines instead of one... DockingPanes saves panes in registry/file so option ShowAll would be a useless method. But maybe I don't see things like you do. Well convince me what this method would offer me...
 
 
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
Carlos Rocha View Drop Down
Groupie
Groupie


Joined: 11 February 2008
Location: Portugal
Status: Offline
Points: 92
Post Options Post Options   Thanks (0) Thanks(0)   Quote Carlos Rocha Quote  Post ReplyReply Direct Link To This Post Posted: 28 October 2008 at 4:15pm
My 2 cents

"For each" sintax it's a VB exclusive as far as I know, thought I'm all for RISC structures. So as long as it's possible with the provided instructions set I see no need to turn the library heavier with extra commands.
SuitePro 20.3.0
OS: Windows 10
Language: Visual Objects 2.8
Back to Top
Bernie View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 July 2007
Location: Taiwan
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bernie Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2008 at 1:14am
I know how to use for each but ShowAll method would be more simple and easier.
Bernie Ho, Planning Manager + IELTS specialist + part-time programmer
Taiwan, R.O.C
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2008 at 2:15am
Originally posted by Bernie Bernie wrote:

I know how to use for each but ShowAll method would be more simple and easier.
 
Do you know what would be simple and easier? Entering the info of your version,OS and programming language into your signature... we know that you are:  Planning Manager + IELTS specialist + part-time programmer by now. And also, when an issue is solved (or not...) add SOLVED to your topic description. That would be simple and easier for all members in CJ forum....
 
   
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
JantjeKeizer View Drop Down
Groupie
Groupie


Joined: 12 February 2008
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote JantjeKeizer Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2008 at 9:02am
Originally posted by Aaron Aaron wrote:

Originally posted by Bernie Bernie wrote:

I know how to use for each but ShowAll method would be more simple and easier.

Do you know what would be simple and easier? Entering the info of your version,OS and programming language into your signature... we know that you are:  Planning Manager + IELTS specialist + part-time programmer by now. And also, when an issue is solved (or not...) add SOLVED to your topic description. That would be simple and easier for all members in CJ forum....



You know what would be easier? If you weren't so rude and demanding towards other forum members.
No one here owes you anything.
You have an opinion certains tags would improve this forum and then you lay that upon everyone else almost demanding them to follow.
But here's the situation:
It's not in the netiquette! It's just your opinion. In the same respect Bernie has an opinion about something.
You are not in the place to make up your own standards and almost bully people who don't follow them.
To make up rules and standards is up to the forum admin and as long that isn't the case, you should keep your cool.
If you can't cope with that, then I wish you good luck as it probably won't make your life any easier.
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2008 at 11:36am
Originally posted by JantjeKeizer JantjeKeizer wrote:

 
[...]
You know what would be easier? If you weren't so rude and demanding towards other forum members.
 
[...]

 
Hoi Jantje,
 
You don't know what you are talking about. It's not a secret that Bernie and I aren't "friends". So you think I'm rude? What is the definition of rude? If you're getting answers/solutions from members and/or supportmembers and don't thank them, that's rude !!! And only posting complaints and never contribute to anything to help other forum members. How do you call that Jantje? And now I make a remark about something and you call me rude? Thanks a lot Jantje (and that for a former Dutchman) My opinion won't be different about forum members who think/do the same like Bernie and now, like you... I'm really disappointed
 
But I will be there for other members to help and don't think I'm rude !!!
 
Thanks a lot Jantje
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
Bernie View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 July 2007
Location: Taiwan
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bernie Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2008 at 10:39pm
I know I haven't started following Aaron's instructions so far. Meanwhile, I don't think Aaron's response to my post is rude because I ignore his posts.
 
JantieKeizer, thanks for helping revealing my attitude toward Aaron but please do not confront because it's not necessary. Just ignorance would be ebough.
Bernie Ho, Planning Manager + IELTS specialist + part-time programmer
Taiwan, R.O.C
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.