Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > Theme Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 08-05-2011, 09:44 AM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default use of <rect> on 9800 with today items??

has anyone had any issues with using <rect> with today items?
I seem to have found a very strange thing... if you use <rect> then it messes up the today items. so no matter where you click it only opens the last today item (in my case sms/text). If I replace it with an image.. it works!???? ANY CLUE???
__________________
Reply With Quote Tip this Post
    Thread Author   #2  
Old 08-05-2011, 10:27 AM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default

confirmed... once I removed all the rect's and replaced with images (blank or whatever) it works perfectly.
__________________
Reply With Quote Tip this Post
  #3  
Old 08-05-2011, 06:38 PM
CrackBerry Master
Device(s): 9850 7.1.0.402 + PlayBook 16Gb
Carrier: Verizon
Pin: PM me for it!
 
Location: Eastern Shore of MD
Join Date: Sep 2008
Posts: 1,091
Likes Received: 119
Thanked 217 Times in 126 Posts
Default

Interesting, I used <rect> with my today items in Morph and had no issues.

What specifically did you use the <rect>'s for? Focus? Background?
__________________
"If anyone would come after me, let him deny himself and take up his cross and follow me" - Matthew 16:24

Follow me on twitter: graymatteron
Reply With Quote Tip this Post
  #4  
Old 08-05-2011, 06:44 PM
CrackBerry Master
Device(s): 9850 7.1.0.402 + PlayBook 16Gb
Carrier: Verizon
Pin: PM me for it!
 
Location: Eastern Shore of MD
Join Date: Sep 2008
Posts: 1,091
Likes Received: 119
Thanked 217 Times in 126 Posts
Default

Here's one of my today elements from Morph using <rect> if it helps any:

Code:
<g id="todaycal" font-family="BBAlpha Sans Condensed" font-size="20" fill="#ffffff">
	<rect x="0" y="0" width="360" height="80" fill="black" opacity="0.2"/>
	<rect id="todaycalm" x="0" y="0" width="360" height="80" fill="gray" display="none" opacity="0.5"/>

	<rect id="todaycal1" x="0" y="3" width="360" height="20" fill="none"/>
	<rect id="todaycal1f" x="0" y="3" width="360" height="20" fill="gray" opacity="0.5" display="none">
		<set attributeName="display" to="inline" begin="todaycal1.focusin"/>
		<set attributeName="display" to="none" begin="todaycal1.focusout"/>
	</rect>
	<loadScene xlink:href="x-exec://LaunchInternal?calendar1" begin="todaycal1.activate"/>
	<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&amp;height=20&amp;ids=calendar1subject;calendar1location&amp;&amp;spacing=8&amp;firstsectionwidth=100&amp;ellipsis=&#x2026;"/>
	<text id="calendar1time" x="0" y="20"/>
	<text id="calendar1subject" x="74" y="20"/>
	<text id="calendar1location" x="74" y="20"/>

	<rect id="todaycal2" x="0" y="23" width="360" height="20" fill="none"/>
	<rect id="todaycal2f" x="0" y="23" width="360" height="20" fill="gray" opacity="0.5" display="none">
		<set attributeName="display" to="inline" begin="todaycal2.focusin"/>
		<set attributeName="display" to="none" begin="todaycal2.focusout"/>
	</rect>
	<loadScene xlink:href="x-exec://LaunchInternal?calendar2" begin="todaycal2.activate"/>
	<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&amp;height=20&amp;ids=calendar2subject;calendar2location&amp;&amp;spacing=8&amp;firstsectionwidth=100&amp;ellipsis=&#x2026;"/>
	<text id="calendar2time" x="0" y="40"/>
	<text id="calendar2subject" x="74" y="40"/>
	<text id="calendar2location" x="74" y="40"/>

	<rect id="todaycal3" x="0" y="43" width="360" height="20" fill="none"/>
	<rect id="todaycal3f" x="0" y="43" width="360" height="20" fill="gray" opacity="0.5" display="none">
		<set attributeName="display" to="inline" begin="todaycal3.focusin"/>
		<set attributeName="display" to="none" begin="todaycal3.focusout"/>
	</rect>
	<loadScene xlink:href="x-exec://LaunchInternal?calendar3" begin="todaycal3.activate"/>
	<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&amp;height=20&amp;ids=calendar3subject;calendar3location&amp;&amp;spacing=8&amp;firstsectionwidth=100&amp;ellipsis=&#x2026;"/>
	<text id="calendar3time" x="0" y="60"/>
	<text id="calendar3subject" x="74" y="60"/>
	<text id="calendar3location" x="74" y="60"/>

	<rect id="todaycal4" x="0" y="63" width="360" height="20" fill="none"/>
	<rect id="todaycal4f" x="0" y="63" width="360" height="20" fill="gray" opacity="0.5" display="none">
		<set attributeName="display" to="inline" begin="todaycal4.focusin"/>
		<set attributeName="display" to="none" begin="todaycal4.focusout"/>
	</rect>
	<loadScene xlink:href="x-exec://LaunchInternal?calendar4" begin="todaycal4.activate"/>
	<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&amp;height=20&amp;ids=calendar4subject;calendar4location&amp;&amp;spacing=8&amp;firstsectionwidth=100&amp;ellipsis=&#x2026;"/>
	<text id="calendar4time" x="0" y="80"/>
	<text id="calendar4subject" x="74" y="80"/>
	<text id="calendar4location" x="74" y="80"/>

	<animateTransform xlink:href="#todaycal" attributeName="transform" to="0,270" dur="0.01" fill="freeze"/>
</g>
__________________
"If anyone would come after me, let him deny himself and take up his cross and follow me" - Matthew 16:24

Follow me on twitter: graymatteron
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   use of <rect> on 9800 with today items??

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes