Jamie Love

1,044
Reputation
90 views

Registered User

Name Jamie Love
Member for 1 year
Seen 2 days ago
Website
Location
Age 28
Nov
25
comment Recommended Data Visualisation Books?
Marked as Answered as the book is fairly interesting. Ta
Nov
17
awarded  Popular Question
Nov
12
awarded  Popular Question
Oct
30
awarded  Popular Question
Oct
14
awarded  Yearling
Oct
8
comment Why do I need an IoC container as opposed to straightforward DI code?
I'm interested in what tool knows how to inject code automatically to work as the NotifyPropertyChangedWrapper(), though your example is crafted to be particularly poor - if you'd use Observable wrappers around each property then you could make the code significantly cleaner without using an IoC container (or whatever NotifyPropertyChangedWrapper()) is.
Oct
8
comment Why do I need an IoC container as opposed to straightforward DI code?
I agree with you Sam - DI is a type of IoC, so if the original poster is doing DI, they're already doing IoC so ther real question is why roll your own.
Oct
5
revised Flex DataGrid with ComboBox itemRenderer
Include final code used for the GridComboBox component.
Sep
27
revised Recommended Data Visualisation Books?
Updated with list of 6 books decided on.
Sep
22
accepted Get unique System ID with Flex
Sep
22
comment Recommended Data Visualisation Books?
I might get it purely for the chapter on Radiohead's music video.
Sep
21
asked Recommended Data Visualisation Books?
Sep
17
accepted Flex DataGrid with ComboBox itemRenderer
Sep
17
answered Flex DataGrid with ComboBox itemRenderer
Sep
16
comment In Oracle, why do public synonyms become invalid when a table partition is dropped.
I would have liked to accept this answer to, but I can only accept one, so I'll go for the one related to my Oracle version. Ta Gary.
Sep
16
accepted External Styles in JasperReports
Sep
15
comment Flex DataGrid with ComboBox itemRenderer
I was hoping to avoid such a long winded approach, and I assume I'll need to override the get as well.
Sep
11
asked Flex DataGrid with ComboBox itemRenderer
Sep
8
comment How can I automate the building of a Flex component library?
The command line MXMLC compiler, as far as I know, compiles only one file at a time (be great if I was wrong!). For an application with various .mxml files what we've ended up doing is creating an Ant target that iterates over each .mxml file (using the ant-contrib for task), and running the mxmlc task for each file in turn. I can provide our <target> code if you like, but it is slightly different to compiling a bunch of components into a single SWF
Sep
7
awarded  Self-Learner
Sep
4
comment How to Monitor Sockets activity in a computer?
This would be my suggestion to. Note that under Windows wireless connections are not easily captured, see Q-16 from winpcap.org/misc/faq.htm, and cacetech.com/products/airpcap.html
Aug
31
answered Program to change the phone numbers a call is redirected to if a mobile phone cannot be reached?
Aug
26
comment delay or waitfor statement
I included the cat as the source of the SQL may quite easily not be a file, but be generated by another program or shell script, so the structure of the command could easily be altered. But I take your point in general.
Aug
25
answered What additional steps are necessary to restore a mysql database from the physical files?
Aug
25
answered delay or waitfor statement
Aug
19
comment Jasper Reports JEcxelApi Exports Numbers As Text
Thanks for updating us with the solution you found. Very helpful.
Aug
19
answered What is a good stand-alone Perl editor for Linux (and maybe Windows)?
Aug
5
comment How to setup constants like this - Constants.Page.Title.MyCase - in C#?
Although the original poster said they wanted it within their 'Constants' class, though that may have been just because they didn't realise namespaces could be used.
Aug
4
comment How to access a WPF Object in the Dispatcher?
I've been tearing my hair out for the last hour over this problem. Thanks heaps!
Aug
2
answered Why both no-cache and no-store should be used in HTTP response?
Jul
31
comment SSL on entire site or just part of it?
Caching in the browser does not (or should not) work over SSL.
Jul
31
answered SSL on entire site or just part of it?
Jul
29
comment What is the Simplest Tomcat/Apache Connector (Windows)?
In addition, ensure that your tomcat server.xml configuration has the AJP connector defined/uncommented. E.g. <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
Jul
24
answered Add a style to a particular word in a textfield data in jasper reports
Jul
13
answered Using Chart Themes in Jasper Reports
Jul
10
accepted Is it possible to use Jasper Reports to generate reports from LDAP
Jul
9
answered Is it possible to use Jasper Reports to generate reports from LDAP
Jul
9
answered Displaying static text instead of empty group in JasperReports.
Jul
8
awarded  Popular Question
Jul
6
accepted Remove / Clear Error message tool tips on Cancel button click.
Jul
6
comment Moving Raw MYSQL Data Files to a Different Directory
I've never needed to include the mysql database in a copy, but maybe it's important in some circumstances.
Jul
6
comment Moving Raw MYSQL Data Files to a Different Directory
I assume further that it's the same system type and that the case of the filenames are all the same as well. Are the DB files actually readable by MySQL (i.e. permissions are r/w for the owner)? MySQL has been restarted?. Have you tried stopping MySQL, copying files in and setting permissions etc, then restarting MySQL? Apart from all these basics, I am out of ideas.
Jul
6
comment Remove / Clear Error message tool tips on Cancel button click.
Given the custom nature of what you're doing, I don't believe so.
Jul
3
answered Handling difficult clients
Jul
3
answered Moving Raw MYSQL Data Files to a Different Directory
Jul
3
answered Remove / Clear Error message tool tips on Cancel button click.
Jun
28
answered Jasper Reports - Print when group changes
Jun
25
accepted General Oracle Data Collection Storage
Jun
25
answered Get unique System ID with Flex
Jun
25
answered Jasper report: two detail sections?