duplex does not work in the postscript file

My program generates files that are then sent to a postscript printer.  I'm trying to add support for duplex printing.  I added the "< < / true Duplex > > setpagedevice"instruction for the postscript generator, but the resulting file still prints in simplex. "  The statement changes the behavior of the printer... It nourishes each page except the last page in the duplex unit, but when each page comes out the second time, the back is still a Virgin.  The second page then prints on a second sheet of paper.  There is thus no net change in the output of the addition of the duplex statement to the script.

Here is the text of a sample file.  It should print 2 copies of a report from 2 sides, a total of 2 pages.  On the contrary, it is printing 2 copies of a report from front 2 pages, a total of 4 pages.

Thanks for any help you can provide.

% ! PS
% Text

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% String Centre - draw the chain focused on the X, Y
/ {CenterString
DUP stringwidth
div 2 neg exch % wy / 2
div 2 neg exch wx % / 2
See the rmoveto
} bind def

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% String - draws the string aligned to the right on the X, Y to the right
/ {RightString
DUP stringwidth
Neg exch % wy / 2
Neg exch wx % / 2
See the rmoveto
} bind def

RightJustify % - as RightString, but not is not to draw the text
/ {RightJustify
DUP stringwidth
Neg exch % wy / 2
Neg exch wx % / 2
rmoveto
} bind def

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Border - draws a border of the current zone
BorderWidth border %
/ Border {}
1 setlinewidth div
NewPath
0 0 moveto
1 rlineto 0
0 1 rlineto
rlineto 0-1
closePath
cerebral vascular accident
} def


%% Forms
DrawRectangle % - draw a Rectangle
% X 1 Y1 X 2 Y2 LineWidth gray
/ DrawRectangle {}
gsave

setgray
setLineWidth

% Define new dictionary to store these variables
as part of this routine %
4 dict begin % - dictionary to begin at the scope level

/ Y2 exch def
/ X 2 exch def
/ Y1 exch def
/ X 1 exch def

NewPath
X 1 Y1 moveto
X 1 Y2 lineto
X 2 Y2 lineto
X 2 Y1 lineto
closePath
cerebral vascular accident

end % end the dictionary at the scope level
grestore
} def

% FillRectangle - draw a Rectangle and fill it with the color
Stripe width % X 1 Y1 X 2 Y2 BackgroundGray gray
/ FillRectangle {}
gsave

setLineWidth

% Define new dictionary to store these variables
as part of this routine %
Start dict 6% - dictionary to begin at the scope level

/BG exch def
/ BORDER exch def
/ Y2 exch def
/ X 2 exch def
/ Y1 exch def
/ X 1 exch def

NewPath
X 1 Y1 moveto
X 1 Y2 lineto
X 2 Y2 lineto
X 2 Y1 lineto
closePath
gsave
BG setgray
Fill
grestore
BORDER setgray
cerebral vascular accident


end % end the dictionary at the scope level
grestore
} def


-Graphics - %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GraphLinLog - graphic lines draw a linear x-axis and
Y axis % log
% x y width height angle rather borderlinewidth xdivisions xminordivisions xmajorline xminorline ydivisions ymajorline ymidline yminorline
/ {GraphLinLog

17 dict begin % dictionary to begin at the scope level

/ YMinLineWidth exch def
/ YMidLineWidth exch def
/ YMajLineWidth exch def
/ YDivisions exch def
/ XMinLineWidth exch def
/ XMajLineWidth exch def
/ XMinDivisions exch def
/ XMajDivisions exch def
/ BorderWidth exch def
/ Angle exch def
/ Height exch def
/ Width exch def
/Y exch def
/X Exch def
X 2 X width add def
/ Height of Y Y2 add def
/ CurrentY 0 def

% Put in place the graphs (scale, slant, etc.)
GraphSetup

% Plot the (linear) x-axis
GraphLinX

% Plot the (linear) value axis
GraphLogY

% Draw rate labels decline y axis
GraphLogYDecline

Dictionary % end end scope level
} def

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GraphLogY - axis lines are emerging for a logarithmic scale
/ {GraphLogY
gsave
1 dict begin % dictionary to begin at the scope level

% Find that size across every division there
/ Height div def YDivisions YDivScale

% Start graphics
NewPath
0 0 moveto

/ Times-Roman findfont 4 scalefont setfont

% Create the axis lines there high school 8 for each division are
SetLineWidth YMidLineWidth
1 1 YDivisions {}
DUP 1 sub YDivScale mul /CurrentY exch def
1 1 8 {}
DUP dup 1 Add div log YDivScale mul exch
CurrentY add /CurrentY exch def
Width moveto CurrentY
3 rmoveto 0
1 Add the string of cvs dup 1
Width moveto CurrentY
CurrentY LineTo 0
0-5 rmoveto
1 see the cvs chain
CurrentY MoveTo 0
} for
cerebral vascular accident

YDivScale mul 0 moveto exch
} for
cerebral vascular accident

% Create the main lines of the axis y for each cycle
YMajLineWidth setlinewidth % set the width of the major axis
0 0 moveto
Repeat YDivisions 1 sub {width YDivScale rmoveto width neg 0 rlineto}
cerebral vascular accident

% Create fill lines y axis
NewPath
0 0 moveto

SetLineWidth YMinLineWidth
4 YDivisions gt {}
1 1 YDivisions {}
pop % - get rid of the current iteration. No matter what it is
1 1 3 {}
. 1.1 {. 999999}
Dup - 3 1 roll Exch add void div mul width exch rmoveto YDivScale log dup.1
Width neg 0 rlineto
} for
1. Add dup log YDivScale mul 0 exch rmoveto div void.1
} for
4 YDivisions gt {}
4 1 9 {}
. 2.2 {.9
Dup - 3 1 roll Exch add void div mul width exch rmoveto YDivScale log dup.2
Width neg 0 rlineto
} for
1. Add dup log YDivScale mul 0 exch rmoveto div void.2
} for
} {
10 div 4 log YDivScale mul 0 exch rmoveto
} ifelse

} for

cerebral vascular accident
} If

