The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
3 views

Perforce File Status Icons Not Working in P4V

The Perforce P4V client offers a number of icons to indicate the status of a file in the workspace versus the corresponding file in the depot. A reference guide for these status icons is documented at ...
0
votes
0answers
41 views

check if the monitor is connected

I've to make a simple program that reports to a server the state of the monitor (is it on/off or simply if it's not connected). So far I'm using this method I found on another discussion, but it ...
-2
votes
1answer
50 views

Can I use a Lync api in my asp.net application?

hi can I get the lync contacts and them status in a listview with C#? I want to get all users from ad to a listview in asp.net web application and control wheater a user is online or offline.
-1
votes
0answers
12 views

How to post status on Facebook page from website

How to post status on Facebook page from website ? What API should 1 use?
0
votes
1answer
11 views

what is response in FB.getLoginStatus

To detect the facebook user online/offline status we use the method FB.getLoginStatus method. But, what does the paramater("response") mean and where does it come from in the below code snippet the ...
1
vote
1answer
32 views

Change buddy status on contact app in Android

I am working on a buddy list for my program. What I have now is a ListView with all the users that the server sends to me. I display name and contact address. What I need also is to display whether ...
1
vote
0answers
20 views

Update and post status on facebook page through my website

I have a website and wants to auto update and post status on my facebook page whenever there is update on my website. what plugin or how can i do it ? For now, there is only the like button.
0
votes
0answers
8 views

How to make a status post (type == 46) instead of “App Stories” (type == 237)

I'm testing around using the Facebook Graph API Explorer and every time I post a status, it ends up with the type 237 as opposed to type 46. Is there any way to control what type status updates end ...
2
votes
1answer
127 views

Zebra GK420d ZPL printer status in java via USB

How to query the recepit printer to get current status (ready/error/paper end)? Is it provided with a virtual-COM interface for bi-directional communication? Thanks
0
votes
0answers
26 views

Wordpress restrict edit, but allow preview for custom post status

Hello I am developing wordpress site with Edit Flow plugin, so I can create custom post statuses to manage author and contributor posts more easily. So I have created costum post status and I got ...
0
votes
1answer
44 views

Not able to catch each sms status

Im trying to catch the status of each sms delivery but my code is not getting it but instead the status of only one message. Anyone can give hints? This si my code.. This is working but I need to ...
0
votes
2answers
31 views

Is this script correct? [closed]

I've got a php script that will be executed via cron every 30 minutes to check status of an application on specific port on specific server IP. It does work correctly, but just 2 things: 1) Is it ...
1
vote
2answers
64 views

Place an icon in the Android Status Bar

I'm wondering if it's even possible to perform this. I want to place an icon in the Status Bar of the Android showing that my app is running in background. I'm not talking about a "standard" ...
1
vote
1answer
43 views

Using PHP to get Facebook friends statuses?

That's my first post here on SO. I'm using PHP to get Facebook friends statuses. In particular, I've tried to retrieve all public statuses from one of my facebook friends, but it happens only the ...
0
votes
0answers
29 views

Access Printer Status using Winspool

Hello I've used this example on how to access printer status using winspool. //Code written by Mark Middlemist - @delradie //Made available at http://delradiesdev.blogspot.com //Interop details ...
0
votes
0answers
19 views

C# .NET Printing Status

Hello I'm trying to check if a printer has problem or not. I'm using windows printing. is there a way to get accurate printer status for serial USB and IP printer?
0
votes
0answers
39 views

How to execute FQL/PHP Query from codes?

In Graph API Explorer at https://developers.facebook.com/tools/explorer, and in the FQL Query panel, i can run something like following query: SELECT message FROM status WHERE uid = '67060XXXX' It ...
-1
votes
3answers
88 views

undefined method `full_name' for nil:NilClass

This is an exercise on teamtreehouse.com. user.rb class User < ActiveRecord::Base # Include default devise modules. Others available are: # :token_authenticatable, :confirmable, # ...
1
vote
1answer
38 views

MPI Status FORTRAN

I have this code but I get this error. I tried declaring status as INTEGER :: status but that changes the value of my rank after the MPI_SENDRECV (i.e. the rank=0 for all processors) PROGRAM ...
1
vote
0answers
23 views

svn - what best way to deal with multiple explicit files in status/commit etc

I have been experimenting with passing several files to svn commit/status/etc : svn status -u -v file1, file2, file3 ... file1000 svn appears to run svn status -u -v on each filex in turn, is this ...
0
votes
0answers
18 views

making a magento status message appear in a parent block

In my Magento site I have a contact form appearing on the product page in one of three tabs. Each tab is a separate template file which feeds into view.phtml the tab in which the form is is by ...
0
votes
0answers
19 views

self.networkStream.streamStatus never returns “4”

self.networkStream.streamStatus is supposed to report the status of the stream. 0 means connection closed, 2 means connection open, 4 means writing.. (the other statuses are not needed for me) ...
-1
votes
0answers
7 views

304 not modified with new laptop

I recently got a new laptop and i'm having real trouble browsing websites. A lot of the CSS and JS files are being returned as 304 not modified. In firefox this is causing all sorts of problems with ...
1
vote
1answer
59 views

perl - Facebook Graph - Post to Fanpage

this is not giving me any errors but yet it is not posting to my fanpage wall. would love some help in this! trying to figure this out on my own has been a roller coaster. tested with the correct ...
0
votes
0answers
18 views

How to use time in FQL where clause

I have the following query to select statuses from the friends of a user in the last week: SELECT status_id, uid, message, time from status where uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) ...
-3
votes
0answers
15 views

Deivery status notification (failure) [closed]

I have received upward of 300 of these in the last few days. I don't use Google for emails(I only need an account to access apps etc on tablet) I did not send emails from any other account (Virgin ...
0
votes
0answers
35 views

facebook login status in sdk javascript

I have a problem to get the login status of the logged in user. The getLoginStatus Function will be not called. I want to get the access token to get the user data. I tried with my own APP-ID and ...
0
votes
1answer
39 views

How to map Mysql result to replace resultant values with correspondent ones

Supposing we have a field status (0 for disabled, 1 for enabled), and we need to get the literal values directly using MYsql, in other words: if we requested the query: select status from ...
0
votes
0answers
32 views

Display Status Box in php

Okay, so i am making a simple app for facebook for a university project, what i was thinking was having a status box in my php (ideally, the same one as facebook), then the user can insert a status ...
0
votes
1answer
44 views

SMTP/HTTP/FTP status check using PHP

I am in need of a piece of code to check whether the website is alive or down . I think this can be done with php curl or fsockopen . But i do want to check whether other services like ftp, smtp, ...
0
votes
1answer
35 views

How to archive git status output?

I need to archive some changes which are shown by git status command and keep all the paths, so I can copy it, unarchive and commit on my local machine. I know that git archive command exists but how ...
0
votes
1answer
32 views

Nagios return status unknow

i install Nagios on CentOS to monitor some servers, and one of them is a TSM server. I download a plugin written in bash when i execute it in command line it works. ...
0
votes
0answers
87 views

update my Facebook status with the android Facebook API (Version 3.0+)

I have been up all night trying to figure out a way to update my Facebook status with the android facebook API (Version 3.0+). I see a lot of posts about this but there all old and use facebook API's ...
0
votes
0answers
29 views

how to Keep same order status after refund?

I want to keep the same order status after refunding the order. But it changes to 'processing'. I have overridden the model Mage_Sales_Model_Order The following function I have modified to keep the ...
0
votes
1answer
31 views

How to check if vim window has admin rights and how to add it to the statusline?

I noted that: Vim with admin rights can only open files from program with admin rights. Vim without admin rights can only open files from programs without admin rights. This makes it that I often ...
0
votes
0answers
19 views

Getting 0 status in ajax request

I am new to ajax. I have just started learning it. Below is my first ajax script. In tutorial same script shows the status 200 but when I ran it on my browser, the status is 0. Moreover, output is ...
0
votes
1answer
23 views

Wrong result with simple fql status

I'm testing this fql multiquery "status":"SELECT status_id,time,message,place_id,source,uid FROM status WHERE uid = \''.$pageID.'\' AND status_id IN (SELECT object_id FROM #query1))", This must ...
1
vote
0answers
29 views

Wordpress capabilities on pending post status

I have user with contributor user role. In default if you publish article as contributor you can only view it and you can't delete or edit it. But when you submit new post for review, you can do all ...
0
votes
0answers
36 views

Core data architecture in Web applications using Java and Hibernate

I am developing a web based content management application will be used for ecommerce. But my problem is not relevant ecommerce. While I was coding my application I am creating many master data such ...
0
votes
0answers
77 views

Get facebook login status in desktop app

I'm developing a Windows 8 JavaScript app with Facebook integrated in it. I have managed to login the user into Facebook from the app. The problem is that because I make a call to ...
0
votes
0answers
52 views

Get Facebook Login Status Without SDK

I'm developing a Windows 8 JavaScript app without the SDK, only using direct calls to Facebook API. Is there a way to get the login status without FB.GetLoginStatus()?
0
votes
1answer
35 views

How to reset EKAuthorizationStatusRestricted in iOS Calendar?

In my app, I am trying to add entries in the user's Calendar. To reflect the authorization status in my UI, I use authorizationStatusForEntityType to determine whether the user has already given or ...
0
votes
1answer
43 views

Auto Update Google Chat Status Message

I need to change my gmail chat status message frequently and set it to one of 10 predefined messages every X minutes. How can I do that? There should be a solution for this. Thanks.
0
votes
0answers
49 views

Get all Facebook Statuses

I am trying to come up with an app that's something like Archivebook where I can get all statuses a user posted. So far I have this code, but it's limited to 100. $status = ...
2
votes
1answer
42 views

EditField is cut off if margin is set on Torch

As you can see from the SSCCE I do setBanner() and setStatus() and then only add an EditField in between. Now on a Torch, if you enter a lot of characters in the EditField until its height exceeds ...
0
votes
0answers
30 views

ViewControllers do not resize for the status bar alert

The In-Call Status Bar alerts are not resizing the view controllers inside UITabBarController for projects that were created years ago. The way I had it set up is I have a tab controller, which ...
0
votes
6answers
104 views

Browsers status bar href

We have a site that has lightbox images but the client does not want to reveal the img src thats displayed in the browser status bar… Any bright idea how we can achieve this consistently for all ...
0
votes
0answers
71 views

multiparameter Switch case in ssrs

I'm facing some problem while using multiparameter Switch case in SSRS. I have two column in my database one is Stage another is Status. stage(column_name):- stage1, stage2, stage3, .....stage7 ...
0
votes
0answers
26 views

Social sharing using Twitter Api

I am building social sharing functionality using Twitter api. I have built mobile optimized UI. On the UI there is a Twitter share custom button. Once users click on the button it will fetch the ...
0
votes
0answers
41 views

What is the best facebook-styled status wall library for my site? [closed]

I have been searching the web for code libraries (free or not) to implement a status wall at my site similar to facebook, with comments, images, url attachments and the like. I use PHP, mySQL and ...

1 2 3 4 5 13