Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
520 views

What is std::vector::front() used for?

Sorry if this has been asked before, but I am wondering what the use of std::vector::front() is. Is there a reason to use e.g. myvector.front() rather than myvector[0] or myvector.at(0)?
6
votes
1answer
1k views

iPhone - Detecting if the iDevice has a front camera

Apple recommends not searching for hardware version, but for the specific feature in which you are interested. So how may I detect if there is a front camera on the device to be able to disable some ...
4
votes
4answers
2k views

Android front camera

I need ONE function to check if front camera exist, and if so - show preview. I found a few links, but each of them talk about a specific device: How to open "front camera" on android ...
3
votes
7answers
479 views

Will plug-ins such as Flash, Silverlight, etc. eventually replace XHTML/CSS/Javascript?

I've been developing with XHTML, CSS and Javascript for about 4 years now. I love it a lot and hate it a little. I've looked into Flash and Silverlight a bit, but as a developer, I'm not too keen on ...
2
votes
1answer
288 views

Nexus S (Android 2.3) use Front-Facing Camera compatible with 2.2

i'm searching a methode to use front facing camera but with compatibility with android 2.2. i've seen than android 2.3 bring Camera.open(Idx) but i need to use with Android 2.2 too. Thanks in ...
2
votes
2answers
1k views

Jquery slide in front

just a quick question(hopefully). I want to slide one div in front of another div, with Jquery. i dont want to hide one div and then slide the other down and i dont want to push one div down when ...
1
vote
3answers
137 views

how do I redirect back to a form from a php validation script, within a front controller

I've read numerous questions about redirecting back to a form after performing server side validation (assuming the form has errors) and displaying the errors, but I haven't found anything related to ...
1
vote
1answer
312 views

getSupportedPreviewSizes() for Motorola Xoom front camera (and other devices)

I have a few questions concerning supported preview sizes for devices with front cameras. Not sure if I should ask here, but not really sure where else I would be able to find this answer. Has to do ...
1
vote
1answer
33 views

“Tunable Load Generation Front End”?

Hey stackers! I am a softmore at Penn State and recently got an internship for the summer. My job summary is as follows: Job Summary: Selected Intern will design, code and test a Tunable Load ...
1
vote
2answers
554 views

keep NSWindow front

I open a NSWindow from my main NSWindow. DropHereWindowController *dropHereWindowController = [[DropHereWindowController alloc] initWithWindowNibName:@"DropHereWindow"]; [dropHereWindowController ...
1
vote
2answers
415 views

How to make UIActivityIndicator show on top of UIImageView embedded in UIScrollView?

I have n imageView that is embedded inside of a scrollView so as to allow me to pinch and zoom the image in the imageView. I would like however to add an activity indicator to be spinning while the ...
1
vote
2answers
177 views

How do I bring a java application to the front on a Mac?

I have a java application that I want to bring to the front at regular intervals, but I haven't been able to do this. [Aside to people wanting to offer user interface advice. Yes, this is normally ...
1
vote
2answers
636 views

JOptionPane.showOptionDialog does not always move to front in Applet

I have a JOptionPane popup in my applet normally, a-la: Object[] options = {"Grade", "Save", "Cancel"}; selection = JOptionPane.showOptionDialog(this, "Do you want to grade now or ...
1
vote
2answers
847 views

How to detect if there is front camera and if there is how to reach and use front camera?

How to detect if there is a front camera and if there is how to reach and use front camera ?
1
vote
1answer
492 views

Bringing another app's window to front on Mac in C

How do I bring another app's window to front on Mac in C/C++? I have the app's pid. I found solutions for AppleScript, but I'm not familiar with AppleScript. (and also not with Objective C) Thanks! ...
1
vote
2answers
850 views

Is using a front controller and headers the best way to mimic a response in PHP?

I've been researching PHP frameworks as of late for some personal projects, and it looks like most of them use a front controller to mimic a response. The controller gets the params from the request, ...
0
votes
2answers
36 views

Linked List -1 add node to front

I read from file store the data into a list; I want to add to the fron of the list as I read in; the insertion seems to work, but my print function causes a -1 return this is my code: #include ...
0
votes
1answer
30 views

How to make a global front check in my rails application

I'm making an application for a local network and i want to check the ip to set up some session variables. Is it possible to do this globally or am i forced to do the check in every action of every ...
0
votes
2answers
47 views

I dont want more than one instance of my activity

My service has a notification with an intent to launch the associated activity, but I find sometimes that when pressing back in my activity it returns to a previously loaded activity, so it looks like ...
0
votes
1answer
106 views

How can I use API front camera on Android 2.3(ginger)?

I saw how to use API in this site, but I don't know where the code's position. Help me please... code: package com.androidhuman.example.CameraPreview; import android.app.Activity; import ...
0
votes
0answers
20 views

Promoted post can not be viewed on front page by anonymous user

Hy, problem with Drupal I created a few stories before that have been promoted to the front page and could be seen by anonymous users. recently I've added another one but now only the admin user ...
0
votes
0answers
141 views

Android front-facing camera get ISO

I am trying to retrieve the ISO value the front-facing camera has used when a picture was taken. I have tried using Sanselan for Android (http://code.google.com/p/sanselanandroid/), but this only ...
0
votes
1answer
115 views

Is it possible for specify the front camera using QCAR SDK for iOS?

I want to make sure the front camera using QCAR-SDK can be specified? Or do you have any ideas to specify the camera in Xcode?
0
votes
0answers
299 views

Drupal 7 Front end slider

i am trying to create a slider on the front page of my template i have been working on. I have used the views module to create a block. I have created a custom block for this view. I am trying to ...
0
votes
1answer
130 views

Drupal 6.x is caching custom 'page not found' page and replacing it with custom front page

The drupal site is getting some page not found errors everyday and after sometime like a day or two, the custom error page 'page not found' kicks in instead of the front page (all other pages would ...
0
votes
2answers
61 views

drupal front page error

I have been attempting to migrate some drupal content into another site. So far, everything was working... let's say, fine. You can imagine I have been moving so many things that, I was certain I was ...
0
votes
1answer
41 views

{help} looking to make an android app that uses only front cam

Hello I'm trying to create an app where it uses the front cam only for 2.2 and above. I cant find a tutorial anywhere. can someone help. I also want to know if one can adjust the view screen? thanks ...
0
votes
0answers
166 views

android : Set focus to ProgressDialog of AsyncTask object

I have a AsyncTask(MyTask) object that create a ProgressDialog in onPre and dismissed in onPost Execute methods. MyTask is called on a button click of a Dialog. By Normally clicking a button, things ...
0
votes
2answers
371 views

Android Add <uses-feature> in Manifest

I am pretty confused where to add uses-feature tag in the manifest. i am using camera in my app. Added permission but confused where to add features in order to use front facing camera.. ...
0
votes
1answer
106 views

How can I dispatch a saved request without rendering the response in Zend_framework

I want to execute saved request. this is what I did. I serialize a request object into db, then when user activate their account, I need to replay this request. I used this way to replay the request: ...
0
votes
1answer
172 views

Bring a dialog to front in Windows

How do I bring an instance of org.eclipse.jface.dialogs.Dialog class to front programmatically?
0
votes
2answers
85 views

Drawing something in front of any other object/drawing

Hey guys, I am making this small game, and I need some more help with it. I want to make it so that if Player1 and Player2 finished, it will pop up a White Screen over the whole screen, in front of ...
0
votes
0answers
22 views

How code the script for my form?

I'm making a form with the goods ordered items such form below. Prices of goods $ 10 The number of items purchased [] (minimum purchase of 5 kg) The amount of money you should transfer [] (exit ...
0
votes
2answers
190 views

Allow users to see their posts and edit them

I use wordpress and my users have the possibility to enter some posts, However I would like to offer them the possibility to see their posts and edit them if needed from the front end not the admin ...
0
votes
1answer
178 views

detect bring to front event

how can i detect bring to front event for a background running application in iphone4 or above? thanks.
0
votes
2answers
2k views

Android Bring Task to Front

I have main activity + service. Service is calling second activity. - If main is in foreground, all is fine. Second is opened above main. - If I close main by "Back" button, then second is opened ...
0
votes
1answer
78 views

Issue with TIFF's IFD

we have a tiff processor which errors out reading a tiff file with the message "frontIFD is outside image area (offset=5406, count=13) at file position 234100896 (XDF418A0)". Could you please help us ...
0
votes
1answer
28 views

How can I speed up the front end of a web application?

We have an application that pulls in about 50 records from a database with about 13 data points for each record. Each record needs to be reviewed for accuracy, sometimes edited, and then 'approved' ...
0
votes
1answer
105 views

Visual Studio.NET versus JDeveloper versus YourFavoriteTool when it comes to Data Validation [closed]

We know that making front end GUI is tough. I'm glad these tools offer drag and drop to make our lives easier. But which one will help us finish faster?
0
votes
1answer
171 views

wordpress store front theme

I am working for a client so I am not able to provide the most of the details here. so if someone already used this theme ...
0
votes
1answer
456 views

Zend Front controller

My website(a single server) is using front controller pattern as the single entery point and I understand that only a single instance of this controller exist at any given point of time (Singleton ...
0
votes
2answers
226 views

Is the front controller responsible for deciding which controllers/modules to load?

I am working on a website script, and currently I have a front controller, which determines what to load (e.g. what modules/extensions and controllers) based on the URI. Is this a good approach? I'm ...
0
votes
2answers
3k views

Capturing video from the front camera on any mobile platform

Due to a series of bizarre events, I am in the middle of a project targeting mobile phones (more like pocket PCs). I have searched far and wide, but couldn't find a way to (reliably) access the front ...