|
How to disable border when mouse over? 2 Years, 3 Months ago
|
Karma: 0
|
|
Hello,
Joomulus is working perfect on my site. There's only 1 thing I want to change.
When mouse over, the text is lightning up. Also a border appears.
How can I change this? I want the border to be "0px"
Is that possible somehow?
Anybody experience?
Best regards,
Mike
the Netherlands
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 3 Months ago
|
Karma: 41
|
|
Hi Mike,
You would have to edit the flash - My colleague is the Joomulus developer - I will get him to add the flash source to the downloads area.
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 3 Months ago
|
Karma: 0
|
|
Hello Big Bear.
Thx a lot
Thats great.
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 0
|
|
Hi Big Bear,
I'm looking forward to play with the flash source.
I think it's not on the download area jet. Am I right or do I look in the wrong place?
Hope to hear from you.
Best regards,
Mike
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 12
|
Hi dezignus, I've been meaning to upload the source for a while. I'll upload the files first thing in the morning when I'm in my office. For now the source can be found on the wordpress site for cumulus wordpress.org/extend/plugins/wp-cumulus/download/
Download the development version. And upload the exported swf to the joomulus module. All that will be missing are the language swfs I've created.
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 0
|
|
Hello Bambi,
Thx a lot for the source file. I've downloaded it and now trying to find where I have to change te border to "0" px.
Kind regards,
Mike
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 0
|
|
Hi Bambi,
I'm trying to find where I can change the settings for the border when mouse over. Do you know where in the source file I can change this?
Kind regards,
Mike
|
|
|
|
|
|
|
Joomulus Development .swf 2 Years, 2 Months ago
|
Karma: 0
|
|
Hi
Good stuff @ ur place. Thanks.
Read about the development swf for Joomulus -and have downloaded, extract, copied it over and try to open in Flash.
The file is protected, so how to open and edit?
Appreciate the plug and ur service.
Thanks.
Per Försund
Kommunikation Med Mera
Sweden
|
|
|
|
|
|
|
Re: Joomulus Development .swf 2 Years, 2 Months ago
|
Karma: 41
|
|
Hi Adbuster,
Bambii our Joomulus developer has been working on updates all day today. New Joomulus coming soon.
If you want to edit the flash you need to get the .FLA and open with Adobe flash.
|
|
|
|
|
|
|
Re: Joomulus Development .swf 2 Years, 2 Months ago
|
Karma: 41
|
|
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 12
|
|
Sorry for the massively delayed reply Mike.
The border is created around line 70 in Tag.as
_back.graphics.beginFill( _hicolor, 0 );
_back.graphics.lineStyle( 0, _hicolor );
I've thought about removing the border also. But it's there as a mouse catcher. Meaning when you mouse over it's harder to mouse out, catching the mouse on a tag supposedly. Sometimes in Joomulus I've noticed little clusters of tags that get randomly distributed together. The border is actually useful in these rear instances, giving you a clear outline of the tag you're on.
But it's 6 of one half a dozen of another really. Compromise design for functionality, or functionality for design :)
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 12
|
|
Hey guys I haven't tested this, but try commenting out line 74 on Tag.as
_back.graphics.drawRect( 0, 0, _tf.textWidth+20, _tf.textHeight+5 );
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 0
|
|
Hi Bambi,
Thx fot your help.
I will try to change it.
Kind regards,
Mike
|
|
|
|
|
|
|
Re: How to disable border when mouse over? 2 Years, 2 Months ago
|
Karma: 0
|
|
Hey
Where do you find this code?
|
|
|
|
|
|
|