CSS and TaskFlow problem

Hello

I have problem with styling my application files using custom css and taskflow, I find these two could not work together.

Take a look at my file feature.xml - MAF:

MAF.jpg

As you see it is a unique feature that is named "test" with two pages of amx, called "untitled1.amx" id "lymphocytotoxicite.1" and "untitled2.amx" with the id "test.2", each of them includes css file in resources/css/and there are named taskflow "ViewController-task - flow.xml ' with the id"test.3"they (amx and taskflow files) located in the feature file, as you can see on the tab Applications in JDeveloper.

So lets talk about my problem, there are two situations buggy:

  1. When the workflow is listed first in the list of the contents of the feature. Navigation between the pages of result: working, but there is no style of css files.
  2. When the workflow is listed in any other place than the first. Result: style of css files is present, but the navigation doesn't work.

I found workaround using Word to Word and insert the style custom, but it is slow and not acceptable.

I have also deployed on several other machines:

  • Dell Precision T1700, Windows 7
  • Dell Precision T1700, Ubuntu 14.04 (mine)
  • MacBook Pro, Mac OS x 10.11

And the result is the same.

I also uploaded my project on gdrive.

Thanks in advance.

Greetings,

Boris

Hello

looked at the sample and indeed the problem comes from your configuration. You have defined 3 content for a unique feature of MAF. A function can only show unique content at a time. To determine the content to show you want to use constraints for the defined for content. A usecase for this is where you want to optimize the user interface, for example when rendering on a smartphone differently than when it is rendered on a tablet. The content that is on top is content that is displayed if there is no defined constraints which would decide on the others. So if you have a task flow on top then the other views are not visible. And for the workflow you do not set the CSS to use (which explains why the page doesn't display colored). When a page is displayed at the top, then navigation is controlled by the adfc-mobile - config.xml, which, in your test case is empty so that no navigation can occur.

Frank

Tags: Oracle Mobile

Similar Questions

  • BONES of Firefox does not appear correctly. It seems that the CSS and JS are not rendered. Any help would be most appreciated!

    I would have preferred someone show a screenshot of the web pages, but it is not a file attach on this forum. In any case, with only Firefox OS, not my other browsers, web pages didn't properly. For example on Facebook, there is no header or footer. JS is enabled in the browser, and like I said Chrome and Safari are NOT having problems. I'm surmising that the CSS and JS files are somehow not displayed. I can be very wrong, but I would accept with gratitude any help anyone has to offer. Thank you and have a great day!
    Theresa

    Hi Lufte,

    I'm sorry to hear that you are having problems with the rendering of some pages on your Firefox OS device.

    Please create a new question in the thread so that we can follow your question separately:

    Please also provide the model of the device and the version that you are currently using, and if this problem started recently. Please let us know if you notice also messed with the time and date displayed in your device.

    Thank you

    -Ralph

  • Is there a way to shrink js, css and html in DreamweaverCC?

    Is there a way to shrink js, css and html in DreamweaverCC or on-line what program is best to use?  When I minify the css just replace what is in my models or what is the process?  Thanks in advance.

    I don't shrink HTML code. I believe that it is very little reward for any problems this may cause.   My server GZIP compression is sufficient.

    Code editor in parentheses with at LEAST the module automatically minifies CSS code when you save the file UNDER.  It is a nice feature.  For now, DW doesn't have this option.  Maybe it will be in 2016 when the media is integrated in DW.  Will have to wait and see.

    My CSS code is still in external style sheets.

    • stylsheet.min.CSS
    • StyleSheet.CSS

    I keep a non-compressed for backup.  I have download the compressed on the server version.

    There are also online minification tools, that you can use.  A Google search will reveal many each with their own advantages and disadvantages.   In order to test before replace you the original code with the compressed versions.

    JavaScript Minifier

    Nancy O.

  • When I try to download on FTP host through Muse, he always makes it to 97% and stops with an error message saying FTP has expired. Always on my Barstools.CSS and Barstools.HTML

    Therefore, I have to export the Muse website and then download the site via Dreamweaver.

    I have no problem to export at all, everything that big file exports.

    However, even in Dreamweaver, my Barstools.CSS and the Barstools.HTML never downloads... I always manually drag in the FTP folder that I have network connected on my computer.

    This has been a nuisance for awhile, but have always been the longest road.

    Suggestions or the reasons why the stools page seems to give me questions? I built it the same thing as the other pages on my site.

    My site is:

    HOME

    Thank you

    Aaron D.

    Hi Aaron,

    Unfortunately we have not been able to reproduce the problem in which the internal FTP client of Muse hangs at 96% when uploading from a third party server.

    "In your previous post you mentioned that you can" set up a FTP folder "in your"Network places"folder in Windows Explorer. Could you try the following?

    1. Launch Adobe Muse CC
    2. Open your Muse site
    3. In the "File" menu, select "export HTML...". »
    4. Next to the label "location:" select the folder icon
    5. In the Windows Explorer dialog box, navigate to and select the file appropriate to your FTP folder
    6. Check that you entered the correct URL in the "Site URL" field and click on 'OK '.

    Thank you!

    Marc

  • CSS and Java8 styles

    Hello, I have developed an application using JavaFx. Avecun all versions of Java 7 styles are Ok and no problem is detected. I tried to use Java 8 and the result is... Are there solutions for users to say that it's all styles and sizes of the current application is based on caspian.css? Unless y at - it solutions expected before that Java8 is there to make my applications still work.

    I guess you are asking how to say your app that you use Caspian in a way that works in JavaFX 2.2 and 8.

    Use the system property javafx.userAgentStylesheetUrl and set it to "Caspian Sea". I would do that to the init method of the Application.

    @Override public void init() throws Exception {
    System.setProperty("javafx.userAgentStylesheetUrl", "caspian");
    }
    

    I know that you said earlier that it does not work, but I use quite often so I know that she does.

  • Store images, css and javascript on a file system or database?

    Hi all

    I use 11g R2 and Apex 4.1.1

    By doing a search around, I found all sorts of ways to access the global files in your environment to the apex. I found 3 scenarios.

    (1) place your files in the workspace (database) and access it via #WORKSPACE_IMAGES #.
    (2) place your files in the directories is (void)
    (3) use a separate http server to access your file system


    For the first solution, this comes with a problem: when you have several css and jquery ui theme ties css to a subdirectory "images". I can't seem to make the subdirectories under #WORKSPACE_IMAGES #. For example: #WORKSPACE_IMAGES #/ images

    The second solution requires dba SYSTEM connect and store files on the system. This is not very practical when you are developing.

    The third solution seems to be the most used one (when I googled around), but our administrators do not want to set up a separate web server for this project. I have to work with what I have which is the APEX server and the database.


    Now, I have a question:

    Is it possible to let another user that the SYSTEM to connect to the East, but only to a subdirectory on is (that is, / i/themes/workspaceName) so the developer can not mess with files from base to apex or the themes themselves?

    Otherwise, I have to download every css and images one by one to the workspace and change all paths relative used in css, which is a pain...

    By using this option, all my files are stored in the database, which is considered safer than when they are on a directory on the server itself.

    Thanks in advance,
    Dennis

    Hi Dennis,

    You DBA should be able to do the following.

    (1) create a new subdirectory in the directory images on XDB (it can use WebDAV or FTP to do)
    (2) create a new database for you user (see http://www.oracle-base.com/articles/9i/xmldb-9i.php) or grant an existing user

    GRANT connect, resource, xdbadmin TO ...;
    

    (3) you can use WebDAV or FTP to transfer files to this new directory of void and do not have to use the SYSTEM

    It would be possible to avoid the xdbadmin role and use the ACLs on directories, but I am not sure XDB. But I don't know that your DBA should be able to understand this.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • The stylesheet/CSS with display problem avisports collection site

    Hi guys,.

    I (finally) managed to get a version of the management assessment and systems of working capital and also managed to publish the site "avisports" sample that comes with the Download Sites WebCenter.

    Only one problem: while the content of the site and pictures to the loading section, there is no CSS style applied to anything.

    Something to note:

    (1) I tried to repost. That didn't seem to do anything.

    (2) two CSS files are referenced in the avisports - 'all.css' and «form.css» homepage When I try to access these files directly, I get a 404 (file not found) error.


    Any ideas on what could be the cause?

    Much appreciated!

    -DeAngelo Lampkin

    Looks like the avisports sampling site expects to find these CSS in the form of static files under the Web application, they are not managed as assets within Sites and therefore are not publishable. In an installation of tomcat for example they are found under

    webapps/CS/avisports/CSS/LT7. CSS
    webapps/CS/avisports/CSS/Form.CSS
    webapps/CS/avisports/CSS/All.CSS

    There are 72 files under webapps/cs/avisports, for most of the images, css and javascript. If you copy this avisports file to an equivalent location within the webapp deployed on the instance of delivery, but then the avisports site should find them.

    Phil

  • Differences between JavaFX CSS and css w3c standard

    This is a discussion topic that comes to mind after reading the comments in this thread Re: FXML, css and - fx-are-family

    Feel free to comment or share your ideas on the subject.

    Note that these comments relate to the meaning of assignment of names and semantics of the css tags and not the syntax and parsing of css (such as the w3c css and css javaFX seem to be equivalent with respect to later).

    You know, sometimes I find refreshing absence of JavaFX features in css. It is nice to have, well, almost everything, the JavaFX CSS documented on one page. I think that if you were to do the same for the w3c css then it would end up with a much bigger, more difficult to understand the document and even what should be the content of this document would probably quite controversial, in the same kind of way that ends up being the HTML5 specification. Microsoft has helped more than 7,000 w3c tests just to cover only a subset of css rules that are available in browsers today. The webkit project lists open CSS nearly a thousand bugs: https://bugs.webkit.org/buglist.cgi?product=WebKit & component = CSS & resolution =-. If the implementation even partial w3c CSS support is a complex project.

    When I started using JavaFX CSS I found differences in w3c CSS quite shocking, and it was difficult to account for their. Now that I'm used to JavaFX CSS, I don't have as much of a problem. The difference in names and semantics will be an obstacle to working on JavaFX developers who are familiar with w3c CSS - but the designers quickly will also discover that FXML is not HTML and Java isn't JavaScript and JavaFX deployment is not HTML deployment. Then, perhaps, in the bigger picture, it is not as big a deal that he would appear. Yet, one cannot think that any obstacle to the people easily pick up and adopting JavaFX makes the technology a disservice.

    There are other benefits that the JavaFX CSS in its own space of names to w3c css, in what she can evolve separately, it shouldn't be exactly the same because it has a different name, it should not implement fully w3c css as browsers do so because it is clearly something different by name etc. There is even precedent for it in the use of mozilla to moz - CSS and css properties http://css-infos.net/properties/webkit - web webkit prefixes as not in standard as many people have suggested. JavaFX CSS supports a JavaFX rendering engine and not an HTML rendering engine. It is quite remarkable that Oracle has been able to build and make available a model CSS for JavaFX which feels as familiar as to the w3c css, w3c css is very strongly targeted towards style a game completely different technology (HTML markup document object model and).

    It would be useful to have a tool which translates as w3c css to the approximations of JavaFX css and vice versa, or the ability for JavaFX to have a mode (perhaps a Boolean value when a style sheet is loaded) to perform an automatic alias or the mapping of the w3c css for javafx (at least for the subset of w3c css that would make sense to automatically translate for JavaFX css). I haven't checked the jira JavaFX in detail, then maybe a request for support already exists - it's perhaps in the private http://javafx-jira.kenai.com/browse/RT-9272 jira.

    The JavaFX css model is really powerful and I found really useful some of the additions that it adds above the css 2.1 Basic found regularly in browsers. With the next CSS Java model object http://javafx-jira.kenai.com/browse/RT-17293, you will also better get access by Java programming.

    Then, good work on the construction and implementation of this complex device...

    Thanks for the comments. The gap between JavaFX CSS and CSS from W3C will be an evolutionary process. It would be nice to use the stylesheet of a standard basis, but there is not always a mapping from 1-1 to JavaFX. But for properties that can be mapped, it is something that should be supported. For example, we should be able to deal with 'police' or '- fx - police '.

    I made public http://javafx-jira.kenai.com/browse/RT-9272.

  • FXML, css and - fx-font-family

    I'm trying to style a FXML with CSS layout and it picks up changes to the font size, but not the font family, unless it's a "generic" police name. I'm doing something wrong? The following minimal example is displayed in the default font (Consolas is a valid font that I can load with make ("Consolas", 32.0f);). In any case, if there is a problem with Consolas it should return to the minivan, shouldn't it?

    Thank you
    Peter
    (System: Win XP 32-bit)
    ----
    My CSS
    Label {
         -fx-font-size: 32pt;
         -fx-font-family: 'Consolas', monospace;
    }
    ----
    My FXML
    <?xml version="1.0" encoding="UTF-8"?>
    
    <?import java.lang.*?>
    <?import javafx.scene.*?>
    <?import javafx.scene.control.*?>
    <?import javafx.scene.layout.*?>
    
    <AnchorPane id="AnchorPane" prefHeight="200" prefWidth="320" >
         <children>
              <Label id="label" layoutX="80" layoutY="80" text="Test Text"/>
         </children>
    </AnchorPane>
    ----
    My main class
    package javafxapplication2;
    
    import javafx.application.Application;
    import javafx.fxml.FXMLLoader;
    import javafx.scene.Parent;
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    
    public class JavaFXApplication2 extends Application {
         
         public static void main(String[] args) {
              Application.launch(JavaFXApplication2.class, args);
         }
         
         @Override
         public void start(Stage stage) throws Exception {
              Parent root = FXMLLoader.load(getClass().getResource("Sample.fxml"));
              final Scene scene = new Scene(root);
              final String css = getClass().getResource("Sample.css").toExternalForm();
              scene.getStylesheets().add(css);
              stage.setScene(scene);
              stage.show();
         }
    }
    Published by: 910144 on January 25, 2012 03:46
    Add code tags

    I was looking at your CSS and I donot think that it is permissible to use a comma it - fx-font-family.

    From: http://docs.oracle.com/javafx/2.0/api/javafx/scene/doc-files/cssref.html#node

    JavaFX CSS does not support the series separated by commas in font family names in the property - fx-font-family. The optional line height parameter when specifying fonts is not supported. There is no equivalent for the property are varying

    To get the desired effect, but it may be possible to use inheritance to get what you want (see the link above and read the legacy section). Specify a general MPV for all police, then substitute with Consolas - if it is not found that he can fall back on monospaced fonts.

  • CSS and Wordpress

    I integrated a wordpress blog into an existing Web site. So, there are in addition to creating the index.php, header.php, footer.php, functions.php, sidebar.php and comments.php, style.css, and links to external style sheets on the site. My problem is fix the css now that the theme is activated. Hyperlinks in the blog post content and sidebar widget area are a light gray (I think #ccc) but I want to change, they appear black (#000). I just address these in the style.css and the mainBlog.css, but nothing seems to work to get these links has changed. Am I missing something?

    The site is: www.jillgrovemezzo.com/wordpress

    Regina

    You have 2 instances of the CCM linked CSS. The last instance takes

    priority so either delete an instance or change link styles

    both. In addition, if you updated to the latest version of CCM, your page would be

    automatically reactivates.

    http://www.Projectseven.com/support/updatepages/CCM.htm

    --

    Al Sparber - PVII

    http://www.Projectseven.com

    The finest Menus Dreamweaver | Galleries | Widgets

    Since 1998

  • CSS and Images export assistance

    Hello

    I'm working on a Web site designed in Photoshop and Fireworks and exported from Fireworks using 'CSS and Images... '. »

    I followed several tutorials on how to do this, but I can't understand what I'm doing wrong... The alignment is off.

    I used rectangles (no border, no fill) to establish the divs. They line up as close as I can tell.

    Can you please look here and tell me what is the problem?

    Support files are here: css, png.

    Thank you

    MattG

    I have read countless articles and used these tutorials and others:

    http://www.Adobe.com/devnet/Fireworks/articles/fireworks_web_design_css.html

    http://www.Adobe.com/devnet/Fireworks/articles/export_css_images.html

    http://www.Adobe.com/devnet/Fireworks/articles/standards_compliant_design.html

    Rename the 'main' called slice to something else. FW generates a div wrapper called #main, if in your HTML and CSS files, you find yourself with two div id called main.

  • 11G with ASM and RDBMS problem when the server reboot (dependencies)

    Hello

    I just install the new version 11G with ASM for the first time. When I restart my server, RDBMS start before the ASM service isn't over to start. It's like when the care services, CSS and EVM have been replaced by the OH dependencies have been lost. The OH service is started but it's as if he is not optional and others start immediately (ASM and RDBMS).

    Early restart, I see the OHservice started and the DSO after that (on the road), but when the RDBMS starts the instance handle of stay (inactive and not mount) because unit number logic for the catalog of service is not available yet. I see in the alert.log to RDBMS catalog segment is not found or not existing (/ catalog not nfound).

    If I wait about 3 to 5 minutes and restart only the RDMBS all start without problem.

    Is there a way I can adjust the stop with the 11g version service or use the crsctl to indicate to the RDBMS service start only when all the ASM service (MON) segment are mount?

    Thank you

    Normally the database is started by the clusterware and not by the windows service.

    Thus, there could be 2 ways to do this:
    (a.), try to assign the Windows of the database service to manual. It must be started by clusterware.

    If that doesn't work, try this:

    (b) leaving the service to automatic startup (Windows), but disable the automatic start of the database. This you can normally change in the registry
    -Online-online Oracle-online key HKLM => ORACLE__AUTOSTART
    (not 100% sure on the key, but I'm sure that you'll be able to find it.)

    Unfortunately do not have atm WindowsCluster to try it myself.

    Additional please check if your db instance has the correct dependencies defined in the clusterware.
    Make one

    stat ora res crsctl. .db Pei

    and paste it here.

    So good luck...
    Sebastian

  • Container CSS and Spry tabs

    Reordered priorities... After much math that is solved my problem and I finally thought to carry the 1. I have a nagging question with my menu tabs, it sits 1 pixel off my my background... I can't understand why. I went through all my css and does not just appear... If someone would like to take a moment and offer a 2nd opinion, I'm all ears.

    http://69.135.192.8/mremodel

    Thank you
    Brian markland

    solved. When checking CSS / HTML / Script is finished... look for transparent pixels on your graphics / gites bonk

    Brian

  • GPS, Wifi and Bluetooth problems

    So I have an iPhone 6 running on IOS 9.3.4 and have had problems with the GPS and the strength of wifi connectivity and bluetooth for a while now.

    First of all, the GPS.  It does not work.  When I run the maps or google maps on my device and the input an address the app can give me a written plan, location, but will not show me on a map.  He'll start road to everywhere where I go and tell me to start position, for example, to the North on the road on that I am, but the arrow does not follow me and tell me when the turn or where I am.  Occasionally, he has a message of guidance down with a spinning wheel and then, after a few seconds, disappears.  I tried to reboot my device several times, I have reset the network setting, I reset all of the settings, I backed up my phone, reset it and recovered save him.  Nothing has worked.  I was at my local verizon store and received a 'new' (its definitely refurbished) phone and the problem persists on the new phone.  I reset the phone to factory setting without content, set up as a new phone and tried the cards again, thinking it might be a problem with the back to the top.  It still does not work.  I'm perplexed right now and do not know what to do/try.

    Second, wifi and bluetooth connectivity is terrible.  I can only receive a wireless signal so that in very close proximity with the router.  I tried to different houses/companies and it is the same question.  However, bluetooth is just as bad.  I use headphones wireless, and go to the gym/go for the route with them.  I used to be able to walk around the gym without my phone and have connected the headphones, but now I can't have my phone 2 feet of the appliance without the music being agitated (bad connection).  I'm really irritated that I cannot understand this point and that he can't seem to find a fixed solution online.

    If you have just updated to iOS 9.3.4, which I didn't even know still shone, so maybe it's a bug that comes with the update. However, your problems seem to follow a trend, you can not far from a source of connection and now a signal. It is perhaps because the necessary components for the Bluetooth, GPS and WiFi signal are damaged or defective. Have you dropped or spilled liquid on your iPhone recently?

  • broken CSS and online resources manager messages

    These two URLS which are documents describing the functioning of the Discussions, the two link to old/lack of css and other resources.

    https://discussions.Apple.com/static/Apple/tutorial/answer.html

    https://discussions.Apple.com/static/Apple/tutorial/reputation.html

    both have the following errors:

    Could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/navigation.CSS could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/suggest2.CSS could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/support.CSS could not load the resource: the server responded with the status 404 (not found)

    apple_core.js:10 Eception TypeError: Object.extend is not a function

    Mixed content answer.html:62: the "https://discussions.apple.com/static/apple/tutorial/answer.html" page has been loaded on a secure connection, but contains a formula that applies to an endpoint not secure 'http://www.info.apple.com/searchredir.html'. This endpoint must be made available via a secure connection.

    https://discussions.Apple.com/themes/Apple/styles/enhanced.CSS could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/base_new.CSS could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/navigation.CSS could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/suggest2.CSS could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/support.CSS could not load the resource: the server responded with the status 404 (not found)

    https://discussions.Apple.com/themes/Apple/styles/enhanced.CSS could not load the resource: the server responded with the status 404 (not found)

    The result is that these pages are hard to read and break the feel of the rest of this site.

    Although these pages seem to exist, they are extremely obsolete

    Current 'tutorials' which should replace

    Find answers and new questions

    Have fun. You deserve it.

    Others

    Learn how to manage your subscriptions

    Resolved, useful, and Apple has recommended messages

    Learn how to manage your subscriptions

    Browse the useful content of communities

    Search features >

Maybe you are looking for