Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
173 views

Remove Logcat from Java Perspective

How can I remove the logcat window from the Java perspective permanently? Every time I get an error (that I'm expecting) it pops up the logcat window (even if i close it/remove it from the ...
2
votes
1answer
105 views

Error in drag action in IE while triggering the mouse up event in script

I have implemented drag on multiple divs and would like to stop the drag action on the corresponding div dynamically when the mouse leaves the div. I trigger the mouse up event on the div in order for ...
1
vote
0answers
126 views

How to judge if scroll is up or down?

If gridview scroll top or bottom, I want to remove all data and reload other data but I don't know how to get the scroll up or down status? I try to use @Override public boolean ...
1
vote
3answers
132 views

Best approach to see if a MySQL Server is up and running

I have a Master - Slave setup for a web application written in PHP. I have a pool of slaves I use for reading, and a Master that is used for writes (and reads if a write has been sent this request). I ...
1
vote
1answer
94 views

Django: When creating a new project, “django-admin.py: command not found” Error pops up

I've been following the tutorial on the django website and have been running into a problem regarding setting up Django: https://docs.djangoproject.com/en/dev/intro/tutorial01/ I've installed Django ...
1
vote
3answers
235 views

How to call php script using html form elements instead of command line?

I admin several websites which have just been subject to the hack outlined here: http://frazierit.com/blog/?p=103 I need to clean the code that has been injected into all the php files. User ...
1
vote
1answer
81 views

Is there any way to stop the tabs coming up with the keyboard in android?

I am making an app that supports all versions of android (just in case it is relevant), but when the user clicks on an app, the keyboard pops up and moves the tabs with it. Is there anyway to stop the ...
1
vote
1answer
96 views

Fair quiz without registration, is it possible in webapp?

I'm going to make simple quiz form on site. Are there ways to make it fair, that nobody vote up multiple times. there are some ways to identify uniqueness of vote with their lacks: Cookies - the ...
1
vote
1answer
272 views

Get actual height of content in Silverlight Popup control

I need to get the actual height of the displayed content inside an opened pop up control: Problem: I want to show a lot of data in a grid inside a pop up. If this content became higher than the ...
1
vote
3answers
1k views

Pop up menu in QT

I have added a label as an image(icon) to a widget in QT. I want to display a pop-up menu when the user clicks (left or right click) on the label. How can I achieve this ? Please help...
1
vote
0answers
92 views

Javascript Video Pop up [closed]

Possible Duplicate: Automatic Javascript Video Pop-Up I need a video to pop up, ideally in a lightbox..........needs to popup, play the video then close, with a button to play again if ...
1
vote
4answers
445 views

How do I open a C file with a relative path?

I am trying to parse a txt file and I want to reference it relative to my current directory location. If I put the file path in completely it will work but it I try to use ..\src\test.txt it wont find ...
1
vote
1answer
1k views

Working with Arrow Keys in a WPF Textbox (C#)

Is there any way to catch the Up/Down arrow keys in a WPF TextBox (System.Windows.Controls.Textbox) and allow them to alter the text? I've read about overiding the ProcessCmdKey method for a Windows ...
1
vote
0answers
347 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
1answer
107 views

Design Model Survey?

I am trying to do a Design Model Survey, however im am unsure what it includes. I have tried googling, and found the Term 4+1. the 4+1 does not correlate dirctly to the Softare Architecture Artifact ...
0
votes
0answers
36 views

how to make an hyperlink image or text for AddThis button goes pop up window

how to make an hyperlink image or text for AddThis button goes pop up window like picture below: pop up window for Bookmark&Share item http://i.stack.imgur.com/ZrbZx.png pop up window for Email ...
0
votes
1answer
43 views

How to traverse a list with up and down buttons?

I have implemented one "up" button and one "down" button in my layout.xml which I want to use in order to navigate through a ListView of strings. How can I accomplish this? I do not want to use the ...
0
votes
3answers
31 views

Total up values of table cell but only one value is allowed per row

I'm trying to create a scorecard program which allows the user to select cells of a table and gauge a score, I'm at a point where I can add each score the user clicks (admittedly in probably a very ...
0
votes
6answers
148 views

How to speed up Python execution?

I have a project written in Python which work with a big size of data. I would like to speed up the execution time. In simple words, let's say I have this sample fully optimized code: def foo(x): ...
0
votes
1answer
36 views

How to prevent svn updates on specific file(s)/folder(s)? [closed]

Possible Duplicate: How to keep SVN from updating a directory already in repository everybody! I need your help! I svn up'ped project on server and have this structure: $ ls -a . .. api ...
0
votes
1answer
41 views

How Do I Open Up A Javascript Pop-Up in a c# webbrowser?

I need to open up a javascript popup in a c# webbrowser. It keeps escaping and opening up in my default browser. If someone could help me, that would be amazing Thanks John
0
votes
0answers
60 views

Grid View Down and up after Ontouch event

i need your help i implement cashPad and i have the Number in Gridview now i want to Down or Up this GridView to Display Result?
0
votes
1answer
73 views

How can I change the direction of an animation on Jquery spritely?

I hope somebody can help me with this issue... I'm using Jquery spritely plugin to give some animation to my website and I can't make a movemente from top to bottom on this way: The html <div ...
0
votes
1answer
67 views

Social buttons move up (jquery?)

How is it possible to create a script that works like this here? You hover on the social buttons and then they move up a little bit..
0
votes
2answers
80 views

Simple PHP script to arrange file links in text file (array)

Im trying to code a simple web/text based file editor that has categories for links to a files on webserver and these categories also have archives for older files once uploaded. Simple to do but for ...
0
votes
0answers
19 views

How would I get a UIImageView to always face up based off the accelerometer?

I would like to make it so when the user rotates the device (to any angle, not just landscape/portrait) the UIImageView would always be facing upwards. How would I do this? Thanks in advance
0
votes
0answers
71 views

How to make numbers add up to a given total

I need some help with the following set of numbers. Numbers from the following set need to add up to 200. Any number may be used multiple times. Preferably using the highest numbers, but this is ...
0
votes
0answers
64 views

JSF2: how to move items up and down on a <rich:dataTable /> on RF4?

On a page, I have the following table: <rich:panel id="batchPanel"> <table border="1" class="dr-table rich-table" width="100%"> <a4j:repeat value="#{assemblyMB.batchLDM}" ...
0
votes
0answers
101 views

how to clean up part of the android layout and redisplay the list of items

I am new in Android application development, here it is my question. In my practice project, I try to build a layout like this, the header with menu button, then a pull down selection menu (with ...
0
votes
2answers
145 views

Flash security pop up (how to get it?)

Hi i wrote a flash script that is embedded into an html page. The flash script (AS3), needs access to the users microphone and camera. I've seen on other websites when they want to use my camera/ ...
0
votes
0answers
161 views

Android - Stop the user from scrolling to the top of a webview

I have a webview and I don't want the user to be able to see the top 200px. I've made it scroll down by 200px when the webview is created using scrollTo() however of course once the app is started the ...
0
votes
1answer
138 views

I want to add this content to a fancybox pop up, trying to embed div in fancybox. can anyone please help

I have this link to a chess game but instead of it just displaying on the page id like it to be in a pop up. iv got videos, images, websites ext to pop up but having trouble with this. iv tried using ...
0
votes
1answer
226 views

Android, animate image up and back down

I'm trying to animate image starting bellow screen, going up, and then back down (doing app for Galaxy tab). Both of these animations work separately, but when I try to create AnimationSet, I can't ...
0
votes
1answer
27 views

Java script calendar not appearing at the exact place when change tab method

Dear All, You can visit this link http://183.78.169.54/v3/addTab.php and click on the Driver License tab and pick on the License Expiry Date you will notice the pop calendar appearing at the ...
0
votes
0answers
142 views

jQuery FancyDropDown ScrollsUP

I have been looking for long time for really fancy looking dropdown menu. And i have found it: http://www.webdesigndev.com/web-development/create-the-fanciest-dropdown-menu-you-ever-saw It is ...
0
votes
0answers
43 views

I need a little more direct help with how to break up a javascript function

I do know that this has already been answered, but I really could use a bit more direction on how to break up a function I am doing that populates list boxes based on a selection from a previous list ...
0
votes
0answers
40 views

How can i create an array of browser pop up windows with jquery

programming beginner here. Iam doing some experiments with browers right now and I am trying to open a bunch at the same time (which i did) but i want the to be in an array to make it cleaner. I am ...
0
votes
1answer
328 views

WPF Treeview (with Children) move item up and down

i have a problem with the movement of a TreeItem in a WPF TreeView. Here is the Item of my Problem public class Workflow { public string Name { get; set; } public int Rank { get; set; } ...
0
votes
3answers
99 views

How to set up an waiting time before an animation begins in jQuery?

i have this setup: http://jsfiddle.net/patrioticcow/XnnvD/ what i want to accomplish is when i hover over the black image the animation to wait 2 or 3 seconds before starts. seems simple but i am a ...
0
votes
1answer
163 views

Filling a tree bottom up

Basically what I need to do is form a tree-structure from an unsorted list with objects. This tree needs to be filled based on the parentId-attribute of the objects in the list. So if an object in the ...
0
votes
0answers
400 views

Content on Spry tabbed panels move upwards

I am trying to make the content of a Spry Tabbed Panel open upwards. I saw this flash examples and wanted to see if it was posible to do it fixing the java. www.alexarodulfo.com If you press on the ...
0
votes
1answer
29 views

Up and bottom keys block

I have one Jscript that uses up and down keys but when user click up or down page is scrolling but how to block scroll when user click up or down?
0
votes
1answer
220 views

jQuery pop up problems

I am creating a site from a template i purchased from TM for a beauty salon! I want to create an online booking form with the validations of name number service type but i'm having trouble getting a ...
0
votes
1answer
366 views

Pop up menu in QT

I have added a widget as a label (image or icon) to QT Main window.I need to display a pop up menu after I click (left or right click) on the label.Help please
0
votes
0answers
323 views

How to move the ListView as page up function on Android?

Now I can do the page down with the following code. listView.setSelection(listView.getLastVisiblePosition()); But when I want to move up to the first visible positon, there is no way to do as page ...
0
votes
3answers
130 views

Add up content of array to another array in php

I want to have an array that contains a list of something, then I have another array that contains a list of something. I want to add those arrays up to each other. For example, I have this ...
0
votes
1answer
212 views

Java app sometimes lock up in Netbeans : D3D Screen Updater, Object.wait, how to fix?

My Java Swing application will lock up 30% of the time when I run it from Netbeans, so I used the debug function to "Debug File", I suspended all other threads, and found the ones that most likely ...
0
votes
2answers
191 views

Is there a way to lock up a directory with Java?

My app creates a directory(file folder) on C:/ drive, since I don't want to expose all the data in it, and I don't want to encrypt all files in it, I wonder if there is a way to lock the folder up, so ...
0
votes
1answer
235 views

Setting up iPhone sdk on Linux?

My iPod touch is jailbroken and I have looked for days to locate a comprehendable guide I am downloading the official sdk from apple as I type but I need to know how to set up the unofficial toolchain ...
0
votes
2answers
146 views

Where I could get small UP,Down,Delete Icons

I want to get small up,down,delete icons like igoogle todo list. Any suggestions? Thanks in advance!

1 2