Tagged Questions

0
votes
0answers
18 views

network adapter connection in oracle11g not found? [closed]

I cant have a connection and cant open sql developer, it says network adapter not found?
0
votes
5answers
84 views

Android, Custom ListAdapter get TextView-Text

Hello guys I coded an own Adapter and added it to my ListActivity via an ListView. The reason why I wrote an own Adapter is, that i had to make some layout changes to the list-en …
5
votes
4answers
234 views

Implementing safe duck-typing in C#

After looking at how Go handles interfaces and liking it, I started thinking about how you could achieve similar duck-typing in C# like this: var mallard = new Mallard(); // doesn …
0
votes
1answer
53 views

C# API to test if a network Adapter is firewalled

Given - .Net 2.0 XP machine with SP2 and multiple network adapters Is there an API that can be used to check if the network adapter is firewalled? OneGuyInDC
0
votes
2answers
142 views

Android: EfficientAdapter with two different Views

I'm using an extended version of BaseAdapter based on the EfficientAdapter example from the SDK demo samples. My data is basically an object (ListPlaces) which holds an ArrayList …
0
votes
1answer
54 views

Android: How to bind spinner to custom object list?

Hi, In the user interface there has to be a spinner which contains some names (the names are visible) and each name has its own ID (the IDs are not equal to display sequence). Whe …
0
votes
2answers
72 views

How to get serial number for Hard Driver

How to get the unique number (serial number/ID) for Processor (CPU), SCSI, Display, and IDE using C++ program other than WMI and asm code?
2
votes
2answers
175 views

Android: ListView with complex data model

I'd like to map an Array of "complex" data to a ListView. In a very simplified form my data model would look like something like this: class ListPlacesValues { String idObject; …
0
votes
1answer
29 views

Request View and View Updates from Another Application

I am looking to create an app with plugin functionality. What I want is to allow a separate plugin "app" to provide me with the view, and take care of the updating of the view that …
1
vote
1answer
31 views

What’s the best way to connect to an Oracle DB from BizTalk 2006 (not R2)?

I need to call a stored procedure in Oracle from an orchestration. I am running BizTalk 2006 (not R2). Which way is best? Are there others? BizTalk Adapters for Enterprise Appl …
0
votes
2answers
111 views

ListView and onitemClicked effect in Android ?

Hi I have made an BaseAdapter that does not show the onclick effect on the rows when the items get selected (orange background). Im wondering what is needed to make the OnClicked …
1
vote
1answer
30 views

Dynamically Set Control Adaptor

In ASP.Net is there a way to dynamically set a control adapter? The standard way to apply a contol adapter is via the ".browser" files. However, I have a situation where I would …
0
votes
2answers
69 views

Need help installing MySQL for Python

Trying to install MySQL for Python. Two problems: 1) Instructions over the net says installation is python setup.py For me, it results with can't open file 'setup.py': [Errno 2] N …
1
vote
2answers
115 views

Biztalk: Send and Receive multipart message in custom adapter

Hi, I am currently looking into using the BTS 2006 SDK "Submit" custom adapter to enable a unit test to invoke a test "wrapper" BTS orchestration. This "test" orchestration will in …
0
votes
2answers
73 views

Adapter Design Patter | adapter that converts an Iterator to an Enumeration |ConcurrentModificationException

As part of an exercise, am implementing an ArrayList which will support Enumerations. Following is the adapter that converts an Iterator to an Enumeration: public class MyEnumera …

1 2 3 next
15 30 50 per page