[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New search implementation in the IDE


I'm not keen on it's position , i don't like the way it pushes the tabpanel
down.
I keep looking and thinking "where's the tabpanel gone??" then I spot it
under the new search panel.

I've moved mine in FMain._new()

instead of this...
  FSearch.Load(panCentral)
  FSearch.Lower

I tried this..
  FSearch.Load(panWorkspace)
  FSearch.Raise


Now its at bottom of document above the console i like it better, it's not
so in the way of what i'm used to :)

Respects
BruceS

Follow-Ups:
Re: New search implementation in the IDEBruce Steers <bsteers4@xxxxxxxxx>
Re: New search implementation in the IDEChristof Thalhofer <chrisml@xxxxxxxxxxx>