search for: linestyle

Displaying 20 results from an estimated 30 matches for "linestyle".

Did you mean: lifestyle
2007 Sep 09
1
can't play youtube videos with latest git
...(683): swfdec_action_call_method: no function named clear on object SwfdecSpriteMovie SWFDEC: ERROR: swfdec_as_interpret.c(683): swfdec_action_call_method: no function named beginFill on object SwfdecSpriteMovie SWFDEC: ERROR: swfdec_as_interpret.c(683): swfdec_action_call_method: no function named lineStyle on object SwfdecSpriteMovie SWFDEC: ERROR: swfdec_as_interpret.c(683): swfdec_action_call_method: no function named moveTo on object SwfdecSpriteMovie SWFDEC: ERROR: swfdec_as_interpret.c(683): swfdec_action_call_method: no function named lineTo on object SwfdecSpriteMovie SWFDEC: ERROR: swfdec_as_...
2008 Aug 18
2
Fwd: Parsing XML or KML into CSV /Using R for geocoding , OR problem
...Document> <name>01+11 shape.kml</name> <Style id="sh_icon17_copy3"> <IconStyle> <scale>1.1</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pal4/icon17.png</href> </Icon> </IconStyle> <LineStyle> <color>ff0000ff</color> </LineStyle> <PolyStyle> <fill>0</fill> </PolyStyle> </Style> <Style id="sn_icon25_copy3"> <IconStyle> <Icon> <href>http://maps.google.com/mapfiles/kml/pal4/icon25....
2007 Jul 01
1
implementing MovieClip drawing API
Hi, I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I initially thought I could place an SwfdecShape inside an SwfdecSpriteMovie created by createEmptyMovieClip then call swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle} were called. It wasn't as easy as I had thought. All the functions are highly tied to swf bitstream, even...
2008 May 03
1
[Bug 15814] New: unable to view new york times feature
...swfdec_stroke_do_parse_extended: FIXME: different caps on start and end of line are unsupported SWFDEC: WARN : swfdec_stroke.c(321): swfdec_stroke_do_parse_extended: FIXME: different caps on start and end of line are unsupported SWFDEC: WARN : swfdec_shape_parser.c(290): swfdec_shape_parser_finish: linestyle 0 has no path SWFDEC: WARN : swfdec_shape_parser.c(290): swfdec_shape_parser_finish: linestyle 1 has no path SWFDEC: WARN : swfdec_shape_parser.c(290): swfdec_shape_parser_finish: linestyle 2 has no path SWFDEC: FIXME: swfdec_stroke.c(160): swfdec_stroke_compute_extents: work out extents computatio...
2011 Jan 20
1
Generating time progressing line for Google Earth
...egin><%= paste(1980+i, "01", "01", sep="-")%></begin> </TimeSpan> <name><%=paste(seg$x[i], ",", seg$y[i]," : ", seg$xend[i], ",", seg$yend[i], sep="")%></name> <Style><LineStyle><color>7f9bffff</color><width>3.5</width></LineStyle></Style> <LineString> <tessellate>1</tessellate> <coordinates><%=seg[i,]$x%>, <%=seg[i,]$y%>, 0.0 <%=seg[i,]$xend%>...
2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
...Styles> + <Solid> + <color> + <Color red="0" green="255" blue="255" alpha="255"/> + </color> + </Solid> + </fillStyles> + <lineStyles/> + </StyleList> + </styles> + <shapes> + <Shape> + <edges> + <ShapeSetup x="0" y="0" fillStyle0="1"/> + <ShapeSetup x="100" y="100" fill...
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...(Cell,2))+nrow(Data),sep="") MyCell=paste(Cell1,":",Cell2,sep="") B3R[["Formula"]] <- paste("=sum(",MyCell,")",sep="") print(MyCell) B3RB <- sh$Range(MyCell) B3RB[["Borders"]][["LineStyle"]]<-as.integer(1) #B3RB[["ColumnWidth"]]<-20 } AnalyzeExport(sh,ExcelCopy,"B2","NDC","Unique Pats") The line that is causing the problem is : B3RB[["Borders"]][["LineStyle"]]<-as.integer(1) On another n...
2008 Feb 25
1
Plotting series marked with a symbol on every nth data point, preferably in ggplot...
Hello! I am working with signals and a plot of several signals on the same axes can get quite messy. With lines that are very fractured, distinction by only the linestyle is not very clear. If I add symbols to the plot however, there are so many symbols, that they overplot and the whole plot is unreadable once again. I am looking for advice on how to make a plot with continuous lines and symbols appearing at every nth point. An example of this problem and a solutio...
2007 Jun 10
1
variable scope
...borderXcurrent = 13; } if (borderYcurrent > CellSize * heightMax + 13) { borderYcurrent = CellSize * heightMax + 13; } if (borderYcurrent < 13) { borderYcurrent = 13; } with (_root.rectangle) { lineStyle(10, 5592405, 100); moveTo(borderXstart + (borderXcurrent <= borderXstart) * CellSize, borderYstart + (borderYcurrent <= borderYstart) * CellSize); lineTo(borderXcurrent, borderYstart + (borderYcurrent <= borderYstart) * CellSize); lineTo(borderXcurrent,...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
.../* Private, class-specific functions */ + + //this has to happen after the scale area has been rendered, or it will have no width. + private function drawLine(event:Event):void { + var xg:Graphics = XAxisLabelArea.graphics; + xg.beginFill(Constants.axisColor); + xg.lineStyle(1,Constants.axisColor); + xg.moveTo(yScale.width,0); + xg.lineTo(Constants.width,0); + xg.endFill(); + } + private function timeRangeAdjusted(event:Event):void { var t1:Number = startDateField.selectedDate.getTime() + (parseHour(startTimeField.te...
2007 Jun 03
1
some patches for swfdec
...to apply them because I'm quite new in swfdec development. BTW, how can I implement createEmptyMovieClip? I have no idea how to create an SwfdecMovie properly. I also need to add the following. If you have any idea, please tell me. gotoAndPlay _level0 global variable swapDepths method lineTo, lineStyle, moveTo ahh.. those movies created by duplicateClip do not get added as properties to _root. I saw blocky.swf trying to access movies via _root. some less important ones: System global variable Sound object -- Duy -------------- next part -------------- A non-text attachment was scrubbed... Name...
2007 Jun 28
0
Branch 'as' - 4 commits - libswfdec/swfdec_debugger.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c test/image
...<styles> + <StyleList> + <fillStyles> + <Solid> + <color> + <Color red="255" green="0" blue="0"/> + </color> + </Solid> + </fillStyles> + <lineStyles/> + </StyleList> + </styles> + <shapes> + <Shape> + <edges> + <ShapeSetup x="0" y="0" fillStyle0="1"/> + <LineTo x="1000" y="0"/> +...
2006 Dec 15
6
Query regarding linking R with Matlab
Thank you sir for your prompt reply. Currently i am stuck at point where I need to call an available Matlab program from an R 2.4.0 interface. How can I do this? I have downloaded the R.matlab file and also the manual in pdf. But still i am not able to get through the problem. I will be grateful to you if you can elaborate me on this. Awaiting your reply, regards, Bhanu Kalyan K
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...rder-8.swf.png differ diff --git a/test/image/drawing-zorder.as b/test/image/drawing-zorder.as new file mode 100644 index 0000000..cd32c9e --- /dev/null +++ b/test/image/drawing-zorder.as @@ -0,0 +1,19 @@ +// makeswf -v 7 -s 200x150 -r 1 -o drawing-zorder.swf drawing-zorder.as + +beginFill (0xFF); +lineStyle (10, 0xFF00); +moveTo (0, 0); +lineTo (0, 100); +lineTo (100, 100); +lineTo (100, 0); +lineTo (0, 0); +endFill (); +beginFill (0xFF0000); +moveTo (50, 50); +lineTo (50, 150); +lineTo (150, 150); +lineTo (150, 50); +lineTo (50, 50); +endFill (); + +//loadMovie ("FSCommand:quit", "&quo...
2007 Apr 16
0
4 commits - libswfdec/swfdec_shape.c libswfdec/swfdec_stroke.c test/dump.c
...;); + for (i = 0; i < path_array->len; i++) { + SubPath *path = &g_array_index (path_array, SubPath, i); + g_print ("%d %d => %d %d - %u %u %u\n", path->x_start, path->y_start, path->x_end, path->y_end, + path->fill0style, path->fill1style, path->linestyle); + } +#endif swfdec_shape_accumulate_fills (shape, (SubPath *) path_array->data, path_array->len); swfdec_shape_accumulate_lines (shape, (SubPath *) path_array->data, path_array->len); for (i = 0; i < path_array->len; i++) { @@ -927,13 +936,14 @@ swfdec_morph_shape_get_...
2008 Jul 16
2
Labelling curves on graphs
Hi Folks, I'd be grateful for good suggestions about the following. I'm plotting a family of (X,Y) curves (for different levels of another variable, Z): say 6 curves in all but could be more or less -- it's a rather variables situation. I'd like to label each curve with the value of Z that it corresponds to. The problem is that the layout (shapes, spacings, ranges of X over
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
...check, path->fill1style); } if (state_line_styles) { - unsigned int check = swfdec_bits_getbits (end_bits, morph->n_line_bits) + + guint check = swfdec_bits_getbits (end_bits, morph->n_line_bits) + SWFDEC_SHAPE (morph)->lines_offset; if (check != path->linestyle) SWFDEC_ERROR ("end linestyle %u differs from start linestyle %u", check, path->linestyle); @@ -1005,7 +1005,7 @@ tag_define_morph_shape (SwfdecSwfDecoder SwfdecBits end_bits; SwfdecBits *bits = &s->b; SwfdecMorphShape *morph; - unsigned int offset; + guint offset;...
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
...tion="0"> + <color> + <Color red="0" green="255" blue="0" alpha="255"/> + </color> + </GradientItem> + </gradientColors> + </LinearGradient> + </fillStyles> + <lineStyles /> + </StyleList> + </styles> + <shapes> + <Shape> + <edges> + <ShapeSetup x="500" y="500" fillStyle0="1"/> + <LineTo x="0" y="2000"/>...
2008 Jan 02
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_movie.c libswfdec/swfdec_shape_parser.c test/dump.c test/trace
...(parser->parse_fill) { - SWFDEC_WARNING ("fillstyle %u has no path", i); } else { - SWFDEC_INFO ("fillstyle %u has no path (probably a space sign?)", i); + SWFDEC_INFO ("fillstyle %u has no path", i); } } for (i = 0; i < parser->linestyles->len; i++) { commit db546facec9f7fb973c577586dc3796c6e2126ec Author: Benjamin Otte <otte at gnome.org> Date: Wed Jan 2 13:16:12 2008 +0100 treat $version as a normal property Also make strings with a $ in them use that $ sign, so the "$version" string evaluat...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...check, path->fill1style); } if (state_line_styles) { - unsigned int check = swfdec_bits_getbits (end_bits, morph->n_line_bits) + + guint check = swfdec_bits_getbits (end_bits, morph->n_line_bits) + SWFDEC_SHAPE (morph)->lines_offset; if (check != path->linestyle) SWFDEC_ERROR ("end linestyle %u differs from start linestyle %u", check, path->linestyle); @@ -1005,7 +1005,7 @@ tag_define_morph_shape (SwfdecSwfDecoder SwfdecBits end_bits; SwfdecBits *bits = &s->b; SwfdecMorphShape *morph; - unsigned int offset; + guint offset;...