All Questions
0
votes
0answers
3 views
Zoom in OpenGL ES 2.0 - Triangle-Example
I like to know about how to correctly zoom in OpenGL ES 2.0. I've successfully drawn a model but it's pretty small and I'm not able to zoom into this model. What I like to have is to zoom "through" ...
0
votes
0answers
2 views
how to reseed DB on transaction replicated db?
i have an db on server A want to be replicate to server B.its not problem, when i run my app on server b it could not insert to db.
According to my research reseed can be help.but it's just for a ...
0
votes
0answers
4 views
Android: Google Map v2 Key: Not working on different systems
I am developing one Map Android project. I have generated one Android Google Map V2 API key , I have followed this
...
0
votes
0answers
5 views
Get array inside of array without knowing what is the first layer of array would be
echo $merchant_pic['shop']['campaign'];
I know that would give me the value of campaign. But first I have to know what is the first layer of the array - which is shop.
Problem is: the first layer ...
0
votes
0answers
5 views
MediaStore.Video.Thumbnails.getThumbnail
I have been trying to load video thumbnails to my gridView. It is loading thumb nails very slowly if i use ThumbnailUtils.createVideoThumbnail.
So i decided to use ...
0
votes
0answers
7 views
Delete a blank android activity
Sorry for my English, I'm a beginner programmer.
I have a simple app, its two activities only.
the below code is for activity two, its a webview opening a youtube url.
the problem is:
- amazon ads are ...
0
votes
0answers
3 views
registration form post field as empty
i'm using Yii-user, and have made some modification to the user/views/user/registration.php file.
for some reason even when i fill in firstname and lastname, it still says i left those fields empty. ...
0
votes
0answers
3 views
How to see the public information of your Facebook app users?
I have created a Facebook application and I use it in my own website. I know I ask people for their 'public information' before they start using my application. How can I see this public information ...
0
votes
0answers
9 views
Timer is not updating the current seconds
I am trying to create a timer that gets the current time in seconds updates in every 2 seconds.
My problem is that I get the current time in seconds but I am not sure why my timer is not getting ...
0
votes
0answers
6 views
Parse and store nested JSON data in android
I have to parse and store jSON data of facebook page.My JSON data is this .
I have used getter setter for store data in Arraylist.
Getter Setter class
public class FBStatus {
private String ...
0
votes
0answers
7 views
Zoom In and Out in a C# Control?
I'm having trouble to zoom in and out on an image in C#. I thought that I should paint an image to the origin of my control (0 | 0) and handle zooming and moving with a matrix. The code below is where ...
0
votes
0answers
3 views
Transaction Issue with Multiple Tests in TestsNG
I am having two test cases, where first test case saves the record and second updates the record which is added in first test case. I am using JPA/Hibernate as ORM.
My TestNG test class is like ...
0
votes
0answers
10 views
fadein each item (li) one after another using underscore
I am displaying a list of items <li> from a JSON file using underscore, and instead of them all appearing at once, I'd like to fade them in one after another. How could I achieve this?
for (var ...
0
votes
0answers
3 views
Adding a custom page to a wordpress site
I have a wordpress site. I want to add a new menu item and make it point to a custom page ( not the regular single post page ) . This custom page will contain a contact us kind of form. How can I do ...
0
votes
0answers
7 views
How to fetch excel sheet data which is store in another server
i am trying to fetch excel sheet data which is store in another server URL like "http://www.Test.com/Test/Book1.xls" from my local asp.net web application...can anyone help me to resolve this...???