Dictionary % end end scope level
grestore
} def

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GraphLogYDecline - exponential decline of labels prints for
y-axis logarithmic %
/ {GraphLogYDecline
/ 6 times bold findfont scalefont Setfont
SetLineWidth YMinLineWidth
Width height moveto

2 1 10 YDivisions mul {}
DUP 2 chain cvs exch
100 div 1 exch sub % CERD
Journal XMajDivisions mul % rdel_cyc abs
DUP floor % del_cyc
DUP - 3 1 roll % push del_cyc to chew back 2 places
Sub 1 sub height YDivisions div mul % exch exch Exch y (push it behind the del_cyc)
YDivisions abs 1 sub exch void mul div height YDivisions add
/ CurrentY exch Def

CurrentY 0 gt {}
Width moveto CurrentY
5 0 rlineto
3. 2 rmoveto
CenterString
} {
% pop plans givin to the double glock glock
} ifelse

} for
cerebral vascular accident
} def

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GraphLinX - axis lines x draws for a linear scale
/ {GraphLinX
2 dict begin % dictionary of departure at the scope level

/ XMajDivScale width div def XMajDivisions
/ XMinDivScale XMajDivScale XMinDivisions div def

NewPath

% Draw minor lines
SetLineWidth XMinLineWidth
0 0 moveto
1 1 XMajDivisions XMinDivisions mul {}
XMinDivScale mul 0 moveto
0 rlineto height
} for
cerebral vascular accident

% Outline
SetLineWidth XMajLineWidth
0 0 moveto
1 1 XMajDivisions {}
XMajDivScale mul 0 moveto
0 rlineto height
} for
cerebral vascular accident

