Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
503 views

MSScriptControl 'Specified cast is not valid' when exposing an object to VBScript

I'm trying to implement scripting capability to my application. I'm using the code below. Whenever I instantiate a new Api object, the application is supposed to quit (a little testing thing :p) ...
2
votes
2answers
132 views

Manual binding in Cocoa

I have an ImageView which shows a lock, informing if an opened file is locked or not. I have 2 images for locked and unlocked cases. I want synchronize the displayed image with boolean value of my ...
2
votes
4answers
2k views

How to change the label of the default value (-Any-) of an exposed filter in Drupal Views?

I created a view which has three exposed filters. Everything works fine except the fact that I can neither translate or change the default string (-Any-) for the dropdowns. Is there a way to change ...
2
votes
2answers
550 views

WPF: Binding items added to UserControl's exposed children

I have a user control that allows items to be added to it by exposing a Grid's Children property. Any control I add shows up fine but when I try to bind a property on the added item to a control in ...
2
votes
2answers
3k views

drupal 6 - can i use one exposed views filter to search/filter several similar cck fields?

i have a decent understanding of configuring drupal and using modules for basic stuff, but just getting into module development and overriding functions and stuff due to my very basic understanding of ...
1
vote
1answer
218 views

Drupal: Display exposed filter value in view title

I'm using Drupal 6 with the Views module. I have a view with an exposed filter, I'd like to display the user selected value of that filter in the title of the view. Is there an easy way of doing ...
1
vote
1answer
224 views

Overriding an input of the Exposed Views form to render a range of values

In the Exposed Views form (Drupal 6, Views 2), I'd like to overwrite an input text so it render the option to choose from a range of values, something similar to this: Or just a simple one: two ...
1
vote
1answer
675 views

Drupal Views and exposed filters - how to reset optional drop-down list filter, or allow “all” selection

I have a view with a filter by country. Country is an optional CCK text field with drop-down list selection from a predefined list. When I expose the field as an optional view search filter, I can ...
1
vote
2answers
57 views

.NET 'Private' Application

I create a .NET (WPF) Application, and compile it to .EXE. Then I create a second project, and add a reference to the compiled .exe, I can see all the classes and forms, and can use them for ...
1
vote
1answer
205 views

How to expose the distinct filter in views

i was wondering if there by any chance is possible to implement an exposed filter in views that either sets the SELECT DISCTINCT() on or off. Does anyone know if that is possible?
1
vote
5answers
646 views

Drupal exposed view

is there a way to not display any results initially until the form has been submitted? Also, I cant see where I can override the exposed form
1
vote
1answer
121 views

Expose a view filter in Drupal

I have a filter on a CCK field called "Region", I have exposed it with a drop down box What I want to happen is to use this as an "Order By" functionality, so that if the user selects a region, it ...
1
vote
1answer
814 views

Gmail contacts API limitations workaround

Given that the Google Contacts java API has not exposed all the fields ...
0
votes
2answers
131 views

Hierarchical Select, exposed filter, taxonomy,associated with at least one node

Hello evrey body and thanks for any one can help me in advanced. im using Hierarchical Select in exposed filter views 2. how can i configure my exposed filter to not show all taxonomies in the select ...
0
votes
1answer
128 views

Remove or Filter Options on Exposed Filter in Drupal 7

I'm working on a website that uses Domain Access and for a view I expose a filter that lists all domains. I want to list only some domains but not all. I know that it is posible to do with the filter ...
0
votes
2answers
2k views

Drupal 7 Views Exposed Filters

I using D7 on host. I created a view and i added filter(Term ID with depth). But i cant select any term. I cant see expose form (dropdown menu). D7 views exposed filter not same with D6 views exposed ...
0
votes
0answers
74 views

“Between” operator not an option with floats in exposed filters fow Views

I am working with Drupal 6 and Views 2. I am want to set a between operator to the exposed filter for a float field as I've seen in other CCK but the option is not there. Searching around there are ...
0
votes
1answer
224 views

Java MINA Expose Socket

I'm working with an implementation of MINA that uses a NioAccepter. My task is to make a basic java.net.Socket framework interface with both other java.net.Socket frameworks as well as Apache's MINA ...
0
votes
1answer
272 views

Drupal views exposed filters: None vs. all results

I have a view which has some exposed fields. When the view comes up the first time, all of the exposed fields are set up to not restrict the output in any way. So the view shows all of the records ...
0
votes
0answers
55 views

How do you add a property to a Python exposed C++ class (via boost python)

I have a C++ class that is exposed to python (it has it's own python properties defined in C++). This was done using boost python. The thing is that I'd like to be able to add a property but solely on ...
0
votes
0answers
348 views

Drupal: Views Exposed Filter not remembering when NOT logged in

I have set up a Views list that shows products by country (countries are set up as taxonomy terms), by default it shows all products available in the USA, then if the user clicks on CANADA it SHOULD ...
0
votes
2answers
146 views

How to expose (light) image in android?

I have a problem and need to resolve as soon as possible. I want to expose light image in android (processing image). But I can only adjust the Hue, or Brightness. Please help me! Thanks!
0
votes
1answer
162 views

Exposing WCF Services from Azure to Third Parties

I have a situation where I am hosting a WCF service in Azure and I want to be able to expose that service to third-party developers around the world. From the research I have done, I see that there ...
0
votes
0answers
736 views

Drupal: ajax pager not working with views exposed filters

I have several views (block displays) on my site and I've noticed that the ones without exposed filters have working ajax pagers. For some reason the views with exposed filters seem to keep the ajax ...