[OzSilverlight] Generic Collection and Simple Collection

2008-08-29 Thread Muhammad Niaz
Hi All,

   Can I set NonGenericCollection object into GenericList, here
are further details:

 

A Class library is build into .NET 2.0 but its every classes return
collection which are Non Generic. But I want set them into Generic
Collection is it possible.?

And Non Generic Collection internally contains the objects which I want
you use in GenericCollection.

 

 

If possible please send me any source code or article for help.

 

 

 

 

Regards,

Niaz




--- 
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] Generic Collection and Simple Collection

2008-08-29 Thread Muhammad Niaz
 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of .net noobie
Sent: Friday, August 29, 2008 11:49 AM
To: listserver@ozsilverlight.com
Subject: Re: [OzSilverlight] Generic Collection and Simple Collection

 

how are you getting access to the .NET 2.0 object in your silverlight
application...?

Via WCF.



as you can only referance another Silverlight application from a
Silverlight application...

and Silevrlight applications are .NET 3.5...

so I assume you are accessing this collection via a call to a WCF/Web
service...?

Yes



is this correct? in that case could you not covert it to a generic
collection before you return it to your silverlight applcation...?

Ok.


also, you can also use the .AsQueryable() built in exstention method
in .NET 3.5 LINQ wich will be automatically added to the collection
object if you return that to you silverlight application then you
could use LINQ to quey and return a generic collection of what you want
in the client/silverlight application...?

Ok.









On 8/29/08, Muhammad Niaz [EMAIL PROTECTED] wrote:

Hi All,

   Can I set NonGenericCollection object into GenericList, here
are further details:

 

A Class library is build into .NET 2.0 but its every classes return
collection which are Non Generic. But I want set them into Generic
Collection is it possible.?

And Non Generic Collection internally contains the objects which I want
you use in GenericCollection.

 

 

If possible please send me any source code or article for help.

 

 

 

 

Regards,

Niaz

---
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 




-- 
.net noobie(tm)

This Framework is not Big Enough for the both of us...
---
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] How to play swf extension files in silverlight.?

2008-09-15 Thread Muhammad Niaz
Hi all, can anybody tell me  how to play with swf files in silverlight.

 

 

 

Regards,

Muhammad Niaz




--- 
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] How to play swf extension files in silverlight.?

2008-09-18 Thread Muhammad Niaz
Hi Sam,

Thanks for quick response and one more thing can I add you in my Google
Talk list as a friend for discussion about SL Stuff and lot more :) .?
If yes here is my email: [EMAIL PROTECTED]

Regards,
Muhammad Niaz


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sam Lai
Sent: Friday, September 19, 2008 9:29 AM
To: listserver@ozsilverlight.com
Subject: Re: [OzSilverlight] How to play swf extension files in
silverlight.?

I haven't actually tried it, but that's how I'd approach it and how
I've seen it done. See Jonas' post after mine - he seems to have it
all worked out.

Sam

On 9/19/08, Muhammad Niaz [EMAIL PROTECTED] wrote:
 Hi Sam,
Can you please send any sample code related to it.


 Regards,
 Muhammad Niaz

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Sam Lai
 Sent: Wednesday, September 17, 2008 8:37 AM
 To: listserver@ozsilverlight.com
 Subject: Re: [OzSilverlight] How to play swf extension files in
 silverlight.?

 If all you want to do is play swf files within a silverlight
 interface, you could do some javascripting that loads the swf in a
 html div and overlay that on top of the silverlight interface.

 On 9/16/08, Scott Barnes [EMAIL PROTECTED] wrote:
 You can't. SWF is a proprietary binary solution built by Adobe and
has
 no
 support inside Silverlight.

 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 On Behalf Of Muhammad Niaz
 Sent: Monday, September 15, 2008 10:55 AM
 To: listserver@ozSilverlight.com
 Subject: [OzSilverlight] How to play swf extension files in
 silverlight.?

 Hi all, can anybody tell me  how to play with swf files in
 silverlight.



 Regards,
 Muhammad Niaz
 ---
 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




 ---
 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] A couple of questions

2008-09-21 Thread Muhammad Niaz
Hi all,

Yes its right that with using 

[Serializable] you can use your classes on client side i.e. in Silver
Light App.

