I created a Button in MXMXL. On button click, I create a Menu as a child of the Button. I am using an XML datasource. The reason for creating it this way, was due to the amount of custom skinning invo
I want to find out whether a file or a directory is hide. At first I made use of CFile::GetStatus(), however I found this api sometimes will return FALSE.
I have a real simple script, where the user clicks 开发者_C百科on a link, a div displays and all other divs in the container are hidden. Yet, when I click, it does not hide anything in the below code
I\'m using the Flowplayer.org Tooltips and I\'d like it to disappear after 4 seconds. Here\'s the code for it开发者_如何学编程, can anyone help?
While executing my program, I want to hide/minimize Microsoft Speech Recognition Application: alt text http://img143.imageshack.us/img143/9380/minimize.png
How can I hide a com开发者_StackOverflow社区ponent and what AS3 code to use to hide a Flex Component from an external swf file?I don\'t understand what you mean by hiding.
I need to show and hide with the select element some divs. So far I have the HTML and I\'ve tried many jQuery snippets online but none seemed to work. I need help please.
I am trying to show a div when the cursor hovers over and image and hide the div when It is not hovered over the image how is this done?? So far I have a basic show:
I have the following code working fine but the problem is that it always submits the first div (article) even though it\'s hidden.My question is how do I submit the form and the elements in the form i
I have a UIToolbar that I set up using IB with three buttons, left, middle and right. In some situations I would like to not di开发者_StackOverflow中文版splay the middle button.Does anybody know of a