Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » GanttChart horizontal scroll fixed range
GanttChart horizontal scroll fixed range [message #62957] Mon, 23 March 2009 18:06 Go to next message
Matt Barry is currently offline Matt BarryFriend
Messages: 27
Registered: July 2009
Junior Member
The latest information I can find about the
GanttChart.H_SCROLL_FIXED_RANGE suggests there were known problems with it
last July. It does not seem to work for me, adding many years before and
after my event ranges. I am passing this bit mask as the constructor
style value. I have overridden settings
allowInfiniteHorizontalScrollBar() to return false as well. Are there any
tips or examples for making this work?
Re: GanttChart horizontal scroll fixed range [message #63031 is a reply to message #62957] Thu, 23 April 2009 20:46 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
Hi Matt,

I'm currently trying to fix the "fixed range" scrollbar, but it's proving to
be extremely difficult to get right. If you're interested I've attached a
picture simplifying the math needed to calculate the correct "range", and
some remaining issues.

So, it's being worked on but I don't have a timeframe right now apart from
as soon as possible.

Regards,
Emil

"Matt Barry" <mrbcuda@mac.com> wrote in message
news:8834a34340b505e445e51f29fe15bcce$1@www.eclipse.org...
> The latest information I can find about the
> GanttChart.H_SCROLL_FIXED_RANGE suggests there were known problems with it
> last July. It does not seem to work for me, adding many years before and
> after my event ranges. I am passing this bit mask as the constructor
> style value. I have overridden settings
> allowInfiniteHorizontalScrollBar() to return false as well. Are there any
> tips or examples for making this work?
>




Re: GanttChart horizontal scroll fixed range [message #63159 is a reply to message #62957] Tue, 28 April 2009 19:54 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
The latest nightly version (> 20090428) of the Gantt chart now has some much
improved fixed scrollbar code for anyone who is interested. It can be found
here:

http://www.hexapixel.com/files/nightly/

That code also fixes some issues with the D-day chart (partly improvements)
and refactors some calculation code out to separate classes.

Please report any issues found with it.

Cheers,
Emil


"Matt Barry" <mrbcuda@mac.com> wrote in message
news:8834a34340b505e445e51f29fe15bcce$1@www.eclipse.org...
> The latest information I can find about the
> GanttChart.H_SCROLL_FIXED_RANGE suggests there were known problems with it
> last July. It does not seem to work for me, adding many years before and
> after my event ranges. I am passing this bit mask as the constructor
> style value. I have overridden settings
> allowInfiniteHorizontalScrollBar() to return false as well. Are there any
> tips or examples for making this work?
Re: GanttChart horizontal scroll fixed range [message #63350 is a reply to message #63159] Thu, 30 April 2009 09:36 Go to previous messageGo to next message
Laurent Marchal is currently offline Laurent MarchalFriend
Messages: 91
Registered: July 2009
Member
It's Working very well now !
+1 level in your math skills

Laurent.


Emil Crumhorn wrote:
> The latest nightly version (> 20090428) of the Gantt chart now has some much
> improved fixed scrollbar code for anyone who is interested. It can be found
> here:
>
> http://www.hexapixel.com/files/nightly/
>
> That code also fixes some issues with the D-day chart (partly improvements)
> and refactors some calculation code out to separate classes.
>
> Please report any issues found with it.
>
> Cheers,
> Emil
>
>
> "Matt Barry" <mrbcuda@mac.com> wrote in message
> news:8834a34340b505e445e51f29fe15bcce$1@www.eclipse.org...
>> The latest information I can find about the
>> GanttChart.H_SCROLL_FIXED_RANGE suggests there were known problems with it
>> last July. It does not seem to work for me, adding many years before and
>> after my event ranges. I am passing this bit mask as the constructor
>> style value. I have overridden settings
>> allowInfiniteHorizontalScrollBar() to return false as well. Are there any
>> tips or examples for making this work?
>
>
>
Re: GanttChart horizontal scroll fixed range [message #63372 is a reply to message #63159] Thu, 30 April 2009 15:47 Go to previous message
Matt Barry is currently offline Matt BarryFriend
Messages: 27
Registered: July 2009
Junior Member
Thanks very much for the update.
Re: GanttChart horizontal scroll fixed range [message #594507 is a reply to message #62957] Thu, 23 April 2009 20:46 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
Hi Matt,

I'm currently trying to fix the "fixed range" scrollbar, but it's proving to
be extremely difficult to get right. If you're interested I've attached a
picture simplifying the math needed to calculate the correct "range", and
some remaining issues.

So, it's being worked on but I don't have a timeframe right now apart from
as soon as possible.

Regards,
Emil

"Matt Barry" <mrbcuda@mac.com> wrote in message
news:8834a34340b505e445e51f29fe15bcce$1@www.eclipse.org...
> The latest information I can find about the
> GanttChart.H_SCROLL_FIXED_RANGE suggests there were known problems with it
> last July. It does not seem to work for me, adding many years before and
> after my event ranges. I am passing this bit mask as the constructor
> style value. I have overridden settings
> allowInfiniteHorizontalScrollBar() to return false as well. Are there any
> tips or examples for making this work?
>




Re: GanttChart horizontal scroll fixed range [message #594606 is a reply to message #62957] Tue, 28 April 2009 19:54 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
The latest nightly version (> 20090428) of the Gantt chart now has some much
improved fixed scrollbar code for anyone who is interested. It can be found
here:

http://www.hexapixel.com/files/nightly/

That code also fixes some issues with the D-day chart (partly improvements)
and refactors some calculation code out to separate classes.

Please report any issues found with it.

Cheers,
Emil


"Matt Barry" <mrbcuda@mac.com> wrote in message
news:8834a34340b505e445e51f29fe15bcce$1@www.eclipse.org...
> The latest information I can find about the
> GanttChart.H_SCROLL_FIXED_RANGE suggests there were known problems with it
> last July. It does not seem to work for me, adding many years before and
> after my event ranges. I am passing this bit mask as the constructor
> style value. I have overridden settings
> allowInfiniteHorizontalScrollBar() to return false as well. Are there any
> tips or examples for making this work?
Re: GanttChart horizontal scroll fixed range [message #594677 is a reply to message #63159] Thu, 30 April 2009 09:36 Go to previous message
Laurent Marchal is currently offline Laurent MarchalFriend
Messages: 91
Registered: July 2009
Member
It's Working very well now !
+1 level in your math skills

Laurent.


Emil Crumhorn wrote:
> The latest nightly version (> 20090428) of the Gantt chart now has some much
> improved fixed scrollbar code for anyone who is interested. It can be found
> here:
>
> http://www.hexapixel.com/files/nightly/
>
> That code also fixes some issues with the D-day chart (partly improvements)
> and refactors some calculation code out to separate classes.
>
> Please report any issues found with it.
>
> Cheers,
> Emil
>
>
> "Matt Barry" <mrbcuda@mac.com> wrote in message
> news:8834a34340b505e445e51f29fe15bcce$1@www.eclipse.org...
>> The latest information I can find about the
>> GanttChart.H_SCROLL_FIXED_RANGE suggests there were known problems with it
>> last July. It does not seem to work for me, adding many years before and
>> after my event ranges. I am passing this bit mask as the constructor
>> style value. I have overridden settings
>> allowInfiniteHorizontalScrollBar() to return false as well. Are there any
>> tips or examples for making this work?
>
>
>
Re: GanttChart horizontal scroll fixed range [message #594680 is a reply to message #63159] Thu, 30 April 2009 15:47 Go to previous message
Matt Barry is currently offline Matt BarryFriend
Messages: 27
Registered: July 2009
Junior Member
Thanks very much for the update.
Previous Topic:CDateTime release schedule?
Next Topic:GanttChart additional zoom levels
Goto Forum:
  


Current Time: Tue Apr 16 15:50:48 GMT 2024

Powered by FUDForum. Page generated in 0.39572 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top