0
votes
0answers
3 views

Touch Spinwheel using Sencha Touch 2

I am trying to use sencha touch 2 to create a touch dial (like an old ipod spinwheel). How would I go about doing so via sencha touch API's? or do I have to implement it myself via java (android) / ...
0
votes
3answers
27 views

Best way to generate random number between two sets of values

I need to generate a random number that's between -40 and -10 and 10 and 40. So the results could be 25, but never -5 or 5. I've looked online, but the solutions seem overly complex. Is there any way ...
0
votes
0answers
5 views

JAXB does not parse .xsd as intended. C# auto generation from same file does

I am having some trouble with the way JAXB currently generates java objects from .xsd files. Below I have a code snippet from a .xsd file I am using. The intent of this code is that it will have a ...
0
votes
0answers
2 views

apache cxf oauth 2.0 restful web service

i am trying to integrate apache cxf oauth 2.0 for cxf restful web services in our existing spring project using maven but it shows java.lang.ClassCastException: ...
0
votes
0answers
4 views

powershell outlook email address or username

I have some code where I want to extract the email address of all senders from an inbox $olFolderInbox = 6 $ol = new-object -comobject "Outlook.Application" $mapi = $ol.getnamespace("mapi") $msgs = ...
0
votes
0answers
8 views

CCSprite won't add itself to NSArray

I am trying to add an CCSpriteto an array so I can do stuff with in another method. The array is just simply declared in the @interface like this NSMutableArray *currentBombs; . I then try to add the ...
0
votes
2answers
11 views

How do I open a file when clicking an ActionLink?

How do I open an existing file on the server when a user clicks an actionlink? The following code works for downloading a file but I want to open a new browser window, or tab, and display the file ...
0
votes
0answers
9 views

Click, Scroll to and fade in

I need your help with a javascript. The status quo: I am making a website, that kind of functions like a slide show: Each slide consists of a header, an image and a little text. Underneath the text ...
0
votes
0answers
4 views

Using less-middleware to compile multiple source CSS files into one?

In my Node.js application, I am using less-middleware to compile the LESS files into CSS files. Works great with single files: app.use(require('less-middleware')({ src: path.join(__dirname, '../', ...
-1
votes
1answer
16 views

How to add the caption on the image using jquery

Below is the image slide show from netcu.de . This slide show works great, But how to add caption to every image <script type="text/javascript" ...
0
votes
0answers
2 views

What's the cause of “Failed to preload gadget…” for Sharebox gadgets in IBM Connections

I've followed the procedure documented at "Adding new ways to share content" ...but keep getting an error: Failed to preload gadget http://.... Detailed error: 400 Gadget is not trusted to render ...
0
votes
0answers
8 views

Create a python executable using setuptools

I have a small python application that I would like to make into a downloadable / installable executable for UNIX-like systems. I am under the impression that setuptools would be the best way to make ...
0
votes
0answers
3 views

MS Access: requery subform inside a control tab

I have a Control tab on access 2003, each page contains a different form wich is the result of a different query. Now some of the queries requires Dates so it can exhibit a certain period of time. ...
0
votes
0answers
7 views

jQuery datatables disable row highlight without changing css

I know I can change the CSS or override the CSS with another bit of styling elsewhere. However I have many of tables that rely on datatables and its highlighting for presentation needs. Except this ...
0
votes
1answer
9 views

Trouble with @font-face and .ttf file

I'm trying to use @font-face to implement a font I downloaded online (http://www.losttype.com/font/?name=blanch) and I'm having issues getting it to work on any browser. Here's the sample code I'm ...
0
votes
0answers
7 views

Wordpress Website Issues

I created my wordpress site, then I transferred all my files and sql over to a host using hostgator.com. In my pc, the website was located in xampp\htdocs\mywebsite. I transferred all the files ...
0
votes
0answers
12 views

Cannot implicitly convert type 'System.Linq.IQueryable to System.Data.Entity.DbSet<>

I receive the following error when I try to run my code. I haven't managed to solve it yet, please Help: > public IQueryable<Video> GetVideos([QueryString("id")] int? categorieId) { var ...
2
votes
0answers
14 views

Performance of sprintf vs String.Format

I was comparing the performance of sprintf usages and am a little troubled by what I saw. I tested the following 4 methods, passing an instance of ClassWithToString in to each (except for PrintInt, ...
-2
votes
1answer
22 views

Calling a method in another class from run method, Java

I need the program to go to another method in a different class once the else statement happens. Any help would be great! Code package Restart; import java.awt.Color; import java.awt.Robot; import ...
0
votes
1answer
8 views

ConcurrentModification Exception with Recursive Maps in JAVA

We are creating this code to create a tree structure made up of AID's from JADE Agent structures. We chose to do it recursively so that the code can be executed no matter how many Agents are ...
0
votes
0answers
11 views

Algorithm to get a point in a diagonal segment

Look at this image(sorry, I just have paint brush at my works' machine): There you see two black rectangles, one major and one minor, inside the major. Consider they are divs. The red dots are the ...
0
votes
4answers
19 views

One query for two similar tables

i have two similar tables with the same fields. One is named "input" and the other "product" Both have the same fields: id name qty unit price pic(fk - both reference the same picture table). My ...
0
votes
1answer
6 views

how to do slideToggle function in particular content?

can we do the click event to do the slideToggle function on particular items only not every content that uses same class?? example 1 2 3 <tr class='good'> ...
0
votes
0answers
6 views

I am looking for Google Apps Script - Web Developer in San Francisco, CA. Know anyone?

I am in a need of Google Application Design, Development and Maintenance developer in San Francisco. I can share the details of the opportunity if someone is interested. I can be reached at ...
0
votes
0answers
9 views

JTable headers on left side and cells on right [explained with image]

As second picture says, I want to anchor 'HeaderModel' left and 'CellModel' right. If its possible... http://i.stack.imgur.com/IoMqn.png
0
votes
0answers
4 views

How to model pseudo-inherited objects?

I need to store data about objects of a type A. Some of these objects requrie more information than others. For example, B objects require an extra field to A objects, but all the same remaining ...
0
votes
1answer
4 views

Reference to System.net on PCL and MVVMCross

I'm builind my PCL Core library using MVVMCross and Mono with VisualStudio 2012 and Stable version of Xamarin. I have following compile error. Error 3 'System.Net.WebHeaderCollection' does not ...
0
votes
1answer
8 views

Out of memory error in adnroid siwpe images app

I am working in a simple and app which has viewPager with swiping images. I have static app containing 12 images,When I swipe, the app is crashed after the fourth image. How can I understand the ...
0
votes
1answer
3 views

Timer in XNA framework

I have a problem with my game. He is divided in a two states: MainMenu and Playing. I want to draw on screen the timer when i playing. I use gameTime.TotalGameTime.Minutes and ...
0
votes
0answers
5 views

excel an error has occured in the stript on this page

I am using Excel and am trying the use the Excel web query. I type my address (say https://www.google.com/finance?q=MSFT) and when I click on the 'Go' button, a message pops up a few seconds later ...
0
votes
0answers
6 views

Playing a playlist in Windows store app

I'm trying to make an app with windows 8 appstore. I have an app that using fileOpenPicker can select an mp3 file, en play it, and I can also load multiple files and make a playlist. Now how can I ...
0
votes
1answer
7 views

How do I make Twitter Bootstrap Responsive with Rails?

I'm using the bootstrap-sass gem with my Ruby on Rails site. I would like to make my layout responsive, so I tried adding @import "twitter/bootstrap/responsive" to various files, but all I got was a ...
0
votes
0answers
2 views

c# Consume Web Service with Certificate exception keyset does not exist

I am having trouble with configuring Service cert and client cert to establish connectivity to a outside service. service is on JAVA web service consuming by .NET client Service Call method ...
0
votes
0answers
4 views

Double log statements

I have weird issue, it might be something silly but I can't find where the problem is. I develop an application on cakephp 2.x and when I log data from the controller it appears twice in the log. ...
0
votes
1answer
14 views

Interaction between ruby and js in rails - interesting moment

So, there is method in conroller: def create email=params[:email] email=email.downcase user = User.find_by_email(email) if user && ...
0
votes
0answers
3 views

Manually Converting rgba8 to rgba5551

I need to convert rgba8 to rgba5551 manually. I found some helpful code from another post and want to modify it to convert from rgba8 to rgba5551. I don't really have experience with bitewise stuff ...
1
vote
5answers
37 views

jQuery select child of closest element

Basically I want to be able to select the div level2 parent from the child level4 div. My application does not has such classes, otherwise I'd just select level2 :) <div class="level1"> ...
-1
votes
3answers
28 views

How to match a php string value?

1st check out the codes. $smsbonus = "Rs. 0.00"; $pattern = "/class=\"monthes_sub_heading\">(.*?)</i"; preg_match_all($pattern, $ha, $matches); for ($x = 0; $x < count($matches[1]); $x++) { ...
-1
votes
0answers
8 views

Error to connect with a web service in android.. HTTP reqest failed,HTTP status 400

I have this code to call a donNet web servise on localhost. The web service take 5 values and return a string.. I took this error: Error HTTP request failed, HTTP status 400.. What is the problem ...
0
votes
0answers
6 views

Fetch database comments using hibernate

I need to fetch database comments from a postgresql using hibernate. I have read the documentation but could not find any hints on how to get the comments. Basically I am generating Pojos and would ...
0
votes
0answers
6 views

CommandLink with JSF Ajax requiring 2 clicks

I don't think this is the JSF issue with AJAX with a form within a form because I have only 1 form I looked at threads about Ajax and JSF rendering content and I tried multiple solutions with no ...
0
votes
0answers
9 views

How to create an auto-upload picture app?

I am trying to create an app that automatically uploads a picture to my server. The idea is that a user creates a picture with the native/normal camera and my app gets a notification (catches the ...
0
votes
0answers
3 views

Reading Inbound message HTTP Header Properties

Is there any way to read the HTTP Headers of the Rest/SOAP WS request messages. While sending response I am able to add the HTTP header Parameters using ...
0
votes
0answers
13 views

Ways to parse JSON using kornshell

I have a working code for parsing a JSON output using kornshell by treating it as a string of characters. The issue I have is that the vendor keeps changing position of the field that I am intersted ...
0
votes
1answer
8 views

ECSliding, two menu, timer malfunction

I'm using ECSliding and I have this problem! I have a topView and two menus, left (LeftViewController), right (RightViewController), both UIViewController. In the right menu I have a timer: ...
-1
votes
0answers
8 views

what are the best solution for fast web developing,support mef arc and msmq?

can everybody tell me:what's the best solution and web based and fast developing with support MEF architecture and MSMQ technology? i'm sorry my english.
0
votes
0answers
6 views

Tsql Pivot on string + concat

I'm having some difficulties with a Pivot query for my particular situation. I have to Pivot a string column over an int column (so just 2 columns) The third column will hold a concatenation of the ...
0
votes
0answers
5 views

Append data to linked table without knowing Primary Key of main table

I have a Staff Recruitment Database. When all formalities are complete I click a button and basic data is appended to the (recruited) Staff Database . I also have data for the shift the recruit will ...
0
votes
0answers
6 views

Problems with an application testing when its dbus service is ready

I'm the author of roxterm and I want its --fork option to do the following: fork a background process which handles a dbus service, then return from the foreground service when the background is ...
0
votes
0answers
3 views

Fine Uploader- Server side code saves uploaded file but client displays 'Upload failed' message

I have an MVC2 application where I am trying to use the Fine-Uploader plugin. When I run through my code behind, it saves the file that I uploaded. However, what get's displayed back in the browser ...

15 30 50 per page