comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Active tab problem?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Active tab problem? [message #63423] Tue, 11 November 2008 05:55 Go to next message
Rongchang Chen is currently offline  Rongchang Chen
Messages: 12
Registered: August 2008
Junior Member
My GUI has two tab(A,B).
In 'tab A' it generate a picture and draw it in tab B. After draw the
picture in 'tab B',I would like GUI select 'tab B' as current active
tab automatically, I try some method but it doesn't make sense,is it
possible to achieve this function? Thank you very much!

Best wishes,
Rongchang
Re: Active tab problem? [message #63552 is a reply to message #63423] Tue, 11 November 2008 14:08 Go to previous messageGo to next message
Andrew Cool is currently offline  Andrew Cool
Messages: 219
Registered: January 1996
Senior Member
On Nov 12, 2:02 am, David Fanning <n...@dfanning.com> wrote:
> Rongchang Chen writes:
>> By the way, when 'IDL Programming Techniques 3rd Edition' will
>> publish? I want to buy one.
>
> When I get all the boys out of university. Unfortunately,
> at least two of them are heading to graduate school,
> so it probably won't be Real Soon Now. :-(
>
> Cheers,
>
> David
>
> P.S. Let's just say if I had known those boys were going
> to turn out like their Dad and spend their lives in school,
> I might have tried harder for girls. I've been trying to
> match a few of them up with Andrew Cool's daughters and
> let him take over the financing, but so far no interest. :-(

David,

There's a word for that - pedophilia.

But seriously, here in Oz you don't pay to go to University, up front
that is.
There's a scheme called Higher Education Contribution Scheme (HECS)
under which you are billed
when you graduate, and you pay back a certain percentage each year
from your salary as a newly
minted professional, once you earn over a certain lower limit.

It does mean you start out with a whopping great debt hanging over
your head that can take forever
to pay off.

However, from age 17/18 when you enter Uni to 26 when you walk out
with your PhD under your arm,
all you need do is feed and clothe yourself, and make some beer money
via part-time work.

Which means many students still live at home.

It could be another 18 years before the youngest Dr Cool flies the
coop, which is a sobering thought. :-(
Re: Active tab problem? [message #63559 is a reply to message #63423] Tue, 11 November 2008 11:32 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Craig Markwardt writes:

> Parents paying for *graduate school*??? You so funny. :-)

I'm not actually paying for graduate school, but I do
find they turn up a little short at the end of some months.
I don't mind seeing them suffer some, but I do hate to see them
starve. They are good kids and working hard. :-)

Cheers,

David

--
David Fanning, Ph.D.
Coyote's Guide to IDL Programming (www.dfanning.com)
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Active tab problem? [message #63560 is a reply to message #63423] Tue, 11 November 2008 11:17 Go to previous messageGo to next message
Rongchang Chen is currently offline  Rongchang Chen
Messages: 12
Registered: August 2008
Junior Member
> When I get all the boys out of university. Unfortunately,
> at least two of them are heading to graduate school,
> so it probably won't be Real Soon Now. :-(
>


Thank you for your kindly information, I will keep update the
progress.

Best,
Rongchang
Re: Active tab problem? [message #63561 is a reply to message #63423] Tue, 11 November 2008 10:50 Go to previous messageGo to next message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
On Nov 11, 11:02 am, David Fanning <n...@dfanning.com> wrote:
>
> When I get all the boys out of university. Unfortunately,
> at least two of them are heading to graduate school,
> so it probably won't be Real Soon Now. :-(

Parents paying for *graduate school*??? You so funny. :-)
Re: Active tab problem? [message #63566 is a reply to message #63423] Tue, 11 November 2008 08:02 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Rongchang Chen writes:

> By the way, when 'IDL Programming Techniques 3rd Edition' will
> publish? I want to buy one.

When I get all the boys out of university. Unfortunately,
at least two of them are heading to graduate school,
so it probably won't be Real Soon Now. :-(

Cheers,

David

P.S. Let's just say if I had known those boys were going
to turn out like their Dad and spend their lives in school,
I might have tried harder for girls. I've been trying to
match a few of them up with Andrew Cool's daughters and
let him take over the financing, but so far no interest. :-(

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Active tab problem? [message #63567 is a reply to message #63423] Tue, 11 November 2008 07:52 Go to previous messageGo to next message
Rongchang Chen is currently offline  Rongchang Chen
Messages: 12
Registered: August 2008
Junior Member
On Nov 11, 3:26 pm, David Fanning <n...@dfanning.com> wrote:
> Rongchang Chen writes:
>> My GUI has two tab(A,B).
>> In 'tab A' it generate a picture and draw it in tab B. After draw the
>> picture in 'tab B',I would like GUI select 'tab B' as current active
>> tab automatically, I try some method but it doesn't make sense,is it
>> possible to achieve this function? Thank you very much!
>
>    WIDGET_CONTROL, tabB, /SET_TAB_CURRENT
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")

David,Thank you very much!
By the way, when 'IDL Programming Techniques 3rd Edition' will
publish? I want to buy one.

Best,
Rongchang
Re: Active tab problem? [message #63570 is a reply to message #63423] Tue, 11 November 2008 06:26 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Rongchang Chen writes:

> My GUI has two tab(A,B).
> In 'tab A' it generate a picture and draw it in tab B. After draw the
> picture in 'tab B',I would like GUI select 'tab B' as current active
> tab automatically, I try some method but it doesn't make sense,is it
> possible to achieve this function? Thank you very much!

WIDGET_CONTROL, tabB, /SET_TAB_CURRENT

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Active tab problem? [message #63594 is a reply to message #63552] Thu, 13 November 2008 12:51 Go to previous message
Robbie is currently offline  Robbie
Messages: 165
Registered: February 2006
Senior Member
UK has a similar system now has a similar system to HECS too. However,
you must be a resident for a certain number of years. There are a
number of exceptional cases. I recall some silly exception if you were
the son of a member of the house of Lords.

Robbie
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IDL Virtual Machine--Forget It
Next Topic: Re: Image Classification with IDL

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:45:50 PDT 2025

Total time taken to generate the page: 0.00658 seconds