Questions tagged [jing]

A software to capture or make movie from what is on the computer screen.

Jing (by TechSmith) captures anything on you see on your computer screen, as an image or short video, and lets you edit and share it instantly.

http://www.techsmith.com/jing.html

13 questions
4
votes
1 answer

Allowing additional attributes with Relax NG

I am writing a relax NG schema to validate some XML files. For most of the elements, there are some required attributes, and the instances of this XML schema may also add any extra attributes. For example, here is a valid document :
Raphael Jolivet
  • 3,940
  • 5
  • 36
  • 56
4
votes
1 answer

Android App Presentation

I wanted to make a video presentation of my android application. i know i can make the presentation by holding a camcorder in front of the screen and give walkthrough the application. But is there any other way this can be done, something on the…
Prathamesh Shetye
  • 915
  • 2
  • 8
  • 27
2
votes
1 answer

Querying a RelaxNG schema (xml syntax) in java, preferably using Jing

I am trying to find a way to query a RNG schema while avoiding reinvention of the wheel, in order to answer basic questions such as: what elements are valid children of an XML instance element, what can/must be it's attributes and so on. A post here…
predi
  • 5,528
  • 32
  • 60
2
votes
1 answer

How do I add playback controls to my embedded swf?

So I've got my shiny new screencast created with Jing (which I love) and have put my swf file on my web server and embedded in a test html page. It works just fine. However, there are no playback controls on the video when I play it. How can I…
Todd Price
  • 2,650
  • 1
  • 18
  • 26
2
votes
5 answers

Jing + swfobject 2.2 = big video in small div

I am trying to use swfobject 2.2 to display an swf, but the swf won't scale to fit the div that I'm putting it in. You can see what I've got here. When it first loads, it is the right size, then it expands larger for some reason. If I right-click…
ConsultUtah
  • 6,639
  • 3
  • 32
  • 51
1
vote
1 answer

Why isn’t Jing picking up xml:id for XInclude?

Given the following files a.rnc: start = a a = element a { b } b = element b { attribute xml:id { xsd:ID }?, attribute xml:base { xsd:ID }?, empty } a.xml:
user322381
  • 51
  • 1
  • 5
1
vote
3 answers

Using Jing with Google App Engine. Can't load SchemaFactory given Relax NG schema

Okay, so here's the short of what I'm trying to achieve. I am developing a small Google App Engine application that generates XML given a particular object. Now, I run into issues because I need to use a Relax NG schema and validate it against my…
Adub
  • 11
  • 3
1
vote
1 answer

Jing video continuous play

I have downloaded Jing video capture tool and captured a video of an application. It creates a swf video file. Our requirement is to allow the video to play continuously. Please let me know how to achieve this. Thanks vish
Blue Sky
  • 807
  • 1
  • 15
  • 36
1
vote
2 answers

How to configure web proxy for Jing

Jing is great. But it won't start unless it can phone the mother ship. My internet access is via corporate web proxy. Jing doesn't seem to offer any way of configuring its connection to the internet. You'd think it would just use the windows…
Denis M. Kitchen
  • 1,142
  • 2
  • 14
  • 24
1
vote
1 answer

Can a Perforce trigger script write to a temp file?

I would like to write a script (a perforce trigger), that will validate the content of the files in the changelist before allowing commit. However my script processes the XML using Xsltproc and then validates using Jing. I need to save the…
Mike
  • 35
  • 4
0
votes
0 answers

Validate an xml document with relax ng and namespaces

I am reading an XML document with DocumentBuilder of java 8 and try to validate it with jing against a Relax NG Schema. This does not work, if the XML document contains namespace declarations. Look at the following example: DocumentBuilderFactory…
KarlW
  • 1
  • 1
0
votes
1 answer

How that overlay(?) form works in JING

OK, anyone can explain how Jing take screen shots with that overlay form? It appears that it take a full screen shot and records all visible window handles and let you select within the form a specific hwnd. could be true? if is, what are the big…
andySF
  • 556
  • 7
  • 30
0
votes
1 answer

Background Handle!

I want to make a jing like screen capture but customized for what i need and I'm stuck. i want to take the handle of open windows that are behind my 30 alpha form if that is possible. the handle is taken from cursor.position on global MouseMove so i…
andySF
  • 556
  • 7
  • 30