well actuly i stumbled into this by accident, while trying to add a pop-up window (like isro/ksro wich presents a window with certain text once the user logs in).
thouse 2 folders actuly have alot of "If" txt files, wich are remarkably like the launcher files wich determins the locations of .ddj files inside the window.
lets take a look:
ifexchange.txt:
lets take acloser look at it:Code:GDR_EXCHANGE_TEXT_BOX:CIFTextBox { ClientRect=RECT,"0,0,0,0" Color=COLOR,"255,255,255,255" DDJ=STRING,"" FontColor=COLOR,"255,255,255,255" FontIndex=INTEGER,"0" HAlign=INTEGER,"0" ID=INTEGER,"304" Rect=RECT,"14,342,337,87" StretchType=INTEGER,"0" Style=INTEGER,"0" SubSection=STRING,"" Text=STRING,"" UV_LB=POINT,"0,1" UV_LT=POINT,"0,0" UV_RB=POINT,"1,1" UV_RT=POINT,"1,0" VAlign=INTEGER,"0" } GDR_EXCHANGE_TEXT_BOX_FRAME_BG:CIFNormalTile { ClientRect=RECT,"0,0,0,0" Color=COLOR,"255,255,255,255" DDJ=STRING,"interface\\ifcommon\\bg_tile\\com_bg_tile_e.ddj" FontColor=COLOR,"255,255,255,255" FontIndex=INTEGER,"0" HAlign=INTEGER,"0" ID=INTEGER,"303" Rect=RECT,"14,342,337,87" Style=INTEGER,"0" SubSection=STRING,"" Text=STRING,"" UV_LB=POINT,"0,1" UV_LT=POINT,"0,0" UV_RB=POINT,"1,1" UV_RT=POINT,"1,0" VAlign=INTEGER,"0" }
CIFTextBox - this is the code sro_client uses to call this command.
if u open sro_client with hex u can find it.
color - duh.. guess for urself
ddj - the location of the .ddj file for the bh of the top part of the exchange window
rect - the locations (X,Y) of the .ddj (didnt test it, its simply a guess).
and the rest are not self-explanery and didnt have time to test it.
so, i guess that if u can break down everything and understand how it works, we can basicly create new functions for the server.
like the afro-mentioned login-text-box.
any ideas on this... disscussion would be appritiated ^_^
thnx
~AntohA



![/[Discussion]resinfo / res_ui client side.](http://ragezone.com/hyper728.png)


