hammer9
16 years ago
1 month ago
94,628
Please help.

I used FMC for FM2014...

A - i want rise height and bit bigger than normal logo
B - i want this logo resize to big as same as normal logo (normal was 180x 180) but logo on titlebar look small.

i can edit config but which one config for this?

http://i60.tinypic.com/65va6s.png

thank you.
flut
14 years ago
1 day ago
3,857
Please help.

I used FMC for FM2014...

A - i want rise height and bit bigger than normal logo
B - i want this logo resize to big as same as normal logo (normal was 180x 180) but logo on titlebar look small.

i can edit config but which one config for this?

http://i60.tinypic.com/65va6s.png

thank you.


Hi

Go to titlebar.xml and search for some like that:

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

Change the values of height and width.
hammer9
16 years ago
1 month ago
94,628
Hi

Go to titlebar.xml and search for some like that:

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

Change the values of height and width.


i put this...

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
<boolean id="value" value="false" />
</attachment>

<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<record id="object_property">
<integer id="get_property" value="mnpc" />
<integer id="set_property" value="file" />
</record>
</widget>


...correect? if yeah nothing fixed....i may wrong... let me know
flut
14 years ago
1 day ago
3,857
i put this...

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
<boolean id="value" value="false" />
</attachment>

<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<record id="object_property">
<integer id="get_property" value="mnpc" />
<integer id="set_property" value="file" />
</record>
</widget>


...correect? if yeah nothing fixed....i may wrong... let me know


Hi

I don't know if I understood what you did...
Increase the number 80 and 80.
hammer9
16 years ago
1 month ago
94,628
Hi

Go to titlebar.xml and search for some like that:

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

Change the values of height and width.


this should i copy this to paste in titlebar.xml ...like this...(black bold to replace)..other red was already in config

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>


<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
<boolean id="value" value="false" />
</attachment>

<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<record id="object_property">
<integer id="get_property" value="mnpc" />
<integer id="set_property" value="file" />
</record>
</widget>


understand? ....or should i put like this...

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>


without red one?
flut
14 years ago
1 day ago
3,857
this should i copy this to paste in titlebar.xml ...like this...(black bold to replace)..other red was already in config

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>


<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
<boolean id="value" value="false" />
</attachment>

<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<record id="object_property">
<integer id="get_property" value="mnpc" />
<integer id="set_property" value="file" />
</record>
</widget>


understand? ....or should i put like this...

<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>


without red one?


Sorry but it still hard to me understand what you want.
Please show me a screenshot with the current view and the changes you want, and send me the xml in order I take a look.

You'll need to Login to comment