Dictionary % end end scope level
} def

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GraphSetup - performs the functions of a graphical representation-common configuration
% Assume that X, Y, width, height, and Angle defined
/ {GraphSetup
% Of color set to black
0 setgray

% Original set to X, Y
Definition of void Y height X
} def
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GraphBorder - draws a border for the chart (using the)
% current origin, angle and scale)
% Guess BorderWidth is defined and the scale.
/ {GraphBorder
BorderWidth width div setlinewidth
NewPath
0 0 moveto
1 rlineto 0
0 1 rlineto
rlineto 0-1
closePath
cerebral vascular accident
} def
< < / NumCopies 2 > > setpagedevice
< < / collate true > > setpagedevice
< < / true duplex > > setpagedevice
gsave
< < / direction 3 > > setpagedevice
rotation of 90
/ Times-Roman Findfont [12 0 0 12 0 0] setfont makefont
6.61287431064084E - 16-10,8 moveto
See the)
/ Findfont foie gras [12 0 0 12 0 0] setfont makefont
0 setgray
489, 6 - 28.8 moveto
(XTO Energy, Inc.) Show
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
49, 5 - 127.8 moveto
(Run Date: 10/01/11) Show
49.5-135 moveto
(Run time: 10:33:16) show
396 - 46.8 756 - 118.8 1 0 DrawRectangle
/ Times-Roman Findfont [10 0 0 10 0 0] setfont makefont
450 - 102.6 moveto
(BASE) CenterString
450 - 113.8 moveto
CenterString (500100)
576. 69 moveto
(XTO ENERGY) CenterString
576 - 80.2 moveto
(AETNA \(BARTON R\)) CenterString
576 - 91.4 moveto
(LOGAN, ARKANSAS) CenterString
576 - 102.6 moveto
(8N 19 26W) CenterString
576 - 113.8 moveto
(VJG) CenterString
MoveTo 702 - 102.6
(ARKOMA) CenterString
MoveTo 702 - 113.8
CenterString (100102)
/ Findfont foie gras [12 0 0 12 0 0] setfont makefont
576 - 57.6 moveto
(CEAA 1-19) CenterString
/ Times-Roman Findfont [10 0 0 10 0 0] setfont makefont
396 - 129.96 moveto
See the)
396 - 139.96 moveto
(XTO - 01/01/2011 FORECAST-(_)) show
756 - 129.96 moveto
(CFC BRM BDH) RightString
756 - 139.96 moveto
() RightString
40.5 - 46.8 391, 5 - 118.8 1 0 DrawRectangle
setLineWidth 0.5
[] 0 setdash
NewPath
49, 5 - moveto 91.8
333 rlineto 0
cerebral vascular accident
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
49, 5 - moveto 103.95
(WI) - show
49, 5 - moveto 110.95
(NRI) - show
103, 5 - moveto 103.95
(100.00000%) RightString
103, 5 - moveto 110.95
(85.87514%) RightString
99, 9 - 56.7 moveto
(Oil) CenterString
99, 9 - 62.7 moveto
(\(bbls/mo\)) CenterString
135, 9 - moveto 56.7
(Gas) CenterString
135, 9 - moveto 62.7
(\(mcf/mo\)) CenterString
setLineWidth 0.01
[] 0 setdash
NewPath
49, 5 - moveto 65.31
157, 5 - lineto 65.31
cerebral vascular accident
49, 5 - moveto 70.71
See the (Qi)
49, 5 - 76.11 moveto
See the (Plq)
49, 5 - moveto 81.51
See the (declining)
114, 3 - moveto 70.71
RightString (0)
114, 3 - 76.11 moveto
RightString (0)
114, 3 - moveto 81.51
(0,0) RightString
121, 5 - moveto 81.51
(%) RightString
150, 3 - moveto 70.71
RightString (398)
150, 3 - 76.11 moveto
RightString (398)
150, 3 - moveto 81.51
(10.0) RightString
157, 5 - moveto 81.51
(%) RightString
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
245.25 - 56.7 moveto
(Oil) CenterString
245.25 - 62.7 moveto
(\(bbls\)) CenterString
285, 75 - 56.7 moveto
(Gas) CenterString
285, 75 - 62.7 moveto
(\(mcf\)) CenterString
[] 0 setdash
NewPath
175, 5 - moveto 65.31
310, 5 - 65.31 lineto
cerebral vascular accident
175, 5 - moveto 70.71
See the (gross Cum @ 12/10)
175, 5 - 76.11 moveto
See the (remaining gross)
175, 5 - moveto 81.51
See the (ultimate brute)
175, 5 - moveto 86.91
See the (net remaining)
261 - 70.71 moveto
RightString (0)
261 - 76.11 moveto
RightString (0)
261 - 81.51 moveto
RightString (0)
261 - 86.91 moveto
RightString (0)
310, 5 - 70.71 moveto
RightString (490 388)
310, 5 - 76.11 moveto
RightString (398)
310, 5 - 81.51 moveto
RightString (490 786)
310, 5 - 86.91 moveto
RightString (342)
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
324 - 56.7 moveto
(Res_Cat.) Show
324 - 62.1 moveto
See the (life)
324 - 67.5 moveto
See the (sous-du day)
324 - 72.9 moveto
See the (settings)
324 - 78.3 moveto
See the (script)
324 - 83.7 moveto
See the (DBS)
382, 5 - moveto 56.7
(PDP) RightString
382,5 - 62.1 moveto
(0.083) RightString
382, 5 - 67.5 moveto
(01/2011) RightString
382, 5 - 72.9 moveto
(SEC11) RightString
382, 5 - 78.3 moveto
(CTOC) RightString
382, 5 - 83.7 moveto
(OP) RightString
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
130, 5 - moveto 99.45
(The oil price) CenterString
130, 5 - moveto 105.45
(\($/bbl\)) CenterString
[] 0 setdash
NewPath
117 - 108.06 moveto
144 - 108.06 lineto
cerebral vascular accident
130, 5 - moveto 113.46
(0.00) CenterString
166, 5 - moveto 99.45
(Gasoline prices) CenterString
166, 5 - moveto 105.45
(\($/mcf\)) CenterString
[] 0 setdash
NewPath
153 - 108.06 moveto
180 - 108.06 lineto
cerebral vascular accident
166, 5 - moveto 113.46
(3.51) CenterString
202, 5 - moveto 99.45
(OPC) CenterString
202, 5 - moveto 105.45
(\($/bbl\)) CenterString
[] 0 setdash
NewPath
189 - 108.06 moveto
216 - 108.06 lineto
cerebral vascular accident
202, 5 - moveto 113.46
(24.02) CenterString
238, 5 - 99.45 moveto
(Flat life) CenterString
238, 5 - 105.45 moveto
(\(years\)) CenterString
[] 0 setdash
NewPath
225 - 108.06 moveto
252 - 108.06 lineto
cerebral vascular accident
238, 5 - 113.46 moveto
(1.0) CenterString
276, 75 - moveto 99.45
(First |) Last CenterString)
276, 75 - moveto 105.45
(Production) CenterString
[] 0 setdash
NewPath
261 - 108.06 moveto
292, 5 - lineto 108.06
cerebral vascular accident
276, 75 - moveto 113.46
(06/82 | 06/11) CenterString
317.25 - 99.45 moveto
(Net 2011) CenterString
317.25 - 105.45 moveto
(Cash flow) CenterString
[] 0 setdash
NewPath
301, 5 - moveto 108.06
333 - 108.06 lineto
cerebral vascular accident
317.25 - 113.46 moveto
($          -189) CenterString
362.25 - 99.45 moveto
() CenterString
362.25 - 105.45 moveto
(P.W. @ 10.0%) CenterString
[] 0 setdash
NewPath
342 - 108.06 moveto
382, 5 - lineto 108.06
cerebral vascular accident
362.25 - 113.46 moveto
($            -188) CenterString
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
216. 45 moveto
(BFIT) CenterString
108-144 741, 6-576 1.5 DrawRectangle 0
gsave
2 setLineEnd
108-144 633,6 432 1.5 0 4 20 0.01 0.5 3 1 0.5 GraphLinLog 0.01
/ Times-Roman Findfont [8 0 0 8 0 0] setfont makefont
-9,6 1,6 moveto
RightString (10).
-9,6 145,6 moveto
RightString (100).
-9,6 289,6 moveto
RightString (1,000.)
-9,6-6,4 moveto
RightString (1).
-9,6 137,6 moveto
RightString (10).
-9.6 281.6 moveto
RightString (100).
/ Findfont foie gras [9 0 0 9 0 0] setfont makefont
15.84 - 9.9 moveto
CenterString (1997)
47.52 - 9.9 moveto
CenterString (1998)
79.2 - 9.9 moveto
CenterString (1999)
110,88 - 9.9 moveto
CenterString (2000)
142.56 - 9.9 moveto
CenterString (2001)
174.24 - 9.9 moveto
CenterString (2002)
205.92 - 9.9 moveto
CenterString (2003)
237,6 - 9.9 moveto
CenterString (2004)
269.28 - 9.9 moveto
CenterString (2005)
300.96 - 9.9 moveto
CenterString (2006)
332.64 - 9.9 moveto
CenterString (2007)
364.32 - 9.9 moveto
(2008) CenterString
396 - 9.9 moveto
CenterString (2009)
427.68 - 9.9 moveto
CenterString (2010)
459.36 - 9.9 moveto
CenterString (2011)
491,04 - 9.9 moveto
CenterString (2012)
522.72 - 9.9 moveto
CenterString (2013)
554,4 - 9.9 moveto
CenterString (2014)
586.08 - 9.9 moveto
CenterString (2015)
617.76 - 9.9 moveto
CenterString (2016)
/ Symbol findfont [5.5 0 0 5.5 0 0] setfont makefont
NewPath
setLineWidth 0.8
MoveTo 323.7081503561 0
323.7081503561 0 lineto
2.64 0 rlineto
2.64 318.285866854977 lineto
2.64 0 rlineto
5.28 327.876643017471 lineto
2.64 0 rlineto
7.92 324.863384648026 lineto
2.64 0 rlineto
10,56 314.30878608039 lineto
2.64 0 rlineto
13.2 327.412164661933 lineto
2.64 0 rlineto
15.84 315.528689624912 lineto
2.64 0 rlineto
18.48 320.852679494075 lineto
2.64 0 rlineto
21,12 313.979419128719 lineto
2.64 0 rlineto
23,76 315.890068253945 lineto
2.64 0 rlineto
26.4 315.930092834763 lineto
2.64 0 rlineto
29.04 316.368680835319 lineto
2.64 0 rlineto
31,68 321.368311199306 lineto
2.64 0 rlineto
34,32 309.087091481152 lineto
2.64 0 rlineto
36,96 312.770708557136 lineto
2.64 0 rlineto
39.6 318.362884605345 lineto
2.64 0 rlineto
42,24 318.401357941159 lineto
2.64 0 rlineto
44,88 315.890068253945 lineto
2.64 0 rlineto
47.52 315.286605172709 lineto
2.64 0 rlineto
50,16 319.16589564618 lineto
2.64 0 rlineto
52.8 315.448098885159 lineto
2.64 0 rlineto
55,44 317.275907923942 lineto
2.64 0 rlineto
58,08 317.74407035026 lineto
2.64 0 rlineto
60,72 315.246166499852 lineto
2.64 0 rlineto
LineTo 63.36 318.401357941159
2.64 0 rlineto
66 312.008552003527 lineto
2.64 0 rlineto
LineTo 68.64 317.001185902145
2.64 0 rlineto
71,28 315.32701771395 lineto
2.64 0 rlineto
73,92 317.821757820367 lineto
2.64 0 rlineto
76,56 309.973547221556 lineto
2.64 0 rlineto
79.2 319.393446189748 lineto
2.64 0 rlineto
81,84 318.401357941159 lineto
2.64 0 rlineto
84,48 316.089935491477 lineto
2.64 0 rlineto
87,12 315.367404157326 lineto
2.64 0 rlineto
89,76 314.472821336125 lineto
2.64 0 rlineto
92.4 315.084149814951 lineto
2.64 0 rlineto
95,04 315.205701661563 lineto
2.64 0 rlineto
97,68 312.686481735793 lineto
2.64 0 rlineto
100,32 313.606795948514 lineto
2.64 0 rlineto
102,96 316.368680835319 lineto
2.64 0 rlineto
105.6 317.040505869108 lineto
2.64 0 rlineto
108,24 313.689793180861 lineto
2.64 0 rlineto
110,88 316.328936057753 lineto
2.64 0 rlineto
113,52 316.368680835319 lineto
2.64 0 rlineto
116,16 314.185476664047 lineto
2.64 0 rlineto
118.8 311.323192756427 lineto
2.64 0 rlineto
121,44 309.576196327073 lineto
2.64 0 rlineto
124,08 315.890068253945 lineto
2.64 0 rlineto
126,72 310.455794587944 lineto
2.64 0 rlineto
129,36 312.728609326065 lineto
2.64 0 rlineto
132 317.782926148586 lineto
2.64 0 rlineto
134.64 312.221195545339 lineto
2.64 0 rlineto
137,28 312.306050925242 lineto
2.64 0 rlineto
139,92 308.051887330311 lineto
2.64 0 rlineto
142,56 311.795182962045 lineto
2.64 0 rlineto
145.2 309.664714962367 lineto
2.64 0 rlineto
147,84 303.827884275426 lineto
2.64 0 rlineto
150,48 305.693412892479 lineto
2.64 0 rlineto
153,12 301.904991125876 lineto
2.64 0 rlineto
155,76 304.166846652087 lineto
2.64 0 rlineto
158,4 299.869387323951 lineto
2.64 0 rlineto
161,04 295.974479718 lineto
2.64 0 rlineto
163,68 304.982472245708 lineto
2.64 0 rlineto
166,32 314.962361255733 lineto
2.64 0 rlineto
168,96 314.144319436241 lineto
2.64 0 rlineto
171.6 313.064612312404 lineto
2.64 0 rlineto
174,24 316.7647455245 lineto
2.64 0 rlineto
176,88 316.646189270238 lineto
2.64 0 rlineto
179,52 312.178724640213 lineto
2.64 0 rlineto
182,16 310.543077791777 lineto
2.64 0 rlineto
184,8 305.030120556885 lineto
2.64 0 rlineto
187,44 309.92952159116 lineto
2.64 0 rlineto
190,08 305.975541515596 lineto
2.64 0 rlineto
192,72 304.551995862612 lineto
2.64 0 rlineto
195,36 310.105438459321 lineto
2.64 0 rlineto
198 306.256403089729 lineto
2.64 0 rlineto
200,64 305.457329541546 lineto
2.64 0 rlineto
203,28 306.069302260886 lineto
2.64 0 rlineto
205,92 306.442945824295 lineto
2.64 0 rlineto
208,56 302.552547106769 lineto
2.64 0 rlineto
211,2 302.502972466524 lineto
2.64 0 rlineto
213,84 300.691596772879 lineto
2.64 0 rlineto
216.48 302.898473581638 lineto
2.64 0 rlineto
219,12 300.793617032689 lineto
2.64 0 rlineto
221,76 300.12749089045 lineto
2.64 0 rlineto
224,4 295.698615109266 lineto
2.64 0 rlineto
227,04 294.975619711258 lineto
2.64 0 rlineto
229,68 290.991670299872 lineto
2.64 0 rlineto
232,32 295.643295861612 lineto
2.64 0 rlineto
234,96 289.969876409932 lineto
2.64 0 rlineto
237.6 291.170266533752 lineto
2.64 0 rlineto
240,24 292.522818852234 lineto
2.64 0 rlineto
242,88 291.761930411345 lineto
2.64 0 rlineto
245,52 296.686084131113 lineto
2.64 0 rlineto
248,16 293.332014684832 lineto
2.64 0 rlineto
250.8 294.07414961027 lineto
2.64 0 rlineto
253,44 286.288248998643 lineto
2.64 0 rlineto
256,08 278.27622211351 lineto
2.64 0 rlineto
258,72 288.436243759721 lineto
2.64 0 rlineto
261,36 283.394262815084 lineto
2.64 0 rlineto
264 283.796871965643 lineto
2.64 0 rlineto
266,64 288.684166405104 lineto
2.64 0 rlineto
269,28 289.544236616415 lineto
2.64 0 rlineto
271,92 280.571467072119 lineto
2.64 0 rlineto
274,56 276.347245302155 lineto
2.64 0 rlineto
277.2 273.495338973735 lineto
2.64 0 rlineto
279,84 281.410921359263 lineto
2.64 0 rlineto
282,48 283.461544591767 lineto
2.64 0 rlineto
285,12 293.561303320757 lineto
2.64 0 rlineto
287,76 277.393312314094 lineto
2.64 0 rlineto
290,4 284.594396976471 lineto
2.64 0 rlineto
293,04 280.501001255769 lineto
2.64 0 rlineto
295,68 271.165443634899 lineto
2.64 0 rlineto
298,32 285.707092882008 lineto
2.64 0 rlineto
300,96 282.51294820817 lineto
2.64 0 rlineto
303,6 279.218847808608 lineto
2.64 0 rlineto
306,24 265.872544146692 lineto
2.64 0 rlineto
308,88 279.146840425415 lineto
2.64 0 rlineto
311,52 271.001515872902 lineto
2.64 0 rlineto
314,16 272.940846629675 lineto
2.64 0 rlineto
316,8 279.79194144471 lineto
2.64 0 rlineto
319,44 270.672365611016 lineto
2.64 0 rlineto
322,08 259.79607825629 lineto
2.64 0 rlineto
324,72 248.999729715759 lineto
2.64 0 rlineto
327,36 267.888672946223 lineto
2.64 0 rlineto
330 271.328942827095 lineto
2.64 0 rlineto
332,64 267.629356450028 lineto
2.64 0 rlineto
335,28 265.335730503921 lineto
2.64 0 rlineto
337,92 258.205190425428 lineto
2.64 0 rlineto
340,56 274.356871019777 lineto
2.64 0 rlineto
272.861230571316 343.2 lineto
2.64 0 rlineto
345,84 273.020361459705 lineto
2.64 0 rlineto
348,48 258.305815395478 lineto
2.64 0 rlineto
351,12 252.184190973601 lineto
2.64 0 rlineto
353,76 249.811175460794 lineto
2.64 0 rlineto
356.4 263.048042904335 lineto
2.64 0 rlineto
359,04 258.104403287749 lineto
2.64 0 rlineto
361,68 264.884838821885 lineto
2.64 0 rlineto
364,32 271.001515872902 lineto
2.64 0 rlineto
366,96 262.674120083983 lineto
2.64 0 rlineto
369,6 250.384400421749 lineto
2.64 0 rlineto
372,24 262.486316923647 lineto
2.64 0 rlineto
374,88 248.531275050487 lineto
2.64 0 rlineto
377,52 255.740303682629 lineto
2.64 0 rlineto
380,16 252.294976485999 lineto
2.64 0 rlineto
382,8 248.648718099826 lineto
2.64 0 rlineto
385,44 247.224632155132 lineto
2.64 0 rlineto
388,08 248.765941012112 lineto
2.64 0 rlineto
390,72 253.825713176751 lineto
2.64 0 rlineto
393,36 232.998925926541 lineto
2.64 0 rlineto
396 251.065406120894 lineto
2.64 0 rlineto
398,64 243.896680645005 lineto
2.64 0 rlineto
401,28 230.696638751227 lineto
2.64 0 rlineto
403,92 225.141276296795 lineto
2.64 0 rlineto
406,56 219.23196962491 lineto
2.64 0 rlineto
409.2 227.488837912821 lineto
2.64 0 rlineto
411,84 178.278638850547 lineto
2.64 0 rlineto
414,48 254.148909789584 lineto
2.64 0 rlineto
417,12 231.008551644164 lineto
2.64 0 rlineto
419,76 233.149439610251 lineto
2.64 0 rlineto
422,4 219.419491220865 lineto
2.64 0 rlineto
425,04 222.879557575846 lineto
2.64 0 rlineto
427,68 229.433193650946 lineto
2.64 0 rlineto
430,32 240.782091542743 lineto
2.64 0 rlineto
432,96 253.609317094425 lineto
2.64 0 rlineto
435,6 248.765941012112 lineto
2.64 0 rlineto
438,24 244.023148646434 lineto
2.64 0 rlineto
440,88 261.15566235382 lineto
2.64 0 rlineto
443,52 240.915010626561 lineto
2.64 0 rlineto
446,16 239.027932810058 lineto
2.64 0 rlineto
448.8 245.521146144 lineto
2.64 0 rlineto
451,44 250.725830234657 lineto
2.64 0 rlineto
454,08 240.915010626561 lineto
2.64 0 rlineto
456,72 237.504219654548 lineto
2.64 0 rlineto
cerebral vascular accident
NewPath
setLineWidth 1.2
[] 0 setdash
MoveTo 319.780273193774 0
31,68 319.780273193774 lineto
31,68 316.411709192893 lineto
LineTo 63.36 316.411709192893
LineTo 63.36 315.833322879407
95,04 315.833322879407 lineto
95,04 314.394274796158 lineto
126,72 314.394274796158 lineto
126,72 309.372867309451 lineto
158,4 309.372867309451 lineto
158,4 309.826674431188 lineto
190,08 309.826674431188 lineto
190,08 304.579987092835 lineto
221,76 304.579987092835 lineto
221,76 293.974758321838 lineto
253,44 293.974758321838 lineto
253,44 282.994690991647 lineto
285,12 282.994690991647 lineto
285,12 279.062726888331 lineto
316,8 279.062726888331 lineto
316,8 267.989228575504 lineto
348,48 267.989228575504 lineto
348,48 258.456449925297 lineto
380,16 258.456449925297 lineto
380,16 241.157964299358 lineto
411,84 241.157964299358 lineto
411,84 237.818922945728 lineto
443,52 237.818922945728 lineto
443,52 242.596193104516 lineto
459,36 242.596193104516 lineto
cerebral vascular accident
NewPath
setLineWidth 1.5
[] 0 setdash
/ Symbol Findfont [6 0 0 6 0 0] setfont makefont
NewPath
setLineWidth 1.2
[] 0 setdash
MoveTo 445,236 230.422293988214
MoveTo 445,236 230.422293988214
-1.2-3 rmoveto
See (\321)
MoveTo 445,236 230.422293988214
cerebral vascular accident
/ Symbol findfont [5.5 0 0 5.5 0 0] setfont makefont
NewPath
setLineWidth 1.5
[] 0 setdash
grestore
rotation of 90
/ Findfont foie gras [4.7 0 0 4.7 0 0] setfont makefont
-190.79 573-573 (ACQUIRED FROM SPRING) stringwidth pop add 2 - 0 1 FillRectangle 0.01 185.59
-moveto 572 - 189.79
See the (ACQUIRED FROM SPRING)
--206.63 573-573 stringwidth (RUN the GRADIENT that FLOWS) pop add 2 - 0 1 FillRectangle 0.01 201.43
-moveto 572 - 205.63
Show (RUN the GRADIENT that FLOWS)
rotation of-90
/ Findfont foie gras [9 0 0 9 0 0] setfont makefont
424, 8 - 598.5 moveto
(TEMPS \(years\)) CenterString
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
21: 6 - 151.2 of moveto
(\(Mcf/mo\ GAS)) view
76, 6 - moveto 149.2
/ Symbol findfont [8 0 0 8 0 0] setfont makefont
-1.6-4 rmoveto
See (\321)
setLineWidth 0.8
NewPath
76, 6 - moveto 149.2
5 0 rlineto
rlineto 0-4
5 0 rlineto
0 8 rlineto
5 0 rlineto
rlineto 0-4
5 0 rlineto
cerebral vascular accident
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
21: 6 - moveto 163.2
(\(Bbls/mo\ OIL)) show
76, 6 - 161.2 moveto
/ Symbol findfont [8 0 0 8 0 0] setfont makefont
-2.4-2,4 rmoveto
See (\104)
setLineWidth 1.5
[] 0 setdash
NewPath
76, 6 - moveto 163.2
20 0 rlineto
cerebral vascular accident
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
108 - 598.4 moveto
(08 / 29 / 2011) Show
160, 8 - 598.4 moveto
Show (12: 27:03)
213, 6 - 598.4 moveto
(LAPP 1.0.10.81) show
266, 4 - 598.4 moveto
See the)
319.2 - 598.4 moveto
See the)
372 - 598.4 moveto
See the)
477, 6 - 598.4 moveto
() RightString
530, 4 - 598.4 moveto
RightString (03083100440000)
583, 2 - 598.4 moveto
() RightString
636 - 598.4 moveto
(PROD_ENG) RightString
708.8 - 598.4 moveto
(CLASSIC) RightString
741, 6 - 598.4 moveto
RightString (500100)
showPage
grestore
gsave
< < / direction 3 > > setpagedevice
rotation of 90
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
504-54 moveto
See (Page 1)
551. 126 moveto
See the (QUAL)
/ Times-Roman Findfont [9 0 0 9 0 0] setfont makefont
108 - 53.1 moveto
See the)
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
0 setgray
108. 55 moveto
(Well: CEAA 1-19) show
108. 65 moveto
(DB_ID: 500100) show
108. 75 moveto
(DBS: RAM.) OPZCHDB \ (\)) show
108. 95 moveto
See the (titles)
/ Times-Roman Findfont [9 0 0 9 0 0] setfont makefont
108 - 105.1 moveto
See the (CEAA 1-19)
108 - 114.2 moveto
See the (AETNA \(BARTON R\))
108 - 123.3 moveto
Show (ARKANSAS, LOGAN)
108 - 132.4 moveto
See the (ARKOMA - POWERED)
108 - 141.5 moveto
(PDP \(BASE\) 19 8N 26W) show
108 - 150.6 moveto
See the)
108 - 159.7 moveto
See the (DB # 500100 ACCT # 100102)
108 - 168.8 moveto
(OPERATOR: XTO ENERGY ENG: VJG) show
108 - 177.9 moveto
(OIL_PRI: 75.88 GAS_PRI: NGL_PRI 3.51 show :))
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
108 - 197.9 moveto
Show (various)
/ Times-Roman Findfont [9 0 0 9 0 0] setfont makefont
MoveTo-108 208
See the (WELL)
212. 208 moveto
RightString (0)
264. 208 moveto
(1) RightString
576. 208 moveto
(From RightString)
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
108-228 moveto
Show (production)
/ Times-Roman Findfont [9 0 0 9 0 0] setfont makefont
108 - 238.1 moveto
Show (BEGINNING)
108 - 247.2 moveto
See the (GAS)
212 - 238.1 moveto
(01/2011) RightString
212 - 247.2 moveto
RightString (400)
264 - 247.2 moveto
(NL) RightString
316 - 247.2 moveto
(M/M) RightString
368 - 247.2 moveto
(X) RightString
420 - 247.2 moveto
(YEARS) RightString
472 - 247.2 moveto
(EXP) RightString
524 - 247.2 moveto
(10) RightString
576 - 238.1 moveto
(From RightString)
576 - 247.2 moveto
(From RightString)
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
108 - 267.2 moveto
See the (price)
/ Times-Roman Findfont [9 0 0 9 0 0] setfont makefont
108 - 277.3 moveto
See the (PRI-OIL)
108 - 286.4 moveto
See the (PRI/GAS)
212 - 277.3 moveto
(@M.PRIOIL) RightString
212 - 286.4 moveto
(@M.PRIGAS) RightString
576 - 277.3 moveto
(From RightString)
576 - 286.4 moveto
(From RightString)
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
108 - 306.4 moveto
See the (charge)
/ Times-Roman Findfont [9 0 0 9 0 0] setfont makefont
108 - 316.5 moveto
See the (W/OPC)
108 - 325.6 moveto
See the (W/OPC)
108 - 334.7 moveto
See the (ATX)
108 - 343.8 moveto
See the (STX/OIL)
108 - 352.9 moveto
See the (STX/GAS)
212 - 316.5 moveto
RightString (556)
212 - 325.6 moveto
RightString (813)
212 - 334.7 moveto
(. 474) RightString
212 - 343.8 moveto
(5.00) RightString
212 - 352.9 moveto
(1.25) RightString
264 - 334.7 moveto
(. 474) RightString
264 - 343.8 moveto
(5.00) RightString
264 - 352.9 moveto
(1.25) RightString
316 - 334.7 moveto
(%) RightString
316 - 343.8 moveto
(%) RightString
316 - 352.9 moveto
(%) RightString
576 - 316.5 moveto
(From RightString)
576 - 325.6 moveto
(From RightString)
576 - 334.7 moveto
(From RightString)
576 - 343.8 moveto
(From RightString)
576 - 352.9 moveto
(From RightString)
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
108 - 372.9 moveto
Show (property)
/ Times-Roman Findfont [9 0 0 9 0 0] setfont makefont
108-383 moveto
See the (NET)
212-383 moveto
(100.00000) RightString
264-383 moveto
(85.87514) RightString
316-383 moveto
(85.87514) RightString
368-383 moveto
(%) RightString
576-383 moveto
(From RightString)
/ Findfont foie gras [10 0 0 10 0 0] setfont makefont
108-403 moveto
See the (investment)
108-424 moveto
(Recoveries) show
/ Times-Roman Findfont [6 0 0 6 0 0] setfont makefont
109, 5 - moveto 577.8
See the)
226, 5 - moveto 577.8
See the)
460, 5 - 577.8 moveto
() RightString
577, 5 - 577.8 moveto
(CEAA 1-19) RightString
109, 5 - moveto 584.8
(08 / 29 / 2011) Show
168 - 584.8 moveto
Show (12: 27:03)
226, 5 - moveto 584.8
(LAPP 1.0.10.81) show
285 - 584.8 moveto
See (03083100440000)
402 - 584.8 moveto
(PROD_ENG) RightString
460, 5 - 584.8 moveto
(ARKSPLI00001) RightString
519 - 584.8 moveto
(CLASSIC) RightString
577, 5 - 584.8 moveto
RightString (500100)
showPage
grestore

% XTO. Reporting.PostScript.PsIncludes.PsFooter
Claire

I really thought the last setpagedevice in the file that is located on page 2.

setpagedevice and duplex how are dependent on the device and your file printed on my printer duplex.

I suggest you start with the duplex working simple code and add add for example parts of your file in

all procedures and page 1 of your file except the setpagedevice and keep setpagedevice

and page 2, the simple two-sided file. If it is still simplex cut a piece of page 1. If it is

duplex then the problem is page 2.

Tags: Adobe PostScript

Similar Questions

  • JavaScript does not work in the published file

    Hello

    I am using the javascript in the captivate 5.5 for generating variable text in the text box. It works when I press the F12 key, but it does not work in the publication file.

    I called the function in the button and I wrote the script in the slide.

    Please let us know how to do this...

    Thank you

    Sirot BC

    Could you explain more detail? View code Javascript, and what you mean by "generate the variable text in the text box?

    You want to display the content of a user variable in a text caption? Or you want to change this variable first and then display it?

    Lilybiri

  • EPICS PV does not work in the exe file

    Hi all. I'm using LabVIEW 2011. I tried a simple application to post a TICKET to a server of EPICS. Everything works fine when I start the application inside LabVIEW. The problem occurs when I build an exe. When the exe is running that I can see the shared variable update in System Manager OR distributed, but the PV VAL field continues to show no known value. If I click on the button inside EXE, run the application inside LabVIEW, stop the application in LabVIEW a press the button run in EXE, then PV guard normally implemented to date.

    VI application:

    Project organization:

    The EPICS server configuration:

    Build configuration Variable in common:

    Result EXE running (shared variable values update, but no EPICS PV):

    Strategic outcome running inside LabVIEW (Ok):

    Marciodo,

    I think that the suggestions of Abel are very good. Based on your description, it seems that your library is not deployed when you run in exe despite the fact that you have checked it in the build specification.

    I could also try to select "Undeploy shared variable libraries at the exit of the application" and see what happens.

    If this does not work then I would implement a deployment of library stripped. Which is also covered in the KB Abel shared earlier.

    Just curious, you are everything (exe and vi) tests on the same computer? Is LabVIEW project open while you run your exe? I don't think that it matters but curious to see if it has an impact on your problem.

    Also put a wait function in your while loop so you don't cross your CPU.

    Miro_T

  • V11.0.12 XI and IE11 Acrobat. Hyperlink inside the PDF does not work when the PDF file is opened with any browser.

    V11.0.12 XI and IE11 Acrobat. Hyperlink inside PDF is a blue rectangle and links to another PDF. When PDF is opened in Acrobat, the link works. When opened in any browser (IE, Firefox, Chrome) the link does not work. How can I get the link to work in browsers?

    I think it is a bug. I uninstalled Acrobat and reinstalled Acrobat v11.0.0. I tried the link and it works properly. Then, I installed each both updated and tested the hyperlink. Update 1-10, that the link works. However, when the 11.0.11 update is installed, the "Go to a page in another document" hyperlink stops working in browsers. V11.0.12 installation does not solve the problem. If I uninstall Acrobat and install v11.0.0 with updated v11.0.10, everything works fine.

  • Suspension does not work with the exFAT file system

    I'm under Windows 7 Enterprise 64 and WMware Workstation 7.1.2 build 301548 on a host of 4 GB RAM machine.

    I created a virtual computer running Windows XP Professional SP3 with a virtual disk of 60 GB preallocated and cut into pieces of 2GB. RAM for this virtual machine is 2304 MB.

    All this virtual machine files are stored in a partition exFAT about 84 GB leaving 24 GB free.

    Everything works very well and fine, but I can't suspend the VM. When I try to do, I get the following error message:

    Cannot open the file 'C:\ProgramData\VMware\dndlogs\dndlog.conf': the system cannot find the specified file.

    Failed to save the State of the virtual machine. The State of this virtual machine may be registered only on a file system that supports more than 2,383 GB files.

    The underlying file system only supports files up to 2 GB.

    Do not suspend the VM.

    As exFAT supports files of size up to 16 exabytes (8 billion more than 2 GB!), for me this error sounds like VMware Workstation does not support exFAT partitions.

    In any case you know any workaround solution to suspend my virtual machine? Is really not exFAT support?

    Any help really appreciated!

    Kind regards.

    the dndlog.conf message is annoying but completely harmless.

    exFat is not completely compatible - you must disable overzealous checking file system with the line that Woody already mentioned.

    That usually works.

    If it is necessary, you can also set the directory - suspended like this

    suspend. Directory = "h:\suspend".

    _________________________

    VMX-settings- WS FAQ -[MOAcd | http://sanbarrow.com/moa241.html]- VMDK-manual

  • Exec System does not work in the executable file

    Once again I have to do something stupid!

    I use the Exec System to start/stop services. It works fine on my development machine, but on a stand-alone pc only Runtime installed with a license, he simply could not start/stop services!

    I did some research and found it we configure the executable file or an alternative is to use .net to achieve this goal. I couldn't stick with Exec System to achieve this?

    Thank you very much

    Waris K

    Sounds to me like a permission error - you are running as an administrator on the development computer, but as a less privileged user on the other computer? Exec system returns an error (try adding a simple error handler)?

  • MSDASQL does not work with the TNSNAMES file. ORA (SERVER = SHARED)

    Hello

    I use XE 11g on Windows 7 platform.  I also have Microsoft Office 2013.

    I have a macro in Excel that is running on a regular basis to load a small amount of data in Oracle tables.  It has worked well for years.

    Recently, another reason, I had to update the TNSNAMES file. ORA on the client and the server.  I had to change the (SERVER = DEDICATED) affecting (SERVER = SHARED).

    As I made this change, the macro no longer works.  If I change the TNSNAMES file. ORA back to DEDICATED on the client, all is well again, but my other new features fail.

    I get the following Microsoft VBA error when I open the client connection:

    [Oracle] [ODBC] [Ora] ORA-12520: TNS Listener could not find a Manager is available for the requested server type.

    I write the issue here since the TNSNAMES file. ORA definition seems to be the critical difference.

    Thanks for looking at this.

    Phil

    Hi Jari,

    Thanks for having me on the right track.  I solved it in other words.  I added a new section (XE_MSOFFICE) for the TNSNAMES file. ORA file on my client.  I then used the Microsoft ODBC Data Source Administrator tool on the USER DSN tab, I've reconfigured the TNS Service for XE_MSOFFICE name field.  I tested all functions and all work perfectly now.

    XE =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = server_address)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = SHARED)

    (SERVICE_NAME = XE)

    )

    )

    XE_MSOFFICE =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = server_address)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = XE)

    )

    )

    EXTPROC_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))

    )

    (CONNECT_DATA =

    (SID = PLSExtProc)

    (PRESENTATION = RO)

    )

    )

    ORACLR_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))

    )

    (CONNECT_DATA =

    (SID = CLRExtProc)

    (PRESENTATION = RO)

    )

    )

  • Hyperlink does not work in the html file.

    Hello world

    I put a few hyperlinks in an indesign file. After I export the file to an interactive PDF and SWF (include html) respectively, I noticed that these links are functional in the interactive PDF, but not in the html file.  I have it in the html file, because I want the page turn (rollover) effect, which can be achieved only in the swf or html file. Is anyone know how hyperlinks work in html file?

    Thank you very much!!!

    Simon

    Upload your files on server and they work perfectly. Flash Player local storage settings cause that...

  • Full text search does not work in the CHM file

    Hello, everyone.

    I use Robohelp for Word X5.0.1 and Office 2003 to create my CHM file. Full text search worked perfectly, but my boss has spent a day in my workstation installation tips and apparently it has changed some configurations, since then, the search finds nothing, he always comes up with "no topics found" even though I am looking for key words that are in at least one subject.

    I don't know if it's just a coincidence, or it y ' has a link, but also from the day, I do not hide you get hot spots to hide in the text of words. Thus, for example, an access point which appeared in Word as {bmc button.bmp}, now appears in the form: {bmc button.bmp} Topic_Name. I know in a normal project, we use the show/hide ¶ button in Word, but now, even when he's hiding from the brands of format, it still shows the name of subjects, rather than hide them as well.

    I would appreciate your comments in one of these problems, even if they are not related. Topic being displayed names are just annoying, but if there is not connection, the most important is the full-text search to work.

    Thanks in advance.
    Paulo.

    Just to register that I solved the problem.

    I tried to reinstall HR, but that did not work. I was about to give up when I noticed that an error was to come when I compiled the project: the infamous "HHC6003: the file itircl.dll has not been saved correctly. I found out that only fix you this problem by saving another dll: itcc.dll

    Once you solve this problem, the compilation is perfect and full-text search works properly again.

    Thanks for the interest.
    Paulo.

  • the .swf and .html files does not work while the .fla file works great

    Hi I'm new to actionscript, and I have a question. The fla file works perfectly and runs the timer function and reads the xml file to create an RSS feed, but when I publish and choose HTML wrapper and then choose 14 Flash swf and html file load the photos and the text field but isn't something else please help.

    Thanks in advance.

    import flash.net.URLLoader;

    import flash.net.URLRequest;

    import flash.events.Event;

    import flash.text.TextField;

    import flash.text. *;

    import flash.utils.Timer;

    import flash.events.TimerEvent;

    var RSSLoader:URLLoader = new URLLoader();

    var RSSURL:URLRequest = new URLRequest ("http://sports.yahoo.com/soccer//rss.xml");

    RSSLoader.addEventListener (Event.COMPLETE, RSSLoaded);

    RSSLoader.load (RSSURL);

    var RSSXML:XML = new XML();

    RSSXML.ignoreWhitespace = true;

    var title: TextField;

    var desc:TextField;

    var allText:TextField;

    title = new TextField();

    allText = new TextField();

    var i: int;

    function RSSLoaded(e:Event):void {}

    trace ("xml load file here");

    RSSXML = XML (RSSLoader.data);

    for {(var selectedItems:String in RSSXML.channel.item)

    title. Text = (RSSXML.channel.item [selectedItems] .title + "/");

    title.wordWrap = true;

    tfLog.text += title.text;

    tfLog.wordWrap = true;

    trace (title. (Text);

    }

    }

    var t:Timer = new Timer (200);

    t.addEventListener)

    TimerEvent.TIMER,

    function(EV:TimerEvent): void

    {

    tfLog.text tfLog.text.substr = (1) + tfLog.text.charAt (0);

    }

    );

    t.Start ();

    var picTimer:Timer = new Timer (2000);

    picTimer.start ();

    picTimer.addEventListener (TimerEvent.TIMER, timehandler);

    function timehandler(event:TimerEvent):void {}

    setChildIndex (getChildAt (7), 0);

    }

    A way around that is to have a PHP file on your server that reads the XML feed and your swf reads the data from the PHP file rather than directly from the external domain.

  • The research of the embedded index does not work for the PDF file opened with Adobe Reader in a browser

    Due to the way in which we use our Document management system, if we want to search through multiple or large files stored in our DMS PDF we merge PDF together and create an embedded index. This works perfectly well, when you open the PDF file in Adobe Reader standalone. Enter a particular term can bring 100 hits (very quickly) in the Adobe Reader search results pane.

    However, if we launch the PDF with Adobe Reader in Internet Explorer (any version), enter a term to search (contained in document) only get one result, that of the file name of the document itself.

    Unfortunately most of our users will access our DMS documents with internal links.

    Any ideas greatly appreciated.

    K

    It is a problem with Reader 8. You must use that...

    Using Reader 9. It will work well with it.

    -Arnav Agarwal

  • sw_lic_full_installer/s does not work for the latest version 11.5

    The old version acknowledged the /s command, but this new version does not work.  The msi file does not have the complete installation. (it does not install the firefox plugin and some other stuff.)

    Does anyone know the installation in silent mode for the file sw_lic_full_installer.exe.  You must click close and its judgment install my fully automated.  Please can someone help.

    Download the MSI file is a different version (sw_lic_full_installer.msi) the version 11 and 11.5.  So I wouldn't rather install msiexec /i sw_lic_full_installer.msi /qn because it is not the same (she also do not install firefox plugins).

    Thanks Matt.

    Try to use/s (uppercase).  I had the same problem and that seemed to help me.

  • The new tab (+) does not work, or the file/new tab feature

    The new tab (+) does not work. The function of the file/new tab does no more work. Both had worked correctly until noon today. I haven't added any software, plug-ins or extensions today, I do not have the Ask toolbar. I tried several of the suggestions made on this site, nothing helps.

    This problem may be caused by an extension that does not work in the current version of Firefox.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do not click on the reset button on the start safe mode window or make changes.
  • When a pdf file is open in a tab, automatic scrolling of the cushion does not work in the other tabs, but only for the specific PDF tab.

    The Tablet/mouse scroll function does not work for the other tabs when a PDF file is opened.

    Hi ESNE,.

    Have you checked to see if your PDF is updated? You should take a look at the Base files display PDF in Firefox article. There are lots of good information in there. You should try both of the suggested PDF Add-ons to see if this solves the problem.

    Hope this helps!

  • Download the file and the camera does not work in the job profile

    Do we need special permissions an app to work in the profile of work, we developed a webworks app, and when we tested on personal profile, it works very well in all the devices (Q10, Z10 and Q5).

    but the same application does not work on the work profile.

    We gave all the permissions in the configuration file.


    <>ermissions >
    <>Ermit > access_sharedermit >
    <>Ermit > use_cameraermit >
    ermissions >

    Work profile

    (1) it is not able to download the file.

    2 camera) is not running themselves.

    can someone help me in this please.

    concerning

    Mudassir Mir

    Working profile doesn't have access to the shared folder, and there is no camera installed by default application.

    The camera problem, you can work around by deploying a replacement of the camera to work partition. There is one called CloudyPics we offer open source that works: https://github.com/blackberry/Cascades-Community-Samples/tree/master/CloudyPics

Maybe you are looking for