Jump to content

Recommended Posts

Guest nollie
Posted

I'm having an issue with MultiClock not displaying after installing the theme.

I initially installed Mortsctript, followed by MultiClock and the other Plugins, followed by the Neo skin. All other plugins display without any problems, though MultiClock does not display at all.

I then uninstalled Neo, Mortscript and MultiClock. Then reinstalled MultiClock, followed by Mortscript (as XDA forum indicated) then Neo but still to no success.

I may have a incompatible MultiClock plugin possibly with this skin, which I downloaded from the 'WM 6.5 Goodies' thread. Titled 'Genix9_CMultiClock_0.6_WQVGA.cab'

If this is not the correct version, please can someone point me in the right direction, or help out with solving this issue? Many thanks.

Guest blazingwolf
Posted
I'm having an issue with MultiClock not displaying after installing the theme.

I initially installed Mortsctript, followed by MultiClock and the other Plugins, followed by the Neo skin. All other plugins display without any problems, though MultiClock does not display at all.

I then uninstalled Neo, Mortscript and MultiClock. Then reinstalled MultiClock, followed by Mortscript (as XDA forum indicated) then Neo but still to no success.

I may have a incompatible MultiClock plugin possibly with this skin, which I downloaded from the 'WM 6.5 Goodies' thread. Titled 'Genix9_CMultiClock_0.6_WQVGA.cab'

If this is not the correct version, please can someone point me in the right direction, or help out with solving this issue? Many thanks.

That version of CMultiClock has not been changed to the Neo theme. Plus it is old. Use the newer version I have put in the 2nd post of this thread. You can install it after you install the other cab files.

Guest Mothamoz
Posted
Is Nitrogen installed to device memory?

yep, it is

Guest blazingwolf
Posted

Hmm. Try an uninstall and then reinstall it? I haven't had an issue like this so far.

Guest Mothamoz
Posted
Hmm. Try an uninstall and then reinstall it? I haven't had an issue like this so far.

okay, just did, still not working. also reinstalled mortscript, didnt do anything for me either :)

Guest dannych99
Posted

Thanks for this new face, much clear looking.

Hope there are more plugins coming.... :)

Guest Mothamoz
Posted
blazingwolf: your Neo Titanium is very excellent. And your ROM with it has made a heretofore impossible to make happy Omnia user happy...you are as a god! lol

Mothamoz: I was having that issue with cNitrogen and Nitrogen on my Touch Pro (regular Titanium), and I ended up reflashing, then installing Nitrogen, then installing cNitrogen, and it fixed it.

Not sure what exactly caused it to not work...I messed with the cNitrogen registry, the mscr files, everything. I think something probably just goes haywire for no apparent reason, but since the reflash, it has been running like a dream.

The good kind of dream, not the creepy kind. :)

Thanks, i reflashed yesterday evening but... still not working ;)

damn.

Guest blazingwolf
Posted
Thanks, i reflashed yesterday evening but... still not working :)

damn.

I will see if I can figure out why you are having issues.

Guest blazingwolf
Posted
Here is CComm for Neo :D portrait and landscape.

The icons change color according if you are connected or not!

Thanks blazing for all the effort you put into.

Thanks Sector. Looks really nice. :angry:

Guest sector
Posted

Made also some modifs on weather. Now it shows the real temp icon and text even if you are not focused on the panel.

Just replace this in Titanium 240 and 400 cprs:

Find TitaniumWeatherCondensed:

and replace with this:

<Layer ID="TitaniumWeatherCondensed" Visible="False" Width="400" Height="40" Clip="False">

<!--Icon Image-->

<Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

<Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

</Text>

</Layer>

post-150032-1250467540_thumb.jpg

post-150032-1250467547_thumb.jpg

Guest monyozt
Posted (edited)

tq sector.. will try ASAP.. can i edit the cpr file with notepad++? or do i need especial tools?

edit:

im try to edit with notepadd++ but failed :D

can u teach me?

Edited by monyozt
Guest blazingwolf
Posted
Made also some modifs on weather. Now it shows the real temp icon and text even if you are not focused on the panel.

Just replace this in Titanium 240 and 400 cprs:

Find TitaniumWeatherCondensed:

and replace with this:

<Layer ID="TitaniumWeatherCondensed" Visible="False" Width="400" Height="40" Clip="False">

<!--Icon Image-->

<Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

<Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

</Text>

</Layer>

I placed this in the CPR files and it breaks the panel. I have made sure that the weather is updated but nothing.

I also tried adding this in to the new code:

	<Layer ID="Page" Clip="False">

	</Layer>

This gets the panel working again but no condensed icon is showing.

Guest sector
Posted

Hey bw try this one :D

  <Layer ID="TitaniumWeatherCondensed" Clip="False" Width="240" Height="40" Visible="False">

	<Layer ID="Page" Clip="False">

		  <Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

		<Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

		<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	  </Text>

	</Layer>

  </Layer>

This works for me at least and i dont have any probs

Guest sector
Posted
tq sector.. will try ASAP.. can i edit the cpr file with notepad++? or do i need especial tools?

edit:

im try to edit with notepadd++ but failed :D

can u teach me?

you dont need any special tools. you can edit it with notepad.

it is handled as a text file.

Guest monyozt
Posted
Hey bw try this one :D

  <Layer ID="TitaniumWeatherCondensed" Clip="False" Width="240" Height="40" Visible="False">

	 <Layer ID="Page" Clip="False">

		   <Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

		 <Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

		 <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		 <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	   </Text>

	 </Layer>

   </Layer>

This works for me at least and i dont have any probs

ok bro i'll try

Guest monyozt
Posted
I think it's because you installed Neo Titanium then installed the COffice panel afterwards. Trying doing it the other way around, worked for me when CLinks looked weird like that.

ok.. problem sloves. instan office plugins then neo titabium... :D

Guest blazingwolf
Posted
ok.. problem sloves. instan office plugins then neo titabium... ;)

Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

Guest monyozt
Posted
Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

ok mate... g8 job ;)

hope you make facebook pannel for facebook lovers ;)

Guest Koofteh
Posted
Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

Are you going to be changing the weather panel to the one Sector made?

Because I personally prefer the static icons since the new ones Sector (very kindly) made for us are a little larger than the rest and look weird to those of us who have OCD. ;)

Guest blazingwolf
Posted
Are you going to be changing the weather panel to the one Sector made?

Because I personally prefer the static icons since the new ones Sector (very kindly) made for us are a little larger than the rest and look weird to those of us who have OCD. :angry:

I do like the addition he made. :D So I probably will.

Guest Koofteh
Posted
I do like the addition he made. :D So I probably will.

Hmm, I'll stick with the current version then. :angry:

Guest Michelle My Belle
Posted (edited)
Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

Hi BW,

Will Neo Titanium weather feature as part of the main cab or will you be making a separate cab with Sector's additions?

Sector's additions look v.cool - my oppinion though ;)

Edited by Michelle My Belle
Guest blazingwolf
Posted
Hi BW,

Will Neo Titanium weather feature as part of the main cab or will you be making a separate cab with Sector's additions?

Sector's additions look v.cool - my oppinion though :D

It might be best to keep it separate. That way the people that don't like it can leave it out.

Guest Michelle My Belle
Posted
It might be best to keep it separate. That way the people that don't like it can leave it out.

;)

Excellent choice...

I must say, that M$ must be aware of 'Neo' (they'll have plenty of folks trawling these sites) and are probably wondering, why they didn't we think of that!!!

Neo, is the 'eye candy' M$ forgot - oh well there's still time for them to pretty it up up a bit... :D :angry:

Michelle

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.