RE: [OzSilverlight] SL Related Multiple Canvases

2008-11-23 Thread Miguel Madero
You might give it a try to the ViewBox control in the new Silverlight
Toolkit

 

 Miguel A. Madero Reyes

  http://www.miguelmadero.com/ www.miguelmadero.com (blog)
  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] 
 +61 (0) 406-704-161

P Please reconsider your environmental responsibility before printing this
e-mail

The information in this e-mail is confidential and may be legally
privileged. It is intended solely for the addressee. If you are not the
intended recipient, any disclosure, copying, distribution or any action
taken or omitted to be taken in reliance on it, is prohibited and may be
unlawful.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Saturday, 22 November 2008 8:22 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL Related Multiple Canvases

 

Hi all,

I am working on SL App which is based on Canvas controls
mean:

Master page type( default page )which is collection of
Header/Navigation/Body and footer Canvas,

Every thing is working fine. But I have only one issue right now.

At runtime I wana grow height of my body canvas when any specific (inner
Content control which comes in the body Canvas) have more height than the
fixed of body canvas.

 

 

 

 

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

www.intagleo.co.uk

 

---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


Re: [OzSilverlight] SL Related Multiple Canvases

2008-11-22 Thread Jonathan Parker
http://channel9.msdn.com/forums/TechOff/432768-WPF--set-height-to-auto-at-runtime/

On Sat, Nov 22, 2008 at 8:21 PM, Muhammad Niaz [EMAIL PROTECTED]wrote:

  Hi all,

 I am working on SL App which is based on Canvas controls
 mean:

 Master page type( default page )which is collection of
 Header/Navigation/Body and footer Canvas,

 Every thing is working fine. But I have only one issue right now.

 At runtime I wana grow height of my body canvas when any specific (inner
 Content control which comes in the body Canvas) have more height than the
 fixed of body canvas.











 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk


  ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net



--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


RE: [OzSilverlight] SL related

2008-11-19 Thread Muhammad Niaz
Can u please send any sample related to it

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Wednesday, November 19, 2008 1:20 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

There is no screen so to speak built in to Silverlight, but you could pop
over a Canvas or something with a loading animation of some kind. If the
canvas has a background, even transparent then it will block the mouse
clicks from bubbling to the button.


But, I would just disable the button and show a loading animation if it were
me...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 5:35 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Thanks its good solution, but I am not interested in this simple. Bkz I have
to redo lot of time, can anyone send anykind of screen that appear when
service side processing is working and screen(Froms) SL App become
transparent.

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sam Lai
Sent: Wednesday, November 19, 2008 11:19 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] SL related

Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button
then
 web service save the record successfully when no error return in client
side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come
how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008
5:24 PM


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net




RE: [OzSilverlight] SL related

2008-11-19 Thread Muhammad Niaz
Thank you very much, it's really wonderful

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Wednesday, November 19, 2008 2:08 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

This is a link to a little app that blocks user input using the VSM to show
a grid over the input button etc...

http://www.webjak.net/files/FileDetail.aspx?fileId=530c04ad-c6fe-4426-8fcf-8
8df759ce7c8

Ensure you set the startup project to the web project and the startup file
should be SilverlightApplication2TestPage.aspx.

Cheers,

Jordan.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 7:30 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Can u please send any sample related to it

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Wednesday, November 19, 2008 1:20 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

There is no screen so to speak built in to Silverlight, but you could pop
over a Canvas or something with a loading animation of some kind. If the
canvas has a background, even transparent then it will block the mouse
clicks from bubbling to the button.


But, I would just disable the button and show a loading animation if it were
me...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 5:35 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Thanks its good solution, but I am not interested in this simple. Bkz I have
to redo lot of time, can anyone send anykind of screen that appear when
service side processing is working and screen(Froms) SL App become
transparent.

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sam Lai
Sent: Wednesday, November 19, 2008 11:19 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] SL related

Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button
then
 web service save the record successfully when no error return in client
side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come
how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008
5:24 PM


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008
5:24 PM


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







--- 
OzSilverlight.com - to unsubscribe from this list, send a message

RE: [OzSilverlight] SL related

2008-11-19 Thread Miguel Madero
You could use the popup control. This is always on top of everything no matter 
in which container it is and you can set it to full screen with a transparent 
background. 



 Miguel A. Madero Reyes
 www.miguelmadero.com (blog)
 [EMAIL PROTECTED] 
 +61 (0) 406-704-161
 Please reconsider your environmental responsibility before printing this 
e-mail
The information in this e-mail is confidential and may be legally privileged. 
It is intended solely for the addressee. If you are not the intended recipient, 
any disclosure, copying, distribution or any action taken or omitted to be 
taken in reliance on it, is prohibited and may be unlawful.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jordan Knight
Sent: Wednesday, 19 November 2008 7:20 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

There is no screen so to speak built in to Silverlight, but you could pop 
over a Canvas or something with a loading animation of some kind. If the canvas 
has a background, even transparent then it will block the mouse clicks from 
bubbling to the button.


But, I would just disable the button and show a loading animation if it were 
me...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 5:35 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Thanks its good solution, but I am not interested in this simple. Bkz I have
to redo lot of time, can anyone send anykind of screen that appear when
service side processing is working and screen(Froms) SL App become
transparent.

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sam Lai
Sent: Wednesday, November 19, 2008 11:19 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] SL related

Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button
then
 web service save the record successfully when no error return in client
side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come
how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008 5:24 
PM


--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net




Re: [OzSilverlight] SL related

2008-11-18 Thread Sam Lai
Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button then
 web service save the record successfully when no error return in client side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net





RE: [OzSilverlight] SL related

2008-11-18 Thread Muhammad Niaz
Thanks its good solution, but I am not interested in this simple. Bkz I have
to redo lot of time, can anyone send anykind of screen that appear when
service side processing is working and screen(Froms) SL App become
transparent.

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sam Lai
Sent: Wednesday, November 19, 2008 11:19 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] SL related

Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button
then
 web service save the record successfully when no error return in client
side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come
how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net




RE: [OzSilverlight] SL Related

2008-11-05 Thread Philip Beadle
Sure is. :)  We thought we'd let you figure it out :):)

Regards,
Philip Beadle
Readify | Principal Consultant
Microsoft MVP - ASP/ASP.NET, MCAD, MCT
Suite 206 Nolan Tower | 29 Rakaia Way | Docklands | VIC 3008 | Australia
M: +61 417 301 024 | E: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] | C: [EMAIL 
PROTECTED]sip:[EMAIL PROTECTED] | W: www.readify.nethttp://www.readify.net/

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Niaz
Sent: Thursday, November 06, 2008 4:38 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL Related

Oh it was very simple :(





Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.ukhttp://www.intagleo.co.uk

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Niaz
Sent: Wednesday, November 05, 2008 2:55 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL Related

Hi All,
I am fine :) , sure you all will be enjoying, here is scenario to discuss:
I am near to complete a SL App, now I want that my application will open in 
Full  Screen mode, i.e. without Next, Previous button of Browser or address 
bar. But after successful login. ;)

In this app there is not UserControl, but canvases because they add Childers in 
it, mean at runtime I add children to the Canvases/Pages,

And remember there is only one page (default.html/aspx ).
When user login successfully I do this:

//Redirect to page.
LoginDefault loginDefault = Application.Current.RootVisual as 
LoginDefault;
if (loginDefault != null)
{
loginDefault.Children.Clear();
loginDefault.Children.Add(new Default());
}


So send me anything which help me related to Full Screen, but remember the 
solution should take very much little bit time, :)




Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.ukhttp://www.intagleo.co.uk

--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net