Codejock Forums Homepage
Forum Home Forum Home > General > XAML Snippets
  New Posts New Posts RSS Feed - Gauges ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Gauges ?

 Post Reply Post Reply
Author
Message
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Topic: Gauges ?
    Posted: 25 March 2009 at 2:08pm
Is it possible to create such gauges with the current XAML features? It would be nice if the gauges are scalable.



Codejock support
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 26 March 2009 at 3:01am
Hi,
you can make main gauge part as single image and only draw Arrow part with Markup's Line
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 26 March 2009 at 10:13am
Thanks Oleg, but I don't want to use bitmaps, I would like to use vector graphics (XAML).

Could you please add suppor for TextBlock.RenderTransform?

Rectangle.RenderTransform and RotateTransform is also missing 




<Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>
<Ellipse Margin="10" Stroke="#bb000000" StrokeThickness="13" Stretch="Fill"  >
    <Ellipse.Fill>
        <LinearGradientBrush StartPoint="0, 0" EndPoint="1,1">
            <GradientStop Color="White" Offset="0"/>
            <GradientStop Color="Black" Offset="1"/>
        </LinearGradientBrush>
    </Ellipse.Fill>
</Ellipse>
</Page>

Codejock support
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 27 March 2009 at 2:46am
Hi,
 
Yes, its main feature I very wish to implement. Wating some window to try it.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 08 July 2010 at 6:03am
Originally posted by oleg oleg wrote:

Hi,
 
Yes, its main feature I very wish to implement. Wating some window to try it.


Hello Oleg,

it's still not supported in 13.4.0. Any idea when you'll add those features?

Andre

Codejock support
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 18 January 2018 at 3:23am
Hello;

Any chance to get this in one of the next releases?


Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.