Displaying 4 results from an estimated 4 matches for "textview".
2008 Apr 09
2
New patches to Souffleur
...that subtitles are always done in 5 stages.
First we transcript, second translate, third spotting and forth timing
and fith review. "Editing mode" will be good for everything but
reviewing. "Online mode" will make the subtitles move according to the
movie on the TreeView and on TextView, but TextView won't be sensitive
at this time.
- Subtitle editing is done in real-time (a few bugs need fix here)
- New framerate calculation and display in realtime
- Added new stream information display on Project Pane
* Subtitles.py.diff
- Started to remodel so we can support other fo...
2012 Mar 24
1
icy-metaint in header and in stream data
Normally icy-metaint is a line in the http header, but some stream only
sends it in the response data is self.
Where can I find such a stream?
Is that compliant to the standard?
Implementation that also parses the response data
http://stackoverflow.com/questions/8621353/textview-not-updating-shoutcast-stream-metadata-in-android-2-2
Thank
Stig
--
Best Regards / Mvh
Stig Christensen
stig at stigc.dk
www.stigc.dk
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
...0x92782fd7 +[NSException raise:format:]
+ 57
2 com.apple.Foundation 0x9272c08b -[NSString
substringFromIndex:] + 196
3 org.R-project.R 0x000331a4 +[FileCompletion
completeAll:cutPrefix:] + 684 (crt.c:305)
4 org.R-project.R 0x00011745 -[RController
textView:completions:forPartialWordRange:indexOfSelectedItem:] + 586
(crt.c:305)
5 com.apple.AppKit 0x93808d15
-[NSTextView(NSKeyBindingCommands)
completionsForPartialWordRange:indexOfSelectedItem:] + 1002
6 com.apple.AppKit 0x93808202
-[NSTextView(NSKeyBindingCommands) compl...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters
are specified via kernel command line making it hopefully suitable for
automated migration with a little help of PXE boot.
Patchset is not squashed and represents dev. history.