Skip to main content



      Home
Home » Eclipse Projects » Nebula » GanttChart horizontal scroll fixed range
GanttChart horizontal scroll fixed range [message #62957] Mon, 23 March 2009 14:06 Go to next message
Eclipse UserFriend
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 16:46 Go to previous messageGo to next message
Eclipse UserFriend
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 15:54 Go to previous messageGo to next message
Eclipse UserFriend
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 05:36 Go to previous messageGo to next message
Eclipse UserFriend
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 11:47 Go to previous message
Eclipse UserFriend
Thanks very much for the update.
Re: GanttChart horizontal scroll fixed range [message #594507 is a reply to message #62957] Thu, 23 April 2009 16:46 Go to previous message
Eclipse UserFriend
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 15:54 Go to previous message
Eclipse UserFriend
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 05:36 Go to previous message
Eclipse UserFriend
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 11:47 Go to previous message
Eclipse UserFriend
Thanks very much for the update.
Previous Topic:CDateTime release schedule?
Next Topic:GanttChart additional zoom levels
Goto Forum:
  


Current Time: Fri May 02 22:30:24 EDT 2025

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

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

Back to the top