I don't get width and height of the menu options

When I click on a picture or an object I don't get width and height options menu in the upper part.

Expand your application window

or

Click on the 'x' or 'y' label in the upper command band (-> opens a panel of transformation)

or

Use the "transformation" - Panel (if not visible, look in the menu 'windows'.)

Tags: Adobe Muse

Similar Questions

  • Apex 5 display image field, control width and height on the form page

    Hello everyone,

    I try to display the image from a blob directly column on the page, it does not work well, here's my question, how can control the width and height of the screen image field, because its changing dynamically the size of the screen according to the original dimensions, I want to set the dimensions.

    Any help will be appreciated.

    Concerning

    Anil

    set the width and height attributes in the attributes of the image html elements

    for example Width = "200" height = "100".

  • How to set the width and height of the Textarea in tabular of.

    Hello

    How the width and height of the Textarea value formatted table.



    Thank you

    Maury

    Go to the article on the report.
    go to the section of the tabular form element and the "width of the element" allows you to change the width and the 'number of lines' to change the height.

    Gus...

  • Get the width and height of the image

    Hi scripters

    I try to get the width and height of my image file. Here is my code

    myPicFile = File("c:\\ar.eps");

    h = myPicFile.height;

    w = myPicFile.width;

    Alert (h)

    Copy the following code generates error

    ---------------------------
    Script alert
    ---------------------------
    undefined
    ---------------------------
    Ok
    ---------------------------

    How can I get the height and the width of my image? is there another method?

    Thanks in advance

    concerning

    a you are the

    Dear Arul,

    Here, my code is in InDesign. I don't know that we get the size of the Image directly. ?

    Throught InDesign [you using the InDesign Script then] Script here I pasted the code below...

    = Image height / width =.

    myDoc var = app.activeDocument;

    myPicFile = file ("E:\\HariharaSudhan\\Blue hills.jpg");

    App.place (file (myPicFile);

    = Then u please select the Image file in InDesign and then you run the script = / /.

    mySel var = app.selection [0];

    var limit = mySel.geometricBounds;

    var height = related [2] - bound [0];
    var width = Bound [3] - bound [1];

    Alert ("Image Height:" + height + ""+"Image width:" + width);

    = End: getting the Image height / width =.

    Please let me know if you have any questions.

    Thank you & best regards

    Thierry T.R.Harihara

  • How to get the Social/Vimeo widget for the width and height of the scale?

    I'm trying to get the Social/Vimeo widget proportion nationwide. For the moment, he played only in width but no height.

    Once it hits a specific breakpoint that is fine, but once you go beyond this breakpoint it does not keep the correct proportion and so on and so forth.

    I have 'Sensitive' width ' Resize' option, but ideally it should be 'sensitive width and height' but it is grayed out.

    Is there a solution?

    Drag the Central background of the video object up so the framework encompassing is very short and release. (While you do this the width of the object should not change, just the height.) Once you release Muse will take your browser redraw the video. It will then be abruptly to the proportions of the video (and probably push other things you will need to then back manually to the desired gap distance).

    What you did by dragging the shorter height and releasing was to set the minimum height for this object is very low. You should see a horizontal dotted line in the color of edges of framework that specifies the minimum height, you just put. Now that the video shrinks in width (and proportionately is shortened) the bounding box around it also will shorten (down to the minimum that you just put) and the following will be moving upwards to maintain the same distance from the gap of the video.

  • How to change the width and height of the title?

    Program: First Pro CC

    Recently I create da title for my video. I noticed that when I had looked at the preview of the title and the video, the title is so blurry. My settings at first:

    SAve.PNG

    How am I able to change the width and height parameters (to make the title more high definition) , without having to create another title in replacement from that Fuzzy? I don't ask if I have to create another title and insert it in the video, and then having to erase those blurry I had to replace. How are you able to change settings of the original title, without having to make a new title? Should I go to the 'Properties' tab when there is nothing at all (as in there is no option to change the w + h title quality) to change the current settings of the title?

  • How to avoid the width and height of the code when inserting a picture

    Hello

    When I write html codes, I try to use "Ctr + ALt + I" to insert an image in the html code. "the codes will show width and height, for example" < img src = "Add - btn.gif" alt = "" "width ="76"height ="25"/ >", you can see, the code is not clean enough, I must remove the width and height by hand, is there a way I can insert a picture, without codes with the width and height.

    Thank you.

    Frank

    Hello

    First of all, welcome to the forum.

    is it possible that I can insert a picture, without codes with the width and height.

    No without changing the actual code of the marker or create an extension for editing. The first is not recommended because it will change it on all the html code and you must also change the tag for each doctype, and the second takes a lot of time and also needs to be done for each doctype.

    PZ

  • Scale the image to fit the width and height of the browser

    Hey, I'm looking to launch a new website for me and while I have been around the navigation to find inspiration, I came across an effect I want.

    I'm not sure what the right terminology is to define the search, but it's basically an image at 100% width and height scale until you scroll.

    Some examples are in the section "Site of the day";

    Ali-Pordeli

    Congress · Dogstudio

    Thank you

    Matt

    You can use the slide show full-width on the pages for the similar effect. Please see these videos for more details:

    https://helpx.Adobe.com/Muse/how-to/add-100-width-slideshow.html

    https://www.YouTube.com/watch?v=B-9zD-8Q0RM

    https://www.YouTube.com/watch?v=DHjDpxNusMw

    Thank you

    Sanjit

  • Dynamically size movieclip to adjust the width and height of the text string

    Hello

    I'm trying to size a movieclip dynamically to adapt to the size of the height of the strings a text and width (this text is inside the movieclip)

    Here is my code so far...

    var Font1_ = new Font1();

    var Format2:TextFormat = new TextFormat();

    Format2.size = 36;

    Format2.align = TextFormatAlign.CENTER;

    Format2.font = Font1_.fontName;

    var MessageBox:MovieClip = new MessageBoxMC();

    MessageBox.Text1.defaultTextFormat = Format2;

    MessageBox.Text1.embedFonts = true;

    MessageBox.Text1.antiAliasType = AntiAliasType.ADVANCED;

    MessageBox.Text1.wordWrap = true;

    MessageBox.Text1.width = 800;

    MessageBox.Text1.height = 400;

    MessageBox.Text1.textColor = 0xFFFFFF;

    MessageBox.Text1.cacheAsBitmap = true;

    MessageBox.Text1.mouseEnabled = false;

    MessageBox.Text1.text is a String ("use the arrow keys to move");.

    MessageBox.width = MessageBox.Text1.width;

    MessageBox.height = MessageBox.Text1.height;

    MessageBox.x = 400;

    MessageBox.y = 200;

    addChild (MessageBox);

    This does not work for me... someone knows the best way to do it?

    I want also the text is centered in the movieclip, with a border of 2-4 pixels

    Also I'm not sure if I should use text.length? advice and comments was very well received.

    Thanks in advance!

    Essentially, you must check for a change in .textWidth or .textHeight, which are different from the .width and .height.

    This code works for me (guess a box called bottom bg and an instance of inside a moveclip and an X fg foreground text and there delimits variable shift to say what distance you want from the text box and a textFrameNudge to provide a value to tweak).

         // Resize background box
         thisBox.bg.x = thisBox.fg.x - boundsOffsetX + textFrameNudge; // I'm using .4 as the tweak value for textFrameNudge
         thisBox.bg.y = thisBox.fg.y - boundsOffsetY;
         thisBox.bg.width = thisBox.fg.textWidth + boundsOffsetX*2 +textFrameNudge*thisBox.fg.getTextFormat().size;
         thisBox.bg.height = thisBox.fg.textHeight + boundsOffsetY*2;
    
  • How can I determine reliably the pixel width and height of the screen?

    Hi all.

    The JavaDoc for Display.getHeight () and Display.getWidth () States that:

    Retrieves the total drawing height of the display.
    
    Retrieves the total drawing width of the display.
    

    respectively.

    What that means, is that if the software keyboard (for example a 9860) is opened, the value returned by getHeight() will be different from the value returned when the keyboard is NOT open.

    SO, how can I reliably get the width/height in full real pixels of a screen?

    You coulld get just once at boot - time before your application has opened a form with an input field.  Sharing this trick.

  • That increases the width and height from the middle to the outside but I want...

    I reset my settings illustrator because he had some problems.

    the settings I reset everything changed in pixels.

    I work with small graphics that must adapt in the 20 x 20 pixels

    the problem is, when I resize something, example: 1 x 5 and I place the 1 or 2, it will increase to 2 pixels since the middle of the object by its coordinates? 5 instead of a round number. I don't want to turn on snap anything because it worked very well before I reset my settings, it shows not like being off a.5 but when I select several objects that the coordinates are integers, combines, they make a number of.5.

    What I want - rather than increase the object, when I got to the top of its size, from the middle of the object, I want it increases downwards and to the right, keeping the contact information is the same.

    Any help with this strange problem would be greatly appreciated!

    Select the objects.

    Click on the upper right of the original 9 points box in the control bar...

    Enter the width (w) and height (h) in the command bar, and press ENTER.

  • icons next to the width and height in the image property inspector

    Hello

    In

    Insert, change and manipulate images in your website using Dreamweaver

    Section "Set properties of the image", that means the icon that looks like unlock the average?

    I thought that it maintains the width-height ratio when it is locked. But it does not work.

    sulfateion wrote:

    I tried several times, but the lock seems does not work. When the image is inserted, lock the padlock. Then I can always arbitrarily change the proportions with the mouse by dragging the lower right of the image. Then the lock turned out be unlocked.

    Everything works exactly as expected. The lock maintains the aspect ratio only when you change the width or height value in the property inspector. It has no effect when you resize an image by dragging with the mouse. The padlock will appear unlocked as a Visual indicator that the aspect ratio has been broken.

    Hold down the SHIFT key when you drag an image to resize has always maintained the aspect ratio.

  • Set the explicit width and height of the background picture in HBox

    Hello

    I need set the width and the height of the background image in Hbox. Please give me a sample.

    Kind regards

    Roman.

    Hello

    You can use property backgroundSize, but you must assign a percentage value it. As,

    backgroundSize="100%"
    

    Or you can place the HBox and Image control in a Canvas, such as the Image appears as a background for the HBox. Something like that

    
         
         
    
    
  • How to get the width and height of the model.

    Hi, I am writing a script which sends my AE comps in a render farm.  I need to retrieve the size of the frame (height and width) of the model.  But I'm unable to find the method to do it.  Is this possible via javascript?

    Thank you

    myComp would be a reference to your object model. You could get it from the activeItem if your comp is opened and selected:

    var app.project.activeItem = myComp;

    If not, you will need to loop through the elements of project until you find an element of the model with the name of the model you are looking for (not tested, but should be close):

    var myCompName = 'Hand Comp';

    var myComp = null;

    for (var i = 1; i)<= app.project.numitems;="">

    If ((.name app.project.item (i) == myCompName) & (app.project.item (i) instanceof CompItem)) {}

    myComp = app.project.item (i);

    }

    }

    If (myComp! = null) {}

    var l = myComp.width;

    var h = myComp.height;

    } else {}

    Alert ("Cannot find model" + myCompName);

    }

    Dan

  • Get the width and height of the youtube player!

    Hello!

    I'm trying to get the size of a responsible player for youtube, but it's not working (it is followed by 0):


    fotoLoader = new MovieClipLoader();
    fotoLoadListener = new Object();
    fotoLoader.addListener (fotoLoadListener);

    fotoLoadListener.onLoadInit = {function (target)}
    trace (target._width);

    }

    fotoLoader.loadClip ("http://www.youtube.com/v/"+"VhRas_qrz5Y", charger ");

    Any tips? ~~~~~~

    It is possible that everything has not yet physically (? digitally) were planted despite having been charged.  Try using a setTimeout to wait a bit before checking the dimensions.

    fotoLoader = new MovieClipLoader();
    fotoLoadListener = new Object();
    fotoLoader.addListener (fotoLoadListener);

    function traceIt() {}
    trace (Loader._width);
    }

    fotoLoadListener.onLoadInit = {function (target)}
    setTimeout (traceIt, 200);
    }

    fotoLoader.loadClip ("http://www.youtube.com/v/"+"VhRas_qrz5Y", charger);

Maybe you are looking for