Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
10answers
7k views

Visual Studio and dual/multiple monitors: how do I get optimized use out of my monitors?

Ultramon is a great program for dual monitors (stretching screen across monitors), but I was wondering if there is any way do to something in Visual Studio like have one tab of code open on one ...
3
votes
1answer
68 views

Dual licensing in source code

I've written a java library that I'd like to release under GPL and under a commercial license. Now I'm not so sure how to put that into the source code. Is something like this appropriated? /* * If ...
3
votes
1answer
171 views

What is the use of DUAL table in Oracle?

I have some table name called DUAL in query list in some application. But, actually not found in the database list. What is DUAL table in Oracle? and why we use that?
3
votes
1answer
1k views

iis7 Challenge-based and login redirect-based authentication cannot be used simultaneously

I have an asp.net web site, earlier version of the application need to run in classic mode, the latest version can run in integrated mode. Generally the application is configured to use Forms ...
3
votes
3answers
339 views

COM Dual Interfaces

A dual interface in COM is one that is able to be accessed via a DispInterface or via VTable methods. Now can someone tell me what is exactly what the difference is between the two methods? I ...
3
votes
3answers
1k views

How to set multiple desktop backgrounds (dual monitor)

I have a code snippet to set a single image across both monitors but I recently got a second monitor for my laptop and I wanted to modify my code to account for setting a diffrent image to each ...
2
votes
1answer
144 views

Dual Sim Android

Is there a way that I can access the other sim in my android? I have an android Cherry Mobile Orbit which is a dual sim android phone. I want to develop an SMS application for my phone, but only the ...
2
votes
3answers
2k views

pseudo columns & DUAL table - what do they actually mean?

Dual table is used to select pseudo columns. it has one row and one column DUMMY which has a value X. I have two questions What actually does a pseudo column mean? How is the dual able to give the ...
1
vote
1answer
142 views

How to select zero or one record from a dummy table in Ingres

In most SQL products, I can select from no table or from a dummy table like this: -- Oracle SELECT 1 FROM DUAL -- Many other SQL products (including Ingres) SELECT 1 Sometimes, I want to add a ...
1
vote
1answer
83 views

Display webpage on a dual monitor

I have a webpage which contains 2 divs (divA and divB). Also I have 2 monitors (screens). I want to display divA into first monitor and divB into second monitor. Both divA and divB should be in a ...
1
vote
1answer
156 views

Android: How to detect Dual sd-card

Is there any way of identifying if there are two sd-cards in a device??
1
vote
2answers
101 views

Extend an application to dual monitors

I have an application which runs on a single monitor. It has grids in that. Say for example if the application can hold 3 girds and there are 4 items to be placed, the 4th item should go to the second ...
1
vote
2answers
101 views

Netbeans dual screen

i've looked the web, but all i could find were bugs regarding dual screen, and not how to set it up. I cant seem to find anywere in the options dialougue on how to do it?
1
vote
2answers
74 views

Android: Finding if the device has Dual Sd cards

There are some new devices like Samsung Galaxy that comes with two sd-cards. I want to know if there is any way to find if a device has two sd-cards or a single sd-card. Thanks
1
vote
0answers
346 views

Dual monitor and browser pop up windows

I have a question about dual monitor in regards of IE browser pop up windows. The application I have developed launches a pop up window as input form at some point. It is working OK in single monitor ...
1
vote
3answers
236 views

recovering dual table in Oracle

Someone has accidentally dropped dual table.Now we need dual table and whats the way to bring it back to the original state before dropping of the dual table?
1
vote
3answers
817 views

Two windows fullscreen on two different screen

I'm actually working on an app to display an image onto a Dome. The dome projection system is constitued of two projector and a pc running a GentoO Linux and KDE, with nvidia TwinView system. Since ...
1
vote
2answers
27 views

timing control for parallel processes

how can i control two processes to run alternately in separate terminal windows. for example i run the code for each on separate terminal windows at 11:59 and both of them wait for the time to be ...
1
vote
8answers
251 views

Is there any way to make a dual executable file for Mac/Windows?

I'm looking for a way to make a dual executable file for Windows/Mac. That is, I can execute the file in either OS and it would run some piece of code that I want for that OS. This code can be ...
0
votes
2answers
408 views

Hard disk partitioning to dual boot Windows 7 and Ubuntu 11.10 [closed]

I have a single hard disk with 2 partitions (C & D) and C has Windows 7 installed on it. I want to install Ubuntu as well but on D drive so the operating systems are separated. I could not figure ...
0
votes
0answers
12 views

two partitions on same drive with Windows 7 pro installed. Will I need to code a boot menu?

If I have a single hard drive with 3 partitions and I install Windows 7 pro on 2 of them, will I automatically get a boot menu? Or do I need to code one up? If so, can I have it autoboot to one of ...
0
votes
2answers
128 views

rails 3: Select box issue

I have a select box that keeps a list of stores and I want to select some of them to passed it to another select box, I mean a dual list this but in Rails. Is there any plugin at rails that help me ...
0
votes
3answers
419 views

Use NVIDA card for CUDA, motherboard for video

I want use the motherboard as the primary display adapter and my NVIDIA graphics card as a dedicated CUDA processor. My first thought was to simply plug the monitor's VGA cable into the motherboard's ...
0
votes
0answers
50 views

Showing default list in the Box2view of Dual Listbox plug-in

http://www.meadmiracle.com/dlb/DLBDocumentation.aspx http://www.meadmiracle.com/dlb/DLBPluginOptions.aspx When using your dual-list plugin in copy mode how can we show in the second listbox with ...
0
votes
0answers
19 views

Numeric format - Actual vs Displayed

I have a textbox control bound to a SQL field defined as decimal(18,10). I need all of the decimals for my calculations, but I want to display only 4 decimal places. I've seen several formatting ...
0
votes
0answers
199 views

Jquery Dual List - chrome issue

I am using this dual list plugin and here is the example for this . I am having 1200 records in the first list box . It works fine on Firefox and Ok on IE 7 . But when it comes to Chrome 10.0.648.205 ...
0
votes
1answer
128 views

dual kd-tree construction

Please anyone tell me how to construct dual kd-tree and how to traverse it? And at least tell me the algorithm for finding nearest neighbor using this dual tree concept in java. This will help full ...
0
votes
4answers
323 views

How does Oracle SELECT FROM dual work with multiple fields

Here's the structure of a query I came across: MERGE INTO TABLE t USING (SELECT ? id, ? email, ? cr_date, ? info, ? status FROM dual) n ON t.id=n.id and t.email=n.email WHEN MATCHED THEN UPDATE SET ...
0
votes
0answers
58 views

DUAL SIM CUSTOMIZATION [closed]

How do i create a Emulator for Dual Sim development, i will have API support from framework - How does google want me to start working
0
votes
2answers
225 views

Sending Dual Forms with one submit, while pulling the email field from first Form into the second

I have two forms I need to send - the first form is a PHP mailer that takes the info from a bunch of fields and mails it to a recipent. That form has a checkbox and if checked I need the email from ...
0
votes
3answers
90 views

How do you programmatically detect dual booting (particularly Linux) from within Windows?

My dad is looking for ways to automate checking the settings of a Windows server for giving it a standards compliance grade. He needs to know if more than one OS is installed, but wants to avoid ...
0
votes
1answer
275 views

multi row “dual” table in mysql/sql

This is an extension of the "dual" table concept (temporary table created on the fly for one query and discarded straight after) I am trying to join a multi row dual table with another one, so as to ...
0
votes
1answer
322 views

control monitor for application via C++

I have an application that opens up IE browser windows at certain intervals throughout the day. I would like to control the monitor that the browser window opens up to (for example browser1 opens on ...
-1
votes
1answer
33 views

Diffrent Focus on Dual Monitors

I have installed dual monitor on my system. I am running a process which continuously takes focus of browser. This way, i am unable to work on some other application as other application looses focus ...
-1
votes
1answer
44 views

Boot from two separate hard drives (netbook) [closed]

Here's the situation: I'm on a hackintosh EEE PC 1000H and Snow Leopard consumes lots of hard disk space, not enough to dual boot from the included 80gb disk. If I swap out the hard disk and ...