Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Posts posted by smiles

  1. First criteria is not too hardBut the second , could you tell more

    Also, I would like it to be fed the images from an XML document, and then only load the images when needed..
  2. I think you use menu component so must need a button followed

    var someListener:Object = new Object();someListener.onMouseUp = function () { ... };Mouse.addListener(someListener);

    For example

    import mx.controls.Button;import mx.controls.Menu;var my_menu:Menu = Menu.createMenu();// Add some menu items.my_menu.addMenuItem("Item1");my_menu.addMenuItem("Item2");//var mouseListener:Object = new Object();mouseListener.onMouseUp = function() {my_menu.show(my_button.x + my_button.width,my_button.y );   };Mouse.addListener(mouseListener);

    Something like that :)

    C#

    It is a higher level language than C or C++,a lot less memory management to worry about and a lot more builtin features/controls.
    "Higher level" , shows in what ? :)
  3. Newbie = 0 postsMember = 100 posts
    :) that 's not ok ???"member" just means who join this forum, if (s)he writes about 20 posts, I think (s)he had a regard to this forum, 100 is too many :)
  4. CSS is short for cascade stylesheet, it means which one browser reads the second , browser will do it :) for exampleyour external CSS has a code body{ background-color : #123456}your internal CSS has a code body{background-color : #567890}browser read the external CSS first then read internal CSS , it will do the second :)

  5. yeah, that 's no problemyou can have external CSS and internal CSS for an HTML file, but internal CSS is the first choice then is external CSS :)

  6. my computer has just been connected to Internet (this afternoon), now I want to write some php code and view it runs, W3schools says maybe your server will support it, how can I verify it, could you here give me some waysthanks :)

  7. Compare with the first time I join , the questions are becoming harder and harder , this is the young forum and for several years , we have more and more experienced membersand ... The spams usually come when you sleep , I can see that :)

×
×
  • Create New...