Search found 28 matches
Re: XE7 ?
would it be possible for us source code owners to get a working dpk/dproj/groupprjc set of files with the source code? this way it would be easy to just try to compile the current version with the next compiler! I tried to isolate the VCL projects and patched the TeeDefs.inc but am stuck with some n...
- Thu Jul 24, 2014 3:54 pm
- Forum: VCL
- Topic: Bug: Unintentionally selecting 'Excel' as a Series Data
- Replies: 3
- Views: 7788
Re: Bug: Unintentionally selecting 'Excel' as a Series Data
There is one thing which might have slipped through:
PS.PS.: The "Random" setting isn't stored in the .dfm - so changing the number of samples from 25 to 10 and reopening the from resets that value back to 25...
PS.PS.: The "Random" setting isn't stored in the .dfm - so changing the number of samples from 25 to 10 and reopening the from resets that value back to 25...
- Thu Jul 24, 2014 3:50 pm
- Forum: VCL
- Topic: BUg: Copy of a TChart using the clipboard does not work corr
- Replies: 3
- Views: 8133
Re: BUg: Copy of a TChart using the clipboard does not work corr
Ok, maybe I wasn't clear enough but I ment copying a TChart from one Form to another Form inside the IDE. Here is a preview how it look likes: Copy_TChart.png The attached code was used to produce both images and you can try it for your self. It has the original TChart on TForm2 in unit Unit2.pas. T...
- Wed Jul 23, 2014 6:12 pm
- Forum: VCL
- Topic: Designflaw: Missing 'Cancel' button in chart editor
- Replies: 3
- Views: 7998
Designflaw: Missing 'Cancel' button in chart editor
This is a big back draw the char editor is missing a cancel button and in addition it doesn't remember the last opened page!
Even closing the dialog with the windows close button [x] does not cancel input!!!!
Even closing the dialog with the windows close button [x] does not cancel input!!!!
- Wed Jul 23, 2014 5:23 pm
- Forum: VCL
- Topic: Bug: Improper spelled TSeries events
- Replies: 3
- Views: 7677
Bug: Improper spelled TSeries events
By changes I stumbled upon the incorrect spelled events in TLineSeries:
AfterDrawValues should be OnAfterDrawValues
BeforeDrawValues should be OnBeforeDrawValues
AfterDrawValues should be OnAfterDrawValues
BeforeDrawValues should be OnBeforeDrawValues
- Wed Jul 23, 2014 5:03 pm
- Forum: VCL
- Topic: Bug: HistogramSeries Font Series Color not stored correctly
- Replies: 1
- Views: 5083
Bug: HistogramSeries Font Series Color not stored correctly
Add a chart and a THistogramSeries.
Select 'Series>YourSeries>Marks->Style' and turn on 'Font Series Color'
Close the form and reopen it in the IDE and the setting is gone
Select 'Series>YourSeries>Marks->Style' and turn on 'Font Series Color'
Close the form and reopen it in the IDE and the setting is gone
- Wed Jul 23, 2014 4:46 pm
- Forum: VCL
- Topic: Bug: Unintentionally selecting 'Excel' as a Series Data
- Replies: 3
- Views: 7788
Bug: Unintentionally selecting 'Excel' as a Series Data
Source Add a TChart and a Series and open the series 'Data Source' tab. There should most likely be a "Random" entry visible at the top of the tab (without any label but be best guess thats the 'data source') Now just drop that list down and accidentally select 'Excel' than switch back to 'Random' a...
- Wed Jul 23, 2014 4:43 pm
- Forum: VCL
- Topic: Bug: Unintentionally selecting 'Text File' as a Series Data
- Replies: 1
- Views: 5110
Bug: Unintentionally selecting 'Text File' as a Series Data
Source Add a TChart and a Series and open the series 'Data Source' tab. There should most likely be a "Random" entry visible at the top of the tab (without any lable but be best guess thats the 'data source') Now just drop that list down and accidentally select 'Text file' than switch back to 'Rando...
- Wed Jul 23, 2014 4:30 pm
- Forum: VCL
- Topic: BUg: Copy of a TChart using the clipboard does not work corr
- Replies: 3
- Views: 8133
BUg: Copy of a TChart using the clipboard does not work corr
ect.
Copying a TChart from one Form to another does not work correct.
At least Chart->Panel->Gradient will be set to 'visible' in the copy even though it wasn't in the original grid.
This also holds true for Chart->Walls->Back->Gradient 'visible'
But I think this bug will appear for all gradients.
Copying a TChart from one Form to another does not work correct.
At least Chart->Panel->Gradient will be set to 'visible' in the copy even though it wasn't in the original grid.
This also holds true for Chart->Walls->Back->Gradient 'visible'
But I think this bug will appear for all gradients.
- Wed Jul 23, 2014 4:21 pm
- Forum: VCL
- Topic: Feature request: Display property path in the TChart editor
- Replies: 1
- Views: 5059
Feature request: Display property path in the TChart editor
As I'm (and I'm sure I'm not the only one) constantly struggling with the correct property name/path of something I clicked in to the TChart-editor I though it would be a good idea to show the correct property path of any property which is clicked in the editor. There is plenty of space left of the ...
- Wed Jul 23, 2014 4:06 pm
- Forum: VCL
- Topic: Bug with adding/removing additional Mark-Text of a series
- Replies: 1
- Views: 5025
Bug with adding/removing additional Mark-Text of a series
I found another bug working with a HistorySeries but propably it isn't series dependant. Reproduce: 1. Add a new chart to your VCL application (X5, May release) and add a HistorySeries 2. Navigate to Series->Series1->Marks-Text and use the "+" Button to add a "Item 0" 3. Klick the "Item 0" and press...
- Wed Jul 23, 2014 11:32 am
- Forum: VCL
- Topic: Is there Delphi Styles support planned?
- Replies: 1
- Views: 5180
Is there Delphi Styles support planned?
Hi, As I'm using Delphi Styles in my latest application I would be interested if you plan to support those in the futur. At the moment I do recoloring with colors from a style but switching styles would require to much more work as some existing colors could be used (eq for a "light" gridline) but t...
- Thu Apr 03, 2014 8:33 am
- Forum: VCL
- Topic: Position of Labels is wrong on bottom axis..
- Replies: 9
- Views: 14238
- Wed Apr 02, 2014 2:52 pm
- Forum: VCL
- Topic: Slow TChart with several lines...
- Replies: 3
- Views: 7417
Re: Slow TChart with several lines...
Hi Yeray, I'm sorry to bother you again but: I tried to use GDI instead of GDI+ earlier but it didn't work because there is no transparency with GDI so the hole point with the aura isnt working (if you are not aware of that, please just try it with my example)... I also tried to use TFastLineSeries ...
- Wed Apr 02, 2014 1:57 pm
- Forum: VCL
- Topic: Position of Labels is wrong on bottom axis..
- Replies: 9
- Views: 14238
Re: Position of Labels is wrong on bottom axis..
maybe I'm on the wrong site? But I can't log in with my email as user name and password. I always get the following: