Questions tagged [milestone]

66 questions
0
votes
0 answers

How can I implement to control a PTZ camera with Milestone SDK in C# MVVM ReactiveUI?

I'm creating a plugin where I can select the camera and have left right buttons (currently the left button is logging it was moved), the buttons are working but the camera does not move. Here is my code snippet: private void…
Szimu B.
  • 11
  • 2
0
votes
1 answer

maximum number of primitives on FBO

Is there a limit on maximum number of primitives to be rendered on FBO per frame? If so, is there any glGet or any other API to find out the maximum number of primitives allowed per frame? I draw a set of triangles into a texture using FBO. When…
0
votes
1 answer

Target in HTML how to open in Adobe Flash Player

Here I was creating an HTML menupage for a presentation that uses flash animations. I am using this code:
Question Man
  • 85
  • 1
  • 2
  • 11
0
votes
0 answers

How do I catch an exception when my .NET Framework Web API loads?

I'm having an issue where I need to catch a FileNotFoundException when my application starts. For further context, this is a Web API that is also using the Milestone SDK. In their (Milestone SDK) developer forums, I found someone else who was having…
Justin Ertley
  • 93
  • 1
  • 4
  • 9
0
votes
1 answer

How connect Socket IO as client C#?

When I connect with Quobject.SocketIoClientDotNet.Client.IO.Socket client, it connects and immediately disconnects the client. Every second it repeats this. What is the reason? How can I keep alive connection? var socket =…
0
votes
1 answer

When you close a milestone on Github what happens to open issues?

If I have a milestone with 6 open issues and 5 closed ones, what happens to those 6 open issues if I close the milestone?
Paul Masri-Stone
  • 2,843
  • 3
  • 29
  • 51
0
votes
1 answer

Git Repo Problem

I was trying to build a android release. I found this code: mkdir cm4mm cd cm4mm repo init -u git://github.com/nadlabak/android.git -b gingerbread repo sync vendor/cyanogen/get-rommanager . build/envsetup.sh && brunch umts_sholes I installed Git,…
0
votes
1 answer

Milestone rendering in Kendo Gantt chart

Working with Kendo Gantt chart to show milestone in the chart. The chart shows it as a task type. The setting for milestone type task is start and end date is same. Please let me know if there is any other setting we need
genericuser
  • 1,430
  • 4
  • 22
  • 40
0
votes
1 answer

How to get all the milestones under a project and its child project in rally?

Is there any way to get all milestones under a project and its sub projects by using their web service? I read in some other answers that they have deprecated targetProject attribute in milestone, and no longer should be used. I have tried with…
Yash Mehta
  • 213
  • 3
  • 16
0
votes
1 answer

A problem with image capture on Motorola Milestone

Below is the simple code fragment to illustrate the problem. Why the value of the field "tag" logged in method "onActivityResult" not being "tag_modified"? I also tried others async call of "startActivityForResult", but no such problem exists. The…
Lyn
  • 699
  • 1
  • 7
  • 17
0
votes
1 answer

github mielstone cumulative flow rally app

At our organization we are using this Milestone Cumulative Flow app that was found in Github, but it has some quirks that I am trying to get resolved. Here's the link to the app: GitHub - RallyCommunity/MilestoneCumulativeFlow Said quirks…
N.G.
  • 11
0
votes
1 answer

Maven Release Plugin Milestone Support

I have problem with maven release plugin.What i need to do is do tag this way [ 0.0.1 --> 0.0.1.M1 --> 0.0.1.M2 --> 0.0.2 ]. For that i need to use maven release plugin but it only supports snapshots.I want to know is there any way to do the…
Sajith Vijesekara
  • 1,324
  • 2
  • 17
  • 52
0
votes
1 answer

Find runtime value in SQL Server 2012

I need to found out what query is exactly running in background. after googled, i found below query. SELECT sqltext.TEXT,req.session_id,req.status,req.start_time, req.command,req.cpu_time,req.total_elapsed_time FROM sys.dm_exec_requests req CROSS…
Manish Gupta
  • 51
  • 1
  • 8
0
votes
1 answer

How the target response Date is calculate in an Entiltment Process Milestone?

I am new to the Entitlement Process and Milestones using the OOTB implementations. In my org, two business hours (1 for SLA and 1 for OLA) set with different timezone. Each business hours configured to work 9 AM to 6 PM. Extending the question from…
user5778069
0
votes
1 answer

What will be the time trigger value based on the Business hour in salesforce?

Salesforce: I have the Business hours set from Mon-Fri (10 AM to 7 PM), weekend no business hours. The SLA for one of the my process in 10 business days, What values do I need to put in the Time trigger minutes ?
user5778069