Thats perfect
Thank you for you excellent support
Really appreciated.
Search found 8 matches
- Tue Aug 06, 2013 7:57 pm
- Forum: Java
- Topic: scrollpager
- Replies: 4
- Views: 12570
- Thu Aug 01, 2013 5:52 am
- Forum: Java
- Topic: scrollpager
- Replies: 4
- Views: 12570
Re: scrollpager
I am afraid i am still having problems with resizing. I didnt find your code worked but as your response was not a fully working app I may have missed something I have attached a complete working eclipse project which is fairly closely based on the sample PageScroller. if you start the application (...
- Fri Jul 19, 2013 5:32 am
- Forum: Java
- Topic: scrollpager
- Replies: 4
- Views: 12570
scrollpager
In the ScrollPagerDemo code the size [height] of the lower window is fixed. Is it possible to adjust the height? Also it seems the lower panel used to scroll is not using gridbag layouts so that when I resize the main window the lower panel is not resized automatically. Is this true? This cannot be ...
- Fri Jul 19, 2013 5:28 am
- Forum: Java
- Topic: Individual color bars
- Replies: 1
- Views: 7907
Individual color bars
Is it possible to color individual bars in a chart?
If yes can you show me how.
Thanks
If yes can you show me how.
Thanks
- Fri Jul 05, 2013 6:50 am
- Forum: Java
- Topic: lines, annotations and cursor tool encroaching into subchar
- Replies: 1
- Views: 7893
lines, annotations and cursor tool encroaching into subchar
I am extending the scrollpager demo I have added annotations, a cursor tool and drawn various lines As soon as I drag the lower scroll window , some annotations, lines and the cursor tool are drawn over the drag window permanently If I click in the drag window in the subchart the annotations return ...
- Fri Jul 05, 2013 5:12 am
- Forum: Java
- Topic: vertical scroll on scrollpager demo
- Replies: 1
- Views: 7904
vertical scroll on scrollpager demo
In the scrollpager demo tool there is an edit button If I select Chart->General scroll tab I can set vertical scrolling to true or both What is the java code to implement this in my program I cannot find any method which turns on vertical scrolling for the scrollpager Also is it possible to provide ...
- Wed Jun 19, 2013 5:10 pm
- Forum: Java
- Topic: Moving annotations
- Replies: 1
- Views: 8066
Moving annotations
I would like annotations to be fixed to bars
If I scroll horizontally, what is the best way to move an annotation with the bar it is associated with
If I scroll horizontally, what is the best way to move an annotation with the bar it is associated with
- Wed Jun 19, 2013 5:08 pm
- Forum: Java
- Topic: Disappearing lines
- Replies: 1
- Views: 8049
Disappearing lines
I am trying to draw 4 lines (one horizontal and 3 making a triangle) on the ScrollPagerDemo (see attached) but after been drawn they just disappear If I put the code in a 10000 iteration loop I can see the lines so I assume the code to draw is correct but why do the lines just disappear after the cl...