[OT] Powershell Users Group in Sydney this Thursday - Community Event Plug

2010-02-15 Thread Nick Wienholt
Hi All, The good folk from the Powershell Users Group are in Sydney this Thursday with a presentation from Powershell MVP and author Don Jones. The meeting is out at Microsoft's North Ryde office from 17:30-19:00, with full details on the night located on their web site

RE: Web service test tool

2010-02-15 Thread George Zafir
I just found this one too - suggested by a colleague. It sounds great. Thanks for all of the suggestions, George From: nemt...@msn.com To: ausdotnet@lists.codify.com Subject: RE: Web service test tool Date: Tue, 16 Feb 2010 16:36:01 +1100 I’m using SOAPUI. Can generate the test

RE: Web service test tool

2010-02-15 Thread Michael Nemtsev
I'm using SOAPUI. Can generate the test templates automatically WBR, Michael Nemtsev, Microsoft MVP http://www.sharepoint-sandbox.com http://msmvps.com/blogs/laflour From: ausdotnet-boun...@lists.codify.com [mailto:ausdotnet-boun...@lists.codi

Re: Web service test tool

2010-02-15 Thread Jonathan Parker
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\WcfTestClient.exe" works for both ASMX and WCF. I'm not sure if it works with Java. On Tue, Feb 16, 2010 at 3:40 PM, George Zafir wrote: > Hello all, > > Can anyone recommend a good free web service test tool? > > Thanks, > > George > >

Re: Web service test tool

2010-02-15 Thread Ben Kingsley
Web Service Studio http://www.codeplex.com/WebserviceStudio On Tue, Feb 16, 2010 at 3:58 PM, Michael Minutillo < michael.minuti...@gmail.com> wrote: > I've never used it personally but Hanselman recommends > http://storm.codeplex.com/ > > > > On Tue, Feb 16, 2010 at

Re: Web service test tool

2010-02-15 Thread Michael Minutillo
I've never used it personally but Hanselman recommends http://storm.codeplex.com/ On Tue, Feb 16, 2010 at 12:40 PM, George Zafir wrote: > Hello all, > > Can anyone recommend a good free web service test tool? > > Thanks, > > George > > >

Web service test tool

2010-02-15 Thread George Zafir
Hello all, Can anyone recommend a good free web service test tool? Thanks, George _ If it exists, you'll find it on SEEK. Australia's #1 job site http://clk.atdmt.com/NMN/go/15

Re: F11 via Javascript

2010-02-15 Thread noonie
Stephen, It's one of those things that has been disabled. Considered bad-form with potential security issues. Although it's of no use to you I believe it can still be done within the context of a HTML Application (HTA) ;-) -- noonie On 16 February 2010 13:21, Stephen Price wrote: > Hey all,

RE: F11 via Javascript

2010-02-15 Thread Anne Busby
Not quite F11, but does maximise the current window, when called on the onLoad event // Resize - catch needed as errors when window is dragged try{ window.moveTo(0,0); window.resizeTo(screen.width,screen.height - 27); } catch(ex){} Anne Busby | Senior Developer 3 Sarich Way, Technolo

Re: F11 via Javascript

2010-02-15 Thread silky
On Tue, Feb 16, 2010 at 1:35 PM, Stephen Price wrote: > Yeah, I've seen lots of posts like this where it opens a new window in full > screen. (Not tested if that works or not) but I need to toggle the current > browser window (preferably as if the user pressed F11). I'll be calling the > Javascrip

Re: F11 via Javascript

2010-02-15 Thread Stephen Price
Yeah, I've seen lots of posts like this where it opens a *new* window in full screen. (Not tested if that works or not) but I need to toggle the * current* browser window (preferably as if the user pressed F11). I'll be calling the Javascript from a Silverlight app via HTML Bridge. I don't think w

Re: F11 via Javascript

2010-02-15 Thread Jonathan Parker
http://stackoverflow.com/questions/1030928/browser-fullscreen-window-fullscreentrue-not-working On Tue, Feb 16, 2010 at 1:21 PM, Stephen Price wrote: > Hey all, > > I'm wondering if there is a way to put your browser in fullscreen mode > (same as pressing F11) via Javascript. My searching has tur

F11 via Javascript

2010-02-15 Thread Stephen Price
Hey all, I'm wondering if there is a way to put your browser in fullscreen mode (same as pressing F11) via Javascript. My searching has turned up some scripts for opening new windows in fullscreen, but not for the current window. It's looking like something you can't do (probably for security reas

RE: designer generated file Windows forms

2010-02-15 Thread Alastair Waddell
Thanks Joe, I completely forgot about ISupportInitialize and yes it does work with extender providers. I spent some time last night refactoring and have solved my issue. It's a good reminder to myself that sometime challenges we face are simply due to inadequate design :-) Alastair -O

Re: Huge Bug in RC of VS2010

2010-02-15 Thread mike smith
On 14 February 2010 15:04, Yann Duran wrote: > Hi Glen, > > > > Thank you so much for your reply, I **think** that turning off the Tablet > PC Components has solved the problem for the time being. I say “think” > because I had already manually fixed the errors, carefully avoiding mousing > over

Re: designer generated file Windows forms

2010-02-15 Thread Joseph Clark
Hi Alastair, I know that the ISupportInitialize interface (http://msdn.microsoft.com/en-us/library/system.componentmodel.isupportinitialize.aspx) was designed to help solve the problem where you need to perform initialisation on a Control and you have no control in which order the various pro

designer generated file Windows forms

2010-02-15 Thread Alastair Waddell
Hi all, Is there a way to specify where the designer puts code? I will try to explain... I have an extender provider on my form that relies on the controls name but the designer file puts the code "wherever" it likes. So if I look, at the form.designer.vb file then I will see something