Trends are moving upwards

Hi,

I have tried to use RtTrend in the following widget
construction:
PtWindow → PtContainer → PtDivider → PtPane →
→ PtScrollArea → RtTrend
Everything works well, but I have been surprised at
seeing my trends moving slowly upwards, when they
are stopped (no additional data are added).
Could you help me with this problem? Thanks.

Milan

Hello Milan

Could you send some sample code that illustrates this problem

Thanks
Rodney


Milan Miseje <milanm@nod10.mstep> wrote:

Hi,

I have tried to use RtTrend in the following widget
construction:
PtWindow → PtContainer → PtDivider → PtPane -
→ PtScrollArea → RtTrend
Everything works well, but I have been surprised at
seeing my trends moving slowly upwards, when they
are stopped (no additional data are added).
Could you help me with this problem? Thanks.

Milan

I have the same problem using the RtTrend Widget and want to know if there
is a solution to this problem.. I have implemented an auto scaling algorithm
that attempts to maximise the data displayed in the trend. The result of the
auto scaling is that I set the Rt_ARG_TREND_MIN and Rt_ARG_TREND_MAX
resources. The trend data line moves after I rescale the trend and add a new
data point. The new data point is plotted at a different “level” to the data
that is already displayed which is the same value.

Any ideas.

“Gui Group” <gui@qnx.com> wrote in message news:9m5m7m$826$2@nntp.qnx.com

Hello Milan

Could you send some sample code that illustrates this problem

Thanks
Rodney


Milan Miseje <> milanm@nod10.mstep> > wrote:
Hi,

I have tried to use RtTrend in the following widget
construction:
PtWindow → PtContainer → PtDivider → PtPane -
→ PtScrollArea → RtTrend
Everything works well, but I have been surprised at
seeing my trends moving slowly upwards, when they
are stopped (no additional data are added).
Could you help me with this problem? Thanks.

Milan

Hello Brendon

I never recieved a test app from Milan, so perhaps you would like to send me one?

Thanks
Rodney

Brendon Lilly <brendonl@tritro.com.au> wrote:

I have the same problem using the RtTrend Widget and want to know if there
is a solution to this problem.. I have implemented an auto scaling algorithm
that attempts to maximise the data displayed in the trend. The result of the
auto scaling is that I set the Rt_ARG_TREND_MIN and Rt_ARG_TREND_MAX
resources. The trend data line moves after I rescale the trend and add a new
data point. The new data point is plotted at a different “level” to the data
that is already displayed which is the same value.

Any ideas.

“Gui Group” <> gui@qnx.com> > wrote in message news:9m5m7m$826$> 2@nntp.qnx.com> …

Hello Milan

Could you send some sample code that illustrates this problem

Thanks
Rodney


Milan Miseje <> milanm@nod10.mstep> > wrote:
Hi,

I have tried to use RtTrend in the following widget
construction:
PtWindow → PtContainer → PtDivider → PtPane -
→ PtScrollArea → RtTrend
Everything works well, but I have been surprised at
seeing my trends moving slowly upwards, when they
are stopped (no additional data are added).
Could you help me with this problem? Thanks.

Milan

Hello Rodney (and anyone else who is interested)

I’ve made a test app that shows the moving data problem. The following file
contains all the source and the binaries. We are running a standard install
of QNX 4.25 with a standard sysinit, except that we use message queues. We
use the following command for message queues:

Mqueue -a -d -s 2000 -x 100 &

The binaries are in $/TestApp/Distrib/bin.
Run ‘manager’ while in Photon

Press the Post-Trend Window button to show a window with the trend graph in
it.

Looking at it, there are two problems.

  1. If there is existing data on the trend and the scaling changes, the old
    data moves and the new data point is plotted in the correct position. If
    the graph is clear (passed NULL) and then all the data is passed in, the
    scaling occurs correctly. You can simulate this by pressing the Post-Trend
    Window button, which closes and opens the window again.

  2. If the graph is populated in the Pre-realize, any data that should be in
    the bottom half of the graph is plotted off the top of the graph. (Press the
    Pre-Trend Window button to see this) This is solved by initializing in the
    post-realize function, but does not look as good on the target hardware, as
    we are showing three of these graphs and you can see them redraw on the
    screen.

This application also shows a problem with the phfont file descriptor being
‘lost’. I originally developed this app to show this problem and a crashing
problem (see Photon Crash thread in this newsgroup). I had sent this app to
Brenda, but have not recieved word that anyone found anything or that you
even got it. The Auto Button Press button cycles through the windows, and
will show that the file descriptor pointing to phfont in the task DBTest is
lost and a new one is opened.

Thanks,

Rodney Gullickson (I work with Brendon)

“Gui Group” <gui@qnx.com> wrote in message news:9qem3p$osk$1@nntp.qnx.com

Hello Brendon

I never recieved a test app from Milan, so perhaps you would like to send
me one?

Thanks
Rodney

Brendon Lilly <> brendonl@tritro.com.au> > wrote:
I have the same problem using the RtTrend Widget and want to know if
there
is a solution to this problem.. I have implemented an auto scaling
algorithm
that attempts to maximise the data displayed in the trend. The result of
the
auto scaling is that I set the Rt_ARG_TREND_MIN and Rt_ARG_TREND_MAX
resources. The trend data line moves after I rescale the trend and add a
new
data point. The new data point is plotted at a different “level” to the
data
that is already displayed which is the same value.

Any ideas.

“Gui Group” <> gui@qnx.com> > wrote in message
news:9m5m7m$826$> 2@nntp.qnx.com> …

Hello Milan

Could you send some sample code that illustrates this problem

Thanks
Rodney


Milan Miseje <> milanm@nod10.mstep> > wrote:
Hi,

I have tried to use RtTrend in the following widget
construction:
PtWindow → PtContainer → PtDivider → PtPane -
→ PtScrollArea → RtTrend
Everything works well, but I have been surprised at
seeing my trends moving slowly upwards, when they
are stopped (no additional data are added).
Could you help me with this problem? Thanks.

Milan

Sorry, probably helps if I attach the file!

Rodney Gullickson

“Rodney Gullickson” <rodneyg@tritro.com.au> wrote in message
news:9rb29n$s0u$1@inn.qnx.com

Hello Rodney (and anyone else who is interested)

I’ve made a test app that shows the moving data problem. The following
file
contains all the source and the binaries. We are running a standard
install
of QNX 4.25 with a standard sysinit, except that we use message queues.
We
use the following command for message queues:

Mqueue -a -d -s 2000 -x 100 &

The binaries are in $/TestApp/Distrib/bin.
Run ‘manager’ while in Photon

Press the Post-Trend Window button to show a window with the trend graph
in
it.

Looking at it, there are two problems.

  1. If there is existing data on the trend and the scaling changes, the
    old
    data moves and the new data point is plotted in the correct position. If
    the graph is clear (passed NULL) and then all the data is passed in, the
    scaling occurs correctly. You can simulate this by pressing the
    Post-Trend
    Window button, which closes and opens the window again.

  2. If the graph is populated in the Pre-realize, any data that should be
    in
    the bottom half of the graph is plotted off the top of the graph. (Press
    the
    Pre-Trend Window button to see this) This is solved by initializing in
    the
    post-realize function, but does not look as good on the target hardware,
    as
    we are showing three of these graphs and you can see them redraw on the
    screen.

This application also shows a problem with the phfont file descriptor
being
‘lost’. I originally developed this app to show this problem and a
crashing
problem (see Photon Crash thread in this newsgroup). I had sent this app
to
Brenda, but have not recieved word that anyone found anything or that you
even got it. The Auto Button Press button cycles through the windows, and
will show that the file descriptor pointing to phfont in the task DBTest
is
lost and a new one is opened.

Thanks,

Rodney Gullickson (I work with Brendon)

“Gui Group” <> gui@qnx.com> > wrote in message
news:9qem3p$osk$> 1@nntp.qnx.com> …
Hello Brendon

I never recieved a test app from Milan, so perhaps you would like to
send
me one?

Thanks
Rodney

Brendon Lilly <> brendonl@tritro.com.au> > wrote:
I have the same problem using the RtTrend Widget and want to know if
there
is a solution to this problem.. I have implemented an auto scaling
algorithm
that attempts to maximise the data displayed in the trend. The result
of
the
auto scaling is that I set the Rt_ARG_TREND_MIN and Rt_ARG_TREND_MAX
resources. The trend data line moves after I rescale the trend and add
a
new
data point. The new data point is plotted at a different “level” to
the
data
that is already displayed which is the same value.

Any ideas.

“Gui Group” <> gui@qnx.com> > wrote in message
news:9m5m7m$826$> 2@nntp.qnx.com> …

Hello Milan

Could you send some sample code that illustrates this problem

Thanks
Rodney


Milan Miseje <> milanm@nod10.mstep> > wrote:
Hi,

I have tried to use RtTrend in the following widget
construction:
PtWindow → PtContainer → PtDivider → PtPane -
→ PtScrollArea → RtTrend
Everything works well, but I have been surprised at
seeing my trends moving slowly upwards, when they
are stopped (no additional data are added).
Could you help me with this problem? Thanks.

Milan


\

