Running a Media Query from MultiScreen Preview Head Section Issue

Hello,
I'm working on a dynamic web application from localhost that uses php/mysql. Aside from the dynamically-relate files bug error message (it appears even when the files are being included properly), the site is working fine in live view and navigates fine when I ctrl/command+click.
When I click on "Multiscreen Preview" the site shows and navigates in Tablet, Phone, Desktop without issues - but all look the same when the site should look differently in Android and IOS browsers (we've tested on the hardware). However, when I click "Media Queries..." to run some queries, I recieve a dialogue that says "Your current document does not contain a head section. A head section is required to run this command." I cannot access Media Queries to further simulate an android or iOS browser environment (as the site is designed to look differently but looks the same in all multiscreen previews in DW).
Thanks
Jesse

Thanks for your reply! I did set the resolution value, but, instead of the 'or' clause, I used two different links for the retina vs. mobile style sheets. That worked perfectly on several (actual, not simulated) devices on a site I had done for a previous client. However, I will try it using the 'or' clause. In fact, I copied the media queries for this new site from that earlier site. Multiscreen preview did not accurately reflect the iPhone Retina option from the drop-down menu for either site.
Multiscreen for Smart Phone works most of the time, and I find that to be very helpful. However, if DW's multi-screen does not simulate the retina display, I wonder why Adobe included "iPhone Retina" in the Multiscreen drop-down menu at all. (I don't mean to criticize Adobe for it, but it does seem an odd choice to include a feature in a menu when the feature doesn't really work.)
Anyway, thanks very much for your helpful reply.

Similar Messages

  • Problem of running the jump query from the result line

    Dear expert,
    I have a problem when running a jump query from the result line. Apparently, the values of the caracteristics haven't been sent to the jump target.  However, the configuration in RSBBS seems to be good as the jump works well from the other lines.
    Does anyone have some ideas on that?
    Thanks in advance!

    Hi,
    If you are supposed to bring across characteristic values to your target, then you will not be able to jump from the result line. The configuration expects that the values of the characteristic marked as being used in the jump are filled with unique values. When you use the result line as a source for your jump, the values in the result line will most likely be based on the sum of multiple characteristic values.
    Hth,
    -Jacob

  • How to run a BI query from SSM

    HI,
    My client would like to drill down to a BI query where the starting point is a KPI.
    For eg, we have a KPI "Turnover". When we are at kpi detailed level for a specific period, we would like to run a query to have detailed information for turnover (we dont want to use report functionnality of SSM).
    We are using SSM 7.5 and BW queries as data provider.
    Is there a way to achieve this ? (web service ? )
    Thanks in adavnce

    Jacques,
    You cannot run a BI Query from the end user interface of SSM. Your alternatives are to create an associated report inside SSM or use an Associated Link in the KPI Details section.
    Right above the graphing on the KPI detail page there is the link Create Associated Report. SSM has some template reports and allows users to put together a report based on available SSM data.
    There is also the possibility of using Associated Links on the KPI detail page to point the user via a url to another reporting application, though it would not bring that data with it.
    Regards,
    Bob

  • Running the BEX query from webdynpro ABAP

    Hi Gurus,
    Can someone provide the code for running the BEX query from WDA.
    Thanks,
    David.

    Hi! Do you want to get query results in ABAP or to open excel from browser?

  • How to run a sql query from a button in apex 3.0

    Hi,
    I am brand new and went through/installed the obe project tracker. I have need to create a simple application that displays a result (2 fields, name and license number) based on two parameters (dob and login id) which all are stored in 1 table in the database. I could this very simply in VB or VB.net but have no idea how to do it in apex.
    Please provide guidance,
    Thank you,
    Tom

    Hi Tom,
    Sounds like a report region will satisfy your requirements.
    Create a new report region on one of your pages.
    Choose SQL Report and give the region a title.
    When you get to the "Enter SQL Query or PL/SQL function returning a SQL Query:" step, type:
    SELECT name, license_number
    FROM   <insert_your_table_name_here>
    WHERE  dob = :P<n>_dob
    AND    login_id = :P<n>loginid(replace <n> with the page number that the region is on and use your own table name).
    Don't try to run the page yet - it will give 'No data found'
    Now, go back to the Page Definition screen and add two items in the region you just created - call them P<n>dob and P<n>login_id
    Then, create a button in the same region (to be displayed amongst the region's items) - call it P<n>_GO and click 'Create' (take all the other defaults).
    Now you can run the page, put some values into the fields and click go.
    If you want to get fancier, you can change the text items to select lists etc. - let us know if you need help with that.
    Hope this helps,
    Bryan.

  • Run Flash Media Encoder from PHP?

    I have tried to run Sorenson Squeeze from the command line to
    no avail. So far, no help from their support either. I was
    wondering. I have Flash Media Encoder V8. Can I run that via a PHP
    script and tell it through arguments what file to convert and how
    to convert it?
    Something like: c:\Program Files\Macromedia\Flash 8 Video
    Encoder\Flash 8 Video Encoder.exe - FileIn -Arguments -FileOut
    Any help would be great.

    nope not possible.. unless you mean the flash Media Encoder,
    which this forum was made for.
    Flash Video encoder is a FLV encoder
    Flash Media encoder is a Live Streaming Encoder

  • How to run a delete query from JSC

    There is a simple way to run this:
    delete from some_table where condition
    this statement will delete from 0 to n rows, depending on condition.
    Regards.

    There is a simple way to run this:
    delete from some_table where condition
    this statement will delete from 0 to n rows,
    depending on condition.
    If you want to first
    select ... from some_table where condition
    then delete one or more of those rows, the
    "Accessing databases: Performing Inserts, Updates, and Deletes" tutorial has some hints.
    If you just want to just execute a statement , such as
    any delete or update, then just use standard JDBC.
    For example:
    // Obtain a connection
    InitialContext ctx = new InitialContext();
    DataSource ds = (DataSource) ctx.lookup("jdbc/<CreatorDataSourceName>");
    Connection conn = ds.getConnection();
    // make and execute the statement
    Statement stmt = conn.createStatement();
    stmt.execute("delete from xxx where ...");
    // find out how many rows were deleted.
    int rowsAffected = stmt.getUpdateCount() ;
    // Don't forget to close() in a finally clause!!!
    conn.close() ;

  • Run BW query from R/3, need output file saved on application server

    Hello all,
    We are currently working on BI 7.0. Is there a way where we can run a BW query from R/3 by some program or tcode? We need to run the BW query and use the output of that query as an input to some other custom program in R/3.
    If we can save the output file on application server than the R/3 program will pick up that file from there.
    Is there any standard delivered functionality that will allow us to do that or how can we achieve this.
    Can some help help with some suggestions or links?
    Thanks in advance.

    Hi,
       Refer the following threads:
    [Calling BW Query from R/3;
    [Saving Bex Report / query in BW App server;
    Regards.

  • No response when running Query from client

    Hey.
    I have a problem, I have installed Oracle9i on a Red Hat 9 Professional server, I have made my database, and have also put in some data, now here is the problem.
    When i connect and run a query from my server, then it runs fine and fast, If i run the same query from min Winxp workstation, then my SQLPlus just hangs.
    I can from my workstation ping and tnsping my server without any problems. and as far as i can see my tnsnames og listener is working fine.
    hope u can help
    /regards
    Jonas Skjoldan

    We did have a bug in older versions of smartview where it was not possible to deinstall it. Smartview was removed but any attempt to install a new version failed. This was because Smartview creates a Registry entry in:
    HKEY_CURRENT_USER\Software\Microsoft\Installer
    and adds the key
    C:\DOCUME~1\USERNAME\LOCALS~1\Temp\_is3EA\
    which then prevents any newer version of SmartView to be installed
    I looked on my machine and the is3EA file does not exist, however there is an installer file called isA.exe
    The registry entries for smartview are found under HKEY_CURRENT_USER\Software\Hyperion Solutions\Hyperion Smartview - maybe you could try deleting these entries? --> solution works.
    Edited by: user9378541 on 27-sep-2010 2:45

  • How to run select query from one SID to fetch record from another SID?

    I have two SID, one is AAA and another is BBB and the connection name is A1 and B1 respectively. I want to run one select query from A1 connection to fetch record B1. Can anyone help me how I can connect from one SID to another SID?

    Hi 869357,
    You can also use the copy command. (Works with limited types)
    try:
    help copyRegards,
    Turloch

  • Command prompt window script to automatically run adobe media encoder

    Does anyone know of a way to run adobe media encoder from the command prompt or batch file?
    I would like to automatically invoke a script, much the way I do for Adobe After Effects.
    (I do not mean batch encode from the software.)

    This sort of thing is quite easy to accomplish in Windows using Notepad and the keyword Start.
    You would type something like
    start amencoder.exe (although I don't know the exact full path and exact name of Adobe Media encoder).
    Save your text from above into notepad as a .bat file .
    I'm not sure how this would be done in Mac but I'm sure there are similar options using the Terminal.
    Why do you need to do this when you have an icon that can be double-clicked to invoke the program, by the way?

  • Running a saved Query in SAP2005

    Hi
    I want to repeatedly run a saved query from my application which I can do with the activatemenu command. One of our guys wants a list of current support calls on screen, I will update this every few minutes.
    The problem I have is that a system message appears on screen that you must press enter on.
    An ideas how I can clear that message so I can display the next query please ?
    Thanks
    Regards Andy

    This snippet seems to work. Well... most of the time:
                   p_old = Cursor.Position
                   Cursor.Position = New System.Drawing.Point(1, 1)
                   SBOApplication.StatusBar.SetText(System.Windows.Forms.Application.ProductName & ": A click on 'OK' is needed in the case that the 'System Message' window does not get closed by itself in 30 seconds.", SAPbouiCOM_BoMessageTime_bmt_Long, SAPbouiCOM_BoStatusBarMessageType_smt_Warning)
                   frmQuery.Select()
                   frmQuery.Items.Item("15").Click()                ' Edit button - Disables editing
                   System.Threading.Thread.Sleep(500)
                   SendKeys.Send("{LEFT 100}{ESC}")               'Fill the keyboard buffer with harmless keystrokes + ESC to clear the 'System Message' window
                   frmQuery.Items.Item("1").Click()                ' Execute
                   SendKeys.SendWait(("{LEFT}"))               'wait that all keystrokes are processed
                   Cursor.Position = p_old
    HTH
    Juha

  • Media Query does not work from GoDaddy redirect?

    Website is set up and all looks good, except when the page is loaded from the redirect host name setup in Godaddy, the mobile media queries don't work. I'm not sure why?? The page loads ok, but will not apply the phone.css on a mobile device. However, if I use the local host url all works great. Thank you if you have any recommendations!

    Thank you again for taking time to look at this. I failed to mention I had adjusted the media query to 360px. Although, both urls above call up the same web page it seems the first url is wrapping the source into a frame.
    Source code from Firefox:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
      <title>O'Krent </title>
    </head>
    <frameset rows="100%,*" border="0">
      <frame src="http://www.accu-print.org/okrentgolf" frameborder="0" />
      <frame frameborder="0" noresize />
    </frameset>
    <!-- pageok -->
    <!-- 02 -->
    <!-- -->
    </html>

  • Hi i have a LG 3D SMART TV that i was runing nero home media 4 from my old windows laptop, this software wont now run from my macbook pro, does anyone know if a program is available i can use preferably for free

    HI i recently purchased a macbook pro to replace my old laptop running windows.
    the problem i have is i have a LG SMART 3D TV which i was running nero media home 4 on from my old laptop, i have tried to install this program on my macbook but is it not compatible.
    does anyone know which program is available to run from my apple product to smart tv in a similar way..... preferable free
    regards
    steven

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • I run windows 7/8 and lightroom 5.7  i am getting an error message and here it is " lightroom encountered and error when reading from its preview cache and needs to quit". I am getting this message repeatly.  What do I need to do to fix it.

    I run windows 7/8 and lightroom 5.7  I am getting an error message and here it is  " lightroom encountered an error when reading from its preview cache and needs t quit"    How do I fix this.

    THANKS
    Hank Wilkinson
    Please visit my web site  <http://www.hankwilkinson.com/> www.hankwilkinson.com for the latest of my photos
    For information on any of these photos please email me or call 612-756-9970

Maybe you are looking for

  • Document contains some order item more than once - invoice verification

    Hi, we have one cross company stock transfer process in which when a billing is created in SD side, an IDOC will be triggered automatically and create an invoice verification at the MM side. The problem is some of our billing of this process having a

  • Oracle Database Error

    Please i need to startup my database but this is the error message i got. The last thing i did was to set archive log destination ora-16032: parameter log_archive_dest_1 destination string cannot be translated ora-09291: sksachk: invalid device speci

  • Drop TS problem

    I have followed the below procedure to drop undo tablespace. SQL>alter tablespace undotbs1 offline; SQL>drop tablespace undotbs1 including contents and datafiles; But still the datafile exists at the operating system level and space is not released.W

  • Why does Time Machine forget "everything" after Mountain Lion update?

    After updating to Mountain Lion (from Snow Leopard), I fired up my trusty external hard drive which contains my Time Machine backups (and nothing else) - of course I had run a backup right before upgrading to be sure. Two things are deeply disturbing

  • Firefox for Android: Search not working.

    I just got Firefox for Android yesterday and I've been having the problem of the address bar being very inconsistent and giving me very strange results. The very first thing I typed into the app was the first word that came to mind as a long-time use