Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Creating Themes With Dreamboard
is a discussion within theiPhone 4|4S New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;Originally Posted by aschmeer What does OnLoad do? I'm looking for a function to kick off something once you unlock. OnLoad sounds like that it what it would do... but
...-
02-09-2012, 06:29 PM #2321
-
02-09-2012, 06:44 PM #2322
More stupid noob questions:
Loads from what? Does that include after an unlock? Coming out of any app?
I'm doing an animation of some png pics in html/javascipt and want it to reset and start over coming out from an unlock... would OnLoad do this?
I really appreciate the info. I had this theme that I did on my 3G, just trying to port it over to my 4S. I was hoping that DreamBoard would handle more of the animations, but it doesn't seem the case. But still, can add some neat stuff to it regardless.
-
02-09-2012, 08:24 PM #2323My iPhone is a Part of Me
- Join Date
- Aug 2009
- Location
- Stuck in Ohio
- Posts
- 514
- Thanks
- 138
- Thanked 185 Times in 116 Posts
-
02-10-2012, 03:06 PM #2324
Well guys, this probably isn't allowed here but I wanted to say another thanks to the guys in here for help. After 1 week of development I present iMetro Beta 4.
iMetro: Windows 8 on the iPad! [WIP]My Themes:
iMetro 8: Windows 8 on the iPad! Beta 7 released!
-
The Following 2 Users Say Thank You to linkandzelda For This Useful Post:
BadJ3d1 (02-10-2012), FrightDealer (02-10-2012)
-
02-10-2012, 04:10 PM #2325My iPhone is a Part of Me
- Join Date
- Feb 2011
- Location
- Sacramento, California
- Posts
- 511
- Thanks
- 32
- Thanked 49 Times in 44 Posts
Btw everyone. My theme Windows Vista for iPad is COMPLETE. I will release after I'm done testing
-
The Following User Says Thank You to Mr. Russian For This Useful Post:
FrightDealer (02-10-2012)
-
02-10-2012, 08:20 PM #2326
I am very new to DreamBoard but so far I am figuring it all out. I am running into a problem though. I am trying to make a scrollable allapps box in the middle.
This is all I have so far. Everything works great except for the scrolling app box. The red code is the app box.Code:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>MainView</key> <array> <dict> <key>ViewType</key> <string>Button</string> <key>Frame</key> <string>-55,100,257,97</string> <key>Image</key> <string>$ROOT/images/dream.png</string> <key>Rotation</key><integer>90</integer> <key>Actions</key> <array> <string>launch com.wynd.dreamboard</string> </array> </dict> <dict> <key>ViewType</key> <string>Button</string> <key>Frame</key> <string>65,100,257,97</string> <key>Image</key> <string>$ROOT/images/hero.png</string> <key>Rotation</key><integer>90</integer> <key>Actions</key> <array> <string>launch com.robotentertainment.itactics</string> </array> </dict> <dict> <key>ViewType</key> <string>Button</string> <key>Frame</key> <string>185,100,257,97</string> <key>Image</key> <string>$ROOT/images/netflix.png</string> <key>Rotation</key><integer>90</integer> <key>Actions</key> <array> <string>com.netflix.Netflix</string> </array> </dict> <dict> <key>BundleID</key><string>com.apple.mobilemail</string> <key>Rotation</key><integer>90</integer> <key>Frame</key><string>475,90,0,1234</string> <key>LabelStyle</key> <dict> <key>labelFontSize</key><integer>0</integer> <key>labelHeight</key><integer>0</integer> <key>labelWidth</key><integer>0</integer> <key>labelX</key><integer>0</integer> <key>labelY</key><integer>0</integer> </dict> <key>ViewType</key><string>AppIcon</string> </dict> <dict> <key>ViewType</key> <string>Button</string> <key>Frame</key> <string>305,100,257,97</string> <key>Image</key> <string>$ROOT/images/mail.png</string> <key>Rotation</key><integer>90</integer> <key>Actions</key> <array> <string>launch com.apple.mobilemail</string> </array> </dict> <dict> <key>ViewType</key> <string>Button</string> <key>Frame</key> <string>-55,830,257,97</string> <key>Image</key> <string>$ROOT/images/dream.png</string> <key>Rotation</key><integer>90</integer> <key>Actions</key> <array> <string>launch com.wynd.dreamboard</string> </array> </dict> <dict> <key>Frame</key><string>250,250,320,480</string> <key>AllApps</key><true/> <key>Rotation</key><integer>90</integer> <key>ContentHeight</key><integer>480</integer> <key>ContentWidth</key><integer>960</integer> <key>ContentOffsetX</key><integer>320</integer> <key>ContentOffsetY</key><integer>0</integer> <key>HorizontalScrollBars</key><false/> <key>ViewType</key><string>ScrollView</string> <key>id</key><string>MyScrollView</string> <key>ViewType</key><string>AppGrid</string> </dict> </array> </dict> </plist>
-
02-10-2012, 08:52 PM #2327Delirious
- Join Date
- Feb 2011
- Location
- New Zealand
- Posts
- 620
- Thanks
- 125
- Thanked 1,250 Times in 186 Posts
-
02-10-2012, 09:10 PM #2328
Thanks, did not see that. But there is still nothing.
-
02-11-2012, 06:51 AM #2329
I am really loving dreamboard on my ipad. Here is what I want to create with the all app box when its done. Basically you push the button and the all app box appears, when you push it again it disappears. Like I said earlier, I am very new to dreamboard and coding. I know the code above does not have anything about the button. I was trying to get the box to work first before I tried to add the button function. But if I could get help with both, that would be great.
-
02-11-2012, 01:57 PM #2330Delirious
- Join Date
- Feb 2011
- Location
- New Zealand
- Posts
- 620
- Thanks
- 125
- Thanked 1,250 Times in 186 Posts
-
02-11-2012, 02:06 PM #2331Dreamboard Porter/Themer/Coder
- Join Date
- Jan 2011
- Location
- var/Library/Dreamboard
- Posts
- 1,245
- Thanks
- 895
- Thanked 667 Times in 417 Posts
Anyone up for something....new?
http://modmyi.com/forums/iphone-4-ne...oard-port.html
-
The Following User Says Thank You to FrightDealer For This Useful Post:
BadJ3d1 (02-11-2012)
-
02-11-2012, 02:34 PM #2332
-
02-11-2012, 04:04 PM #2333My iPhone is a Part of Me
- Join Date
- Feb 2011
- Location
- Sacramento, California
- Posts
- 511
- Thanks
- 32
- Thanked 49 Times in 44 Posts
-
02-11-2012, 09:01 PM #2334Dreamboard Porter/Themer/Coder
- Join Date
- Jan 2011
- Location
- var/Library/Dreamboard
- Posts
- 1,245
- Thanks
- 895
- Thanked 667 Times in 417 Posts
-
02-13-2012, 11:04 AM #2335
So it looks like I missed this thread when I asked an earlier question, any chance I could get a quick response? I'm trying to modify a current theme to open Safari to a specific URL straight from the Springboard.
-
02-13-2012, 11:09 AM #2336
-
02-13-2012, 11:19 AM #2337
My suggestion would be to use a AdvWebView and inside make an image as your button, and then whenever the user clicks it try target as "_blank" and see if you can actually do that. It will either open Safari, or it will open Google News inside the web view. Just a small suggestion and I didn't test it lol.
Edit: Nope.. oh well.Last edited by linkandzelda; 02-13-2012 at 12:42 PM.
My Themes:
iMetro 8: Windows 8 on the iPad! Beta 7 released!
-
02-13-2012, 11:19 AM #2338
-
02-13-2012, 11:59 AM #2339Dreamboard Porter/Themer/Coder
- Join Date
- Jan 2011
- Location
- var/Library/Dreamboard
- Posts
- 1,245
- Thanks
- 895
- Thanked 667 Times in 417 Posts
-
The Following User Says Thank You to FrightDealer For This Useful Post:
BadJ3d1 (02-13-2012)
-
02-13-2012, 12:10 PM #2340




LinkBack URL
About LinkBacks

Reply With Quote


