GONeale

1,396
Reputation
169 views

Registered User

Name GONeale
Member for 1 year
Seen Nov 18 at 3:06
Website
Location Australia
Age 26
Full time thinker.
Overtime coder.
Part time real world.

Follow me on Twitter
Nov
28
awarded  Yearling
Nov
18
awarded  Popular Question
Nov
18
answered DateTimePicker displays today’s date instead of displaying its actual Value
Nov
18
answered DateTimePicker Default value: How to avoid it?
Nov
16
answered RegEx match open tags except XHTML self-contained tags
Nov
16
answered DataGridView and Combobox Column?
Nov
9
answered Calculate upload transfer speed problem
Nov
9
comment Calculate upload transfer speed problem
Thanks for your comment, well the loop does go fast every 1024 chunks, but this is also to update a progress bar smoothly, this all works and hasn't been a problem. I think I have fixed my issue by adjusting my average to wait one second to account for the burst, however still not sure why it bursts out like that.
Nov
9
revised Calculate upload transfer speed problem
added 287 characters in body
Nov
9
asked Calculate upload transfer speed problem
Nov
5
comment logging in log4net to different appenders based on circumstances
I guess if you could show me an example using the filter with my constructor featured in my test code above, it would help resolve my doubt to use a filter.
Nov
5
comment logging in log4net to different appenders based on circumstances
Well, I didn't want to rely on including a special string in my log message to then filter upon to determine which appender it should write to. Seamless ability to send to different appenders through a Logger.Info() or whatever would have been nicer. That's all.
Nov
5
comment logging in log4net to different appenders based on circumstances
Ok, well, I will take a look at filters. If I can get them to work through <root> without a specific logger name I might be ok. Thanks for your help. If you hear of how to access a logger instance by name with CW logging facility, let me know as I then could do it quite simply. Thnx Michael!
Nov
5
comment logging in log4net to different appenders based on circumstances
Sorry, not 'wrapped' around that. <root> with the <appender-ref> pointing to that EventLogAppender. However my problem will actually still exist, as I can't seem to name a logger "MyLogger". the log4net SDK won't help me, as this is a criteria I might need to specify through the logging facility..
Nov
5
comment logging in log4net to different appenders based on circumstances
Sorry, yes I understand you are talking about filters, but to get started for this appender to work at all, I assumed I still needed to access the logger by name. How would I get the appender to be picked up? Using <root> around appenders was working earlier, should I be trying that to wrap this filtered appender in, instead of an actual named logger?
Nov
5
comment logging in log4net to different appenders based on circumstances
Thanks Michael, but I am still unsure of how to access my Logger by name. Using the logging facility in Castle Windsor, I don't instantiate a new instance by using LogManager.GetLogger("loggerName"), an instance is passed through for me.
Nov
5
comment Box2d Documentation - Outdated, any better api refs?
Yeah. Sigh, oh well maybe one day it will get updated!
Nov
5
asked logging in log4net to different appenders based on circumstances
Nov
2
comment Bring iPhone Simulator to front of screen on build?
Will test when I get a chance, thanks Niels
Oct
30
revised ‘The report you requested requires further information’ error using SqlDataSource with Crystal Reports
edited title
Oct
29
asked ‘The report you requested requires further information’ error using SqlDataSource with Crystal Reports
Oct
28
awarded  Popular Question
Oct
27
comment Use Enum as Parameter in Windsor Configuration File
Shamefully easy... Thanks. ;)
Oct
27
asked Use Enum as Parameter in Windsor Configuration File
Oct
22
awarded  Popular Question
Oct
18
awarded  Tumbleweed
Oct
12
comment Cast from filtered custom List<T> with LINQ
Thanks for your help six.
Oct
12
comment Cast from filtered custom List<T> with LINQ
Worked a treat! and uses less memory :p, thanks!
Oct
12
comment Cast from filtered custom List<T> with LINQ
@Rex Well! Maybe moving to an extension method might be best now! Thanks for your help.
Oct
12
comment Cast from filtered custom List<T> with LINQ
@Rex oh yes, of course, silly me, obviously being in 'list' specified above with the 'this' attribute.
Oct
12
comment Cast from filtered custom List<T> with LINQ
Thanks Rex, reluctantly I guess I have to introduce a new variable and new list assignment like you state. No problem though if it's the preferred method!
Oct
12
comment Cast from filtered custom List<T> with LINQ
Very good point there Rex on the x-method, however can they touch instance variables? I don't think so as they exist outside of the instance, I have a line like this in printErrors: <pre>string internalErrorMessage = StoreErrorBase.GetMessage(file.Error);</pre> (file.Error) being an 'Error' property on the instance of 'TransferFile'.
Oct
12
answered Cast from filtered custom List<T> with LINQ
Oct
12
comment Cast from filtered custom List<T> with LINQ
(15 letter spacer) Not me.
Oct
12
comment Cast from filtered custom List<T> with LINQ
Why is it bad Rex? Hopefully I'm 1% :) I have a PrintErrors() method which returns any of my response's attached errors as a print-friendly string.
Oct
12
comment Cast from filtered custom List<T> with LINQ
System.Linq.Enumerable+WhereListIterator`1[TransferFile]
Oct
12
asked Cast from filtered custom List<T> with LINQ
Oct
12
comment Options for game development with MonoTouch
Thanks Miguel for enlightening me!
Oct
11
asked Box2d Documentation - Outdated, any better api refs?
Oct
3
asked Bring iPhone Simulator to front of screen on build?
Oct
3
asked Any chance of cocos2d within MonoTouch?
Oct
3
asked Options for game development with MonoTouch
Sep
21
comment Replace value inside brackets using RegEx only where does not match
Thanks Eldar, sorry for the very late accept.
Sep
16
accepted Serializing linq entities with WCF
Sep
2
comment What software license to use for commercial software?
Yes sorry fair enough, I didn't mean to say "do you really think every commercial product has got a lawyer involved" I was particularly talking about just putting the license agreement together, I'm sure for anyone taking their business seriously, a lawyer would be involved. But I just meant for license alone, I'm sure some startups have just copied and changed one on the net. Thanks for your insight though Alex :)
Sep
2
comment What software license to use for commercial software?
Thanks Alex, helpful. I think altering an existing EULA ensuring coverage of the points you have mentioned might be the best approach.
Sep
2
comment What software license to use for commercial software?
Yes that's exactly why I figured there is an easy way to go about this. As do you really think every commercial product has got a lawyer involved? I don't think so.
Sep
2
asked What software license to use for commercial software?
Sep
2
revised Packing and minimizing HTML and CSS
edited tags
Aug
20
awarded  Self-Learner