Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: blacktorncoat
  • Order by date
  1. blacktorncoat

    Invoking File Menu programatically

    Thanks PHV and BuilderSpec ! I confused Microsoft Access Object Library with Microsoft Office Object Library. It works fine now. Y.
  2. blacktorncoat

    Invoking File Menu programatically

    Thanks for replying,PHV, but I still can't seem to get it to work.. most examples I see on the web are using " Dim FD as Office.FileDialog" or "Dim FD as FileDialog" both result in "User-defined type not defined." I am using Microsoft Access 10 Object Library. Anyone knows how to get it...
  3. blacktorncoat

    Invoking File Menu programatically

    Hello, Can anyone point out to me how to invoke the file menu programatically, to return a string of file name+directory? Thanks, Yaron.
  4. blacktorncoat

    Flash 3d

    Does anyone know of a good program to create 3d effects in flash? something that will enable me to create an outline of a box in 3d, and revolve it, for example. thanks, Y.
  5. blacktorncoat

    Scrolling

    Thanks for your help!
  6. blacktorncoat

    Scrolling

    Hello, I implemented scrolling with the ScrollPane component, but when the scrolled area is really big the scrolling doesnt come out smooth. I noticed that in scrolling panes that are implemented with masking the scrolling is always smooth, no matter how big the scrolled area is.. can someone...
  7. blacktorncoat

    Binding a DataGrid on a Middle Frame

    No.. tried adding it but the problem persists..
  8. blacktorncoat

    Binding a DataGrid on a Middle Frame

    Thanks so much for replying pixl8r.. I'm really stuck.. I tried loading the movie with a preloader, and although my SWF works perfectly alright by itself, when loaded thru the preloader, it gets stuck on a frame, with the empty data grid bouncing around, and the following error message: 256...
  9. blacktorncoat

    Binding a DataGrid on a Middle Frame

    Does anyone know how can I bind a DataGrid to a DataSet to a XMLConnector on a frame other than the first one? When all these components appear on the first frame it all works fine, but moving them to another frame loses the binding. I even tried creating a movie clip and putting all the...
  10. blacktorncoat

    DataGrid on first frame interfers with Loader

    Hello, I have a DataGrid binded to a DataSet binded to a XMLConnector, all in the first frame of my flash site.. It all works well by itself, but when I load this SWF thru a simple loader then I see the DataGrid blinking on the screen and the site doesnt function, and I get the following error...
  11. blacktorncoat

    Pattern Fills

    Hello, Is there a way to create a pattern fill in Flash? for example, if I want to create a shape and fill it with a black and white checkers board.. What's the way to do it ? Thanks, Y.
  12. blacktorncoat

    Newspaper effect

    Thanks for the help Duncan.. I also found this tutorial on the web, if anyone else is interested : http://www.solidoxygen.com/newspaper.php Regards, Y.
  13. blacktorncoat

    Newspaper effect

    Hello, I would like to take a black and white picture, and edit it in photoshop to create the effect of a page that was printed in a newspaper.. like when you look up close you see the image is made of many many small black dots.. does anyone know what I mean, and how to create this effect...
  14. blacktorncoat

    Drawing Portraits

    Marcus and Pixelchik - thanks for your answers.. Yeah, I believe this is a very difficult task.. I know how to do it in Photoshop, but would like to try it in Illustrator.. I will try to look Painter.. (Corel Painter I assume). Thanks, Y.
  15. blacktorncoat

    Importing Component doesnt work.

    I downloaded a calendar component example from the net, and I am trying to use it in my movie. The example is made of a single frame that contains this complicated component. I tried to copy this component and paste it in a single frame in a new movie, and test it. Pasting the component in my...
  16. blacktorncoat

    Drawing Effect

    Hi, I want to create an effect, that one movie clip (for example, a blinking dot) is drawing a larger movie clip (for example, a rectangle). The blinking dot will travel on the screen, and leaving behind it the rectangle, until it is fully drawn. What's the best way to do it ? frame by...
  17. blacktorncoat

    Motion Tween Color by ActionScript

    Just to add a little remark - I tried this method : I created 2 instances of the movie clip, one "clip_start" and the 2nd "clip_end", and put a motion tween between them for 10 frames.. Then, using ActionScript code, I changed both of these instances' color using Color.setRGB method.. but...
  18. blacktorncoat

    Motion Tween Color by ActionScript

    Hi, I have 6 buttons that besides doing their original purpose, I want them to cause a certain movie clip to change it's color gradualy over a number of frames.. The problem is, that I can't do a regular tween, cause i don't know the color of the frame at the moment I am pressing the button.. I...
  19. blacktorncoat

    Drawing Portraits

    Hello, Can anyone refer me to an online source, or a book, that shows how to create portraits with Illustrator? Thanks, Y.
  20. blacktorncoat

    JPEG Image in flash, with no background

    Hello, I created an image with no background in photoshop, and saved it as JPEG, but when I import it to flash, the image shows as a rectangle with a white background.. The image that I want to see on the screen is round, how can I get rid of the background? Thanks, Y.

Part and Inventory Search

Back
Top