0
votes
1answer
11 views
Portletfilter to change locale?
Hello there,
the ServletResponse provides a setLocale() method to modify the locale of a response which is not commited yet. The PortletResponse doesn't provide such a method, only getLocale() - is …
0
votes
2answers
87 views
Answer to making a nice looking ListView filter on Android
Hey all,
After some playing around, I have finally made a ListView that is filter-able and looks ok.
HTH,
Hamy
0
votes
2answers
34 views
Best method to scale DropShadows in AS3?
I'm creating a flash application that makes use of both the dropShadow filter and scaling of various sprites.
And therein lies the problem:
This filter supports Stage scaling.
However, it does …
0
votes
0answers
7 views
how do i find out what LDAP fields will be returned in my query
i have the following code:
using (DirectorySearcher userSearcher = new DirectorySearcher(domain))
{
userSearcher.Filter = "CN=Mydistributionlist";
…
0
votes
1answer
60 views
PerformancePoint Dashboard Designer Error when creating a Filter - No Filter Data Retrieved
I'm attempting to create a filter using PerformancePoint's Dashboard Designer. After going through the wizard, however, the "Confirmation" page displays the following message:
No filter data …
1
vote
3answers
24 views
ASP.NET MVC Pass object from Custom Action Filter to Action
If I create an object in a Custom Action Filter in ASP.NET MVC in
public override void OnActionExecuting(ActionExecutingContext filterContext)
{
DetachedCriteria criteria = …
0
votes
1answer
24 views
Creating a Dynamic Linq filter over List<T>
Hi. Ok, I asked this question before, but deleted it as the way I went about describing my problem was wrong.
Firstly, let me state that Im creating a .NET3.5 Winforms app using C# and Plinqo …
0
votes
4answers
25 views
Overriding the JSP servlet (filter “*.jsp”) to wrap in an authentication model
Hi there,
Can the JSP servlet that filters on *.jsp (org.apache.jasper.servlet.JspServlet in Tomcat 6) be extended in some way so whenever someone goes to a JSP page I can do some server side …
0
votes
1answer
13 views
Custom Android Keyboard Input Filtering
I have an EditText that is to collect input for a basic calculator. I want to bring up the numeric keyboard, and thus I set android:inputType to numberDecimal|numberSigned. Problem is, the EditText …
0
votes
0answers
10 views
Report Builder 2.0 - SSRS - filtering in Row Groups: how to show only filtered values in the totals?
I have an aging report with totals per patient and per month.
I need to have months as column groups and patients as row groups.
plus I need to filter out patients, whose totals overall (for all …
0
votes
3answers
214 views
Need help filtering a Dojo DataGrid
I have a datagrid all set up, connected to an XMLStore. When the user selects a month from the dropdown list I want the grid to filter only that months data. Should be simple and according to every …
0
votes
0answers
7 views
table2csv and columnfilters how to generate CSV with the result only?
Hi,
I'm using table2csv and and columnfilters jquery-plugins.
I'm wondering if there is a way to generate CSV of the filtered column not all the table.
Now I always got the CVS for the entire table.
…
3
votes
1answer
86 views
MATLAB: Apply a low-pass or high-pass filter to an array
Hi, is there an easy way to apply a low-pass or high-pass filter to an array in MATLAB? I'm a bit overwhelmed by MATLABs power (or the complexity of mathematics?) and need an easy function or some …
2
votes
3answers
47 views
Are Custom Filters in NUnit Possible?
Is it possible to define a custom filter so that NUnit will only run specific tests? I have many of my Nunit tests marked with a custom attribute "BugId". Is it possible to write a filter so that I …
0
votes
0answers
6 views
price filter is not working- magento
price filter is not working even i clear the cache and rebuild search index.please help me
