Search found 6 matches
- Mon Feb 24, 2014 5:39 pm
- Forum: FMX
- Topic: Error using .dcu on iOS
- Replies: 2
- Views: 10793
Re: Error using .dcu on iOS
Installed the new update and all .dcu files were generated. Thanks!
- Fri Feb 21, 2014 10:04 pm
- Forum: FMX
- Topic: Error using .dcu on iOS
- Replies: 2
- Views: 10793
Error using .dcu on iOS
I've been using TChart for a little while on iOS and it works good. However, I've been using the source files as that was all I could get working. I figure it's about time I get it to work without using the source files because I find that it slows down build times. After I run TeeRecompile.exe (as ...
- Mon Feb 10, 2014 4:58 pm
- Forum: FMX
- Topic: Mobile - Disable repaint temporarily
- Replies: 3
- Views: 11880
Re: Mobile - Disable repaint temporarily
Hi, thanks for your reply.
I think the problem probably is with Firemonkey. I was hoping there would be a way to work around the problem without having to wait for XE6 or whenever it gets fixed. Is there no way to specify to a TChart when it should paint and when it shouldn't?
I think the problem probably is with Firemonkey. I was hoping there would be a way to work around the problem without having to wait for XE6 or whenever it gets fixed. Is there no way to specify to a TChart when it should paint and when it shouldn't?
- Wed Feb 05, 2014 9:44 pm
- Forum: FMX
- Topic: Mobile - Disable repaint temporarily
- Replies: 3
- Views: 11880
Mobile - Disable repaint temporarily
Hello, I'm using XE5, developing for iOS. I put together a very simple demo that is attached. Basically I put a TListview and a TChart on a form, they aren't connected at all. When the TChart is blank, scrolling the listview works fine. As soon as I add one item scrolling becomes laggy because the c...
- Fri Jan 31, 2014 9:38 pm
- Forum: FMX
- Topic: XE5 Firemonkey - compile error when using TChart
- Replies: 5
- Views: 15251
Re: XE5 Firemonkey - compile error when using TChart
Thanks for your help, I got this working. I think I had still had an older installation lurking somewhere on my computer that was being used, after removing that and installing again it worked.
- Wed Jan 22, 2014 11:29 pm
- Forum: FMX
- Topic: XE5 Firemonkey - compile error when using TChart
- Replies: 5
- Views: 15251
XE5 Firemonkey - compile error when using TChart
Hello, I just installed the latest version of TChart (2013.09.131119). I'm working on mobile app in XE5 update 2 and want to use a TChart. I added a TChart to my form and when I compile I get this error: "F2051 Unit FMXTee.Canvas was compiled with a different version of FMX.StdCtrls.TScrollBar" Some...