[JDev 10.1.3.4] Design view poster presentation JSP instead of JSF page layout. Why?

Hello

recently, we migrated our project of JDev 10.1.3.3 to JDev 10.1.3.4. And now we have a problem: the mode of creation (for files .jspx) displays a hierarchical view of JSP and not the WYSIWYG JSF view.

It's quite embarrassing!

When I activated the option "see design time Messages in the journal" (in tools-> Preferences) and I tried to open a page, I got the following stack trace:
Error exercising tag : jsp:root
javax.servlet.jsp.JspException: Cannot find FacesContext
     at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:427)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.doStartTag(DesignTimeJspActionRenderer.java:1314)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer._executeTag(DesignTimeJspActionRenderer.java:1636)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderAlternate(DesignTimeJspActionRenderer.java:693)
     at oracle.jdevimpl.webapp.jsp.renderers.JSPCoreSyntaxRenderer.render(JSPCoreSyntaxRenderer.java:99)
     at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet._renderSource(DesignTimeJspServlet.java:195)
     at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.serviceJsp(DesignTimeJspServlet.java:109)
     at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.service(DesignTimeJspServlet.java:73)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:274)
     at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:236)
     at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.include(DesignTimeRequestDispatcher.java:79)
     at oracle.jdevimpl.webapp.design.support.jsp.DesignTimePageContext.include(DesignTimePageContext.java:451)
     at oracle.jdevimpl.webapp.design.renderer.JspActionRenderer.executeInclude(JspActionRenderer.java:257)
     at oracle.jdevimpl.webapp.design.renderer.JspActionRenderer.renderInclude(JspActionRenderer.java:350)
     at oracle.jdevimpl.webapp.design.renderer.JspActionRenderer.render(JspActionRenderer.java:196)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderChildren(DesignTimeJspActionRenderer.java:772)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderChildren(FacesActionRenderer.java:368)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.render(DesignTimeRenderer.java:310)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIcon(DesignTimeJspActionRenderer.java:1531)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:95)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderChildren(DesignTimeJspActionRenderer.java:772)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderChildren(FacesActionRenderer.java:368)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.render(DesignTimeRenderer.java:310)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIcon(DesignTimeJspActionRenderer.java:1531)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:95)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderChildren(DesignTimeJspActionRenderer.java:772)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderChildren(FacesActionRenderer.java:368)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.render(DesignTimeRenderer.java:310)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIcon(DesignTimeJspActionRenderer.java:1531)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:95)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderChildren(DesignTimeJspActionRenderer.java:772)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderChildren(FacesActionRenderer.java:368)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.render(DesignTimeRenderer.java:310)
     at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIcon(DesignTimeJspActionRenderer.java:1531)
     at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:95)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
     at oracle.jdevimpl.webapp.jsp.renderers.JSPCoreSyntaxRenderer.render(JSPCoreSyntaxRenderer.java:82)
     at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet._renderSource(DesignTimeJspServlet.java:195)
     at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.serviceJsp(DesignTimeJspServlet.java:109)
     at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.service(DesignTimeJspServlet.java:73)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:274)
     at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:236)
     at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:681)
     at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:626)
     at oracle.jdevimpl.webapp.design.DesignTimeRenderThread.service(DesignTimeRenderThread.java:74)
     at oracle.jdevimpl.webapp.design.DesignTimeEngine.service(DesignTimeEngine.java:348)
     at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument._serviceJsp(DesignTimeViewDocument.java:855)
     at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument.rebuildTree(DesignTimeViewDocument.java:139)
     at oracle.jdevimpl.webapp.design.view.DesignTimeFixedViewDocument.rebuildTree(DesignTimeFixedViewDocument.java:154)
     at oracle.jdevimpl.webapp.model.content.dom.view.proxy.ProxyViewDocument.initialize(ProxyViewDocument.java:80)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.rebuildViewDocument(AbstractWebAppEditor.java:686)
     at oracle.jdevimpl.webapp.editor.html.HtmlEditor.rebuildViewDocument(HtmlEditor.java:621)
     at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:209)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1206)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
     at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
     at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
     at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
     at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
     at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
     at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
     at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
     at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:103)
     at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1261)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
     at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
     at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
     at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorManagerImpl.java:1893)
     at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:343)
     at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1576)
     at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1913)
     at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1934)
     at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:176)
     at java.awt.Component.processEvent(Component.java:5282)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3984)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1791)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Can someone help me with this? It is really bad for us. I need to see the WYSIWYG view, not a hierarchical view.