begin 666 TestApp.tar.gz
M’XL(“$ -V3L"U1E<W1!<' N=&%R.P]VW+;1I9IJ9VS2V][0=TE$J&TL@4
MJ0NU:UJI4")C:U8WDY2=E,NEH$FV1$(P+CH$H]_8+]B/V4_9]^W:A^G]IS3 M#: !@K2L6SR[1,44T.@^W7UN?2[=R-K('?,UW[4<?KW6XT'8]+RUUB[>+=S7 M5:U6M[>W&/Z%*_]7/E2W-[;JV[7MK>H&J];JU1J\WUIXA"L*0L.'H?BN.W/& MGWJ?G]S?R;4VG?YK1M_PO(HU<.Y._WJ]/I7^6_7J%M*_7J]MKV]N;0+]M^OP M9Z$ZI_^#7[5*;7/ORQC*?W[U9.%O?_OGA:\7%M:__I^%6RBA/\"_?WR$D7[U M):#K7Q?FUS3Z?'TI'*L/+'1;"/^4?:PO_/@Y1*?^W7#$_=OV_W7V\=G"O^>+ M/MG_F#O1K3'X)/OX7U_]D83KIOWWHS!TG3= !/?R=D2X*P&=0YC^L<>='Q4J M*J;G?2X!_IA!^E?__8?ILSR^%;7ORB9WG>7"#69Y9O1QB0PC[[:CO"LS.EWL M_T<:!4W0N<4T_V$V#B0MVU<B_+V4%M$2!_ C(@MP=AM:+MR<8UN[Z[>6RSO. MDCCV=K.\@5PJ6C:CT-VENQ.?!\'CTC+7^;%S/!A\_HQGSC(48^[_GI.<F.7= M&%=>*_]1,,L#(PA?NI'?\[EC=8VQ9]]>97[^+(MZ_]'JWV6BN5E^H?Y?X)N/ MZ?\K_X_\_ZWM[;G__P70?RU==!_,_Z^M5S=5_&=K?6NKQJKKU:WUZMS_?Q3Z MK[!?F,LBYC/&6HRS@)EP+YC'0OAUF<.*KY6U$K2=<0$C[4;"MKC/3D8NK!%L MS[4X.Q#]3[?-7*^Y'PAH3J$*;(N-P21T+,.WV(@;T$6 Y=\*Q[0CZ.-Y$%K" MK8Q^R!;9HI\MBQP!Q?EZOG"&6(;=]%S7/A=A<2\GHVS3DS#[W/1B, >N:=B% M0):,OAA[+LC8:$DK]7S &!:52L()2]("+K.3\(VPACP\"]F*+9SS,^$^SHF
M7P5T[SL#%U\8GH"[5:B\9]AVWS#/XS=F’]^PY5+IR0?X!P/CMA@+QP@Y^U/D
M^'S 88TSN?4G=FGX#N"!!OLDTQ7;8;FN98=0’O>L^ME1-PWHR^=AY#LX@[.]
MXZ/>_M%IFRWCBX^ETCQ@>7J?Z,CNQ0F%[T8/J_BL%^TO^;6YL;&/]=KVYO
MUN;Z_S$NBP,(/!VF;5^F9]J[ZQ6=M:
M1_FO@ALPE
]'N+[;8T]9;R0"!O\9[-71SVO
6@-&L(5IA&!Z54I0[:WKX7WP
MKE0ZEG?/2HP]#5C 0N.YF-7WCAHYKD^L_B%'/!,<8<*UZQJ]BBVW=$*, @ MNF*>&PB$A16NV76^PG6FPHB-\A5&S!)C[@2JQB6[S->XS-;H,O'7\5^=3 T* MAS'@@Y _8V)'F*XC!H);JVR\,S:NP$+Z#1^<'<?UQX9=*K6O* H"$#T!9L MN!,Y+ K 8HJ-7845N"-\;)9DW;6US35 S)I'M:!A%]###,!]W[W@LM(5K(=/ MK_%G!)(L]JH5E47!ACE:M@Q9EBMN@IU+T4X2MY![636S!TP',%0"JEVZS_ M!@8ZS+O*__3U?V-]NY[U_\$A7*_/Y?^1_+]#D'L!?IY-O_R&7MGOZ?]]*P9@ MM["SL]-N\T6[]/]*A_T=*Y]ON6.)P?VY[ZFK7N32?Q'NNU[QDESW(%^,SO1$ M(;"W<'B^E%]P9Q+ A>%3&8Y4$[JA[?8-FX9KC@S_R1.C?\:O^)EGA*.W)\W> MR[/#YL_OP 7'A4^8[,(5%K3?LXT@0,8KRQ)TTC$$@<L*P.10V;X0Q.<? #* M5N#^XNV[)*0`?:"L!.#[-W?/VD?-W8-V@XHO*5X08OB@VI#!!VVPBM/%;R2K M%'3 @(8JY&75)_8FPP;(0SR,/&;B>%D(>.0@`]QB_6L6HBXP4ME7\+2IQ3!: M(O!LXYK1[)0A("L?`%EDHJS,CDX/#E;9]PCQC,CUMOINE4H30 >NZ['("86- MH_#9^TB$DV,X"0^A(ZRKAB##(H@1#(1HE"@54$+AN.DU+8M>EMD21H1PD$LP MOO@>0>=KM7;W7">$SKDOJVH%1?4/@-ML69-N)^MT0DJ(8!UU6P1'IH<D('E? M5*N'61Y9B6Z+ZC1]4]: FSAT-/??'MK_`X9Z.1"PW#R@_T?Q'ZBQN;F-/B#% M_ZOS_7^/\E_;GLO_X\A_M[,WE_^Y_$^7_^/? M1?[G\=]'DO_CW;_,Y7\N_U/CO^ ?AP/7'S]8_!?D?SL?_]W>F.__>92KM=_I MLATV3P//Y;]0_A5CW*D/VO^Y?8/]G^O5^D:5]O^MX_H_W__YQ=#_3OM D?Z; MTOZK;4[8@=7Z)I[YW=[8VH;7&YMUH/_Z1NVQ\W_#:/9IP_^K]+_O:[$D_S&6 ML$Q21+L8F>]&(28W9,IN$#DFQ<?AWC1LFUN89U(GCIAP6#CBLB$\XD9&@A1P MV<@=T/N347.7]3F8*9R>+X6CD@==T^><@/OD1#IV]CX2?F4O:[V(IQD8F M![:HY9Z$&X0PX'%E],-B06)LL2@SMEB4!ELLRI?IA>/W$8\X%4JD9%-FB_F$ MV6(^8[:83YDI0)FDV6)QRJP@VPLM39F8""19*14F)'Z!W"J+MLIX: )*&:/. M'-=YFE#(%Z'O,M5?INOPVN-!<;^R:]66ZND-,3_D.?:4IM 01@G\ZX['P)2A MFW +,@H4B=#U=7#OG2MH,&T@`$XF[PAJ9AC!<.KHJ9WD6ZZR8@7-%;679C>G M6E. F+9KGL_"H4V$QX,[J7!+($2J&Y#),WQCS$/N%](*8"05IHP1Y-\,_1GD MDHDRS(#YKCT-6^HTTU0@6('5B%T3*#H`_VH6O31T^]SDXH)+)D*64>3'S*X. M4!XZR@)$>0'%UO=EEK$?F><;1YT8P[C,%FU$L33=_N_`D*@?Q,/(,:$UZYQ6MPH MU$A8'Q<#; ]@6KO 0Y-PB$2%<')@<' !9;!CQ)ITAG@2:DRH&T,-#5C(8JB$ MD4E,R*7*`Y[@`>X3P1J2GJB^\(FZ+&`T\^`5+W/3 37DW"RA!. M58WAYJ%VD8X(A^ F3Z\*1]CRA6TKTB?CO'?\MG_NM3M'W0>28GG*I=@\DU84 M:L?K>*.1"*1R\GS7Y%;DP\J>["-!K@;^S2XX:+D!<X.V%<#JB?8=^.Z8./Z] MI+_JJ5![`+C8\E"C;/K#:$QR@RK'`W(:3.X3)7,6C]\DDYAA\N+,"%YN-C ASX8AJS?A:D>GS<D`W?D[A43]Y@1 M%@/?SW4:YYQ'<>_[V)_$M?YB'B?YOUNCS_5]_:7J_6\"SX^OK& MHY__GL?_[CG^EW!,&A'L9%=R,H1$B(&=V+QI:;9::F.!V<0#KL794N\.;E0, M,!N[D!9;)6E>^!JL+\=Q0]976X?!X:'M\ A.MH2W8A#OX'4XM\@]\ERTC.#& MT&PY\J'T4280XBAFX0AI< D4\LJPKMZQ!$2=4O<$#D\[X#D`M#V-V)HTS# " MD^Z:0,1V4V)]2GQ^*IXX-?0H@X>>-RU\6!!]G!882,*C,=T3!(#MZ@FKO*R# MX\Y%K@/N^XX[#3YV\.KH9P:5`+H3C?NY..;8"$#/(Y=?3N22*M#,Z;-#GQFUO)>@XVU"GW%X_$%CCU]$L"^-%3#PX[J] MYE$O#OJA?-('*V*5<I)@$JAE\:OX: C74"BLQ1+X^$&H3K-@H*7%O7#T4D*C M.);V?GFIU3[IO5QJQ%.+-TZP(!H,Q!4RQ"0\JH'G&KI4:1)HEYL!PLPW/11. M%/)9+:%&84O5*2RGY/U/;<Y!U<\"\(:+X2B<UKSG.L[,YJ]=.YH^^+VH<OC) MQATCG E@[:4_`T;3&=I3F[?XT.Z(7.5:-(LZ"!`4*A("C%8,6@Y$@4VP>F M`7T-P-YP?:DV8@%(Y"_59/&BE$@DJ, +F(]GXHT\W?F68II'M%@?#Y*:IZ#: M@G=L1P6DR@/;-<+E6J6ZRI:65B>*%#]/OE"<.OF">+"X&#EK\DW,-)-OQFLC M'U;UCPV%HU3-@"X5>$ M8&7 #*RM&*H=N9%MH>D9<'O ^!4H3\<`=%Z#[:,. M@A%T(,Z =!+RH.RO*KM88;J2(],1350D(( U+(M;6&]E+2%;.B29(S$20[4@ MEFD@+6W;O0R>I99XK!A[_"I<94HXY$,R%D94TPMZP "KRJ1N<5-@=/3$-DQ. M]JPR^E?9H6&.,-B)U:']:X6VU>0@[(5ARS@^H_R!^1.B@\Z>I7V%^$@(*^?5 M.0YAQD'C##]ZT0%WAN%(<F E^$W.]5,@]%:KS,L-;I65@LF^T^#QGQYU6NR,],' _[$EX MAZ?='@.#VQS)I)*/ISV5QT90$MSL6XR#L4[*@K5_;N[U#G[1.GNYWV6'[>91 M%VZ;/?:ZV=G'PZ5=MM<\.CKNL=TVVS_JMCN]=FN5==J'QZ_;+1B>:MQ6(]U[ MV3QZT6Y]DTQ@;/P*^LKS7>"SL=PF,G8OD,.-1&REC];'1-(EFH!@)+LT81FP M)Q[F@M)E="8T9V,X<N(<4(4 M)9K'".;M.TG@/@>=4)$4.=@'\L(R= ML.91*R'+2;/3/&SWVIUN)<--?2,`K:<1(W&'!3C>R9BEGWZ)"2_TKE/NDO2 MJDE*1WDP3 PH)&6/A!T'U+\::9 M:IX52>,@?*NM6/K[97F0N-!\'@@_"'6V"6!R"0LNEIY\GRJV&9J#LB<@N:R& MNB)9BZ83ZW,(I;%40AD-=1G&TO@^]E=<9R"&:;H[A[AI/'?OF 3UFJ)2PU&L M#>FE-J]*S)_!Q&PU)0FJD1Q'Y$WD%2G4$<D+XB+ 3RT0[C2=!FKIZ. 7Z<MT MFOM'O0S3PTKL"QXD\1Z2/N1/I3"0[0V'JEUGU4P0JHUFN*@#/9,NL0JXC2 T M'"VMN%4"F0P'J<7*@2N'0]_P1D%63F+B/I21KJ7#"S8?@%'$ M,3M:O%F@,74?P)1VR0: 1MRN>QV$H">[+FWY>9"LO^:0_'1ZM-?;/SYBK?;> M`>@%O(=9TJ<)+L"H<RVN1EQ.O0UR-I8;R384$=N4M+52RX.K/3N6^HX)!7?C M]#DNA.!G$P@P2H-H.(2U.%4QZJ,GEFM&:30TX!Q+I#]R@FF-IF5UQ= Q[!/? M-<O+E723@5S"0^,8+`T ,D[ RF2/FB)OG."[5H^F./6%S/U$-Z5R,Q(8> M&1=R6=5F[/ICE>6GS#IY6#'6H&Q5?NEA!3%V$J:C_>ELHOK][Z#1:)WK2P_$ MZ_L7E(LH'4"+6"#(>)]J8Y$R_.-O;>BN::4(+MR#6C4CI#$MY0:3X5FPKVW< M%. +8 $_?BN'`?B5L P6$.)0*^MA="V?D#@Z\A$O1V(;/% F=U%)&#)\+!6A M++*)2=.&%RTC-.B.M@GC`]6&2=#V*KDN!""A5N3'O#W)D+I'INWKF.01;:0Q MN] 0DDT;Z##@[V$P[(K?>&-JQ)B//1: =42I&)"2&HCV\<$IDP?6Z$/+,7
M9.:WFDA;TZ80TM"2/@E=4:(15N0@DF )= 37[B^"S.Z0\51X+XV1,0IMO
M’#Q0N KRP!0ITPDF&]^4ZF3,=H$^M@*P;UU-Q9T9^;CG31'3$F&/@-.6^&F
MME6<I2J’?@3X(@CC]V=&&/KPMPE
&I^.E<M@-[81?1"60&Z’EF%X+FT(^GX=
M'1,V\D\E’JJQ"W?4#),-98+4[9!GYL&UKA$!4L6>%Q?&7*4%&Z2Q%,L2;;
M2=?#"A8;5PKW^#;9SX/X1@5,3$I9’0(S8&4-U’-Z(E<9WWZ0_C5%Z\P></K;
M6K7ZKB%+^ K)QR4Z05&>V0:$'&6QY?.*@I?[V-%]HQ]%RS%?CSN&_-I<&7* M3BTOJ\[DKY**IS4J_2@GI@8I=U:]<,-]C+_YD0=ZKU&\L]KUT).SD0AR.4H: M2% D4,@],R450$GQE*.*]2C,/XP55):I[H4W)2 ZO)%^2(R^":70D,4, ?(
M!F
$#>6\RQ.U9+5E6>E#3 Y-!&)93<>2V_(7MXD11VQY!LVQ15F/NJZR[R4”
MY%[.F9W$X];X-[;LT7LUA(=M-]CCB8"E=$P]D.2[]D$:+&4HVZS&7%4D
MZ(:NFQ3L21V),44I-G)>%9@X3 7,MJ"1-IRDS," =3BI\5&;
?&H,<3O:0FI
M;F0>5@0J%9Z"@?5Y8FG B^,:CX@@06+?[+ VN$:=(FS,G)(2ML^:PT=-/±T
M0W4’BVVL*&+“D4GH7Y/<N D[)&M-5A<6<9[28Q/3N”>%5KSJ?;X22Z07QJM0
M=-PV*_HXH*=
:4SM"N[%AX79XEA%G4DS3C@IQFLJ3@-‘M3F8B(]VQ58!-
ME)8HZN4’5L;U/8M/?:G,[P?.Y5!(123J076:4P]EE1Z2619X1G&$B:4+%:@0
MW>)9;FBHS7);$)DFC& 0X8:.Q/+)R35R#PWJ.2+10:;/J)BEIED&AC@J]A(
MIXWF;.<‘9(ZI3)‘N["40VCY>3:"08T)2=^E\6. J=P’>R6HH\S’4G#?I:4YD
M8F/I+4#OO(D/J807Y>F9SX]&DC*RA$9^0TXN199H,=7HE%S8TVYG79K5
M[IB#YPM%EAC0_V$AI(-KRDZLD.%XAE8A_B\3NOLOL&4C4:AH7!GRHX+RJY"6
MLB!3\V)RH&J<<2XNCZ>4C:GV=7Z14T/3#+ 0H]\8B^8\UNL9C B=OK%:V+,
M5.[B7%5V"?QLMLUP+&T7?RHG]6GVS3"J?$Q)?\ZYE[ITX/$C!<L4T4N679RU
MFP;LE&7O\S$=7^0.!APMFK9JHFU C[>?/Y +GQ6BU/5M3;KI0:I=W(
=:LIO
MODF@1[F@“H-Q&-@?2.0/23^Y;4G/:=+@:‘,L%X^@.FO!1<3 3FN.:2)XPC
MXY&)6@“?#H:4ZOWXC? U,]TXP2/^-**Q:]BS5-T/B%N7W!$09DHT+Q<33FI
M#W[RN:ZA].2OG7I9;&H73T$^AKK!L*#!U&^(OU!WO.1,F>!+W1Z==V:*9
M’!0@5X=&3C/^(4’O1GU$M68NF07C(BIK&6?<$U%8;5GN,4BAZ4D^F4/!:?3<
M4P^$S7Q4YG4C4E48I@QUV+OZH1P&@<L’4U3.$X5=95&Q)”+;-&IN)SEID@
MLN+DEH0@V^C/?UY.@7[0L[K(!5’6.]"2>RZ+:/(XX-B,:YO^->9/$6259Y M&2KO[% -[R)Y?*N-[UT%6^];&21+FQ3CG<'_LO<NX'$5U^'XE2R_U@8;,-0) MKXN100)9WET]+6''>JQM)=8#208[CJ.NM"MIPVIWV8<E!02FLK]Z+9SR]4M_ MS>]?^OVA"6V2]M^F3=(XY('!%$,>+2$T<1/:$D+*.G(:ESC!:=7X?\Z9F7OG MOE8K6?*#[,*5=^?.X\R9,V?.G#ES3BH>M#G,P>,,<J8-U!O"26N !WF[#4R; M.*!MINRJ>MMM=GVXRW">5BH7><!8?CIH!_T2K)JBP0HPG4!8(=F#>PSK^5*I ML9('S$?V3!@VX0U5V71T/TBF4_!O%!HMHY-:-1Z-B6,33,$33)[;IF[<6R39 M*'2V=Y1)OX%BT*[)I@R)Y('0WA#P7=A>P<*)&G-6# BM#X@PQ*DXRM 6X.88 M,3+',%?I,-*PZ6:I=,Q2:B[U@-6X@0P$9;#X9HD!8\W/3%_Z2:[4[%YR)OE0 MA9=XD;I>,]%QNTTS0!>P6)^T,;1FRD8ZZS;M9=^HP1*"N-2FJ3&;T4*NQJ[9 MFLX5&[K4EBYS5E$SH[I.>W1;‘%?6F^#ALDX I",B#I0[ED;;IX66Y3KEO< M6 :NT,N.:4()&_M.4\?MKBM#C^6?)6QEUHW0"!NZ,8X59^:^&@9[S,1W^7UN MU'&(Z2R.-9T@-P^]:=A)5,8[S" K>YFL?"O,7+Y=*.GI\OEZ6MKPK+)A>X^O ML[.]LZO4PF"%_2YI:$A!+>NEC+(W:PN$[Q8.N,XZ6YK5M>@4W!Y)UE:9!EDS M'B:5"EW!P,NQPD1.]Z)BJ8!;9J!U![,L2' '+)JW%P.FN*C'.B")=2PV@3&S MPR".6=1>1NF/FP3;27'R0%6P@3+(.[WH#M\JS%C0OB-R7R0ZK$O2:P.:" ^H M=Y"CS8V%HP/F,3;TC*;K_&U1^#:E(1R.PC8"J*15N]\K7@I'#D/!H2B(1F(W M*WH]S+1!U&N?.,H$.7%EL7:0@F^,%QRSD5E;CW8TI2]N)3-X]G;’“G?9ZH3
MGP]]>*ZZ<L>7%(<:/KOA$EUAUC4U(SZ(9-%Q8WZ;1P>3N8Z@Y6UK’;SU’Z.
M6N9G$S$N[4S),“HTTEE4$SGS[KU<]'”&;:confused:A(P0-8>OI_M:>W:VK.EH;MA
M>ZF)TW$NX%?[4DCQQ<=9D1OTHHQRN33$M.8BHXVA)I&H!2D2IAXTAF=I$XR
M2?,6#:&F0A(U&ZO6I/,Y’R^"6>
<Y3I0\ZI9LO&]H//L]E@PDK Y9N9&$)J’
M-5E-B7I%ICIC=3 C9
T"VMW%X[
”*ILM24,X$34T9;0=T53/AJ4$]TVA)#<@
MH;82!KV7G;)RRHRC7E$;L81N3![;H"7S0X@%W.$;,8(")!?D3@"S,X2>SV
M[K$X’
(3#X:%BU64T’#1S6QTVN]CHK$M[^> 8\0@84PXR->"X$A?,!@(!N2S
M3<$3$S(S:S[)>5OJ;J)><:1#>?:H&[B/7/(+>1+RFJK80RH*\EHE"Q)ULPQ ME^C:U84<XNZ>MH967\]V7]O6[FUF1J&M:!SA49B.]H=9\CK.5GC,:\%JF=K> MT]E\;R?;XCB?!AAIT<3-1PD.=D*'(VAL>R,E])B/".:.J1,2#*-FA)8Q^:R' MH/,QC.T=OC:'\=-/==@1!+]E*(EK.&/A730U()GUH^F\OQ?0G: 3ZM%AS1BG M]>Z>3E]#<^..+3W-NX!^6IIHJ1MFK)I.ETB"]I-*-1Q,))@N"=_VIO#82A.N M6&UM[6T]C=O;FSXN/1KKB^U(S’-.K\7F"W,B5Z\6LL(@)7OZ&QI[VEL;?K
M(7(%LLF7&[?'O=$H&7L
S0” C?(^>7T"$5^&;+NEBV[>AJVW]NPJXL9F"1,
M%^M’!=\C,‘M1?H$XWYLAO :DNPG$(9A?RA)]H6JJ@N1_6’_"K!;5#[(,<0 M0]"#IOX^:(%2FUOZP5PBF[C-@H]--R4E:B%;U%[TA)K@.Q5Q/+?1]GAN[N8> M42(DKA HI0VNQJZNSN=Q
B(48*2IYQ9#0=]0JBX)<ER=V4S093$G79R2RG M-W9),\Y?<3,-/.'E+L-8MI)2R9XX(=LX,^^G*GEFC N:YZ8UK.RZA+^?25OH M^#89]T>2EB-BOE:3*PLVC83$,!1+CD*^$GW19T3&Z1*2_8& ,4.9.+*VF.N9 MSD7YK4)V+5$^(&8$Z)X9_3%-T0RH4!\$),D+*]<#AK!TEZ];ID@#3>J64ISB M,!$CK]@1:9<VE+KGD"A%_<1HI1+*I;&SL8$OH31T2! <5&/7[^@N\3"MH:N
M@I )/2- 3[EGA-]=E$D@B\AKE ]–&<Q-2
+(N[RX>/%Y1L$KH2;CS/>,C
M0,Q$FWK’#+2SDZV.8A)J@EP)><'(UT"Z-GV
.3<T=G>-#>T;&^Y<DE:V."&
MTB\DB$O-G,:DSIVQ’0TBTB CR[+Q3(QH)))32WJ:?8T[M@KJX=0F##Y8569X
MT3;"U]C0O
7.<+ ^HQ,-FPF8Y13#O$X8;HVHS<%$7SP4PVND@6B0K;7:E33M
MV#G;CD+LYR1.-,-(!,>MS2T6#1%IL,<31AP.V.KEV7"&X;U XNQY.2)XP;
MD%%NW(X3#HG2,#‘L$7MQ\3HFYS0S-CR82@S2U38N4?(S3;K%K!VQ7.K^UK]
M]P61@^#T]O98V7XG]4UU3#QC_R5-3797W_WDA/K>Z;L4XW%J4:C’.0-:N
M6UTN8-K=6]H[6S>*%$=VQH:VSNZNS:Z7+=N;]ZRO6$KAH]:M[>X1&0M5==5 MQ=5U0_UJ<0DQ?T@(0QNP9\$OL<%X4OL:'-&^THF_^$&BILJSP]0*QGL24)UH MO-1U:Y?>=GLP%(XG6:NMZKI[F\K6?316:8+I_&"!UIUAD4 94-=57AP@7/=@ M2'> H;Q\?3E&;&=NN_ 7_8\'+C"&^IM ,&;(YN^]E^(\NESMC>_'SOA[T8JU M/*I^R,7B#D0U3_3P501'B,H7Y:/<Z6.4QWZ)JL(G6E1UN9HZ.K:TH,>.C=Q- M/CJ'U.O$'Z)6_"[5BS\U=Y)Z7!FM=OCN<L'&O0Y[!6C!'I2JC(NY7-0YWI<Z M5?_5U^?2>E8G002CU'AO2QM(+AV 5ZG/=49@H9WN;;Y./:N.DSI#3XI+6GUM M._1\!HS5F3L*HZIY7> %!%;K)"P4EW3NQ.,BED/@NT["3G%)5W=#9S?/H8]$ MG8PWR 6 -75W;N?Y&-8@DT CP-/9_O[M+8VEZYOQ7 3 ]+N6+BTNV=Z,+SGU MEV;-KZZ+\N$$F8N(Z$*D+BA-^(%#,P.2H WL4%
;V\H$A#OBDL:&EO;FP$
M’&“$31!3J>I:.H 3(J:6Z]3>HM.U1.(N5U\XZ(4N9;&A]1U>H=@(P[RD%D
M@+]#A@1CR :\IL.%.5:VA?3H6A!GW/;MS>VM)6^2QPGY[K^2_0\Q_YRHJ
MW=7<_W=%C;?C?Y_JROS;\N]A?S!S+8W0!#"L7G>/:^<(DQ0NW&-:3W^?
M%O>)?#&@PHN\N[“ZR[E?”::]#]MYY9RA.]OLP;3FQIVM.>(6%W?L@+=XF#4[
ME+6XG%WC[T7/G>1?=IY";AG\YFJ.:>U]SEI=P#IX=;5WI&H?CLDN)))#9
/Y
M=TZ!]Y1Y="8RMY<(4&M$LC,-N,MR#FT2<.>:])S-[]S3P$EI%C/FFLB-QY
MQE/HP5
;MX;@4#QB%ODSDM+KZN1?S @$1!)CN
,281>B66I$4A3N)<Q=@J!5
MOV!;PB,6L,PD6FK"4 TGM[7K-;Z>3’%)#3L9;X5D[H)SQ;=I3E[D] OBFE6
M/#‘T]24\0D$:"[,(%!Y-<:\J4CC&A%,01E+8&Y&KP6,PKV&S$Z<.0Q97PK’

MU%%VIMG+++L9RCK%2_VBM[B6%O</:X-”!WC-D() R,=VQN;$.;'6),BUJ-<!
MGAH>S=:VY,) F+U)&,‘U;6^0’2+2UZX@BUDS3V/=$0_J$9T<<H0%;_H;%@ M'-T5X3U]?20CP6&!$N[^,(<1-;1:(H<H&A[@&"M33<D(4S ^$^NJ7.VKJ"[6 M5DL[,D1TF/9Q/8K(NBZ 4#[(UM4#,:Z+B(+F[G"R+3C,9ZWC21;=5H"5
M54<G5M&1;(@/]
#[S8’&5!)DHO!E61DZQ5"D>YP"L9M,#0P&,9[1]QPVNA
MSC&=+:^VPKVGWNFT+AGGUM2#T;"H@9DU(9,!'M3QHY]X>8QSN1C=U<]Q-W M,!RL\2,.GHV+2\@"[PN.QOS:<;#:T'AO#\O$,-C<B/8)&CFH#C>(-2,GR*^C MDRY[6(;P-D.$/I;/O$)ZC(;!)L5- K6-
?0F8/]V0/HM0!HBSSO1<%>Q:S,
MJH?)%%RSY>^+^Q.#W-<$DCN]342E&[QLJF>Q4B8C’LZL9,="=XI=K$T@KX5
M
EF5QJ1:J4EC’DZHLLHM 2PWXTM6X67TH1FJ&S%EA.,-]HGO.>“R-\WGG!
M;8P,G,D;&K.”;-T8=TFE$.2G+65&.R-^)06=O[:H@XW^IK\W4V;)?:8<XN MVP2N#,U:A!T3>OK"T02[WV.4EQ*ZPP<G"V?AGK8I4Z[1#'.'@MU;;HNDV] M(A76XRP^AAAPY!8U'##,'M6QZKU-6*BD5#\]LNEK% 0,W"^(.TV:7V:.<&Y2 M:8.#=E92QX%3CPT9Y[;'IJJS]'@XR&S3_!'&ATP,R&Y8;0BU/EL!H&(A9JC$ M#G,MPU9+56*A!F<M>'N3?!,S@=4N6N/TO0'D: *OP<6))J62.U-:4M>1K(4N M9-!R8# ZK%FI"&ZDDX-@RCI7-H^ES,G+201FL=+E89JO2V!<&HTFDK,01_W] M=(%^UM*HH55[<53:=EC&8I//Q JQD+0Y!K+8!AL-Z89B/D<9J7.N+Q5T(5 M=&U@/=HFUD,G]<R<FUW7*$E%A+VP<41@*1!L3'<5Q5D<WGPVLKA2YR%C[&.F MURURVQ#P8::[/S0]D?T.1>/RKJPI'/3'Y<UA<Q#DY.BHB0W"PD:D5$K;Y! L MUWV#H7 @SMBT9H;'"S.R*]%ISL[;H?E*W'E;G#'YWL'@C"PC:(18$%<8;MZS MK%9 NN#!<V/WN:S/=8>Z/7AP)$0^\#4<R\S9,!OUO97,BVVSS-/TD"^%:[.$ M_4X8(F;C#)%-K($Z>:PA<Y@E0S VNON>,,7>%M-/T([=TL\HU2$(<1WW3:MY M=Z%]*1ZGBSOV^#N10N_A"<W?"'<:8"[+/<-H9;6[]J*\O)V%NOPA8UWV$]IP MV][LC(8%"W%P42-Q9@PVK...>9(:-<E'P8 L+8I-@5&0)%]U? \4L:DUE)1D M? <Y4W(7XKC.6SIMZJVAF_6&;4S$Q"QG;M6&@&V2RWS11DM"-S&[T_X9AP
MXL9['DGI%C?3O@EC0$/USDZ?.
[ZN
%>SD7PLXU?I ,&^"?2P!BV^EGSD
MD
N9<@=9)^UNZ4MZ&);)I(?AQJ &Q8M9VM.<L699I’)=GG17+)9I"2(%ZYJA
M4[Z1OF LB5..V9WUG!&@!95KLM&@Z2#;IS_097\P3&KJ<84,5-%! +H"P MH>-PF!HU>UW"4WX>R[)[BCYFE6\K2.\13%[G7@P$4W%^PR.-3J2T"T8_9+;
M],%W[T’M9$]#Y]8>EC&E]\RJ7K9XE"R$C3Z[3##6YWS1.4>K59(#4,DP#(
MVJ8FO$##G?QMHF1(9^KEDBJ7T.,IT^>/Q?6$R=!>M&>Z-FBD#:OH8X/5K XV
MLKG8L’6R09?6UC=25$B8W$CYV:WM<W,1(MF+CLW]41P37<21AB8BX#XFH8OQ
M_KZ^:#S 54XDQL;PAR+A<1,]9T6;^VT1!?(YZTC<QXU$JUW&IH^T'5I@SHO M-$'TVTY*(Y["KA%I*PXW6,9]FQ9[0^A(A2J11S8@=1/;L?Q’$#WF"LHCM8^
MT:#3F4]#K"72’\5$/WU#/M7$6Q9O^GKQFRKD/MMCHGJ’8Q9^6X[9E;#(#4DY
MT 2;CKJ"?“- Q+=EK%EY3R;D<E3$A#3]@2%H14QS/,3W6,BW6-?6;>):9EC1
M&AH[>SHZ?7AK='O+!WV<E\G,U’1D)J%,/QJKMP”&F@DGR
)I!$T[=S ;[V MKNZL!JU
%:PD’"8FP4*H,)'-3$M’G. K:F]^7R1ICFI)E]ZS <;;V1X<-1(
M):3PH(T=HZ%RH='6
%’+Y1/6N A#ZBY?]RWSX&9&GV"E@KY!F!Y44]P]%(-H
M3:F[1]/?!‘FL"\9UHSU],.^R7V.H
MWCW:&B4/?I;,EJS;E.TZNX0M.3QN$O5]=HOMUMV@]47C9,Q-8!N&J&$^M%@
M/JYMG-L]"Z-:#WHGLDQWR8M’P_]D\M^RZ/!:DN3A746PRU!,]@G>-W1HT]
M1M8R’(W?IZ+=S[ ‘B"=@SQW->36V]"WH8%W#WV’H-&\A;HV)0C>>OHRY&
M+0MQM+_(:Y!#J,-’/>6$0BH)1[W6FJ+F"2;*)!?0+D2/_&$9R._@7KFX[^ M13X[^M> UHC=%@$6T5WOY%W:BN$TIW06K9>Z4UM49&$RIZ+K#.N1[1K@5,^% M%#.V!I,"BET-(Z$$P+#=WQL,RW>'$P;_HV2-.)(4O$%W)$HJ%NXJAHJ&L2+= M#X@FC0W2>2D,+&%3%.=(!3:0;]DB(EJLC5KRSW]:\H<AZKT@BJGC/WPC\P7
MACF;GC6&.63GAV$A]-5?Y(A7^<]L[#^U#BSB
^5+?Y’C===I<7_J/9X,?Z’
MM:;M_^\S.-R,&2+O$()=I'([91.$XW^ :6J0+1YM(^U@9\Q[L8MX#6LQ' M8(KFQGLUWY_9(U/(.0VA*>07=76&GSD&IPCT2F[ESB="A9.EBK-;2.XH0SN> M\D=&^5U)HV-(6U>0\^O\\>+'Q3".[+P&QB#'?=PM/-)!1/(8\U')X+U$B@-6 M:O:0R[JC1=20O-C*4:+SL37.+[:&B2K.-[@&G0$'$Y';F7-\=E?KLG?Y;$;2 M#'T^7SB$S,P#,RW(V'?)![.?*= BS+-ROT.!/]^:9V839^73-K"F9<G3.
MK.6G)![:@<+!]W&5)85Q(!RP$-,A;Q4&Z><#3*9X!H -)D+LX%H:BS[A
MKEZJ4NB6Y(N’3A[L38$T;)Q9.?J^SQ
"QGJQE"CX4X,86^D^/!&A6’>H77>
MH77>H?5,'%J;^&#>H_6[TZ,U5:=[L]9A8A)4#H226"W)U +AZM_3J=:NX%
M&9$%+&ZK==M3RF#GLEHW;=+W%‘S%Y A-2AXQC8YUY< OI=F%0=Y5"(6L 4$
M;NIE- 4B6NF,)=L#L:2@P:39_2"`3+_4"A [^BX7.M42Z#49DKHA1\P&D_S
M=8$.4W9[W-9(9GH0,ZY,(26Y9H\BVT#Q<Y3; DE);%%]M2L.1-A5HW3Q%W3
M78EHKM0MD=TON@G`+9=0I1OA\5IMX3[/3 ‘3":G’)FR8VC=-9NMRVEAH"F
M@?AV=O=T=7>VM&TM$T-C]0ABXV>:0JJ8O8YD=SF-;A[H=(-Z8_0!PFUF[5KD
M_D"B@HJS>)T&:D[(4V0Z
],V-#JM’VH;.68H,6#.X2#.`‘1DT\OF$CM5I/,9
MM=/)V5!6IT/&;&/&W?K%HKXYI3=B46:7,YQSD_B6L ZW1FAT/+8U[H-,E3?
M8B>R34</N1+]M&1O@B:W"3 74V#Z26#3[3$+;=G^<’:73DGSZB2]BRNM>%I"
M.W2-Q>)1F(!H0!E_BSBGZ3ODO?"UL7
Y&$
)TB]8J 3CI1!M7"3!C#:^0P
M%V<S`QE\TMS#"F8T[3^LRY.@)@]>PT,S>DYVFQJ’GBB
/TK^3S)X%[(CH
MK")1$@T’$OJ=%J.‘%=TX9JX#[3;[AV"W.-,@!U)5HYQ68>J@888MB’R+,/
MMJOEX341GDW L5>VE:!F1 9$*YZS7&>8GIHAAQQ@0ZJJTQ\9".ZNW&/?ER’

MB#HJ#'CA6QQS)Z:M%/U2.SNQ0S-?IRKT-2XV/,#Q:(,A;F,LS%(TY3[;:4!5
MDE\5/^<)
+R$<0D@3=HVD7TP6BD2’IPP:K1H(23(I4.1Z4MK%D=::2*'G1W1
M1’U6JA]!?2 =R(H3:7U#157LFK:T>FJ@+G"[_G5YS17!-L9Y!Y-]#$4’).T
MH0,H,]!P6U@\4DB9VLE9?
>OK;FGN:&[H4P55MPDXLR,S]LY=-$%R.#UQVG
MS/2IG-&A_4MNVRI%Y_Y,J>[F)D#8>Y\5SX!C’4!Y,I.ZH0=2ITL
&3YAK
MJ\W:4F?38>)<?.)RWL6B+C/:M(P,XX88U\A FJTM;66JU+8^++;E/9;R#3O+ M="YC'M8L/BC-Y.LMTWAVJ='3[ES+* :_F>@^$>K;I:)IG@IXX$)&A+-1:0+1 MHJ]9$'!+7;KSD77$'2TL!"SSQ6O54I3,&>P'/,L=!S%O3 M6^:/@,?R(=4N\9!JI :ZH#'5M!;S0=5R"*IFC*U^*495,T%X:815FS7:WB5Q MU2C*D)AGT\96NRB1U<22)]UQUTTZFI!"-'Z3%)><-5,,6M(2S-4-!82"RM1! MJ(W?N"R7&(Y=0W/(>YB*(='$I T0W7>QNVY.FAN0K$E$YC:!0.WBKA^G<E.% M_I&L%8)\/EV%-FUSJ\UX4#4WSJ)+%$IM;A)(38@6128[76,M@7&EI'/&-B(;&: + >M=V4UO&00P(T% MM"N6THP>23*]B*3G-FFW$\EH' V4D%,R<5;R-2(T;'9*T=RTVJKNQX!+FTQR ME6#!*Q[^^*BL&-6%:(* %>D*?=1(EBBAHKDUWS98@@$AU(98Y&A(HA\/:3Q. MHN&@:7XGN+>(;+L&9Y6/99IJ@OIME@EG"-_3P@BJE:N"!.'C"@!#"SM!8<-* M/SC,=!E2=),;!+%R7'-*PUNN7ZXV3KA;-EK92K8H0%Y+%""S!HNT5A:EE>W6 MR$%O946@C1;$<:,B,@@*SGV_8MJN:'HJ#=NBBQ+69ZDA`E3JA_GV>''0/M#B M.^?H<-8+V6)DEH?D8B-'<%@.R!\P'7"/V4P-KAF=SZFA+1[RU-#FZ^RFAJS0 MG?740)6L!:"+/#7FG1 <)B)'Z"PGHJ0+O(0GHDD7>&E,1'+=(;1>N^BNO.P@ MB>*H8O@F+@68A#NK!"OEDZ0VJV":10?')GLRF# X3)/$A]FI#56/W*C-A3WA M'P^]T*'@AYNN2'# +VY4<31+<%@PK?E':V[IZMC>L*M.M=U(E*JL$B;X0%-M MOJT-W2WW^#X4_U!DC./(XI1TT`B5E@&T[1;H[-`7N;_>3*-K4>,,RG'/;#^?!;EY7_!W%M M?#8>(++[?_"X/1[R_U"%CB JJ\C_0W5%==[_P^7M_T&B&-W[`[^LP7T\J$-! ME'Q"B:%$N=HD!P-#+293K)(N!&5<5@&I8^4W8H,N;N;1)49^0Z9,CS)(!D># MJ20D1WA4!*;6" 1CP#1QR3=?YL;[*'$_7L+7\QCON[ M@O%0,%&QGA_ZT4QJEK[;S"K52\NFQ[W>7;$>",A34^>N41N1HT,OBZ5&0JCA M&*V3$J_3G#O-'5>]ACIFQ"CR<9KQ;!QNLMN*PRW6.OJ3!XJ M3"X.H!B(6Q:'$G0&`M3";[_EYI_"H2Y.=%RQ*1PG,)VEP56".<*"<%.S5ZN* M++=!ND*K.3)6L[^QEO4N[\SO_X[-W]#2!=_9CNQ#CD,[GS S`W_-\8.-?3\; MLOZPGVP+NSMW^&3[?E,G)!<2,FGJ],%]45R8#M']]FF[M*5A>U<.?6+WY^U[ M):A^GKNE'PUH26SK( (S(,ODBBVIDRPS1?(V]TTZ;+")8\/?SG_'D GAX5@W M15*PZ9JX:,RGTSJ=;97!5\XO5)ASP\E6S0Z 5VCIM-R:7;>'173"^605OBT- M.[9W=ZE;VCO5>UHZNWW[&AKZFYI;^O2H[?.VPPQ.M20Q<&2!/-CP-V* M6"3'*%LMM<-AX:Z'#I5 ^).E/?L)97:&,=_;N5!+\*K7! M9X5S9VS<#..H;QFC2 < MRF1#SOEZW9EW3-K[V3$:LYP_+G6_/.>!RIQ]\\PWTFR]8[#(/L*=!4@YT;X0 M;0`T!2U9>"*+YIY!^"$(VRKJ4:O1KD6*'T0&+I*+`V3HPX.AOD'8W4#14&]0 M]H"H;8#U$IKC"E&J/Q3A9;3]%-Y*@VQ^W4.'TRB%[=NAK]L[*;!%;OK'FOK.?O ME=4ZKGG'K#GB*>^;=:Y\LUJ1.Y_N66?FG/4R:F64>?^M[T[_K:JJG3//EPX_QIBWL*F M*!:/]H?"TU"EK5NY_+WP_+UPZ[UPPY75_-7PZ:^&FZ2\2_-VN!7(2^."^/D@ M+W]'_!*RB9_N_ ?&&!G-+"/_:4Y\Y]UZ_G.'NDN-JBDUCL:O*DC2:A]\#ZDQ%18?>!-QT!#<L=X%
M9;-@) :<1[![.Q@)RODE6![J’?ZLH:/9L9;[JELPK)8N"L),J 'B"WAWB<
M#NGRX4X@%"T?W&1,“H=ZC6FI”.S^`N9[%QH$S73’8V&[PLE[5NA4R’S&9#Y
MD(BJV1X%]F!;B7PD) ?4BP/&,F%J[LK@C(F,1K#@AP.1>[K"46 @B-]0>/R
M’G)<WD.TO+M<2Q^ !V +AD-#H0@:#=V>BFAF<#MZK _CK[S"=ZEAJ9@X38U
MS1K$&-6\9=[.1OZE’MIBG
]$9GUJ*;X8<^4M!R[5\W].D>?5!I[UU0Y\G_Z
MP>*
>BHJZJ _,`/FK\OS_4AG
]2+LYVS’/YO]AYO?ZJNJ:JLJ*C$^U^>
MBKS]QP5:
^?L`](M/:HJB$5/Z69[)::OE_64JX7MJDH.X<BW!LFTY]'>S\2
M[
-;ME31>A&K\A9F[A902WI]C:NKMZML’.Y%:6JFII8GM/[1OK9,W’&!<
M,]G3U9[Z*;H)DG)^(8U#M""( ±YFX!,G(0#4?`<2&[2]W^9[_R,0BGP&A81>JB/H,KOXT90N[!"Q=>BUW//EH
MZ&QH]77[.DU’/W+ZW"D3]/N<?K)KQT 'S.&"<&G#V#'RX=JNP>C>8%A303$6 M7 LWXI:S.(=6&HQCZSUYP9]C'V.2OK=1B,*E+R`-S>+SG=31BT0DP. MBU VM)J/A4:"8;PA$0AJJYJ^4DC0B)KUXYL(WD#1H*HQ5ZP!GJ*,B50,[5[X MB1)W-2P"DFB5-D4C>RGX0=P_JI;$\ ;.7FX/!')T?&0H,8"';T !L&(/J29@ MN!%K+-46[8H%^T+]H3X!I;O,QHA5AQ&%T$A43?!2#&96U_9@9" Y2/649;D_ M9:PK3(5XUX.PI6;S@]7(!.\9ULAE<;W&9#02"?(:F3YBAC5R%85>8U^J%[HN M0\KJ166$<]U.]9)^PKYRD.PQ.@5K@Y01V4&WML%T$WKM@>! /!@TC)@&]8Q& MS 2U"=XQFG=&TJ,;*H+RDHW^1*A/GK16PN.WZ ;)T102''-E&$O2I-7*ECG! MC=!*1Y$6)S7L[D4L^8%8:)K*J+H/=+3H'OQC2=P9MHCSG3+'4G28AWM$Z2P( MB[-#2QT!#L7](GQ+3(%+W%32FT82HU$WU,6H-I;"RNA[ MO;4N1J*6RACI,]-CXLOXMR,.1(8\M-Y^,'2F'8",0_ZP&@O[*4[B4C*;OB/Q M4:<0U0:81$AJ[KTCIB--JZ)T Q]1C5R(-&N/4;N@@/"D&2 O%N(##.J=" $FSCM]EX4QACG ME;B%H/N70(QJY%+"5FG34&'LI#+5^(IAG[TQ16$2-,<9L9FNQ8TK3E'-C$XZ MB$RD6QQ[0_%D"OJNN0P#0$4:77HR1^S6(./1KZWQP.G.#&<6Q-X87BT5LT,5 MJKND'SA34NWGD7%-Q\*:XDGSZ"4.BGG,!:UB7HT`F=W)JI>'2[CB--1@0_^, M>\TI_V+ Z;.?W?\P<3$#$]N")73.7*#B:#F0)!%F!;7LGEN@ EO09$/ M+=H[D60@XL@DRBTU^</#_M$$1<]CGH+(U4N"7:IF?@K(^Q;:%^E1RTE.U&K; MPE.W&%D1727 A5TP\G"?."ZP:]\(Z3FC =7_G:+S!8H-)T26U$32%!K1" MY!0,4 N#N)-'Z](2>#PQ8XA*SM,`%@8Q@,!V*QA7<Y1%6\H9)L?X1%URZ[Y.>>'C&73\CXCUDBSTI$_&E_,P<*O+_IB+>TW37D8 M-4-H5CW0*D5 8S1K&90L]?E';.OC$=6FK<^O53@_S,AF`"X;68?2+FM11YV& MP\I4@SS6O!:?#T,]/T8Z=TQT!LRS7ITCSCD#CHEM,G;)3B3SQW.7S/D?=S Z MZ_M_U96.]_\JW9X*U5WCK:FJKJSRN/'\SU/M\>;O?U^NYW^<5M1U:!/.[EKA M4B1[LQ4,@Z_<:D<\B@$'HW@XA#?&[V[;J55G#:O%0TH2@;88"52M(B9>N]Y= MM=[M43?455;YY2A:6ITBBI8H1^]4^I,EE%25;2@I*.,82DI HH62(I!8&;L( M6C9]H\P-@0`Y%(0U+Q:,]Z&*NK&]?3OR9>ZBGJ(X@OP0A?4K<1_Z'XG3UA0= MQFQI[2J7JND=55NV=)?GU.7*&7?9ZUWO<1NB9U7757B=NRQ'SY*[;!8 M*[+#W!;J&XS"6B7!7+/>6[E^0ZT^3)5U[MK8S&%N!5+E1\-$Y!A7B/9I%(U' MC<:0_LE3M4IC"(,6BANF!D8%@XJ&^R 1"5/WY,9Y<2 W''AG/&Z `Z\)!YZ: M6>#@'E_G+K6EK:6[I6&[VNCK;J#4+:$1J" 5XVX0Q%1T.-[OWM7A8R?[TMD^ M3\0TG+:0#.P"(Z-!Q21(8"P@28[#GT&8,B4X"NMI!$JYNH0"\D"3$:P$7=;J MS> OM:0$"Y=Z2DT;'!K/=:1;^6@PC@X./'I)ZMP:9J53 M>G&][+0MAZ,@7H8JO%*7H72%-[>6J71**JZ7M;:,^^%;@?/=JG8E@S +)5[* M2"7!/9T.)?JB0S%_$NU7[+&,S+=>)R$6/TP0`E%)20GF`1+2TQD-\!?H3E,G M`P$8,&BV7#)'3IJU0[1?[?M(\CYV^U#RVVB!#KV!42Y R%(*EH@EV)8+IN]0 MERY?(Z[T2947AO/ROZ/\3]Z-YT?^]WH]W/]39765E^+_>JJJ/7GY_[*U_^/$ M(B78B/XB$ @/2.$8`H358 H$@O;9Y!5"A$^598?FQGM;VF2KP*4BB4S8F#:4 M/#0*'PVZ&M3@NT$S'],.BU22*>Q]WQL6;!(B-II\ZMO$Q1+.GE4C1%PE)?FD MTP,4L&CM]Z="<2E6'<8$,07G9$69_L489$"NU\F](O-PP/TF1Y^+\WP.?D8?'\`<S%\;P,"G/";@I^$0@R]\?:T/ACL.N-Q0UA M^.1F)9?LXW?IK_]Z@*!Y6/\KO?KZ7UV-]O\5WKS_Q\MW_=>)Y6*) M`.W=VWR=%BE 3Y4$`7- IDM"%K"-^Y07!_+BP.4K#AB%`?.L,SF4SHL$E]CZ MSV[:S'[_[WS_S^T%Z8#[?_1Z*CVX_GMJ:CSY^W^7X?J_E-.)ONXWR7?]-&Z- MK)*;Q6N&&X$@K,AQ@S$%JR)+U!K>BL,A0N?.UJZMQNN!/&D^'0VI3>UM7=T- M;=U=\]C&EAUM3=TM[6UJLZ]I>T-G`W[OXH%$]M)U^%:&M4Z&-&F%F2>(MFYO M;VS8WJ6N,YFGBO%-Z#:JJ02['"&9[UABFXHK1:&$Z5H+NWTIKB2*]40W:;L# M<@ZAW\#=^"440+N3EL">>EK>R!>@H3;'*K2?_(RZ/0[BJKE.=("&Z9*=K@PI M4#(60&FV/S2@-V6RPKN#>D,P>SPF2$T=-5^,C/7I-R)W9[F7R6"5SA-D#$CX MCD"B%A*>+_]BH9==!;#_\NOG;\OZKX4-GOOUO[*"[_\I_G<%V_]?</N?_/H_ M=_M_))8(4K/[Y;#-91MO)F]P#0,L++@--+R*H6E2(!67O+QH=;>*[3:+BXI>K,MX7=KN M*!"DVX#HIXB%P$T$DTGR,8?-B=B'G.7JL1W%2IC52N+>EK:FSN[M1A%'2]2N M)L,^BXR!'S %>"Y3A\F%CO[+$&Z-[=BXFL16&1*/)NG^2YV\]]/C^MI=)J(P M>?PJ$4<(0YX>&=A8$0LA:JV*O.),5Y6-NH;5FN7&:7_83WO<!'G=-(:[!AK6 M+MBP2@5N61#M^FS76,5U7Q%AF<E(G+;#6I1,6\U#?;: 6]FT`Z;:6.3*K+6) MU9_%Z&)"FPA!9M G<5V5,12YXP4R@S$\ICV42TDR8-#+2;%3@YJ(Q*//"B; ML('Q",EEN[4(AA F"Q[.B0P#3!%ZRT!R"X_R'8@J!Q,-)<WQ?7EY+@8.!D)L1A_329[0*T&RE[J_/$@]$M(^_8C/,(1U <?TCW9IJ&RO@/ MSBDRJL0?C/I<(W#GIP3-`3(6CWL6@.6H_)2F MDJ2AA":U2<?:*U<;PHFH.0ZHV,A3/%!CL&(S0.>GSLQ?(IAK^1]5P+.U`)I. M_U>IQW_!S4!>_K_-D="2+]VA 8;('9W)8Q-Y.Z.W@-;$@?Y1'^=/OZKAYW_55?5>"N]-6C_ZZZLJ<K;_UR8]3\?__4R MB/\J+D]+G@CBQEBP3'DSOT%@N8)HHRH:RX=]?;?S?W\O1OJ=[<WOG/@_[/D\ MW/\S+ !5E<3_JRKR_/\"\?_M,,"<-S&1.18+HP=/Y+GK9#:N,V#<:6D;K9Z^ M6#B5P*=4R%IKFM:H#W"ARN5JB#&Y#!OJ88)J+["(!UQ+U]#W4`4>H MM\O,XG!J^>GG-$5(.M5*4 ![N8 S_&,:T/GYS^?_^43^S6G^>VMJ*LSSO[HJ M[__A0LU_%B=B/AD`\V34P")T\%F*C?30VK)[#YNJ#Z@59>@=V;U=?V[CT[=, MS&I6I(S<`E/N".ENZ&L-*UZF!A*"!XR58;UN2[VLN/S7+7W1_B?GPV."R\C@ MDYNKB-_2A3EIR@Y?Q"DO9&O$9R]D@_KP&BC"H[?EY101Z"V3\5&FKF%*'K8, M-#>N@5*PK03BP#U_>RP8@;)E:I6!/F -8M1AWP9UO\R$"%-+9,1LUYC;W!A; MPUA[M9;V9.SQ!GPCH:2Q9DRQPVGN=6*H1W;^VX'J+[UZTXOV2'M_OV-3LQL2 M[\S&I#8KG:W!@%%Q:W<J/;":6/N3#6O3MF*W\Y*:LGOMV-X0'6A][A+.].L_M\P\#P%@.OF_PEME6O\!N7GY_T*M_TR',.\[ M`*ZHX/-\M\>]I]Z23FQRM]?F#2X.NVOWU.=E]PLM_POUU/S)_Q3SR2S_Y^]_ M7JCYWT(#K):PF5LZKXQ UGNR4J3D%$<TT^P3ZD7&[+)XO4O/9]4\U&=KS2!E MU\O5V+$OYV:(D4W7DD'"=FQ,YXG.S2%WG*XU6;QV;$QGL[GP6DMZBM MUB6\Z334Z(HKFWZZGE7'3N?GIBXA2<]A=7/84SM!?'ZJGJ-:9W,N,7W5G+[R MJ_.EL/X+-CUOZW^5N]*B_Z^JKLFO_Q=H_6]F]P;F<]E?SYUYHN?+UF@@%0[2 MJ4-"G.;>3HOJ[2I;UU1!Y@7W\8_5)O10_7(L:5H2W+ZVQM63)/UR[Q42I KLYMFC;ER-ZT*7.6UI-: M3F.;>GH.J-4S3]?/G>@$G#R VW11?YF].5/FG-IL]8\XM0BOINN@(?-T[0GG MZC;MB5<YM2$TYWS02GNW+&Z2YGG.Z:"4YWY8C3G<XXW3D3G.XTX%2P M(!*U<^9"7,8W,2*FZ<W*B)A$+]<R7;FT^Q%3FU)^8V]1ID_YTZSG8:I MSW34DKW/M+&0ZLC28Z/BV-B8\=VTC1FSY]AFNW5<+:]S;[9]FO'5U?UV36)Z M3FC5LT_;EFDG8->L*<MTS9JRYSRVWFR#ZYW9X'JS+6XVQP6F9<XF1Y:F[;)/ MU[[=5LD&"+ML68"PR\ZGMUZU.!=0UR3J1NI&ZP;KANNZZM;D=:GYS_3[O[W^ M^/F9?TUK_XO&'J;]7X6G,K__NT#[OWLT!RV7X!;09N]'<=5<TVS:T#&_;2;S M_FFCZC7GD_8\&]4*VUJD+PG7$=U<]B1$9Y4E;85(NVI-TIW-$%H%,9OQDT0GF_&SEW!L M1M$LCMB,HZW88#.Q%7(BGY__WXF6;Q#SR?[>[JD;B_Q7$_ROS_M\O MR*>AL;6]F2SZA2&N*EO,J@:#6S4O#?ZVR7^M_ON"R #.<_Y753K[?W9[/:C_ M]U97>KW5-? "YK\W?__KPGQ<_G"XSK6T#Z^I]OM3X:1:KQ:7M#9\P%?J<@6" M,8=WZ-7(Y4(7(A&G'/02KR\!@AW;4/GK_#[SDMW_;9O_];_"NO[G_;]?J/5_ M6W,G7N#3SGE5W>0KO][_UL]_X<KC?&Z 3S/_*RIH_4?_+S45WNHJLO_-W_^[ M8/J?_/WO2__^M^ZDQF!<A1J6'A*A(GW!^;W[;6@*%@Q3T^=[$USOIM6<[MW6 MR]E8^5T&E_EM._?NZ5=C!^FOXZE8\EW3J5RM8?.N)'Y[]W]=\[[_\WBJ+?N_ MBKS^]P+M_[HZFV"2E9?#4 _Y4=+OPQ^:WR?\(6T"\"=B+"E^"&TQ_LQ/PG?A M_&^??_U/=7[^7[SYW][X?M+_T.2/\MB]4VNJ/9455:K;`ZP`YG]5?OY?[/%?'^J+1IK]23_& MZ< SX-CLQC_[_=]JS?^CVUN)YW]>3_[^[X7Y= PV-'H\E:Z.9(<_$G1Y7/* MNSQN=Y4K$!IR55?4EE76U+K5V)P6@\Z:H4"34N#$_@\E9M MV%!6Z=Y0)=(K>48@&)%4Q9/<V()';@$`)_6#V]-59FG=@.^=KOZH[!Y'@R&]WJ-;=3V]TLX\U2ZRRHJ$"5N#I$7?WA9 M3]QEW@U6:'2[,AF0&A\&;,=2M;!OK$NFN*CN"*JNRP&U$ MB1=*23@!J#P5LZE;IS9NIVB O]I%[U5F>]@='$EJ;6ZH@"8]UHEFI,<*;Z\) M*BQ1K5%FIJG715.2IU=7N:K>WMM9,G#B;M*F4"Q49A]KKJM91YG%[ M@8RJ/+V/Q=X_6>&KC#I:,@E M3@:<QEM!"UVUF+K(,:IAZM:Z86E@)V:NUE$\\A-&X_8)75M564R/F21Z3)L@-;U)L;>:398!Q8C_&WSC6K*X'' M5.KB":X2M3:U\;7%9;$KESE0&N@M_&):BZ%H4<*],V ML%<=2QXK,#G**YYJE+MJS?)*9>_Y"2PZ:%Y)%JRPE05!E#?*@E759955<R@) MUIZ7)*AWI<**Y5SEL W0QMN5#FUG$3)6UF>G$,T@N M\U1X9]1,M4,S%DQ6NUJ#0#,)J35W66U-#B*5WEB-4Y^RB&X5((=45,VHF5JG M$3*BK@+I71<1<8@VS(VXHX.R8>Y%GQS6?\T8?+[6_RJ+_V^/MR:__[^(ZS\. MN<3!8&Y65+D-;!KHMOJ"RP05516U;ANQ0$O#F<J,#V#:&^_O&-AL1Z4P7[')C#' L;W/B?80G79S4LL+7 4RLJ M*RMA]?+:X\.Q#W3?R= -KXNQ)4L/JJKFL@O>+%VP@18-"F0P*UV8(D'GK:TP M@V<`Q@JKO%8[PV+3"1OP3 8J)KK MRY>@MY+<'/)48.[NB9WN"O/&V[M(II) M98"AC!T(&<:N8`=^,M-U0,VMR*D]8]F-@U,B\Q2N,U;HL\8:C7[A:= M5#FJE.PKKX9UO<:#"BU]Q85OE9*:H\H@%C+YHB'>1_L)_%=OILQC5(]HK=3 MJEY;>?FH*')8__7[7_-T_EOMMJS_E?G[?Q=S_:TW[/H,NX%@?["F_^+S"?OY'\(A[)VK-G(\_\7C/W=5C0?/?[W M!O+GOQ=Y_-?WAB(7\OR_VNNNKJ3QKW%7Y,__+XGQ7S_DC_@'@O%Y&_\*3U55 M-1]_3Z7'4U-#\;^J\_=_+M"G%I['"JY3?J\`?Q70?^+S:C'\V0?/2GB>T,LL MG%#4?;52*M"BFO0G[DNH M@5" %F<R/KM%:?)'Z%NOYOET #N#L;) MUEWTA->.ENU#_I'04&I(380^&D0@M3#,4-W]J2"(&C(\_G XVL?B`0]%XZ/D M@J=SIUZ(\C*Q7!$S$OJ03 `!1[CC$.9T+)[JPR"Y\'\@J/WJPZC)@5N4NZGA M-C^@&02AV]<F;K=)4C=NHM;X"'3YNE5_,AE/J)LP7;WK+M6F3"@B-^]<ZTP@ M<'S1VK7U;J 6=(P"B.=(4OT#?H B@$)<%- ^@)Z&0N+*AEW#,QJMM6(0.%JV M:F@AF&QP8H/!N<C:%$V%^=P()E,Q_!;J%ZZ:X/^[!;@,5WKV.)#6WN!T^1W; M94C7[L `O6T1@;;Q4HAZRRVW*"S7#M\.7YW:&=1B= M30U-VWR,Q^W;7]X`K" 2Y3QA%E\4UQUWW,&"]_@32)%#&&DM$$P&^P!_(/JW M03^#$8*037Q(:[V[IZV]V:>L7[\V0"MT(+AW_1"A35D/O[>$H\1PUL6BZ%XH MD8I1^ 9$&;P)8,1X9 U]]ZFX!]%#GO=%^;C=HNP-1<-\_/MUE 5'^H(43DA- MQ()]&HW<HB 2A]7AP5 XJ*Y) MS%)HH6]0;WBV36FITH3HXED<$B"'; 0P"N+L#7G'T6)I>)!=6\HGDP!+S3- MC5N EOJB0[$0-D:3H$Z_NQ6P+X5E(E&Q2(6#_4F$CT$L`)2PJ71_$ 0GNK2E M]L>C0[9#BG4:\J0BP9$8S1!#)LM<P::U=1,O*:AL=*'/"9@#,-F5B%]L8$X_ MX^^+)A0_\"(E<7\\J4 ;T/W$H (<X.N#%/_AXW I,(7B-?[U* M"',%X$\(2V)!!=*54;<RZE%&(\I0- `O,*GN4?<;'QOU;6J.HE4]PZ[2$!]( M$0- ?I@*^U&(4=KW!N/]8:"-N#\"W)'EW %LS9K:#56'88XG$DCCR$YHCD;Z M@DH'2E-.+W%M!@R<@T\J$8@7@-2V0"E2%BJ+E,7*$F6IXE(*"A?<=-.J5<HY MY2;X7K0$?A<M7+1XR5+7LN577+GBIL50_F7X<V09B($K%.7@-4!;OP/\\GI% MV7RSHI3<"B(B\..S=RC*Z^6*\J)743Y7K2B?J ,^NDE1!AL5:&O1@@7PMT#Y MZ8+/%7D+"J'.I?! =SGI=6G M2Q/'B-/7O@OE=Q0HM:\JRN_"OY_]/)2#?Y4_^SS#*29P%!=]`3*=@@Y^%Y]1>L M6-$917F<5XN?Y=A?J>R!G[-'+OOR'07*X!E65EGU2RA45* \!C_*6!WX55%N M5NJ5#RHCRA\K7U1>57ZA7%7@+F@K&"K -W<INY51Y1/*WRO_K)Q1KB[P%+07 M1 KTS;#WG^"/@=M/OBVX)+9_9U^F/][CGU^ M_C#_]YQX?T)YX=3P<5JYN&__6QLV[[ZE6_O&E50=__T?%'[A>*=S_ MFS?O_Y>T[TH_^KW&I=0R?W?_^.&(E;)P6.;18^+-^/?51L*E%O@J8;G M`_#XX7EP@Q4KS75ZVM#]M/N!?UL-*HFA^_DN3_O=11NC7D^!$H+G?@_;T?88;+Y?07*4R_#5,KQF>WG]1\IRH_X\Q'.-[>] M8<V7G<8*L^8HY$_^<VE]DO=\^^+4?GH/P/"F-IQC=!5GJPO<+ M^1IL.17:`G1U)OK$PT%RCL-0J?T\-6<8/.?_"?_R7_RG_PG M_\E_\I_\)__)?_*?_"?_>5=_KN+_/E%;H#P%SV?A^1MX/@_/$7B^!L^S\!R' MYUOPO S/]^!Y#9XWX'D+GI_!\U_P_!*>7\,S!<\Y> HW%"B+X/FKT@)%V;SR M"6C&]5>HOUO5_'GXJ_[D5_AW^__ WX)/_"O\+7R(OG_@YYCSSU%+H>ZZ$OX6 M-%\+?Q?\2PG\+=F,-13\7\ROOGPE-Y-1BE#=KK@4Y0I,B+U/40["H_2,WE*@ M/ S/?G@.P?,'\/P1/'\"SY/P_ 4\Q^!Y$9Y_@^?'\)R#9\6:`N56>"K@Z8)G M)SQQ>(;A^6-X_A*>8_!\'YYWX)F"Y[I;"Y3KX:F'IQV>`7@>@.=/X'D"GJ?A M>0:>?X?G%_ L*RY0;H;G?? TP_-A>/K@&8?GC^'Y&WB.P?-C>#+P%*XM4!;# M<SL\]?!TP3,`S^_#\R@\?P[/7\+S37C^'9YWUA8L5A8!%O[NZ__:O_.)0D5Y M2 S[MY7'X*.3P6 E_,D!J1?DR8OHK
M^.?I04@[@H="F4K >=J7F?!ETKXSQQ?NW,142RPOJKV>‘L&>’"464)Y3TWX
M3J5]9UG>0F/>@Y@7#Y<RKRW"O
<G?
?3OBF6%Y5GZ5-[>C[\P5V[CPWBB4/F
MWU8JRMT2L !#>L?9])ZIK[P(-/)TL1NJP
.5S#<`O0/,O=>HR@3OJE/JMC$
M+BAPT’=ZW]AI);7TN"^#6)C<"\S3TEOKF=5U6E5/RJ6@Y59H`ILQ#`#\O
MCFA "‘<=&PTPK=II8S.?0IF?!,GW.$];SZ-W?8S7SS:L+*^-@I9SFS/?@
MUX22>0O^Z3BR!QKM..S;UY’I@-;&GU
^@N]LP2’?61T+E5!)YL0
N94IPL/4
MDX!R@`?$X 2W[>.^TC#9%S’'^0YW?ZH 7’1]1/W+NRZAP]/S0\PK <@LT
M\E5@)SQC?A7&;L]\R*VL)E!=3=!]?L$U8’!<^?.=62^=#4!]N0G<FUMA=[:
MYZ’L)U=3:ZMY:Q
$UEZYBEK[\578VI^SUHJHM9:K[=% R/[.E69D9W9?0U0$
M2%<4;9#V;7P<@%56[+?Z2X#0SAQ[0W=@J#?LP3’NR^L;,%J>5/8GH&3R8F
MUT.,E::J6+ ;2’@7M(&Z&^N(LB.H(E(9HD?
[]:smiley:[MI^M]IQY:1%1
>O+W
M,GAK@]'4I$93=ZXDFCJRTD+A4U?(G5K)QC8S3G4#MJ?Z)S87PFR:7/;"0NK5
MY-63*R<`-;[3_8^,G?[I@N1;D
^I5XGF@YG/&K$PZ’#OK,9G+:9F@(<G(/’
M#N\XRZ9L[T)(O45
I<FY’5*/(.(R-]VL"%I)KG@:Q_9)
)$)4/IJ.7TUE;Q9
M[B&>%F;>:P#G6\AR:"#>6$9][1?FU+&;LE;07A_1]7(-Z+/(3W3W1D:E82
MWB<WK’@&+((JO_D#411^%=)K<D<8.7^#Y6KIG(‘HF8IE9040T<X(&$G_1R
M,WX0Y0>1;E_I3S^‘#&(])9Z=D&A0+X&’;"XII1#OBE+W>NH;IYQ.:LEO6/J
MRTMH5O1/[)EZ^J=(D# @[7H;;%X18&J%&-;QWU3C/?(S2F=Q%^.C$"/,Y"
M>OR@!L-G`+&^"IJXW1ZQYGTGK/IUBEH9F+'Z?YT8R$TR[X50;WLVR)BQL2^
ML1U.3;N7V?=H.?6(@,#>/ (HI]Y 96?3C4LLW1HLP=JNT&%C
/STP1U3Z3UG
MTJUG/2\1@LX^C0?[`$JFG
H?8C@.]BXY 7?65RT2’?J=_X3L’?.M]48M&^
ML5,WQ0LG-WA>.;3CU±O+%BPXXSG
+Q]O4%"Z#HU0<[ENN_S^BY3D]L+DHW
MKIS\6VBH__CF1<NQQ4.;E[C?A)Q(`Z?["SH80C*“Z1]3!E7L0XO+/$) /R\L
M7 L3O4"G_8,XWVYR:=T=+!!#<7#/V8,X%=?V%P%S9[)%.)D.NO=>QTRT2.?
M8K3_:$>F_@HBX(D=@,?3XT<+,V_?I #5G25T5.Z#>9,L.>X[6%B !Y.#?U^
M:#M(G#CSGY S_=SX\RNQ)^F5DQU0[
!O_^0JR$KX.WP!<=N\J;)&P[Y]A_T
M[=LWMJ@?B7^W?L#^%N8
-?)-R??T&I\G->XA-6(?=KSZ5NRQ0MIPEX+?Q#
M.8]\B4W”&V@2#B_’/JP?F Y_-Q -‘/XCY#90P4KGE$R5ZV%:@@(>XUY@Y
MQVW4W%\OHUJ?68;3^F56X^.P1K7LAH_4O"10E9’1\9U.YOI<CU/=%3 ]<
MBS-%MQ-!I0]`BJ8H+^<PA
’UZ-+) I/:A0.%(P`?OHV8L7C8V?.C=V6^1T&
M5LDRZNQ9&)2.(U=XQ8 =6D:@,?Z,+0K:?Q6)X:HENC#SN0(AS!S<,6"[W0!
M4NG4^%GUH9NA^U3M;:S:1V9BF5\5<P0_4=]&5 ="E8<>!]R+A?.M0*)'H6
M)_.13#YH#S!C9S8MV];-^Y%0>NP/9W`S&.URY+>3-WNZ@7O2XV9-3<!J\T M:L^ZJ",XXT[^&\WP,_M&JI24*W,=5;(T63AY/R^96EDU7R!ANJC
M+HZ/,YF?P#PY>& UU+[O:
@71#*J?1^K’:9"@>>'A_9,L0YDO@‘E6?9#]/>@
M[]3DSLS_78J-%Z5N9.OK?5ZQOGYS":VO.^’]Y!K1H
^7@=)!H/Q*<<A) 5
MDT6 <N7DE^ -)("H<4I(=:L`S,S@(GV@3B^0I$X<*(3N]H68^“8L76\J8^LS
MA4L)`=<LE=#Y=UXA.:26"ER>.G/4!L;NN/P#9>^<P\W’#[(/1PQ3-[WM1’
M[PV<;0=&B)Q’:%JX,G^RA,8/4,]0=Q"J./E2(:M’8=1P^(]^E^865?LBI5
MB"KY$%7B%6/6OH1 MTE.&9O,42=)42]L$0’]S9HX<NXO7CTY8=/?RUUR$#
M?#MQ^(O8R"^>&G*9<3?X(R66GW?+8ZM_LMB:O6GB['5JRNHU0>IU0ZIU<]!
ME^QP\H\W"IQ@BP@,?
%MYWX.L!9’J,6-K,75U.
+=9;W 0MGGP8T/?”@57P
ML@"X%?R#O(.Q=67?UR@]-7#XCY;K[;:8!^GA39E?+2(237HSIQ91T
[3].BUV.AFJ(&GKSCP
M%XH&.0=TQ8%‘2)SA@#YQHQG079E6#NA27@V0E3=3RV!ND6’^8P;SR!3".E%
M#&8.Z$I16 -=?#D9/Z=!R*?Z"<5^7’]UO0FZ%7_P!.,-(2?6D@P?7$A#N%Q
M!LPJ`N9Z!DSF]Q823TIMPKGY(.[M#JR<0D:#?Y74(L3PY![.9:!MP62NG$+&
MDCGDRR![N2M3M]# 7EZO$.PE7$3LY=?PSR2K3;"0]5,6%E
$O’9MH2PCG& R
M`E7[]2+8TTVT3HT_6_CTHDK1@@M;^$9F`?[S=F9J`;67)D%H"G&T1J6O$YL[
M@!G!8K^/%OLS,$A3A3?7>M]U.T.D_1ZEPFWO<4$1)C18C$]95BP?J7(DZ"
M9Y7)%L/)W9,C3]7RYL<OI$$EO&QT^=2I:>WV’UE% ]VZB>`R6T9’Q,J\JX
M==N&2^QU!3(ZRKC(!%EI&U9W>,<)WNB5-^"K5?'7E52RR=\KP$`!-RUF3]=
MP.AUV7$?V<Y1\E&2T#0Q4V_P
27’!O_T>D.#;^H-EN78H"Z+)P$?F=77HBS>
M11;WFK&Q/ZFZ/=Z*RJKJFMH-#8U-S;XMSQ4IOU]4W-$QT5R\9,/KB=6EK[]S
MXIZ.<]<6`1M/O["S?M&']Q;MA$P[=*NY-%O//(;N#2/^GHO&[Q5/KG7W_H
M;X$U/P9_2O_KRIM
:G=&;R][FZST[<4/SLY,K,&OBU.W,#IEWQV<^Y/OLY
MY;/7W9S.$)R9’N!;)X\C_K!WRY/?>[D^,7E%^:!QK^^R^DT6CIV@/TCE^
M:N57E’N 6*^M!)@.O))</%‘X2?R:W#"Q(%U4G’X]O6"BL2C=7%PTT;@$ED"
MOW#^+)YH7 X_EV?>#U1[G.S:)A9,.D%DU`"OG@[F/C1XN.@0`^4?3RL1<V
M+U&.'5_HAG9>AOWML4[66GHEM02;FJ[.]+&G=8VS8’TB<Q7Z)/(N
[[DX?
M2W]G0L&Z.HL*3IR[*GT"1V3.TCN/O(;:L0$8_B.$NC=P<7ON"-KV?@7_9’X&
M"32%/:<7
@FUXYEWL)4-/AE:86T]<&M’/U$11? O^^4<BA’NM’V-,X$<H
MLIT@>.ZY-W"@5=6[$=UWL3JB=U%XP>M%)9?%C*
[^AP=^F"KR’ 4Y!],+
MCDU\8,F!EU)+)G8O
]7QS<G%F2]!VY,+“=P#1Y.;T]]?].B)CQTM?:G%<3M
MOW[G.RV+T]],G
:\E/DQ=65B$72ZX’3F%I##Z?M$\Z+EOWI>32Y.G\YT($“G
MV:ZT]RJXO’GBXZ=JRQ^=‘MQ4?QYN)%7MX;MU9Z!702Q%I`MO9T[!UG&B
M"/-D#;.Z6>LAGU?X]C-S/%N-TYEVI^G/(RAM]=6 H?^&%3?]PE=<M’2E
M7\QL!9@>>0’?IY#:,[ ZZ>/:D6:X2U]X]OS]'<G5AY^?T%ZR<'WGMN<M?N
M;R(%%QUN+EX-M/KHBVO1BK3C(>*BP9
@6 KKOX!IAZJS-N[/B’BE>^4+1
M07AW’T.F\0_I[Z>
=^“55 7D4R’?#80@@‘K%?M069<:N1% /’$U=G<‘-S’&R
MKCZ”;&)RQY’GD0^XUA+^%^[;7KQJ[ED<8G3DWX[G<ELP6W0LP?.I:[-H.@
ML1KZ^P%(R_PY;E96IU$9O/<#:3’I3WH/S/N7.6/>@C8U/[[BY0’EZ*7[Z
M-^?&"B>7H#;T=<2@QA^I
%+^2<I%RPQDIJ!:0!V&?(R?=)4IGXM4TD8M22L
M]MLMM7N.$D)LZ__U?V-NBX:!:>YPMWOVV?^^^9W_@<4I76A.A.WT#WUG7KOB
M6[BH`E1?AQI_N±(VWA1`Y_X;W,’`(X0Y%8.>5][YA;DCR$\S’Y9!6RUO
M#1=@UT_!TH!CD@D6\TTB;,D[X6V][U3B1E@DZGUGXTOHWU-Q$-LG??N1 7J
MZ<EU_.4J2-H,“40Z*X`WEW%“B3T[$8]!$)W%[9Z]-<2=,4:=(=WG 9T?]6
M7>V\G&M&3WZ6:6N T^V86E!8#]OGCQTT)-V)+;V.OX$30$)C4;WOS,/7R0D3
M.\Z4/I?>>;D37(J`?KF^-CK"JI"7S_7^OHC8Z_O.[- &;LYY’L]0[NHU[Z"
M]Q=@D9W8\2:-7H’OM4E-,W^5_G41K?R&#I/VZ)
.R@.YG!1N_TMZ)Z3(SZPA
MBKS3H’G2R>P/SYJI(//GI&&:PL)G;K5H_+C^RUKL)U-:L:9%“-0BRV@0@E8
MR0%;7Z’I^C)A`%C,=3PU8)OZ6(&<N@A%&!0]SRJDT#ES2.XFD>Q?ON-$LA,H
M%M:O?/@&7OJ2OS>@3K ^HZBAPLGMPE2N+.0!D!.7;#N”]SCF10&/*S=S86
M/8TW4I 43DVNT$@!TH’J<"CIJLCDK2%?AHW^:3[ZIR9VG.C?]HH36G\XZU?
MV7 WO9]A7F.01[1S4>U;J;WG/$<[0=H#AQ]>#D7W$ZZV $.*M</[\C W%BU
MAO;OM’V
,],$TPADVF[XI^/(JTPV_GA’YFOP>_QYK9)_P’FRXPRJ)7,WZTB
M93’@@?@''R"^.;6DAY[#GJ<//"C>3AE
^?99$WD1WW[/2X?
%&M]6B&)\W,
M
;2]3M)N”?\J8R691\Y2#Y#”.X[\J]:#_SDK]P!GU9NR7HHC^Z.M$$V\E+U
M%L6;+3],NO ("
)W&‘([M:?<>96J[]J[!0XMV5S! [K / _Y[M;HYO+F+’
M.
>OI*%”-A9224J!5I!B<4]S<^8/WZ’N?O(=[.Y_L.X^T9%9SKH+V4"H++!9
MFV@^3YRQ76V([C/K”!"SYIJZU77&OEM0ZIV;’<‘[,UF-=FOOLK`O-7R’X
M/]? ;WV’P*=MQC+>"<MNBA26+Y"!H5I+*>.^U[#^0CTLN<UW/@C8+Z;F:2U
M-M/#VHQ1FV?U
=^O+&TJ]FUVV[6)5’)2$3WL*$(8" .OXS&4)Z^28#RZB)
ME)$D$IJ!@M/TJA^X3:WWI;6D$5\HCF.D@5>&9?6-G:-M_6IF\0IQ(X’X=
M
CMM% W&WG:@!BQ4@(7.%!R22 'OXF6VO2WCX@:!
[/\E&;?R!(E=0M.9PZ
MG?$([=E8AE1GJ=-//46’Z6<9RW@)T!OXN0TGG?^Z+^H&=;?FPE=98:.LV0
M?(:WAU1UK;F-DT\2#7Z+83]R(-^9>:>,X3]@3.(?5<54'1!O[;9V@`S!5-
M[AX?^Q9@<WSL9=0176UY7W$Z>Y.W[=(6?“R\M UP&'.M9[FR2_#9)I<S*&U
M8&+L+&Y.V.,8H8&^X,:JO_UM#0^JCS6B-Q7F4+24.7X6(:@/870+N<GPR?W
ML-[X++UA0__COB66D;+T51](ZY]-82K4ESV>.+8>0U[T[?6G!6\H22]E2
M]Z9IJ7O=NM2!3/6Z-,J:##?U<WT9
S%8.##!%-IYYQ>A5UA]9Q=T%#WRWPC%
M0W7R>Z#5!84@1IZR%GKDIYB=+<%+Z/H66$J.7%U`7;)MCU1"+CAX=2;F<#

M"GR_QO#])N+[-<+WZXAOP,4)PL65AW>=MAWC/X#HI)R9)B:@X.Y:,?X
MJ>+T"^E
’M^8@8WCN>05F<Q[%:5^X9NP!4G>#CM+VND<ABT:L- !>/5)S <$
MG.S+?!U_8D8DG/1;3ST%V>D”)/Q+]SR?Q+SI’Z5_[‘DET_Q>1O>K#PL>05L
M2-,^!39S(*$4L;W:*DB
\CAS0’‘<1^S;<W3^>(]BVF(8 .Y!#:/4#.]2K!
M6]MZ* ?[N@6TO5T"VUO(M#Q]#'@6XED,2_$$](G,(FOZ-@Z5G/F-U3->QBE
M8.IS;.%?58RE"EZ&J0A[4=-N^T9MMTW\9]&
)U9&I!9A%O1Y,+QLZ_N7>PY
M>O(HY/K:<AT^$%[C<]KQPL+NX??VOJW+4J:E;.CI];GEAX!)E=<(SD&OO
MZHDK3L.
!UY*;4E?@2D35V#IR5K/2Y/^>@/TIDTO7_D#=Q"H_8@T_4>9/JP
M
=TV<2,5:%BUX<3>A9^D[RVHCWAQWUW%2FH9Y!VY’C?“J6OAZV=NH#WQ->Z7
M#BXO)@WQ"T7%!2=#,7]LX/K`O<`,5Q;@D!”]XOVK/C,BB<7"R5;8\OVKJD_
M6(A]X.%4SC$:[=ASFOQ’FCZQLWX]XHS> 9[([=F7[C(=^K^CD<]#->QNZ
MF]I;U:;U37?>6>%5.U.1=>CB5&4N’<K5DKY2M2D:&XV’!@:3:N^HR@N0[Y4(
M.>7PAR%‘/%:N>C;4;ECGV;“AJEQM”(=5I)0X%$,+XW&"@O?$)1.OH??>5C
M/YC:](SB+E ^]MRF+ZOP;^FOOW.R_TA!P2_Z_V;GBOWO1]N’YS8=604,./.R
M"QA4+:0<XWK$2DQ%G=<'CYV[-@P=^R9-FO1/D-
.HY3[;Y_,X&VE/P][#O
M#%.[X"[H;/K&LZ@<^2] ^M,O_ .9?@`>9H$KM<@=$7GT9%5#+97/0Y;,
M\Y!.^J+TC8/06F8Q
’XR"=&CRXHADU+Z?/I’TW<B GI%S.OHL+T1>"/&1]
MF/[%$;R<^V4%+6+^"69;^HH1(K*;%F<V
.#<N<S7KR<A$N>3T+,]^H/,MQE-
M+$U_(WTB\R=+%06&^.Y[T<MJJH7>W8=N[OCD.O@DGV_5I)7’7I_P?ASA0>W
M%8P?+82$U’LW’6,V[?1A’CDU!,H)G^&+MS9!OB?= R@0J4V#W='5FY]0
M5W,=3?.3PX5$C:LSP>O1+V<‘Y#X,D[8C<^QGM!)^?2>DI-]:=-/B>^]\J>5S
MRMM_W7YHT<’%=RG)E8>V%(R_4’AP:'X<*[E%2F9
&^NO7)=5/S*!$^JWT
M]W++^:O]Q5]#&\D5^,C_B^6GP4_NF?6+SB2T<[SGV!?B’@X>+.B9NAK^9
M@NO9>?CQ]/[BQPNXWNH1Q S[W7]?
%=."9?V0`\V*#OQPQ?Z7%/8&[X[O
M<!]F63#A(3+!//R%8MR,?K$`.,+^XA’<4^TOQG.(1;S<(<K6G_YX\8.X:7V
M>#
^<^+1’QQ^7&1_%/[!/2E4KO#X]6"NT1J&YLY@N%F/1QK.&(=<GX NN
MEY];=O;;;R<69FHY8^%5EKW7JYZ>^1Y’'W&,#YRUY<Q_^&/4W<`F#;\YRR
M4L0;;H9___
?,E&Q1$!-I]]C4U/^%<)6"79"%F^#5E6?.GCE))9.@FKVTI+
M"1B3K[(Q*>K(I-Z#8[&$CP0?`#GWX<T*$BYV3!@J’2-O.YGPHZI<I/LJ$!
M7KD,5X
’$%
-Q8"A#'2D-Y>O C0]OH7"R!M!,<$,B\18Z(P[‘87/YC^0C$)
MD:=A0& H%0+P+AH"11L"A7"%^^G#‘RH>8:.A:,!WU8\WT<#MZ$&([/K"8D
M)F&=>; 8B/B]
[[477Q7YN1)"3_8P9X/’,<U;X^1A,6FP2LX#?2_\3=?]O
M3QJ[SW><)E.KA?±1QD’Y=@U0"CG6/HXM!#]ERQE&R>.0+!2:DK’CFXP0I
MD-%C4O<^SNL^QYC]W^:D<F#]?G N>0B6.XWIQ>O>:Y>).6_A@(1H^<^A0V
M]6SZN]C9!8:QIB[JL!<)B ,%DRL8 C<**IB!#Q!)MBCQLZ.'G;5Y;HZ2 <
MN:ZSR47E]S-$/BJ0Q)%@I!=!1$YT\ITO%O#!6"ZAZN’K&INYBZAJ’JF;<T
M5$T6(HD@)E $8WAY7,)+T3)“”!‘P;>,A/)E.GZ08$QP’%H5N5 &H4VI/$X
M(PW&SZBS&G5@9PLYPE9+G?W#:UEGU
+.7L\Z^\I_F
8%=E3,"Q^-TX,E.)
M2/Y.^M^IJW_Z’:NWDAL#/JQD.AD,OU$!L0Q- F[*2A5XML>O4HZ]6+C[
MT ,9B:79D0N8M3T:5[KGVF9/RXR/\X3D!X/GEKQS/<XS4#N3YE0-;“H:JE
M?QP$1YQ!( A_YB<2HH[21-F%,VC-EU<S`L2V26:X-_WBLR<+WW[JT(O[?K3@
M[4_U+$9TBA
/,=& #E”?8U)!>)DD%33^1)(
DKA4D’[-4:IX/[R:4E%^P3)PN XDQ[AA7ZG@‘EQU7:=D9LG-(3K^1^=$JZK:+D W=
MW’V,-CC+\63M’MQA/)O^WJ&"@T7%#?M!@=;`NDWCM#!YE$H.OEC$.]1P1R
M^X?9<1R3]-#(6Y/T_A;JQO61#KG’C_8?>U)Y’Y[Y8OVP8]I<1(>GKZ%!X:KB
M=&/TRO9<>M5]%QXB<Q-RL\P<3^E73":.KPI^5-4OJYS#5H,7,.E<Y7JND
MUD^\OZC^_4M32R?79CYY+1I PB:W?T+IWUBHQ’_6O[%(V;N?^-"9>^/^C<N
M4X9_F#Z!B_0]Z1<F-A<6G%CQ]SN+#GPSM61"6;!ET;E[7!^]KWO
,IWX-GP
MBO[@[W?@60[?KX%'A<<-ST.O,.R\5.K.]+?1_D@\UKJ&LP2Z`5KZ4TDY<
MPX2’B6A19@,>4307KYH<S/QR%>HPE(GE!XK
?
;>!+"IGL8?^_EI4V3M$U#
M@0(%
@1M9;’%C8I+%UJ*;%W81#&$-J61-BG)2UED"0:TKX\ZCJ,SSK@RZN@X
MSHS.. [JC)9665Q97,KFX#8&@S-5F5(!Z?^<]Y+DS0I^'V
[O^W0WMS
MWSGGWGON=NXY=P5#23PD]O16-*M>FE!@J:4"U2#1@L@EW+9$9(9Z!*IF&
M`G7B2UB.P>/T@^"_<$OI%).NB61E^8EZB0^,=B&WWQB[P(4OJ9MS(
M#CUS0[K"S2U@T!:IK,VSI <>/B?SAB’$Z3J)@X,;$3!L1C;`GWP]Y(;RC8!
M2S+U+K2<066=U&O94@>%(WD9Z8J_A+*R@,
;WSO/DG$<9Z,@-O_KF?*$0=[A
MP&Y(""5D5:4T&‘<D`.@O`%HLPZ@QRHC@E[AV+G8T[Q/;:3G?OTZ#R^9MJ2^V
M`6,628,S&IU2HVY±U1B@;’[]0(A2=P;N(,+7S2?1W32- V?^N(^J3%+W#>U
M,=.MD\JR>RN,08/X;:G8F)7ZXHYF/6J.:43],MT!TQGHU-)N!PJN+*1W!A)I
MY+A5WE,@=L1@;5PH2:D\N[<RJW
$&[51^QZZ=
!"^LM’IH(XFXOFUVVT,0+2
MV%60W0-0
^H)(#BD@JSQQ1F"3JK*%CLA8KEM= :F(75’]PY.T ;FJ2&9R+AW
M8]S?C8:X4U0*8+V<%^<-/RMI=A7SV6 B8%;:LG?Q&K07NG>P7A,ET5ILI’,2
MK8M.8B)8"E^/5B(97W#V^'U0S8’1N$%$YI;2[FYGO6F[F G7HG@P!F8!VA\P
M2B9I,2
>HCDKF4!&4)J5O+=TN0P31@OQ1U1(<V8<ME)B25NT\Y*[[“”&Y9
M#"EI-(MXH(&"K^+9W8’/D<‘=-X% ZM$T\7EMBSO$]AW’^)R];)MVL[P=A0FL
M&!WB62R?@&F+>\5#3T/RK87&72QR$/C9:#7Y1<#XL’C)8\J0;(.2+%.IM%II
M&J?#"9W >S_T]DJ<#
&V.DK>AG(S%IX/@LD2>!9^KL15"$Y3SOO7JNT*^25Q
M8RJOKJ0<-.#$0BDHDP0E70M4$XG^-)I%)AFR=S2MN&R0’ T?:2#U$Y 8# 3
M@TEF:18$OI%OJ;" ),A,?7%_8 ]NAIX&.#5B<2_MH#&
;W2W<ZF;L4II:@OW
M8 3$KZ2"S/%%65,!LF$"Q,9+@D4GK<V*/8!3P!UL45;0#.GQTHW98@"2T8’,
M@Q+?/766)2-U2RYD’U2K3";U;MQQAQLU,#&I)’-"2:4N6$B))0)“:5+Z^,G
ME,F69!W_G6-()G2[&R4;F(`4CK^'@“[VW6IF_%X(NX70>UDPVQ98H=GBK=L
MR):,EH&S! 8<Y”=5RK2$9P?XS/#.IVQLF!,C"Y=>:!:"IFC^,>K4+7J9=WX
M;Y’FR[&#Q!X_/TO#6Z:"R 7.H31AA!L@HSCG;@OY18(.SM;;)=+YWE&*13B
MO5+E/:NP_E?.Q#_12K_2M&DJT4S1VU#H3+A4ZY_0S ,W
<(O/,RV6B"Y4)
M;<LQ<^WR.L=M
^H;G*[&E6Z/X&U:M7K-
M6D57R!8_$/\A?IB[OW66A6U.MX”";Q’762QY^T]=+FHFM=SQZ$%0KUG@UU((
MG?;8#-#3$DHWMWF[Q8#]6P:12O$??XS>J]^2]OZA%.=.[F)18%'<9P%J8-[
MS3X4=UV@TMF#L47EZ@LF3G8_B-@F[RL$L7"AQ$SYO-QHCQU,UX],^&2\G7+L"9;R$I_YM5VJDK=>[A
MRN2W`0!_L=NO31#)]VDVW+8^Z_MB-AZ
&P>
#L4.A-Q<ERDB/*/


  1. EPX5[0ZR_&-,<:W#PDE)R>XR!]^':V=&LGF :6@G7,(4OID[W%HO,L
    M_U-%[8HR?;[Z/K7?PB23FF!80/W-N89[PABL%2SZZ(BY@6AHSJ;;QN50S(
    MA1R)AE0RRI0H’?%@(B’%W0LE=.3S[TA(XO8
    %E2Y^H6
    \N#8P9$8’N)8V-J
    MXOR’2(P0#X<J]E,JOP+'W+GREZE0A9?T!17>MM00R/!#B7QA3$SB[BQ!4T) M,;JR;J<A5<=-IUA-3=$4Q<8U'1';KT84XD:4IY)\O)F]$9_\'8.TCX%<M%NM M%ZF=P3Y,C,,_6EH'NVTN"L3T$F.H<NT1OV57*UHHO3]S;5Q4K@W?>M=8NVF
    M0;.(^V>/MD\VK):6$V=M<V&N\LX[+;Z2]<N#U(0WIR;HV’TFK4@M5.38":]C
    M_9#=4Y^;U[^<BFH&2T,=
    "X=L8P#&1KI(Z4C6HM=N#9;$-OI9B,E*4:RA3 M;QN!9U25SY0T2BE'XB)=*J<V7=6*2^H07O#7;E/?9BQ6IJZ#K1WZHGVZ^7U
    M9O3<,?Y/-%&.KL&$/VC;#.08=0I@W"TX7;T!<.]=W7TX>(EM!LR=:K,86.
    MP9[&'=W=[6T]7;[MOJ9N[6!;+L7^)IE!‘I3PW8.%4’+KZJJWSQQ)#6%@B&3"
    M%@SV%Z^?]X2#$7
    G0%@TUKJ4#(X%$H")97'0P$&43. U-G2+%$$KC=,B1;E M@JQ.%&4XWH*%R..JVHV>0^\[5-73X’"!.I7D,)GIL$R?JY@M’(XK4I;[SP
    MC+9._;NK;.X[TYNR-6
    %X9/+:U)HRT_)AC71!I>TB78QQMDNR:R3*.6X9 M%P4'2>KF66#RQ]E^B:VDNJ,>L33H"DCXDJC/HC[DBA.ABY2B0*'B42=K&^U. M0A\039F$S6EZI.Z65E]G3TM;2W=+P_8R]-KL%KHOPU&U0\7V.B-DM]1MD[2@ MJXT$'$ZA4:P:(S3J,6F-G#1&9BJQTQ1E.3*S$<)%UU2[7NF FB\NYQ!5Q>*D MUDAL%UF";(^T]_=?#&2VIES69))@"C\Q=LCAF!0YS?YIDGUG6]%=Z,V1!O
    M?B:FU#E-N+4SRIL#+*WKJ/6ZMC,T.)<,8P9LXOY/UF?%9-P9!%9&,38!>8* M>W%#WH5W3J=E!;H3;SJBY%9/S'0&TW7E(7.YJ=5LL/RP/7/@8OQP*(*OZ\WY MC"96'!&J+Q)8%^U?MV667@U^N^Y_&B\IS^7]3V^%A_E_J*[V5,+[:A62*BK< M^?N?E_7]SZ5&BM&XP]*E+-8S^IC0;AVRLX/D8#20T/1_IMMXFC]>=CXRNUN? MTM7+^;O>Z4\.SNWE3B9^12/KQ"5"6&F K]E5JEW'=)1:>%G*9W]GT^D&8[ ? M(S(,#3'O7 (6M/6"I% 2C=3TZNZ/C$"!+!<B!^B2(K\):;XDJD[OXEZ[HIEP MN%&:BX=\N1)V2CH]AJ>]1MIAO49J>W]TVBX*FS'"/.*9XPPO^,[=8D[]UF'& M*&T<<.F&)+\&J66KJ]._EU ^)B?=D?CHMJ ?SY6[@R/),M7XJBO5WQ\:86^L M,6G,L<)V1-"$,I:B?\OT=#(,B3$K),=:-/UK,XMOU$'AC;1-@("2[G2QD)T& MR)DJF .L&G+IG:!,L23%.&%:#P852T]A.NO#1M$+H1H&L:\OE"!_5A8844*I MOQ##RQBN?A]6&MR]6X-)"N+3Q85:W1; .5>)-LSTD^%Z[&+W1 IEY-0-0_PF M%G>*13"Z)'K0+[#,WC(;3,8Y&2^!^#1F]SU<]\1!HD4THX.>BT\8PMFDQF’
    M,6%6W(/O3V?“1PX@F!$K#-WQ&#DXV4B^AAN&P0E88Z”>\E)EB-W$V#16K=
    MEA-1@\P=R/[03SB#D.Z#L@\#*-E@&PGO]C7,4+ET>+XWBW.0]%'53'W25)B M2"2JD-9,JJH%VTDHMP=<D
    $$)G0>AMP7![8QKP;+F.%C^.G]@7-;;FHEH
    M)M"A""M’_L7QR$T2=/3KX]S.6 =7CVPJ(IJ:V\4%1!K24O4.-=;7I-6P6U]$
    M]I3W=%^.;C%CU/(,6 (9XM3II/2A8R0:VE"0/%:X>&CT)TMQ=NT>L9.+
    M1UQT)#V&/II7N);J
    @R&V#)US=KR.J9\9N\A)59>JM/AM(+0J\6%H>8ED(
    M/,/PDFT$VUHP)PQ<;?9?7:JR[Y(J$M-,
    :"S5;3\L .?A,.44?W6M81Q^KL
    M%A.IC_6:R=^<=J;+UEEET$IB[R>&!,NIC3JL,:HI8[5S.0I& -;,J0?P)
    M)GF
    D.<8<G5;-!7O@
    %D %OU((;NNOM<(Y;E]@S@56:>U@)"%I^PE# M9 MV*1>9K*&"?B+)7 P"8B: U%:)‘2([.Z[?/Y1TSY*MUN][QQ13,)7(J"S#0P
    M_I9(,U9Y0SXSN20%#LO S9O4D:TE&]‘CPDH>%N"Z03 UKB;SC UK@P911;HW
    MR-ZV!$;JK8YH**(1&?DR<^2(FA@,]2?EM]SM$7((G$)XM9G+3_IE)8?55-Q:
    M$L’CJ1/\K?GP5VLVP4M’(SAW\$18>XB]<2R4,N![.5\=ZDESB"HZ[1:/*7F MHE) >[_&T'<;LN VPNF=>J=F(FDX*N4QJ85,JF'2THH]2B6(L76C)*I;W^BQ ME5,Z\5G:U*]EY=*VM3VR&N9GL&N8?,(&+T#!1>K4-?A&GI?Z$:TFHO7%@T3X MKH(M4VA4GB?@<CH6CHC4D:5TQ/?73G2GF,-FD75=$(@SS@FWY’H2X7U.4^7
    M&OF9B7GAD<;’'X
    [671?+=-T9.]$]%EHWHG,_1%3[ZRT7D+&EZ6.TZ%^CN_
    M9>.W30+'VJCAINPOPHNPE0E1 A%=EP#^P/\/JHFJ*P8(]8L)T<DY!RXL0,X M#&,P!2)"5BQ3]20N%CJR;&$SK0D^4 DM#Q:!D[_VCV1[C482YB6 W]R(1+79 M)KE_$L:\SI/-O!N2Z%.>8U)G=3(2C%M"COGEF-7%FAA -JM"<F0^;4*8,$B' M"\X,=;I>U1NG(:OR+N<J[?+S628M=^@E>/>] ↩︎

  2. B?<DEW53^/M@Z:
    M6A7P1C8(0G7)P@G=PW6L[ (7B5@;5:[S+/74.T4GXLXHJ F_Y#L>SP433,>*
    M@I/:)72RH83)RWQ+LRT\IO!&1GB]:IM(5$H6L.)? ?76//2U5,WPN;.G7W
    MIQHD>I656I5T’H:J&GY#FWN[LFPU='!!U$V8L-BEQA53T['Z<LDE+1’^V
    M-37CC3?F^4B(Q7I-U513-)6,I9+L;MQT-:$XJ0O8>DTU5!,>1[)JF([)II:V
    MX##>H9?%=+V66HXJK(?N0B’V_7%F]Y5(]]#@6R-M"1A%V]I9 -OA%6
    M6;0QQKN;4C/9FF@.AOVCN"I#-Z/“P;)FDZN.ME]_5TSHM%F(H%:[:MMIUK M>;='!X#8VB.6:MDTTY3!"'J8\JJHB<E28TO "5(O&[MH',\2\:P!^LS/X/ $ MC$U38&WQX+H@\Y!@.P52??=U%-D,#2”)M8W-T8>JM8CQP4’46$^A \VTH[
    MFYL$^5O’T<,F%N31!S!(DSN YLL!-L,="81.“4+)4>O\E35FURC”=>?E[&
    MMLXN"M[6E=1Z;ZB3334>X(WN)25@"H^RX[9LO4SB"<#Q&$2O%ZI6C;OXD’]
    M](“,ROEBR+SUV5;[@>!HS!_PP4ICAP$Q$8/X7BQR]U$1’=E#L"G-2G(=[3"
    M0@L;C#3,#S1DQT5.(/=&8>?N+27S3@\AS9!3:5R@'M;-!S4UA2'V>+U6.=U M' ^%!Z&PM&0)^P&[9D*!8)M_KZ5FKZ7FMH9[LE74-1@=MJNH8J85->+RP-;" M[NB6>-18766];:&&5#+:Y \CP:<2%AC8'/)#'E1P$L6G$FH)*9G]X5!OG-TA M8<9=I?;+^U!?9Q!8LJ5N-I<Z6MG$CP<3+%S(_(I%?%W@EJ JG8B&^E0F3J@@ MV3%^HY\OKW,6I'@A>;5PN^VQ+*HUY/5P(9!?I=>EE5P:OR<:3@U9)R7A="^] M,RR(3@0S,)B,!!/6@:=Z>K7WT]=%?G3,U3 2)J]&PT&LRT8B<ZH0&'%DH"$R M8.4\E8()8T@=S& ]ZK=;VJ))(',L9.DMH_(D9F#5)F8)]5K/QK54KU\3’O
    MMZ&O+S5$7A@#S:&!3IO5F
    T:_KZ^<N 2VK<0$/3U[\WB'XRG=',5X^](-.; M<#VS%II&^\)!=*-@;F"#:$#MPRSD7&OFU6\!MFU7.Q?=L/I^Y.RSJYW08UN] M1ZN>86>&]7<E@[&$@Q"7P'<SJ NX"^EA[_6'[PL&'(2V,^D#E.NF5 X"H6)
    M[3"+;2IGDS%)6=2P/QJ84=4<R]3"O<0A+ U4:7@F47/&?$1NXNY4,&5+BERP
    MPU:H
    ^K=,QU/AJ26”#5AJ;Y&QQ)
    =?=CIIGW8? 4O:9)TEM\U2]8;S8..
    M<Y^+>=-/?'XN:EJ>N8E$[JLT$XOLETNVW4"+W-YPM.^^4GFSP
    VV=)LMY\7=
    MO@E-‘&1MS$4+(WVPUN(6WGZYS;TM-4A52>8DN;4-\J+]FCR[IF5),HMXZX $
    M%/?)N,9^59]-FC;3/L!9JRC#9!V$5>8’R:TZSU.FSUG?4QGL!]$WT&6N2O5
    M:T^B;&LXW6Z0CL=:V4R*+!R17I$27SQV’Y\S^’\Q
    ]XOK,SX"F.?^I]%94
    M:>=7G;^4U.=] ↩︎

  3. 2***
    M009!_\B!!^2(/@JBG:+6?/*Y&.L/AC3GY(\2S"D5I ( ↩︎

Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by emailing
this email address ( gui@qnx.com ) if you didn’t recieve her email.


Thanks
Rod

Gui Group <gui@qnx.com> wrote:

Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve her email.



Thanks
Rod

snip

This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com wrote:

Gui Group <> gui@qnx.com> > wrote:
Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve her email.



Thanks
Rod

snip

Hello All

If you go to :
http://developers.qnx.com/Fixes/

and click on “Proceed” after reading the warning and then you click on
“RtTrendFixes.tar” it will contain the files necessary to fix this problem.
Make sure that you read the RtTRendfixes.readme.

Let me know if you have problems with it.

Thanks
Rodney


Gui Group <gui@qnx.com> wrote:

This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com > wrote:
Gui Group <> gui@qnx.com> > wrote:
Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve her email.



Thanks
Rod

snip

Hello Rodney

Thanks for that. It half works.

It no longer plots the bottom half of the graph as a huge positive number
when called in the pre-realize, which is good. However, it still does not
scale correctly. It appears as if it is trying to rescale but is not
working.

Did it work when you recompiled my TestApp and tried that?

Rodney Gullickson

“Gui Group” <gui@qnx.com> wrote in message news:9te4g0$492$1@nntp.qnx.com

Hello All

If you go to :
http://developers.qnx.com/Fixes/

and click on “Proceed” after reading the warning and then you click on
“RtTrendFixes.tar” it will contain the files necessary to fix this
problem.
Make sure that you read the RtTRendfixes.readme.

Let me know if you have problems with it.

Thanks
Rodney


Gui Group <> gui@qnx.com> > wrote:
This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com > wrote:
Gui Group <> gui@qnx.com> > wrote:
Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when
the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by
emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve her
email.


Thanks
Rod

snip

Hello Rodney

No, can you send me your test app. Please email it to me in tar.gz format.

Thanks
Rodney

Rodney Gullickson <rodneyg@tritro.com.au> wrote:

Hello Rodney

Thanks for that. It half works.

It no longer plots the bottom half of the graph as a huge positive number
when called in the pre-realize, which is good. However, it still does not
scale correctly. It appears as if it is trying to rescale but is not
working.

Did it work when you recompiled my TestApp and tried that?

Rodney Gullickson

“Gui Group” <> gui@qnx.com> > wrote in message news:9te4g0$492$> 1@nntp.qnx.com> …
Hello All

If you go to :
http://developers.qnx.com/Fixes/

and click on “Proceed” after reading the warning and then you click on
“RtTrendFixes.tar” it will contain the files necessary to fix this
problem.
Make sure that you read the RtTRendfixes.readme.

Let me know if you have problems with it.

Thanks
Rodney


Gui Group <> gui@qnx.com> > wrote:
This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com > wrote:
Gui Group <> gui@qnx.com> > wrote:
Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when
the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by
emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve her
email.


Thanks
Rod

snip

Hi Rodney,

I have just got a SIGFPE from your RtTrend libraries. I think that I am
passing an array of zero values as the points to plot.

The calls in the debugger are:
RtTrend@RtExtentTrend: call RtTrend@recalculate_sizes
RtTrend@Recalculate_sizes call RtTrend@rescale_data
RtTrend@Rescale_data idiv ebx

I can send you a dump file if you like.

Rodney G

“Gui Group” <gui@qnx.com> wrote in message news:9te4g0$492$1@nntp.qnx.com

Hello All

If you go to :
http://developers.qnx.com/Fixes/

and click on “Proceed” after reading the warning and then you click on
“RtTrendFixes.tar” it will contain the files necessary to fix this
problem.
Make sure that you read the RtTRendfixes.readme.

Let me know if you have problems with it.

Thanks
Rodney


Gui Group <> gui@qnx.com> > wrote:
This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com > wrote:
Gui Group <> gui@qnx.com> > wrote:
Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when
the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by
emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve her
email.


Thanks
Rod

snip

Hey Rodney

Shouldn’t be necessary. I can probably figure out a way to duplicate it
here.

Thanks anyways.
Rodney

Rodney Gullickson <rodneyg@tritro.com.au> wrote:

Hi Rodney,

I have just got a SIGFPE from your RtTrend libraries. I think that I am
passing an array of zero values as the points to plot.

The calls in the debugger are:
RtTrend@RtExtentTrend: call RtTrend@recalculate_sizes
RtTrend@Recalculate_sizes call RtTrend@rescale_data
RtTrend@Rescale_data idiv ebx

I can send you a dump file if you like.

Rodney G

“Gui Group” <> gui@qnx.com> > wrote in message news:9te4g0$492$> 1@nntp.qnx.com> …
Hello All

If you go to :
http://developers.qnx.com/Fixes/

and click on “Proceed” after reading the warning and then you click on
“RtTrendFixes.tar” it will contain the files necessary to fix this
problem.
Make sure that you read the RtTRendfixes.readme.

Let me know if you have problems with it.

Thanks
Rodney


Gui Group <> gui@qnx.com> > wrote:
This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com > wrote:
Gui Group <> gui@qnx.com> > wrote:
Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called when
the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this post
she attempted to send them again. Please let us know by
emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve her
email.


Thanks
Rod

snip

Hello Rodney,

I was just wondering if any further work had been done on this problem. We
are trying to release our software and really would like this fix.

Thanks
Rodney Gullickson


“Gui Group” <gui@qnx.com> wrote in message news:9tg8ne$e6q$2@nntp.qnx.com

Hello Rodney

No, can you send me your test app. Please email it to me in tar.gz
format.

Thanks
Rodney

Rodney Gullickson <> rodneyg@tritro.com.au> > wrote:
Hello Rodney

Thanks for that. It half works.

It no longer plots the bottom half of the graph as a huge positive
number
when called in the pre-realize, which is good. However, it still does
not
scale correctly. It appears as if it is trying to rescale but is not
working.

Did it work when you recompiled my TestApp and tried that?

Rodney Gullickson

“Gui Group” <> gui@qnx.com> > wrote in message
news:9te4g0$492$> 1@nntp.qnx.com> …
Hello All

If you go to :
http://developers.qnx.com/Fixes/

and click on “Proceed” after reading the warning and then you click on
“RtTrendFixes.tar” it will contain the files necessary to fix this
problem.
Make sure that you read the RtTRendfixes.readme.

Let me know if you have problems with it.

Thanks
Rodney


Gui Group <> gui@qnx.com> > wrote:
This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com > wrote:
Gui Group <> gui@qnx.com> > wrote:
Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called
when
the
trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this
post
she attempted to send them again. Please let us know by
emailing
this email address ( > gui@qnx.com > ) if you didn’t recieve
her
email.


Thanks
Rod

snip

Hi Rodney,

Yes, the Trend widget is being worked on. As soon as it is fixed I will
let you know. Unfortunately, I don’t know if it will be fixed in time
for your release.

Regards
Brenda

Rodney Gullickson wrote:

Hello Rodney,

I was just wondering if any further work had been done on this problem. We
are trying to release our software and really would like this fix.

Thanks
Rodney Gullickson


“Gui Group” <> gui@qnx.com> > wrote in message news:9tg8ne$e6q$> 2@nntp.qnx.com> …

Hello Rodney

No, can you send me your test app. Please email it to me in tar.gz

format.

Thanks
Rodney

Rodney Gullickson <> rodneyg@tritro.com.au> > wrote:

Hello Rodney

Thanks for that. It half works.

It no longer plots the bottom half of the graph as a huge positive

number

when called in the pre-realize, which is good. However, it still does

not

scale correctly. It appears as if it is trying to rescale but is not
working.

Did it work when you recompiled my TestApp and tried that?

Rodney Gullickson

“Gui Group” <> gui@qnx.com> > wrote in message

news:9te4g0$492$> 1@nntp.qnx.com> …

Hello All

If you go to :
http://developers.qnx.com/Fixes/

and click on “Proceed” after reading the warning and then you click on
“RtTrendFixes.tar” it will contain the files necessary to fix this

problem.

Make sure that you read the RtTRendfixes.readme.

Let me know if you have problems with it.

Thanks
Rodney


Gui Group <> gui@qnx.com> > wrote:

This will probably only require a new version of the Contributed
widget library at the most.

Rodney

andy@microstep-mis.com > wrote:

Gui Group <> gui@qnx.com> > wrote:

Hello Jiri, Rodney, and Brendon

I have narrowed down the problem to a function that gets called

when

the

trend gets resized ( sorry about being vague here ). I don’t have
a set solution in mind, but I wanted you to know that I have found
where the problem is.

Can you specify if correction requires new version of Photon runtime
or toolkit or both ?

Andy

Rodney: Brenda did attempt to send you some suggestions a while
back concerning your lockup problem. After seeing this

post

she attempted to send them again. Please let us know by

emailing

this email address ( > gui@qnx.com > ) if you didn’t recieve

her

email.


Thanks
Rod

snip
\