exposed

Gmail contacts API limitations workaround

Given that the Google Contacts java API has not exposed all the fields http://groups.google.com/group/google-contacts-api/browse_thread/thread/a2dbc7d052fa318b/f704527adc6c6597?lnk=gst&q=exposed#f704527adc6c6597 How would you workaround the problem of accessing the 'Mr' or 'Company' fields on the Google Contacts api? ...

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) However, the application crashes at script.AddObject(...) with the error Specified cast is not valid. Is there a step I'm missing here? public...

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 php and mysql. i have a custom content type ('books') and a 3 cck field for genres (primary, secondary, tertiary). i'd like a user to be ...

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 the main window nothing happens (example): <TextBox Name="txtTest" Text="Success!" /> <mycontrols:CustomUserControl.ExposedGridChildren> ...

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 will order the output with the selected region showing first. This is so that if there is no content in a given region, it will at least dis...

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 ...

How to expose the distinct filter in views

Hello there, 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? ...

.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 automation, etc. I want to prevent other people from using my compiled .exe as a .dll, so I changed all my classes to 'Friend' instead of 'Public',...

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 pager from working for that view. The option is set to "yes" in the view so it's not just a simple oversight. My question would be: Does aj...

Exposing WCF Services from Azure to Third Parties

Hello everyone, 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 have been bugs (or maybe "features") in Azure due to internal architecture that has made it difficult to add proper service...