I'm already regretting that we migrated to JDeveloper 10.1.3.4.

If you have access to Metalink, you can open a Service request, compress your work space and its contents in a ZIP file (you can keep it as it is now) and download here.
You can see this discussion - support engineer will know what you have already tried.

Kind regards

Didier.

Published by: Didier Laurent on October 13, 2008 21:50

You have not answered the question on the filter.
This is the case in your application?
See the analysis of Re: interface of lost page.

Tags: Java

Similar Questions

  • Can I use presentation grid in visual JSF page designer?

    Hello dear...

    I use Jdeveloper 11 g and 10 g.
    When I tried to use the JSF Visual Editor (from the component palette), and when I drag any control to the page I found that the command will in the upper left corner of the page
    and I even can not move the control to another place on the page by mouse.
    the Visual JSF designer seems to use flow layout for the page. (same as using flow layout in swing applications).

    The question is whether I can change the page layout to be available to grid instead of fluid layout? (to get around any control anywhere in the page.)

    Note that in netbeans 6.1, when you design the JSF page, you have 2 options for the layout, the grid presentation and the fluid layout and you can choose as you like.
    This function is located in jdeveloper 11?

    If not, can someone tell me no work around to design JSF pages without using the fluid layout?

    Thanks in advance

    Samy

    Published by: user10653280 on November 29, 2008 13:30

    We do not provide absolute positioning for JSF application - it is a bad practice, since it fills your JSF page with the CSS code and create applications that are not portable between different screen/monitor resolutions - so instead, us use flow layout and provide a much richer set of elements of page layout.
    See the info here:
    http://download.Oracle.com/docs/CD/E12839_01/Web.1111/b31973/af_orgpage.htm#CACCBCCI

  • Why I see in Design view is different from that in preview mode

    I read a few posts about the formatting issues, but I found the exact answer. It's annoying that I create text boxes with images that I place, but what I see in the design, it's not what I see in the preview. In Design view, all the air very well, but in the preview, the pictures are not located where I placed the. The text boxes are sometimes superimposed, etc.. I have to move photos or text boxes in different places in the design, to "accommodate" preview mode. Consolidation of all the elements of a page seems to work a little better, but still, some elements will be properly located. Is there a trick to freeze the page because it is in the design and read properly in the preview? Thank you.

    The preview mode is a more precise description of how your page will look like in a browser. Have you tried the preview of your Web site in a browser to see what it looks like?

    You can make settings on your creation mode to make sure it appears correctly in the preview.

  • Why can't I Preview in Design view

    Hello

    I don't see myself (CODE |) SPLIT | Live), I don't have the Design view, any idea where this setting is so I can re - activate

    Thank you

    If you have CC 20141 and use a checkerboard to fluid, it works as expected.

    Adobe prematurely AutoResize FGL pages in this version.

    Vote for him have returned here: provide "Design view" fluid grid Web pages

    You can also use the workaround available here (post 6 by Nancy O): text editing and adding links is crazy in DW CC - 20141

    Or, if you do not use the FGL pages, click on the button Live (it's now a menu) and choose Design.

  • RH10 project will save not subject in Design view.

    I made a post a while ago where I solved her problems in a project where we could not save the topics in Design view.  Go to the view HTML before a topic will save.  In the past we have found that the problem has been altered and or virgins User Variables.  This project has only 1 variable now and when we went from RH9 to RH10, our problem is back.  No other issue does exist in this project... so far... we can be as a result of the upgrade RH10.

    Has anyone else had this problem and or have their solution?  We have other projects like this that have no problem at all.  This project was created about eight years ago and spread through many versions of HR where our other projects have been through upgrades 1 or 2.  Perhaps some old junk is ruin it?

    Thank you

    DV

    I understood why the subjects won't save in Design view but will save in HTML view.  When our project has updated the references to our global variable for 'Revision_Current-letter' were broken.  I went to each master page (14 in all) and remove the variable global in the foot and replaced with the same variable but just a fresh itteration.  Then generated a report properties topic and find 3 subjects who had this false variable link.  I replaced these links with a new one and suddenly I could still save files in Design view.

    So very strange why Design discover blocked me to record subjects as a global variable was damaged.  When I double click on the wrong variable, he came empty.  I know that it is a problem of having empty variables in the past.  I guess the people of Adobe haven't fixed this problem of having a variable with no value!

    Hope this helps someone else.

    One other point, my project still does not compile HTML Help.  It helps on the Web, but not HTML Help.  I think I have a lead, but I'm going to open a new discussion for that because it's got a strange problem double path.

    DV

  • How to edit text in Design view - that is to say get one I have instead of the arrow cursor

    DW CS6 it is a very clear basis on the question of the concept. Normally, I work in code view and have no problem. Sometimes, there is a big block of text in a paragraph that is in a div.

    I want to correct a simple typo or insert a text more directly from the view in design mode. However, almost all the time, when I click on-site I change, the cursor is an arrow and the whole div Gets a yellow border. I still have the selection arrow, not the vertical bar I have to edit.

    Sometimes I seem to fall on the right set of clicks and get the Edit bar.

    Thanks for your suggestions.

    Design mode can get quite cranky when your code contains errors.

    Check the validator to http://validator.w3.org and make sure you are working with clean code before resorting to wiping preferences, or by reinstalling config files.

    If your code is clean and it is still not allow to click your text in Design view, you may have a problem of indexing of z. I noticed on the pages that use a lot of positioning (APDivs) you can accidentally hide your text boxes with transparent/virgins areas of other elements and cause problems when trying to access this text at a later date.

    It's all guesswork without however to see your actual page.

    Could you post a link?

  • CS6 win7 css declarations do not appear in design view. They work ok but can't watch them.

    dreamweavercs6 win7 css declarations do not appear in design view.

    Tutorial shows the stacked css declarations. They work very well, but I can't follow as described and shown in the Dreamweaver tutorial. The tutorial is dreamweaver 5. I tried all the views but cannot get them to show. I don't see the dotted bar where they should be. It may be a feature I do not know how to control.

    Post edited by: joe dora

    Murray:

    You have shown me and demonstrate the correct way. Thank you for your patience and instructions. My site and tutorial site now look the same. I feel much better about the experience of how you have managed it in the end.

    Now I will move on to phase 3. I hope I don't have to bother you again.

    Thanks again for your help.

    Bye,.

    Joe Dora

    It was great service.

  • View Design view library items

    When working on library items in Dreamweaver is possible to connect temporarily for CSS files, they will be eventually connected to when they are placed on the home page.

    It is useful sometimes to see items from the library into design mode. I know that you can place the CSS link in the library item code page, then delete it before you post my question is the following.

    Can I combine all items in library in the world to my CSS file without putting the

    " < link href ="... /... ' / css/atoz.css "rel ="stylesheet"type =" text/css"/ >

    code in each element of the library?

    So as I said please visit all library items (in Dreamweaver) with the style sheet x.css for example?

    When I'm working on a library item in Dreamweaver there any CSS style because it is not attached to a style sheet.

    What I want to do is view library items in Dreamweaver design view and not have several links to the CSS file in the final document.

    Take a look at the function of design time style sheet (Subcommittee) in DW, that was created for this purpose.

    http://help.Adobe.com/en_US/Dreamweaver/CS/using/WScbb6b82af5544594822510a94ae8d65-7e17a.h tml

    Subcommittee means you can tell DW to open an item from the library in Design view and look at with the style CSS applied as if the to the CSS file was present.

    If you get the best of both worlds:

    (1) display an item .lbi file entirely style library in Design view

    (2) no temporary tags (as a solution when editing), which must be deleted later

  • PHP and design view

    When I run PHP/dynamic/New document, I see only the Code view. Design mode and split mode are not available. Why? Any other document dynamic I post in all three views.

    David Powers wrote:
    > istis wrote:
    > When I run PHP/dynamic/New document, I see only the Code view. Design
    > Discover and split are not available. Why? Any other dynamic documents
    > I can view in all three views.
    >
    > Do you have a test server in your site definition? PHP pages
    > work fine in Design mode.

    Another thing to check: open preferences in the Edit (Dreamweaver menu
    menu on a Mac), then select types of files/publishers. If .php is listed in Open
    in code view, remove it from the list. You should then be able to move
    in Design view.

    --
    Adobe Community Expert David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • How much distortion a user must wait in Design view?

    Three problems on my page in "Design Mode".

    1. the Navigation bar is bent - the right most segment is on the side of left hand partially under the first segment of the left hand
    2A < p > < div > who is assigned a relative position is thrown off the page to the right
    3. a series of horizontal < div > renders vertically

    The entire page makes as expected in the 'live view' and in some browsers.
    Running the browser compatibility check indicates no problem.

    Should I expect that this distortion is just the result of the 'Design view' restrictions or should I worry that there could be an underlying problem with my code in the page. Put an another passerby, "design mode" introduce significant distortions in the display of the page?

    I did a search for "creation mode" function but could not find an explanation, although I suspect its somewhere.

    Note: I didn't post the details of the problem issues because I'm trying to put my expectations of the 'Design view' rather than asking for help with specific examples that I gave.

    Thank you

    Quote:
    Posted by: newsgroup user
    Maintain low expectations of the Design view and preview often!

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    Thank you - now I feel more comfortable knowing the implicit limits of the tools.

  • Define 'Responsive Design View' as a default view

    Is there a way to define "Responsive Design View" as a view by default whenever I open a page?

    Thanks in advance.

    Hi lanapetkovic,
    Thank you for your question. Currently, there is a keyboard shortcut to open in design mode of response.

    Shortcuts in Firefox

    But it's the second question on this subject, I've created a bug to request: https://bugzilla.mozilla.org/show_bug.cgi?id=1045785

  • Cannot be displayed in Design view - glGetProcAddress_win32 could not QML: glGenFramebuffersEXT

    Just upgraded to Windows 8.

    QNX Momentics was working fine before this, but now I can't show my QML files in Design view.

    This is the error I get.

    ! ENTRY com.rim.tad.tools.qml.simulator 1 0 13:31:50.547 2013-03-28
    ! MESSAGE C:\bbndk\ide\win32\x86\eclipse\jre\bin\java.exe - cp C:\bbndk\ide\win32\x86\eclipse\plugins\com.rim.tad.tools.qml.simulator_10.1.0.201303181949\ com.rim.tad.tools.qml.sim.check.RenderingCheck - target C:\bbndk\target_10_0_10_261\qnx6

    ! ENTRY com.rim.tad.tools.qml.simulator 4 0 13:31:51.159 2013-03-28
    ! Log MESSAGE QML Preview compatibility check.
    java.lang.IllegalStateException: glGetProcAddress_win32 failed: glGenFramebuffersEXT
    at com.rim.tad.tools.qml.sim.CsApplicationEngine.nExec (Native Method)
    at com.rim.tad.tools.qml.sim.CsApplicationEngine.execAndDestroy(CsApplicationEngine.java:45)
    at com.rim.tad.tools.qml.sim.CsApplicationEngineThread.run(CsApplicationEngineThread.java:55)

    Process is completed with the code:-1

    OK, I had to fix myself.

    I have a HP Pavilion D7, (3128ca).

    EU download drivers Legacy AMD here:

    http://support.AMD.com/us/KbArticles/pages/catalystlegacywin8.aspx

    Works again.

  • Design view in Burrito

    Part of the reason why I upgraded to Burrito (or rather attempted, as I have always failed, see http://supportforums.blackberry.com/t5/Tablet-OS-SDK-for-Adobe-AIR/Error-Username-or-password-is-inv...), it's that I (thought?) I read somewhere on the new 'Design view' in Burrito with his ability to design screens in WYSIWYG style.

    However, now that I've started Burrito, I don't see "Design Mode" button (for example as seen in the first screenshot of http://www.adobe.com/devnet/flex/articles/whatsnew_flashbuilder_burrito.html)

    Is it possible to activate it?

    Or (more likely), I'm wrong and the Design mode is not available for 'Mobile Action Script projects'? (and only if I would use this thing .mxml)?

    (If the latter is true, what is the big advantage of Burrito then? Design thinking view was one of the main arguments...)

    Hey vaiomike,

    Yes you have reason to believe that you must create a Mobile Flex project and not a project of Mobile of ActionScript in order to see the "creation mode". This will result in you coding via structure Flex (MXML) and not the old plain AS3 way. the difference between the two programs comes from what I've seen, he's the Hero SDK. I don't think it is available for flash builder 4.0.1. Hero SDK brings fixes and optimization for the older SDK that makes it more usable on mobile / devices touch enabled (from what I read). I also noticed that export and tests on the playbook Simulator are much easier and faster on Burrito compared to the Flash Builder 4.0.1.

    That being said, I am currently using Flash Builder Burrito and code in pure ActionScript. For me it's easier, and I like the challenge of working without a WYSIWYG editor. There are a pros and cons of these two structures, but in the end its what is easier for you.

    If you use Design view in burrito and develop for the playbook, here is a link to an article in the Knowledge Base on how to do:

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-AIR/Flex-for-the-BlackBerry-PlayBook-...

    Its a walk through of how to create your own application and settings that you need to fashion design make to bring and the blackberry SDK works.

    I hope this clears up a few things. Good luck!

  • Dream Weaver cc Design view problems why is completely different design of the live display view

    Why Why oh why oh why is the cc Design view completely different from live view - live mode view is good, but virtually nothing is editable. How the hell can Adobe market a web as wysiwyg design tool when design mode is terrible. I saw old messages regarding this versions in 2014 and 2015.

    I'm not completely illiterate code but I would change the drawings etc. without digging deeper into the code. It's 2016 I stopped using the ages of tables there are available to my creations, but it seems that all cram into a table is the only way to get a half-decent idea of what is happening in design mode. I use a Mac which probably didn't help, but in the interest of the essential may be easier not more difficult.

    If it is true that Dreamweaver is really only for kernel developers hard, they should say so and start promoting Muse or similar for people who don't want to spend hours crafting code in all the different possible options such java php etc to produce a well-designed functional Web site.

    Does anyone know if there is a solution to this

    Design view has always been horrible to show you the design of the site, but some things worse.

    It does not run scripts of any type and more advanced css is completely invisible to the it. Code errors will also break Design mode almost instantly. Make sure you're validating your code under file > validate > validate the current document (W3C) or going directly to the validator online at http://validateo.w3.org/nu. Pay close attention to any structural errors listed are those that make the Design view go nuts.

    For what it's worth, DW is not really a wysiwyg program in the strictest sense of the acronym, regardless of how many guys at Adobe marketing wanted to believe this claim. DW requires a solid knowledge of html, css and javascript to get the best out there for static sites. These days, we use floats CSS, margin, padding and display properties to build our page layouts. While the program comes with base layouts, you can click to start with, do not understand the desire of "why it works" quickly cause massive frustration levels.

    If you really don't want you your hands dirty with the code, or simply do not have the time to become familiar with the basics of html and css, Adobe Muse would probably be a better option for you.

    Here are some links that will help you to understand its relationship to format html and css, and I hope that allow you to make more sense to DW:

    http://www.w3schools.com/HTML
    http://www.w3schools.com/CSS

  • View of code / Design view selections do not match?

    I have a problem with a newly installed version of DW CC2015. I've used DW for several years and always find what I selected in Code view or Design, mirror each other. I am now finding any element tag or div I select outside Code view (i.e. in the DOM Panel, Design view etc) is not be mapped in mode Code and the selection is inconsistent (something else is highlighted). I tested with a basic html in DW model that comes with the application and the results of the example are shown below.


    -In the first example, I selected a h3 in the DOM panel tag - and the resulting code selection is part of a paragraph below.

    -In the second I chose 'Customers' nav view creation - and the resulting code selection is part of the net asset value of 'Contact' below.


    I have reinstalled the application without changes to these results. Any advice would be much appreciated.



    Screen Shot 2016-04-02 at 18.33.19.pngScreen Shot 2016-04-02 at 18.33.33.png

    Have you tried to create a new administrator on your OS-level user?

Maybe you are looking for