Shoutbox

help me please for region. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: help me please for region. (/showthread.php?tid=92538)

help me please for region. by dada24300 on 10-10-2009 at 01:42 PM


[Image: capturez.png]

hello.
I'm tested regions.
I have successfully removed part of windows but now I find myself with the blue bar that I can not deleted.
does anyone can tell me how.
thank you in advance.

------------------------------------------------------------------------------------------------------

bonjour.
je suis en train de testé les régions.
j'ai réussie a enlever le cadre des fenêtres mais maintenant je me retrouve avec cette barre bleu, que je n'arrive pas a supprimé.
est ce que quelqu'un pourrai me dire comment faire.
merci d'avance.


RE: help me please for region. by ryxdp on 10-10-2009 at 10:26 PM

quote:
Originally posted by dada24300
hello.
I'm tested regions.
I have successfully removed part of windows but now I find myself with the blue bar that I can not deleted.
does anyone can tell me how.
thank you in advance.

On the conversation window, these elements are at the end of the file, starting with ConvWindowBar. The login window and contact list share the window bar between them; this can be found in the 923 definition, also at the bottom, labelled MainWindowBar.

By the way, you should get rid of your signature, it's far too big. Maximum filesize on here is 100KB, your sig is 5 megabytes.
RE: help me please for region. by insider on 10-11-2009 at 01:03 AM

hello,  might set an example.

def 923.

code:
<Element id=atom(WindowBarBG) Layout=BorderLayout() Height=0/>
</Element>
<element background=rcbkd("msgr", 59000) class="frame"/>
<Element id=atom(BrandedWindowIcon) class="WindowIcon" content=rcimg("msgr",600) ContentAlign=middleleft padding=Rect(6,0,0,0)/>
<Element id=atom(Bocajuniors) LayoutPos=left  padding=Rect(22,0,0,0)/>
<Element Layout=BorderLayout() Height=rcint("msgr",1833)>
<Element layoutpos=top layout=FlowLayout(2,2,2,2)>
<Element id=atom(minmaxclosebase) Layoutpos=bottom layout=FlowLayout(0,0,0,0)>
<button id=atom(FLWMinBtn) class="FrameBtn" layoutpos=left cmdid=21004 AccName=rcstr(21076) AccDesc=rcstr(21076) Content=rcimg(21019) active=1 padding=rcrect(21007)/>
<button id=atom(FLWMaxBtn) class="FrameBtn" layoutpos=client cmdid=21005 AccName=rcstr(21077) AccDesc=rcstr(21077) Content=rcimg(21020) active=1 padding=rcrect(21007)/>
<button id=atom(FLWCloseBtn) class="FrameBtn" layoutpos=right cmdid=21002 AccName=rcstr(21078) AccDesc=rcstr(21078) Content=rcimg(21018) active=1 padding=rcrect(21007)/>
</Element>
</Element>
</Element>
<Element ID=atom(squarebordertop) Background=rcbkd("msgr",1822) enabled=false active=0/>
<Element ID=atom(framelessbordertop) enabled=false active=0/>
</Element>

and in style 923

code:
Element[id=atom(Bocajuniors)]
{
Content:rcstr("msgr",61143);
fontface:rcstr(20953);
fontsize:rcint(20958)pt;
foreground:rgb(248,218,73);
ContentAlign:middleleft|endellipsis;
Colorize:-1;
}

create a new element to the text. thus does not interfere with the image ...
RE: help me please for region. by dada24300 on 10-11-2009 at 08:16 AM

   
thank you for your prompt response.
but we can not directly remove the bar because if I replace it with a transparent image, my background is repeated in the bar.

[Image: hautfenetrecapture.png]

and a special form of window that shifts the background image.

[Image: halloweencapture.th.png]

again thank you in advance.

------------------------------------------------------------------------------------------

merci pour vos réponse rapide.
mais, on ne peut pas directement enlever cette barre car si je la remplace par une image transparente, mon fond se répète dans la barre.

et sur un forme de fenêtre spécial ça décale l'image de fond.

encore merci d'avance.


RE: help me please for region. by eard on 10-11-2009 at 02:38 PM

you can't put a transparent image as background, because that part needs a non-alpha image as background, and over that image you can put a transparent image if you want. If you put only a transparent image you will always have the error that you are showing to us.


RE: help me please for region. by insider on 10-11-2009 at 04:38 PM

had misunderstood ... I thought I only wanted to replace the blue with an image

if the configuration for the shape of the window is much more complicated than before. must split the image into two... :S


RE: help me please for region. by Guena on 10-11-2009 at 10:26 PM

Solution is in the code of Avalon Concept.
In fact you need two pictures. One for the WindowBar and another one for the background of the window.


RE: help me please for region. by dada24300 on 10-12-2009 at 07:13 PM

thank you all for your advice.
I tried to watch it more closely.