Search found 30 matches

by JAP
Thu Apr 24, 2014 9:35 am
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

You can do it as in the thread we spoke about that. There's also an example in the other thread I pointed you. Thank you. I'll look into the resources you gave. Not sure about what you want to achieve with this. Could you please provide more information? As previously developed wherein the graph is...
by JAP
Wed Apr 23, 2014 11:51 pm
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

It might be related to what we discussed here. I see, i'll check it out again. Yes, it scrolls as per the ZoomStyles.FullChart functionality. But with just using the ZoomStyles.Classic, how can I utilize the ScrollView to see the whole chart by scrolling horizontally? Yes, you should just set Page....
by JAP
Wed Apr 23, 2014 11:53 am
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

No, not ours, another client's. See this thread for further details. I see, I guess I'll have to try deploying it to other devices. A few options here: 1. Try using TChart outside the ScrollView. This is the other common denominator with the other instance of this issue. It looks like ScrollView is...
by JAP
Wed Apr 23, 2014 2:09 am
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

Not 100% sure, just an hypothesis. However, it looks like to be the common denominator in the two devices where this occurred. That is because your PocketBook SURFpad 2 which also runs in Android 4.1.2 re-produced the problem? Since I cannot use the zoom feature for the time being, what approach ca...
by JAP
Tue Apr 22, 2014 4:02 pm
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

I'm afraid not. We plan to implement zoom and scrolling with ZoomStyles.Classic but it is still not supported. Did you have the chance to test your application in another device? The problem is related to some devices or some specific Android version, I'm afraid. I have seen this problem in 2 Andro...
by JAP
Tue Apr 22, 2014 2:42 pm
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

Thanks for the video. I tried reproducing it again both with the emulator and the device without success. Can you reproduce it with other devices? What about changing Zoom.Style property, for example: tChart1.Zoom.Style = Steema.TeeChart.ZoomStyles.Classic; Hey, It solves the problem, but is there ...
by JAP
Tue Apr 22, 2014 1:05 pm
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

Ok, thanks. I tried creating an emulator with a similar specifications but couldn't reproduce the problem there either. Can you reproduce the problem with different devices? I'll also try to test with some other devices. That's the emulator I created. Shouldl I change anything? Did you reproduce th...
by JAP
Tue Apr 22, 2014 10:07 am
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

Yes, a Google Nexus 4 device with Android 4.4.2. That's why I'm asking about the specification or brand and model of the device with which you reproduce the problem. Can you reproduce the problem with different devices? Device Name: Cherrymobile Flare 2X 1.2GHz Quad Core Qualcomm Snapdragon MSM8225...
by JAP
Tue Apr 22, 2014 9:50 am
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

At step 4 I already get "Messaging" option without choosing it. Then I don't understand which is the "Just once" button, I don't see anything about that. Anyway, continuing with steps 7 and 8 doesn't reproduce the problem either. I think you only have 1 messaging app that's why. Going back to repro...
by JAP
Thu Apr 17, 2014 3:09 pm
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

Hi JAP, Thanks for the new project. At least I can run it now. However, I'm still unable to reproduce the problem. What I'm doing: 1. Run the application. 2. Press the "FETCH" button. 3. Navigate through the chart pressing first, last, next and previous buttons. 4. Press the "Patient Details" butto...
by JAP
Thu Apr 17, 2014 9:24 am
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

I'm sorry sir about the project. I sent a link to Ms. Ara of sales for the updated project, hoping the revision satisfies your requirements :)
by JAP
Wed Apr 16, 2014 3:19 pm
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

Sorry for that sir. The link to the updated project is sent to Ms. Ara of Sales, the person whom I gave the link of the initial project for this problem.
by JAP
Wed Apr 16, 2014 3:38 am
Forum: .NET
Topic: Tilting Char Problem
Replies: 31
Views: 39828

Re: Tilting Char Problem

I would like to follow-up on this problem. I can't upload the project because it's too large. I uploaded in my OneDrive, where can I send the link privately?
by JAP
Wed Apr 16, 2014 3:36 am
Forum: .NET
Topic: TeeCHart Display problem for Xamarin.iOS
Replies: 5
Views: 10142

Re: TeeCHart Display problem for Xamarin.iOS

Hello, so, if I understand, you need to open a new View, in landscape mode and be able to show the Chart as a client or at specific position, isn't it ? I'm asking to you in order to prepare a code that does that. No Sir, I have no problem in the orientation since I set it to only support lanscape ...
by JAP
Sat Apr 12, 2014 1:03 pm
Forum: .NET
Topic: TeeCHart Display problem for Xamarin.iOS
Replies: 5
Views: 10142

Re: TeeCHart Display problem for Xamarin.iOS

Actually the supported view of my app is just "Landscape" view as I'm having a hard time dealing with the orientation. Nevertheless even if the app only supports one orientation, the chart generated by TeeChart is still misplaced.