Page 2 of 4

Re: Implementing FWH own Class TExplorerBar

Posted: Sun Jun 20, 2010 4:03 pm
by Antonio Linares
Ramesh,

Your top shown control is a standard Windows treeview control that FWH supports since long time ago. so that is something that you already have :-)

Regarding the bitmap used for an existing popup menu related to an outlook "group", we can provide a couple of them, and later you can easily implement your own function to change it. We have implemented a BmpOLArrow() that returns the handle of a bitmap. Simply implement your own function BmpOLArrow() in your code and return the handle of the bitmap that you want to use :-)

Re: Implementing FWH own Class TExplorerBar

Posted: Mon Jun 21, 2010 12:39 am
by RAMESHBABU
Dear Mr.Antinio,

I am really happy to get the enhanced TOutLook2003 Class.
As you said :
Your top shown control is a standard Windows treeview control that FWH supports since long time ago. so that is something that you already have


I have already implemented this in my applications as shown undere:

Image

Can I expect these changes in our next version ?

Regards,

- Ramesh Babu P

Re: Implementing FWH own Class TExplorerBar

Posted: Mon Jun 21, 2010 6:08 am
by Antonio Linares
Ramesh,

Your application is really nice and professional, congratulations! :-)

Yes, next FWH 10.6 this same month, will include them :-)

Re: Implementing FWH own Class TExplorerBar

Posted: Mon Jun 21, 2010 9:03 am
by RAMESHBABU
Dear Mr.Antonio,

Your application is really nice and professional, congratulations!


I am delighted to record your appreciation.
It could be done only because of the strength of our FWH.

Yes, next FWH 10.6 this same month, will include them


Very nice.

Thanks and my best regards,

- Ramesh Babu P

Re: Implementing FWH own Class TExplorerBar

Posted: Mon Jun 21, 2010 10:40 am
by Massimo Linossi
Antonio Linares wrote:Ramesh,

Your application is really nice and professional, congratulations! :-)

Yes, next FWH 10.6 this same month, will include them :-)


Many compliments from me too. Your application looks great :D :D :D

Re: Implementing FWH own Class TExplorerBar

Posted: Mon Jun 21, 2010 11:22 am
by Antonio Linares
A first prototype showing the OutLook POPUP menu :-)

Image

Re: Implementing FWH own Class TExplorerBar

Posted: Mon Jun 21, 2010 11:40 am
by Antonio Linares
Image

Re: Implementing FWH own Class TExplorerBar

Posted: Tue Jun 22, 2010 12:32 am
by RAMESHBABU
Mr.Massimo Linossi,

Many compliments from me too. Your application looks great


Very nice of you, Thanks for your appreciation.

Dear Antonio,

The prototype looks great. :D, I feel it the popup menu alignment is shown exactly like OutLook2003,
it would be more attractive.

Image

- Ramesh Babu P

Re: Implementing FWH own Class TExplorerBar

Posted: Tue Jun 22, 2010 2:15 pm
by mgsoft
Very nice!!! ;)

Will be available in next version?


By the way, you could create a sample like this:
[url]http://www.ebp.com/viewer.aspx?N=ES\ES\gestioncomercialpro_1g.jpg[/url]


Image

Uploaded with ImageShack.us


It would be very useful !!. Thanks

Re: Implementing FWH own Class TExplorerBar

Posted: Tue Jun 22, 2010 9:53 pm
by Antonio Linares
Ramesh,

It is not as simple as it seems to place the popup menu at that exact location because we would need to know the exact height of the popup menu before it is shown.

We are trying to find a way to know such height in advance.

Re: Implementing FWH own Class TExplorerBar

Posted: Tue Jun 22, 2010 11:11 pm
by James Bott
Antonio,

>We are trying to find a way to know such height in advance.

Maybe you could use the trick of popping it up offscreen or hidden and then finding it's dimensions, then moving it onscreen.

James

Re: Implementing FWH own Class TExplorerBar

Posted: Tue Jun 22, 2010 11:57 pm
by Antonio Linares
Mg,

Yes, it will be included in next FWH 10.6 version, this month :-)

That screen is perfectly possible with FWH 10.6 :-)

Re: Implementing FWH own Class TExplorerBar

Posted: Tue Jun 22, 2010 11:57 pm
by Antonio Linares
James,

yes, thats a good idea. We are going to test it, thanks :-)

Re: Implementing FWH own Class TExplorerBar

Posted: Wed Jun 23, 2010 9:40 am
by mgsoft
Antonio;

Thank you.

Will FW 10.6 include a sample like that with Titles, xBrowse, TExplorerBar and TGraph?.

:D

Re: Implementing FWH own Class TExplorerBar

Posted: Wed Jun 23, 2010 11:37 am
by Antonio Linares
Mg,

No, we have not built an example like that yet.

But it is something that can be easily done :-)