You can use it in DTO Tier.

 

 

 

If you have any concerns please let me know.

 

Have a nice Light J

 

 

Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems (Pvt) Ltd.

+92 321 569 4195

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jordan Knight
Sent: Monday, September 22, 2008 5:36 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] A couple of questions

 

I believe DataContractSerializer is compatible with
SerializationAttribute... so in theory you should be able to serialise
the same classes without modification (even if they are in an older 1.1
or 2.0 assembly that you don't have to source for J) - im going from
memory here though

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ross McKinnon
Sent: Monday, 22 September 2008 9:00 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] A couple of questions

 

Just quickly,

 

1) You are mainly suggesting a server based identity, which I did
contemplate and implement, but the problem with that is you end up
losing some of the silverlight power of local application with the
constant need to go back and forth in a complex web application across
multiple pages. I did implement a expiring token in local storage, but
that has a number of architectural syncronisation problems with the
server based asp.net security model which works so well.

 

2) Good to hear.

 

3) Interesting. I just didn't think it would be that simple.

 

4) Silverlight works reasonably well with the XML Formatter, expecially
when you put it in with Linq to SQL, with most things being tied into
nice classes, but not having the binary formatter you lose a degree of
flexibility in being able to serialise anything.

 

 

Thanks,

 

Ross.

 

 

PS, we should catch up anyway when you are back if you have a spare hour
or two.

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Barnes
Sent: Thursday, 18 September 2008 5:20 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] A couple of questions

Hi Ross! (long time no speak) J

 

1)  You have a number of options, essentially the easiest way is to
tap into the Windows Communication Foundation services and utilize this
option. It's essentially sending data over the wire in XML format,
Silverlight has great hooks already built in to handle these type of
requests. We're also looking to do more here to make things more
seamless in upcoming versions. I can't say more than that, but it will
get a lot easier in the long term.

2)  That's the intent going forward. We see a great deal of positive
power with using LINQ inside Silverlight and WPF. It's almost safe to
say out loud to think of LINQ as  you're Data Passport between client
and server. There will be more expansion on this in the future as well.

3)  Security will remain similar or if not the same as ASP.NET
today. The difference is on the client, you essentially need to
architect in such a way that the initial first ask is defining whom
the person is and what their session may look like. From there, it's a
case of CanIHaveAccessTo(args) style security access (given you're in
a non-Refresh situation - assuming this is a 100% Silverlight App by the
way). Now, the danger here is if not architected correctly is that you
can fake the true/false responses, so the further piece to this is to
maybe consider using XAML over the wire. In that can I have access to
ViewAllUsrProfiles?, If the answer is true, you essentially trigger a
.xap download or you load .XAML remotely, via an ASP.NET page (pushing
the content). As this will also be a secondary check to make sure they
did indeed have positive response to the question

4)  Could you expand on the Binary Formatter? I.e. what do you have
in mind?

5)  We're working on smarter ways to go between Client and Server,
but can't say much just yet on what that will look like. We're still
actively planning features and so feel free to expand on what you're
thinking here as I'm more than happy to walk this into the next planning
meeting and discuss with the team.

 

P.S

I'll be back home in Brisbane (currently Belinda and I are living in
Seattle now) around XMAS time. So if you're still stuck around then, I'm
sure we can find a EY event to meet up at and discuss in depth over a
beer or two. Failing that, feel free to contact me offline to discuss in
depth should the above not be enough (same goes for anyone on this list
btw).

 

--

Scott Barnes 
(Rich Platforms Product Manager)

Microsoft Corp. http://www.microsoft.com/  | Blog:
http://blogs.msdn.com/msmossyblog http://blogs.msdn.com/msmossyblog  |
Mobile: + 1 (425) 802-9503 (New!)

Twitter: twitter.com/mossyblog http://twitter.com/mossyblog  | MSN:
[EMAIL PROTECTED]
P Please consider your environmental

[OzSilverlight] Success or Failure of SL.?

2008-10-15 Thread Muhammad Niaz
Hi All,

   So SL released finally, I LOVE it but I have to lot code in XAML
for Designing stylying etc.

 I want to say if we compare to other RIA Technologies like
Flex etc. 

There features and related to developer point of view, are they easy to
learn, develop, mean in minimum time we can do lot of work. For example?.

And what are the core feature of SL which unique it and add value in it.?

 

 

  

 

 

 

 

 

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd.

+92 321 569 4195




--- 
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] Success or Failure of SL.?

2008-10-16 Thread Muhammad Niaz
Hi Stephen,

 I agree with your comments related to .NET expertise. But even
though I do't know about Flex but I want to say that lot of XAML markup is
generated when we are building out styles in App.xaml, and even Designing is
also tough for developer point of view L

 

 

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd.
+92 321 569 4195

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Stephen Price
Sent: Thursday, October 16, 2008 10:01 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] Success or Failure of SL.?

 

Hi Muhammad,

 

I can't really comment on Flex but the little I've seen showed me that both
technologies were/are moving in similar directions, which you'd expect as
they have a similar problem to solve.

I can say though, that learning XAML is not a waste given that WPF also uses
it. Anything you can do in XAML can be done in code but usually there's
fewer lines of XAML to do the same thing. I love working with Silverlight
and if it's easy to use and nice to code then people are more likely to use
it, meaning over time it will increase market share. 

I think the biggest thing going for Silverlight is you can use your .Net
skills. There's 4 million+ .Net developers out there apparently so that's a
lot of people who already know enough to pick it up run with it. 

 

cheers,

Stephen

 

On Thu, Oct 16, 2008 at 1:42 PM, Muhammad Niaz [EMAIL PROTECTED]
wrote:

Hi All,

   So SL released finally, I LOVE it but I have to lot code in XAML
for Designing stylying etc.

 I want to say if we compare to other RIA Technologies like
Flex etc. 

There features and related to developer point of view, are they easy to
learn, develop, mean in minimum time we can do lot of work. For example?.

And what are the core feature of SL which unique it and add value in it.?

 

 

  

 

 

 

 

 

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd.

+92 321 569 4195

---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com http://mailenable.com/  - List managed by
www.readify.net http://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] Success or Failure of SL.?

2008-10-16 Thread Muhammad Niaz
Hi Jordan,

Best of luck about your group, for SL. We are with you. J

 

 

 

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd.
+92 321 569 4195

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Friday, October 17, 2008 4:16 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Success or Failure of SL.?

 

Just on the success of SL in the RIA space... 

 

The hard sell is going to be to the designers... they are in many ways
married to Adobe PS, but this doesn't they have to stay married to
Flash/Flex. They key is, they don't have to stop using PS to do their
designs - showing them how easy it is to go from PS / IL to Expression
Design/Blend is the goal. Also, showing designers just how many great C#
developers are out there to take away their ActionScript/Flex pain so they
can concentrate on designs and not program implementation will help attract
more designers. I'd put money on there being more  C# developers out there
than Action Script developers - and that on average the C# developer has
more experience (i.e. they are *better* :)).

 

We are starting a new user group called the Silverlight Designer and
Developer Network in Melbourne (first meeting Nov 27th - a formal
announcement coming soon) especially to help bridge this gap... 

 

My observation is that traditionally designers don't have a lot of
SIG/community stuff they attend regularly - hopefully the SDDN can buck that
trend. 

 

Each meeting will have content for designers and content for developers -
including lots of content on bridging the gap between the two camps.
Bringing designers and developers together regularly creating dialog is the
first step to making Silverlight a great success. 

 

All sessions recorded and available for free on the site after the meet!

 

As I said there will be a formal announcement very soon so stay posted.

 

Jordan.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Friday, 17 October 2008 9:53 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Success or Failure of SL.?

 

Lucky Silverlight has so many great tools to crank out XAML for you :)

 

At the end of the day is there really any more work in style creation than
with something like CSS?

 

At the end of the day you aren't being forced to trawl though pages of XAML
if you don't so desire :)

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Friday, 17 October 2008 12:13 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Success or Failure of SL.?

 

Hi Stephen,

 I agree with your comments related to .NET expertise. But even
though I do't know about Flex but I want to say that lot of XAML markup is
generated when we are building out styles in App.xaml, and even Designing is
also tough for developer point of view L

 

 

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd.
+92 321 569 4195

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Stephen Price
Sent: Thursday, October 16, 2008 10:01 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] Success or Failure of SL.?

 

Hi Muhammad,

 

I can't really comment on Flex but the little I've seen showed me that both
technologies were/are moving in similar directions, which you'd expect as
they have a similar problem to solve.

I can say though, that learning XAML is not a waste given that WPF also uses
it. Anything you can do in XAML can be done in code but usually there's
fewer lines of XAML to do the same thing. I love working with Silverlight
and if it's easy to use and nice to code then people are more likely to use
it, meaning over time it will increase market share. 

I think the biggest thing going for Silverlight is you can use your .Net
skills. There's 4 million+ .Net developers out there apparently so that's a
lot of people who already know enough to pick it up run with it. 

 

cheers,

Stephen

 

On Thu, Oct 16, 2008 at 1:42 PM, Muhammad Niaz [EMAIL PROTECTED]
wrote:

Hi All,

   So SL released finally, I LOVE it but I have to lot code in XAML
for Designing stylying etc.

 I want to say if we compare to other RIA Technologies like
Flex etc. 

There features and related to developer point of view, are they easy to
learn, develop, mean in minimum time we can do lot of work. For example?.

And what are the core feature of SL which unique it and add value in it.?

 

 

  

 

 

 

 

 

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd.

+92 321 569 4195

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

RE: [OzSilverlight] Success or Failure of SL.?

2008-10-19 Thread Muhammad Niaz
hI Jempson,



What you mean.?

Take care
Niaz

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of ross jempson
Sent: Monday, October 20, 2008 6:39 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] Success or Failure of SL.?

Current leaders:

Troll / fisherman of the year : Muhammed Niaz

Flamer / Flamee of the year : cough cough

On Mon, Oct 20, 2008 at 8:26 AM, Jonas Follesø [EMAIL PROTECTED] wrote:
 Hi,

 First on the AJAX/JavaScript comment: I completely agree. This is
something
 I mentioned in the Future of the web discussion panel at Tech Ed in
 Sydney. I think that in the end JavaScript might be a stronger competitor
to
 Silverlight than Flash. JavaScript is getting significant faster in
Chrome,
 FireFox and Safari (and Microsoft is playing catch-up in IE8). New
 frameworks like jQuery (now embraced by Microsoft) is making it easier to
 build rich JavaScript based applications, and the tooling support is also
 getting more solid.

 By using plain AJAX/JavaScript you don't have to depend on any add-in or
 vendor lock-in. In the future Canvas and Video, when ever implemented
in
 all browsers, might make AJAX/JavaScript an even more compelling
alternative
 to Flash and Silverlight.

 That being said I am big Silverlight 2 fan, and definitely think the
 technology is ready for main-stream development work. I think Silverlight
2
 will be an easier alternative for businesses wanting to build Rich
Internet
 Applications. The reason: tools they know (VS2008), same language on
 client/server, and consistent API/documentation/tooling (compared to the
web
 where you have to know multiple technologies to do it well).

 I also think that the requirements and expectations within (internal) line
 of business applications will go up as the users get used to great online
 user experiences on the public web. These users will expect something
more
 inside the company, and I think that in the future having great internal
 software might be a differentiator for companies wanting to recruit
 information workers.

 As to the Flex vs Silverlight 2 decision I don't know enough about Flex to
 really comment on it. However, I think that most of us have seen great
 examples of Flash-based RIAs, so the technology is more than capable of
 delivering great applications. One of my current favorites is
 http://www.sliderocket.com/. So if you and your team knows Flex, and the
 company sees that as a important technology in the future, by all means
use
 it! That makes perfect business sense. What I'm saying is that Silverlight
2
 feels a need for the .NET/Microsoft development crowd who is comfortable
in
 VS2008 and C#, and now need to meet higher expectations to deliver great
 user experiences online.

 - Jonas

 On Mon, Oct 20, 2008 at 9:08 AM, Barry Beattie [EMAIL PROTECTED]
 wrote:

  You want me to give you a run sheet of our entire game plan so you can
  run it off to your buddies at Adobe, think again bazza :) think again!
:)
 
  Sorry, nice try but no cigar.

 no, Scott, it's not that.

 I actually don't cut much code anymore these days: analysis, design,
 recommendations, etc. I'm trying to get a deeper understanding on SL's
 place in the world now/soon and I'm not going to recommend spending
 resources on cutting edge (if not bleeding edge) if it's not yet worth
 it to solve real business problems. I don't work in a design agency, I
 don't work with general-public-facing web.

 I mean, because I know Flex, I can see more than one option so I'm
 looking at ROI, product differentiation, what works for where and why,
 alternatives**, etc. E.g: SL's use of C#, while important for teams,
 can be negated in other ways: what Peter DeHaan at Adobe is up, etc.

 As for getting SL infront of eyeballs, I've already given you one
 suggestion - but I do admit cross-department logistics make it a long
 shot, which is a shame.

 so I *am* pumping you for information, Scott, but not for the reasons
 you think. But you did do a good job shedding a bit more light a
 couple of emails back, and for that many thanks.

 barry.b out.

 ** I've come across more than one example where a DHTML/Ajax-y app
 would work better than what's been served up with Flex. Perhaps both
 Flex and SL share a competitor there?


 ---
 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 

RE: [OzSilverlight] Web Service url Configuration for SL App.?

2008-10-21 Thread Muhammad Niaz
Hi Jordan,

Thanks for reply but can you send any complete SL App that
using this kind code.

 

 

 

 

 

 

Thanks  Regards

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Tuesday, October 21, 2008 12:19 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hey Muhammad,

 

Have a peek at this post... it lets you automatically find the URL for your
webservice relative to your application, so no need to do any configuration
:)

 

http://blog.webjak.net/2008/10/21/get-a-relative-uri-to-your-webwcf-service-
in-silverlight/

 

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Tuesday, 21 October 2008 6:45 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hi All,

I have build a SL based App which run in ASP.NET(off course) page, and this
SL App used Web Service, I want to set configurable url of web Service if
possible in Web.Config, so the there is no need of SL App to be recompile.

Is it possible.? Please send any source code, anything.

 

 

 

 

 

 

 

 

 

 

Thanks  Regards

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

---
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.173 / Virus Database: 270.8.1/1731 - Release Date: 20/10/2008
2:52 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] Web Service url Configuration for SL App.?

2008-10-21 Thread Muhammad Niaz
Hi Jordan,

  I try your code, there is no success,

Regards,

Niaz

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Tuesday, October 21, 2008 2:08 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hi Jordan,

Thanks for reply but can you send any complete SL App that
using this kind code.

 

 

 

 

 

 

Thanks  Regards

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Tuesday, October 21, 2008 12:19 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hey Muhammad,

 

Have a peek at this post... it lets you automatically find the URL for your
webservice relative to your application, so no need to do any configuration
:)

 

http://blog.webjak.net/2008/10/21/get-a-relative-uri-to-your-webwcf-service-
in-silverlight/

 

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Tuesday, 21 October 2008 6:45 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hi All,

I have build a SL based App which run in ASP.NET(off course) page, and this
SL App used Web Service, I want to set configurable url of web Service if
possible in Web.Config, so the there is no need of SL App to be recompile.

Is it possible.? Please send any source code, anything.

 

 

 

 

 

 

 

 

 

 

Thanks  Regards

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

---
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.173 / Virus Database: 270.8.1/1731 - Release Date: 20/10/2008
2:52 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 




--- 
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] Web Service url Configuration for SL App.?

2008-10-21 Thread Muhammad Niaz
Hi Jordan,

Thanks for response on my email, it was really helping for me.

 

 

 

Thanks Again Jordan

 

 

 

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd.

+92 321 569 4195

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Wednesday, October 22, 2008 2:35 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hey mate,

 

I've updated the article with a downloadable code sample :)

 

The samples in the article are in VB.NET but the downloadable sample is in
C# :)

 

Cheers,

 

Jordan.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Tuesday, 21 October 2008 9:34 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hi Jordan,

  I try your code, there is no success,

Regards,

Niaz

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Tuesday, October 21, 2008 2:08 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hi Jordan,

Thanks for reply but can you send any complete SL App that
using this kind code.

 

 

 

 

 

 

Thanks  Regards

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Tuesday, October 21, 2008 12:19 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hey Muhammad,

 

Have a peek at this post... it lets you automatically find the URL for your
webservice relative to your application, so no need to do any configuration
:)

 

http://blog.webjak.net/2008/10/21/get-a-relative-uri-to-your-webwcf-service-
in-silverlight/

 

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Tuesday, 21 October 2008 6:45 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] Web Service url Configuration for SL App.?

 

Hi All,

I have build a SL based App which run in ASP.NET(off course) page, and this
SL App used Web Service, I want to set configurable url of web Service if
possible in Web.Config, so the there is no need of SL App to be recompile.

Is it possible.? Please send any source code, anything.

 

 

 

 

 

 

 

 

 

 

Thanks  Regards

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

---
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.173 / Virus Database: 270.8.1/1731 - Release Date: 20/10/2008
2:52 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 

---
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.173 / Virus Database: 270.8.1/1731 - Release Date: 20/10/2008
2:52 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 2 Button having Image.?

2008-10-28 Thread Muhammad Niaz
Thanks Alex

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 http://www.intagleo.co.uk www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Alex Knight
Sent: Tuesday, October 28, 2008 5:21 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL 2 Button having Image.?

 

Hi Muhammad,

Just finished up that blog on skinning buttons.

Have a look here:

http://agkdesign.wordpress.com/2008/10/28/how-to-skin-buttons-made-easy-silv
erlight-tutorial/

 

If you still need it. J

 

Thanks

 


Alex Knight
Designer

:: OBJECTIFY SERVICES
Level 1 / 20 Killians Walk Bendigo Victoria 3550
Tel: (03) 5440  | Fax: (03) 5444 4865 | ABN: 19 128 714 974
email: [EMAIL PROTECTED] | web: objectify.com.au
http://objectify.com.au/ 

Disclaimer:
This email and any files transmitted with it are intended for the named
recipient/s only. The information contained in this message may be
confidential, legally privileged and copyright work. Please do not copy or
forward this email unless you have the express permission of the sender to
do so. If you have received this email in error, please notify the sender
immediately by return email and delete this message. Objectify Services Pty.
Ltd. does not warrant or guarantee that this email or any files transmitted
with it are free of errors, viruses or interference, or have been received
in the form sent. The recipient assumes all responsibilities for any
consequences resulting from any use of this email or any files transmitted
with it. 

Please consider the environment before printing this e-mail



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Friday, 24 October 2008 9:10 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL 2 Button having Image.?

 

Hi All,

Can anybody help me about to make a button that contain Image as a
child, mean we change Button's default Look and Feel, and also mouse over
,Enable, disable effects.

 

 

 

 

 

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


[OzSilverlight] Combobox with Key Value type as were in ASP.NET?

2008-10-29 Thread Muhammad Niaz
Hi All, 

 Can anybody send me code or article related to Combobox at runtime to load
the contents from WebService and if items have any Id and Description.

I need selected Id when I click on any item of Combobox.

 

 

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] SL Combobox SelectedItem ?

2008-10-30 Thread Muhammad Niaz
Hi All,

 I am working on MS Combox in SL App,

  But I have an issue, like ddlMediatype.SelectedItem =
(ContentTypeDTO)innerContentTypeDTO;

Mean I have no success to set SelectedItem through code.

 

 

Any details sample code or Article, in which if there are multiple
Comboboxes on each change other reflects. ;)

 

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


RE: [OzSilverlight] Announcing Silverlight 'Artists in Residence' - Melbourne 1-5 December

2008-10-30 Thread Muhammad Niaz
Hi Shane,

   I am from Pakistan, I have 3+ years experience in .NET technologies, can
you help me in this regards to attend this program. And I am looking my
future in MS Technologies specially in SL.

I have in hand passport.

 

Thanks again and looking forward your positive response.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 http://www.intagleo.co.uk www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Shane Morris
Sent: Friday, October 31, 2008 9:39 AM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] Announcing Silverlight 'Artists in Residence' -
Melbourne 1-5 December

 

Hi all, we are running a free Silverlight Artists in Residence program for
developer/designer pairs in Melbourne from 1-5 of December. The idea is to
get developers and designers quickly up to speed with Silverlight,
Expression and Visual Studio, and give them a chance to work on a small
project of their choosing, with help from mentors. Beats conventional
classroom training if you ask me.

 

More on the blog:
http://blogs.msdn.com/shanemo/archive/2008/10/31/announcing-silverlight-arti
sts-in-residence-melbourne-1-5-december.aspx

 

Spots are limited. First-in, first-served.

 

Shane

 

Shane Morris  |  User Experience Evangelist  |  Microsoft Australia  |  +61
438 818 888  |   mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]  |
http://blogs.msdn.com/shanemo blogs.msdn.com/shanemo

 

---
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 Combobox SelectedItem ?

2008-10-31 Thread Muhammad Niaz
Hi All,

   Thanks for idea, but can you tell me what can be world best
Binding in SL for Combobox, because previously I was using 3rd party DDL but
now I have to replace.

 

Any idea not with sample code like Combo   DataContext={Binding
SomeCollection} ;), please dot mind.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 http://www.intagleo.co.uk www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Miguel Madero
Sent: Friday, October 31, 2008 4:44 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL Combobox SelectedItem ?

 

Make sure that the object is already in the ItemsSource. The combo can only
select items that are part of the collection they're bound to. 

 

ddl.DataContext = MyCollection;  // or
dll.ItemsSource

ddl.SelectedItem = new MyClass(); // Won't work
because MyClass is not part of the collection

ddl.SelectedItem = MyCollection[0];   // J

 

The order is also important so this won't work either. 

ddl.SelectedItem = MyCollection[0];   // J

ddl.DataContext = MyCollection;  // or
dll.ItemsSource

 

Similarly in XAML if you're databinding the properties

Combo   SelectedItem={Binding SomeProperty} 

DataContext={Binding SomeCollection}/

 

This won't work because it will try to get the SelectedItem first and then
bind the items, just as in the previous C# example

This will do the trick

Combo   DataContext={Binding SomeCollection}

SelectedItem={Binding SomeProperty} /

 

 

 

 

 

 Miguel A. Madero Reyes

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

 623/243 Pyrmont Street 
 Pyrmont, NSW, 2009

 Australia

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: Friday, 31 October 2008 2:55 AM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL Combobox SelectedItem ?

 

Hi All,

 I am working on MS Combox in SL App,

  But I have an issue, like ddlMediatype.SelectedItem =
(ContentTypeDTO)innerContentTypeDTO;

Mean I have no success to set SelectedItem through code.

 

 

Any details sample code or Article, in which if there are multiple
Comboboxes on each change other reflects. ;)

 

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


[OzSilverlight] SL Combobox problem.?

2008-11-01 Thread Muhammad Niaz
Hi All,

 

   I have a Combobox in SL App when I remove item from the collection
(ObservableCollectionUserDTO/List UserDTO ) work fine,  but the issue
that Combobox not update its items-Containing area when its bind with
ObservableCollection, mean if there were 4 items in Combobox then will
remain 3 but total space of items-Containing remain 4. And but when its bind
to List then it only delete the item from collection but not from Combobox
area, mean if there were 4 items in Combobox then will remain even 4.

why, here is some code:

 

XAML:

ComboBox x:Name=ddlUser Canvas.ZIndex=2 Grid.Row=0 Grid.Column=1

  DisplayMemberPath=name

  ToolTipService.ToolTip=Select user.
Style={StaticResource NormalDropDownListStyle} /

CS:

private ObservableCollectionUserDTO resultUserDTO = new
ObservableCollectionUserDTO();

private ListUserDTO resultUserDTO = new ListUserDTO();

 

 

 

also why should I use List over ObservableCollection.?

Enen though I call this like,

ddlUser.UpdateLayout();

ddlUser.SelectedItem = innerUserDTO;

 

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] SL Fonts.?

2008-11-01 Thread Muhammad Niaz
Hi can anybody tell me how to get default Fonts  that are available in SL2
using foreach, mean to populate Combobox or any control dynamically.?

 

 

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] SL Related

2008-11-05 Thread Muhammad Niaz
Hi All,

I am fine J , 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, J

 

 

 

 

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] SL related

2008-11-18 Thread Muhammad Niaz
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


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-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




[OzSilverlight] SL and WCF

2008-11-19 Thread Muhammad Niaz
Hi all,

  Can anybody give me the solution about:

When Web Service is called by SL App and on Service side if there any
exception come like(In Table Description already exists, due to unique
constraints) . I need the same exception on clientside to ask about it the
user, i.e. Object with same name already exists.

 

 

Any suggestion, code etc please send ASAP.

 

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


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

[OzSilverlight] SL, WCF App on Vista

2008-11-19 Thread Muhammad Niaz
Hi All,

  My SL based App using WCF services working fine on Windows XP SP2.

But I have to test this App also on Windows Vista no App working fine(UI
rendering ) but WCF services not working fine.

Any help in this regards i.e. How to deploy SL App on Vista that sing WCF.

 

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


RE: [OzSilverlight] SL, WCF App on Vista

2008-11-19 Thread Muhammad Niaz
No, its not accessed there on the ( same )machine.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 http://www.intagleo.co.uk www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Thursday, November 20, 2008 10:23 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL, WCF App on Vista

 

Hi,

 

Can you access the WCF service directly?

 

Perhaps try this (from MSDN):

 

Install the Windows Communication Foundation Activation Components
subcomponent of the .NET Framework 3.0. To do this, in Control Panel, click
Add or Remove Programs and then Add/Remove Windows Components. This
activates the Windows Component Wizard

 

also check out this: http://msdn.microsoft.com/en-us/library/ms732012.aspx

 

I've had to do ServiceModelReg a couple of times in the past.

 

Cheers,

 

Jordan.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Thursday, 20 November 2008 4:14 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL, WCF App on Vista

 

Hi All,

  My SL based App using WCF services working fine on Windows XP SP2.

But I have to test this App also on Windows Vista no App working fine(UI
rendering ) but WCF services not working fine.

Any help in this regards i.e. How to deploy SL App on Vista that sing WCF.

 

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 

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: 19/11/2008
8:58 AM

---
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, WCF App on Vista

2008-11-19 Thread Muhammad Niaz
Hi Jordan ,

Thanks it really works after the installation {Windows Communication
Foundation Activation Components subcomponent of the .NET Framework 3.0}.
nothing else, no other installation etc.

 

Jordan  Thanks again.

 

 

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 http://www.intagleo.co.uk www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Thursday, November 20, 2008 10:53 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL, WCF App on Vista

 

No, its not accessed there on the ( same )machine.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Thursday, November 20, 2008 10:23 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL, WCF App on Vista

 

Hi,

 

Can you access the WCF service directly?

 

Perhaps try this (from MSDN):

 

Install the Windows Communication Foundation Activation Components
subcomponent of the .NET Framework 3.0. To do this, in Control Panel, click
Add or Remove Programs and then Add/Remove Windows Components. This
activates the Windows Component Wizard

 

also check out this: http://msdn.microsoft.com/en-us/library/ms732012.aspx

 

I've had to do ServiceModelReg a couple of times in the past.

 

Cheers,

 

Jordan.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Thursday, 20 November 2008 4:14 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL, WCF App on Vista

 

Hi All,

  My SL based App using WCF services working fine on Windows XP SP2.

But I have to test this App also on Windows Vista no App working fine(UI
rendering ) but WCF services not working fine.

Any help in this regards i.e. How to deploy SL App on Vista that sing WCF.

 

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 

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: 19/11/2008
8:58 AM

---
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


[OzSilverlight] SL Related Multiple Canvases

2008-11-22 Thread Muhammad Niaz
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


RE: [OzSilverlight] [listserver] List Posting Error Notification

2008-11-26 Thread Muhammad Niaz
Hi, All
why these email are coming.
Can anybody explain.
Thanks.








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: Thursday, November 27, 2008 4:59 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] [listserver] List Posting Error Notification

hehe :)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of ross jempson
Sent: Thursday, 27 November 2008 10:56 AM
To: listserver@ozsilverlight.com
Subject: Re: [OzSilverlight] [listserver] List Posting Error Notification

You are not permitted to keep sending me this email.

On Thu, Nov 27, 2008 at 2:34 AM,  [EMAIL PROTECTED] wrote:



-
  MailEnable: You are not permitted to post to the list
(listserver@ozSilverlight.com).


  This list may be password protected, or you may need to have previously
subscribed to
  the list in order to post to it.


-


 ---
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







--- 
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