IDE :: Panels Won't Dock?
Feb 3, 2009Somehow, my properties and actions panels became "undocked". They now refuse to snap back into their original positions.
View 2 RepliesSomehow, my properties and actions panels became "undocked". They now refuse to snap back into their original positions.
View 2 RepliesI'm making a Flex app and I'd like to know how to set the name of my app as it appears when the user hovers over it in the dock. Here's a screenshot of it now:I'd like a space between the lowercase 'd' and the uppercase Y. What part of my app's XML file must I edit to change that text in the gray tooltip?
View 2 RepliesI found this tutorial on how to make a flash dock in flash [URL].. I understand very little flash coming from PHP but I can usually figure it out.
I'm wanting to use this on my website as the navigation and I need help changing the icons themselves and the images.
I'm looking for an example or script of a mac dock type interface with objects in a grid rather than on a line.
View 3 Replies[URL]Is there a way to do this particular script without having to buy that program?
View 1 RepliesI wanted to know how to make a Mac OS X Styled menu. I need it for a site that I am making.
View 8 RepliesI'm trying to do a circuler dock menu, like the mac osx but as a ring instead.
View 1 RepliesI found a bit of code out there that creates a mac style dock but what i cant figure out is where to set the spacing of the icons in the dock
[Code]...
I'm on Windows and can't dock the Main toolbar in Flash 10.Is this by design? I find it annoying.
View 2 RepliesOk so i was following this tutorial today at: [URL]..and its a good tutorial... with one exception. They never tell you where you can put the code for clicking on the buttons to make them functional.so now i have some good looking buttons that dont go anywhere. Any one want to take a look at this and see if you can tell me where i can put in my "click" event code.
View 8 RepliesI'm wondering if anyone knows how to create an "add to dock" type of feature much like URL...
View 1 RepliesI have created a movie in CS3 which is basically a series of images that scroll from right to left across the screen. Each image also has a url assigned to it so that clicking on that image takes you to another (external) website. It's all working beautifully.All I want to be able to do now is to create a mouseover effect, whereby when your cursor is over the scrolling image, that image only enlarges slightly - a bit like the Apple dock effect. Then, if the cursor moves to the second image, the first image reduces back to its original size and the second one enlarges.
View 5 RepliesI Am trying to create a navigation system where the navigation(nav_mc) will slide into screen anytime the mouse is over the plash player and then slide out when the mouse is off the flash player.
I have achieved this quite easily using an invisible button(stage_btn) over the entire flash, with event handlers to initiate tweenlite tweens of the navigation in and out of screen on MOUSE_OVER and MOUSE_OUT
Now i have buttons in nav_mc, that dont receive focus if nav_mc is below the main stage_btn and if i bring stage_btn above the nav_mc it means that when i rollover nav_mc, then stage_mc looses focus and slides out with all my navigation buttons...
Any ideas on the best way to handle this situation - or go about doing the the entire ting in a different way?
ActionScript Code:
i found this nice Mac OS X Dock Menu effect on [URL] (the second link from the top), the thing is, it only works when it is published for flash player 6 or lower... why it doesn't work when it is published for flash player 7...
View 14 Repliesand want to turn it into a photo slideshow menu, I have manage to change the icons to my images and edit the buttons up/down states etc, but can't figure out how to get it to display the corresponding picture when the icon is clicked on?I want a larger version of the picture used as the icon to appear above the menu when clicked on or maybe just on a roll over?
View 3 RepliesI was following this nice tutorial on how to create a dock-like menu in Flash.I managed to add my own icons and to adapt height and length etc., but I did not manage to remove the grey bar in the back.And more important, to add a link to one of the items in the dock. I tried to make the icon a button, but that didn't really work.
View 1 RepliesI am trying to create a menu, similar to a dock menu but that just magnifies the images when rolled over (rather than overly crazy carosels or massively zooming docks. and secondly...the dock menu would link to separate flvs that are on a streaming server. I've never worked with one before and wonder how to connect them to my flash. I'm trying to create an flv player, sorry, shouldve said earlier... but one that only plays 6 vids (linked to by the magnifying dock menu).
View 2 RepliesTrying to get this horizontal dock menu to be vertical and not pivoting from the center. I want to have the frist item of the array (holding the menu to be at a fixed position e.g (0,0). And i want to be able to hover vertically along the y axis [code]I have attached the fla i am working on. I think i am almost there, just need some tweaks to make it 100%.
View 6 RepliesIs there any way to turn off the autodocking panels. I just want my panels to be free floating and not stick together. The way they dock and stick together is the worst.
View 2 RepliesAre there any panels in CS5 created for mobile devices/Android app development? What are the commonly used tools/panels for app development?
View 2 RepliesI want to create a set of panels. One holds the buttons and the other holds the main drawing panel. An ASCII representation would look like this:
Code:
-----------------------------------
| B | MAIN |
| U | DRAWING |
| T | SPACE |
| T | |
| O | |
| N | |
| S | |
-----------------------------------
I will be letting the user move things around the main drawing space and want to prevent them from moving things into the panel of buttons. Also, I want to be able to export an image file showing the contents of the main drawing panel. Is there a nice way to create these panels using ActionScript? I saw that there was a panel object in Flex and am unsure how to do that with AS 3.0.
I have a ViewStack with 2 panels:
<mx:ViewStack id="viewstack1" height="243">
<mx:Panel id="gridPanel">
<mx:DataGrid id="grid" right="10" left="10" top="10" bottom="10" width="300" height="150" itemClick="showDetails(event)">
[Code]....
I want to have the user click a grid item in the first panel and then load the data in a panel in the second panel. I can grab the value of the index for the clicked item in the itemClicked handler, but how do I access the detailsPanel to set the values based on the row info from the Grid?
SO, it's been a while since I've done actionscript 3 again, been mostly busy with iOS programming..Anyway, what I'm trying to create is a sliding panels.So far they work but I'm having some troubles, And everything I try does not do what I want hehe.
The panels work, I generate 5 of them in a for loop, they slide open and close when clicked using greensock.But, They all have a label, which needs to slide with it instead of staying on the same position.Plus, I have a if/else to check if a panel is open, but I want to check this individually instead of overall.
The full code is:
import com.greensock.TweenLite;
import flash.geom.ColorTransform;
import flash.text.engine.TabStop;
[cod]....
My problem is i am trying to make a panel. My button in in Main.mxml whereas the panel functions are defined in panel_Create.mxml. the code works fine. In panel_Create their are functions to create panels at runtime. The problem i am facing is when i run the program it wont show the panels but it does increase the value of n and after 8 clicks it gives alert message. The code works fine when i put all the code in Main.mxml
<fx:Script>
<![CDATA[
import Components.panel_Create;[code].....
i'm interested in creating sliding transition panels for menu items similar to those found on the below websites. My question is how these panels work from an actionscript point of view in terms of the very fast and clean motion dynamics and whether people think they are built into the main page or whether they load as part of the called swf
View 2 RepliesI am using a for loop which creates 4 panels inside a tabnavigator. the problem is the panels all display in a vertical row. I am wanting to have two panels in row one then another 2 panels under that in row two. Not 4 in a vertical line.
View 1 RepliesI'm using Adobe Flex Builder 4.5, and I'd like to create a vertical, scrollable list of panels for an AIR application. How do I do that?
View 1 RepliesHow to make it XML based?
View 1 RepliesI completed the 3d Photo Panels tutorial and everything works great. The problem I have is that, when you click out of the browser to a different application or the desktop, the panels start spinning at a ridiculous speed. movie when the mouse leaves the stage? I understand can add an event listener for when the mouse leaves the stage, but I just don't know what to write to stop the movie and then restart the movie when the mouse returns. I'm fairly new to AS3 and it's been a while since I've coded AS2 or used Flash.Here's my code:
Code: Select allpackage {
import com.greensock.*;
import com.greensock.easing.*;
[code].....
i try to modify a file i got here: [URL] simply, i try to add more panels. tried to edit the vars, added mc's with a corresponding name, added more buttons, but on the 7th and further, no mc is loaded.
View 4 Replies