Displaying default styles in an advanced style as theme based foi

Hi,
I have a problem to display the default style of an advanced style as theme based foi.
According to the mapviewer log x feature were found to display but no one was rendered into the map.
MapViewer with image layer works, MapBuilder, too.
MapViewer version:
Ver1033p5_B081010
MapBuilder marker definition:
<?xml version="1.0" ?>
<AdvancedStyle>
<BucketStyle>
<Buckets default_style="C.ORANGE">
<CollectionBucket seq="0" type="string" style="C.BLUE">90002,19208</CollectionBucket>
<CollectionBucket seq="1" type="string" style="C.RED">14002,13004</CollectionBucket>
</Buckets>
</BucketStyle>
</AdvancedStyle>
The mapviewer log indicates 7 found featuers, but only 2 of them are displayed. The 5 items are using the default style and are not visible.
LOG
May 28, 2009 3:46:26 PM oracle.sdovis.LoadThemeData run
FINER: LoadThemeData running thread: Thread-6894
May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
FINER: [Master scale] 46.091784655389 [Theme scale factor] 1.0
May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
FINEST: [ TEST_FOI_POI_2 ]: 2xxx973.7866666666,5xxx599.714666666,2xxx466.072533333,5xxx968.929066666
May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
FINEST: Theme query [ TEST_FOI_POI_2 ]: SELECT ID, GEOM, 'M.TEST_IMAGE2', null, 'null', -1, 'rule#0', ID, BEMERKUNG FROM FOI_TEST_POI WHERE MDSYS.SDO_FILTER(GEOM, MDSYS.SDO_GEOMETRY(2003, 31466, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(:mvqboxxl, :mvqboxyl, :mvqboxxh, :mvqboxyh)), 'querytype=WINDOW') = 'TRUE'
May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
FINER: [ TEST_FOI_POI_2 ] Fetch size: 100
May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
INFO: [ TEST_FOI_POI_2 ] sql exec time: 0ms, total time loading 7 features: 31ms.
May 28, 2009 3:46:26 PM oracle.lbs.mapserver.core.MapperPool freeMapper
FINER: freeMapper() begins...
May 28, 2009 3:46:26 PM oracle.lbs.foi.ThemeRenderingThread render
FINER: 7 features loaded.31
May 28, 2009 3:46:26 PM oracle.lbs.foi.ThemeRenderingThread render
FINER: Total time rendering foi data:0
May 28, 2009 3:46:26 PM oracle.lbs.foi.FOIServlet doPost
FINEST: ---- begin FOI response ----
{"foiarray":[{"id":"201","gtype":"2001","imgurl":"http://server02/mapviewer/images/foi/23_p_Sj_28_24.png","x":2xxx200,"y":5xxx800,"width":28,"height":24,"attrs":["201",]},{"id":"200","gtype":"2001","imgurl":"http://server02/mapviewer/images/foi/23_p_Sj_28_24.png","x":2xxx200,"y":5xxx866,"width":28,"height":24,"attrs":["200",]}],attrnames:["Bezeichnung","BEMERKUNG"],themeMBR:[1.0,0.0,0.0,2xxx422.22678222],hiliteImgPref:"Sh",hiliteMW:10,hiliteMH:10,isWholeImg:false}
---- end FOI response ----
May 28, 2009 3:46:26 PM oracle.lbs.foi.FOIServlet sendGZippedResponse
FINEST: Sending FOI response in gzip format.
Regards,
Cord

Hi Joao,
thanks!
Do you know a workaround or alternative for that problem?
I have a request of our customer. He has about 400 different group items. Only a few of them (40-60) should be defined with an individual style and the rest with a default style.
The problem is, that the number of group items rises nearly daily. The new ones should automatically be displayed with the default style.
Cord

Similar Messages

  • Displaying a theme-based FOI layer as a whole image with javascript API v2

    Hi,
    I have looked the Oracle maps V2 tutorial developed in mvdemo.war application provided with Oracle Mapviewer v11.1.1.7. I have looked how to use theme-based FOI layers and I have not found how to set the "whole image" property for these layers. This feature is present in javascript API V1 and it greatly improves application performance. Our applications use this property very often.
    Is this property present in javascript API V2 but not documented?
    If it's not present, do you know if it will be?
    How can we show a layer with many geometry features and obtain the same performance we have now with the whole image property?
    Thanks,
    Arturo

    Hi,
    since this is a very crucial feature for us I'm very interested in that functionality as well. Is there a comparable functionality in the V2 API or will it be available in feature releases?
    Thanks
    Dominik

  • Advanced style rule (attribute) column can be a sql expr

    Just wondering if folks have used complex formulas or sql expressions for the rule column for an advanced style. If yes please post examples in response.
    The rule column used in an advanced style can be a sql expression. e.g. (TOTPOP/LANDSQMI) POPDENSITY to display a thematic map of population density instead of total population. The theme def would look like
    <?xml version="1.0" standalone="yes"?>
    <styling_rules>
    <rule column="(TOTPOP/LANDSQMI) POPDENSITY">
    <features style="V.POPPSQMI"> (landsqmi is not null AND
    landsqmi &gt; 0) </features>
    </rule>
    </styling_rules>
    In particular has anyone used CASE, DECODE, NTILE etc.?

    Try changing the following properties:
    autosubmit = true;
    immediate = true;
    Here is a link where the user uses a transient attribute for the rows in his table:
    Technology on my way...:): ADF 11g : CheckBox Demo (Select one checkbox in table, Select all/Deselect all)
    Hope that helps.
    Regards,
    Frederico.

  • Theme looking different before and after previewing an advanced style

    Hello,
    i have a problem with a theme looking different before and after previewing an advanced style in mapbuilder Ver11_1_1_5_B110527
    My style xml looks like this:
    <?xml version="1.0" ?>
    <AdvancedStyle>
        <CollectionStyle>
          <style name="color_style" shape="polygon"/>
          <style name="line_style"/>
      </CollectionStyle>
    </AdvancedStyle>It is a combination of a color style and a line style styles:
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
        <desc/>
        <g class="color" style="fill:#B6D1CA">
            <rect width="50" height="50"/>
      </g>
    </svg>
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
      <desc/>
      <g class="line" style="fill:#969696;stroke-width:2;stroke-linecap:BUTT">
        <line class="base"/>
      </g>
    </svg>The styles and theme are created using insert statements, and not the mapbuilder.
    When i take a look at the theme preview in mapbuilder, it will look like this: http://dl.dropbox.com/u/22117905/before_preview.PNG
    Now i open up the advanced style and hit the preview button.
    If i take another look at the theme preview, it will now look like this (and this is the desired output btw.): http://dl.dropbox.com/u/22117905/after_preview.PNG
    Now my question is, why does the same theme look different, after previewing the advanced style?
    I tried clearing the cached geometries and metadata cache of mapviewer, but that didn't help.
    Apart from previewing every style, what can i do to make sure that the themes are styled correctly?
    Thanks for help in advance,
    Dirk

    Hello Joao,
    i just found the error. It is in my pl/sql package where i create the styles.
    Mapbuilder showed the staly as in my first post, but that i created looks like this
    <?xml version="1.0" ?>
    <AdvancedStyle>
        <CollectionStyle>
          <style name="color_style" shape="polygon"/>
          <style name="line_style" shape="all"/>
      </CollectionStyle>
    </AdvancedStyle>Notice the "shape=all" attribute in line_style. Apperently Mapbuilder doesn't like it, if i set this in the style. After previewing or saving the style in mapbuilder, the sttribute is removed and the style is correct.
    I now edited my package and rerun it, and now the themes are displayed correctly.
    Regards,
    Dirk

  • Double attributes in info window with advanced style

    Hi,
    I have a MapViewer theme with an advanced style and several attributes to display. The attribute column to render the advanced style should be displayed in the info window, too.
    Its working so far but this attribute is displayed twice!
    I only have this problem with advanced styles.
    My MapViewer version: Ver1033p5_B081010
    Does anybody know this problem?
    Regards,
    Cord

    Hi Joao,
    my theme XML definition:
    <?xml version="1.0" standalone="yes"?>
    <styling_rules key_column="SP_KEY">
    <hidden_info>
    <field column="SP_ROUTENR" name="Routennr"/>
    <field column="SP_STARTDATUM" name="Startdatum"/>
    <field column="SP_STARTZEIT" name="Startzeit"/>
    <field column="SP_ENDZEIT" name="Endzeit"/>
    <field column="SP_BC" name="Bordcomputer"/>
    <field column="SP_VEHICLE" name="Fahrzeug"/>
    <field column="*SP_MENGEINKG*" name="Menge (kg)"/>
    <field column="SP_KEY" name="SP_KEY"/>
    </hidden_info>
    <rule column="*SP_MENGEINKG*">
    <features style="V.FAHRTEN"> (SP_STARTDATUM = :1) AND
    (SP_STARTZEIT BETWEEN :2 AND :3) AND
    (SP_VEHICLE = :4) </features>
    <label column="SP_ROUTENR" style="T.TEXT"> 1 </label>
    </rule>
    </styling_rules>
    The column value "Menge (kg)" (node SP_MENGEINKG) is displayed twice.
    Cord

  • ThemeBasedFoi Not rendering with advanced style

    Hello,
    I have defined an advanced variable ranged bucket as:
    <?xml version="1.0" ?>
    <AdvancedStyle>
         <BucketStyle>
            <Buckets>
                <RangedBucket seq="0" label="Muito Pouco" low="0.0" high="19915.0" style="C.RED5" label_style="T.RIO"/>
                <RangedBucket seq="1" label="Pouco" low="19915.0" high="218128.12" style="C.RED4" label_style="T.RIO"/>
                <RangedBucket seq="2" label="Normal" low="218128.12" high="1992239.79" style="C.RED3" label_style="T.RIO"/>
                <RangedBucket seq="3" label="Muito" low="1992239.79" high="1.91553676E7" style="C.RED2" label_style="T.RIO"/>
                <RangedBucket seq="4" label="Elevado" low="1.91553676E7" high="1.1386E14" style="C.RED1" label_style="T.RIO"/>
        </Buckets>
       </BucketStyle>
    </AdvancedStyle>And the following theme, that makes use of the above style.
    <?xml version="1.0" standalone="yes"?>
    <styling_rules>
        <rule column="agg">
            <features style="V.VR_RED5">SELECT pk_instalacao, agg, geom
        FROM TABLE_I_GF_SQE </features>
      </rule>
    </styling_rules>When i render it in Oracle Maps all geometric elements are displayed in white color, not the color i specified in the advanced style.
    Any thoughts ...

    Hi J. Sharma, thank you for your response, sorry for my delay.
    This was just a test to see if i could specify, queries in the theme definition.
    I'm building a Spatial OLAP Server, and i need to define the themes dynamically, based on the spatial attributes, semantic attributes, and aggregated measures specified by the Spatial OLAP client.
    At the time i wrote my first post, i was realizing that mapviewer does not handle well the SDO_AGGR_UNION, so i decided to create a table with the result of a more complex query and render it with an advanced style.
    But the style failed, nevertheless i found a solution for the problem, as soon as i have some time i will post my results in the forum.

  • Advanced Styles with JDBC Themes

    Hi,
    I am trying to use the Java API to add a JDBC theme to a map request (no problem we have been doing this for some time). However, I now want to apply a predefined Advanced style to that theme but am struggling to do so. If I predefine a theme and use the predefined advanced style them it works fine. When I user the .addJDBCTheme call with the advanced style as the style parameter it does not work. I am guessing I have to use the setThemeRenderingRules to get this to work but the documentation is not great and I can't find any examples. Has anyone applied an advanced theme to JDBC layers and if so how did you do it, any help much appreciated.
    Chris

    Hi Chris,
    when using a predefined theme the attribute column (or columns) to be used by the advanced style are defined on the theme definition.
    For dynamic themes, you need to select the attribute on the dynamic SQL expression. On the following example, the column TOTPOP is used for the render style.
      <themes>
        <theme name="states" >
           <jdbc_query
             spatial_column="GEOM"
             render_style="V.USSTATES TOTPOP"
             jdbc_srid="8265"
             datasource="mvdemo"
             asis="false">select GEOM, TOTPOP from STATES
           </jdbc_query>
         </theme>
      </themes>Joao

  • JDBC theme - dynamic advanced style

    Hi
    I'm using dynamic JDBC theme's from within javascript. For instance :
    themebasedfoi=new MVThemeBasedFOI("XX","<themes><theme name='XX'><jdbc_query asis='true' spatial_column='GEOLOC' jdbc_srid='82343' render_style='DK_VALUE' datasource='PHV_MAP'>"+aip_sql+"</jdbc_query></theme></themes>");
    that works nicely.
    Now I want to be able to build the advanced bucket style on the fly instead of using a fixed advanced style(in the example DK_VALUE').
    I can define the style as for instance:
    vol_style="<style name='vol_style'><AdvancedStyle><BucketStyle><Buckets><RangedBucket seq='0' label='less than 100k' high='10000.0' style='C.RED_1'/><RangedBucket seq='1' label='100k - 150k' low='10000.0' high='15000.0' style='C.YEL_1'/><RangedBucket seq='2' label='150k - 250k' low='15000.0' high='20000.0' style='C.BLUE_1'/><RangedBucket seq='3' label='250k - 350k' low='20000.0' high='30000.0' style='C.GRE_1'/><RangedBucket seq='4' label='350k - 450k' low='30000.0' high='100000.0' style='C.GRE_2'/></Buckets></BucketStyle></AdvancedStyle></style>";
    But how can I get the dynamic theme to use this dynamically created advanced style?
    Jesper

    With MapViewer 11 preview 1, you can define dynamic styles and use the dynamic styles in your jdbc themes. We provide classes such as MVStyleColor, MVStyleMarker, MVBucketStyle, MVBarCharStyle, MVPieCharStyle and the most generalized all, MVXMLStyle to define any MapViewer supported style.
    Here is an example.
    var dynStyle = new MVStyleColor("mycolor", "00FF00", "FF0000") ;
    var themeDef =
    '<theme name="mytheme" >' +
    '<jdbc_query spatial_column="geometry" jdbc_srid="8307" ' +
    'render_style="mycolor" datasource="mvdemo">'+
    'select geometry from counties' +
    '</jdbc_query></theme>' ;
    var themeBasedFOI = new MVThemeBasedFOI('county_theme', themeDef);
    themeBasedFOI.addStyle(dynStyle) ;
    mapview.addThemeBasedFOI(themeBasedFOI);

  • Dynamic thematic request - advanced style

    Hi,
    I'm using a dynamic theme to render a map using an advanced style. The values i'm rendering change from call to call - currently I am having to redefine the style every request (not ideal). I'm sure i've read somewhere that you can use an advanced style in your request but just change the high/low/buckets values.
    Please can someone help?!
    Thanks
    Steve H

    Yeah - I'm using that version (warm off the press!). I can define my styles fine - it's the "Low", "High" and "nBuckets" values of the style that I want to change at draw / request time. For example mapping population of different areas of the country means that my low and high values will change every map request - and I don't want to redefine the style (or create a new one) and clear the style cache on every request. I'm sure I read somewhere that one of the features of the new release was to be that you could change these values as part of the jdbc theme section of the request, but I can't find info on it anywhere!
    Thanks
    Steve

  • When selected preference advance style sheet to zoom. Cheak box and radio looks odd.

    In safari 8. After updated OS X to Yosemite. When set preference>advance>style sheet to xxx.css.
    In xxx.css contain :
    body {
    zoom: 110%;
    Safari will show checkbox and radio box in all website distortion. As shown below.
    Cheak box looks odd and invisible radio box.
    Please, tell me. What caused it Or is it a BUG.
    Thank You.

    Does anyone have a problem it?

  • Create new Generating style Extending the Classic Style

    Hi all,
    When creating an ITS screen, you can choose a Generating style.
    Default (at our system) there are 3 templates available:
    - Business HTML
    - Classic
    - WebGUI
    is it possible to create an own Generating style?
    At present we are using the CLASSIC STYLE.
    However, I need to alter the generated TEMPLATE file every time I create one.
    Is there some way that one could extend the CLASSIC style to have my own style generated to accommodate the modifications?
    I have used the style as per the specifications of Mobile Template generator and that is not what I want. I want to extend the Classic HTML style.
    This is a high priority issue for me. Thanks in advance.
    Arup

    Hi,
    Thanks for the response. II have already used the Mobile Generator Style for my customized style generator and that is not what I want.
    I need to extend the classic HTML style to create my own style to generate the Templates in the format I need.
    Is there some documentation or some class from which I should extend to generate my Generator to be used.
    Any help on this would be appreciated.
    Thanks,
    Arup

  • Make paragraph style not override character style?

    Hi.
    Is there any way to make a paragraph style NOT override a character style?
    For example, I write a lot of scientific reports in Pages and then I use subscript and superscript often and so I have made a character style for that. But if I want to perhaps change the spacing between paragraphs in my body style. I select a paragraph, change the settings that I want and then I right click on the paragraph style and choose "redefine style from selection". Then I select all of that style and choose "revert to defined style" to get the updated paragraph spacing. But what this does is that it overrides all of the character styles so that everything in sub/superscript, bold, italic etc get back to the style. This is really bugging me out.
    For the character styles you can select what attributes you want them to affect, is there any way to do this with paragraph styles as well? Or maybe some of you have got a good way to make it work.
    Thanks in advance.

    When you redefine the paragraph style, all paragraphs using that style will display the new style properties, unless you've overriden them. Presumably this is why you choose "revert to defined style", so that other paragraphs that you've stylistically modified take on the proper paragraph style properties. If not, why revert at all?
    Instead of using revert, why not re-apply the paragraph style (just click on the selected style in the drawer, or pick the selected item from the pop-up menu). It will discard your unwanted paragraph style overrides, and preserve the character styles.

  • Mapping XML tags to paragraph styles that contain nested styles

    I am importing XML into InDesign (CS5.5) and the tag mapping to styles is working fine until I get to a paragraph style that contains a nested style.
    I have a sentence that starts with a number:
    1the dog runs fast.
    In InDesing properly styled looks like this:
         1  The dog runs fast.
    (tab)1(tab)The dog runs fast.
    The number is styled with a character style (Number) and the whole sentence is styled with a paragraph style (Sentence). In order to get the tabs in between the number, I have a nested style within the paragraph style (Sentence). This triggers the tabs when it hits the character style (Number) like this:
    Number up to 2 Tab Characters
    In XML, it looks like this
    <sentencetag><numbertag>1</numbertag>The dog runs fast.</sentencetag>
    Sentencetag is mapped to Sentence paragrph style and Numbertag is mapped to Number character style, but the nested style for the tabs are not displaying. I just get this in IND.
    1the dog runs fast.
    Everything works beautifully until I hit the nested styles, which I do need to get to work somehow. Any help would be much appreciated.
    Thanks in advance!

    It sounds like your tab characters are actually disappearing from content in the XML. Jeff was responding to the fact that they need to be there, and you state that you originally had them in your document, but they are not showing up once imported through the XML.
    The tabs may be disappearing in the XML document due to the "TAB" character in your text editor not being a tab, or at least not properly-formed XML TAB equivalent, OR because you are not "importing whitespace elements" when you import your XML.
    Importing whitespace elements can wreak havoc on other things in your XML structure and styled layout within the Indesign document, so I would put the XML quivalent of TAB everywhere a tab should be in your XML, and make sure NOT to import whitespace (when importing XML using "Merge Content", select not to import whitespace items from the import options).
    I believe the XML friendly character code for a TAB character is "&#9;" or "&#09;" but have not tested this. Don't include quotes when adding the character code, just the ampersand, semicolon, and everything in-between.
    Also, sounds like your tags are mapping ok for you, so your XML should look something like:
    <sentencetag>&#9;<numbertag>1</numbertag>&#9;The dog runs fast</sentencetag>.
    It should't matter where you put the TAB character equivalent in relation to your nested tag.

  • Styles - Why isn't Styles & Formatting pod showing what's applied?

    RH8/Tech Comm Suite 2
    WebHelp Pro
    Brand, spanking new RH8 project and new CSS that I'm trying to create using RH Styles tool - not an upgrade issue
    Hi All,
    First time creating a CSS in RH8 (and I'm pretty novice when it comes to CSS). After reading everything I can find about Styles & Formatting in RH8 (Grainge.org included - thank you, Peter!), I still can't figure out something really basic: I built a List Style called "Numbered", it's definitely there in my CSS (shows up in the Styles & Formatting pod and Styles editor where I created it), and it seems to be applying correctly when I select text and then the Numbered list style. But, if I later go back to a topic and want to make sure it was tagged appropriately, when I click the text (none) is what's selected in both the Styles & Formatting pod and the Formatting toolbar. When I look at the HTML, it's applied correctly:
    <ol type="1">
    <li class="Numbered">First step of procedure here.</li>
    <li class="Numbered">Here's the next step</li>
    <li class="Numbered">Here's the next step</li>
    <li class="Numbered">&#160;</li>
    I saw an old post re: a display issue with styles in RH7. Is this still a bug in RH8? Is there anything I can do to display the currently applied style somewhere on the Design side? (I have novice RH users working with me on this project...I can't make them go look at the HTML to see if the right style is applied!)
    Second to that, how do I get the Formatting toolbar to show List Styles (seems to be showing Paragraph styles only)? Basically I'd like that box on the Formatting toolbar to show only what I want it to show... about 6 styles total, but some are Paragraph and some are List.
    TIA!
    Katie Carver
    Docs-to-You, LLC
    Phoenix, AZ

    Thanks, Peter. Ahhh, yes, thank you, that does help me understand what's happening.
    The rather annoying thing is that even if "All available styles" is selected at the top of the Styles & Formatting pod, when I select one of the numbered steps it still displays (none). So it seems the only way to confirm the correct List style has been applied from the Design side is to toggle over to displaying List styles only (and then switch back when working on an area of the topic with P tags).
    I just wish there was a way to customize the toolbar to show more than the P style. I want to keep this project as simplistic as possible (will be handing it over to the client when finished, and they are not RH savy), so I don't want to create P styles for lists if I don't need them (no output for print required). They are, however, going to be importing quite a bit from Word on an ongoing basis, so I wonder if Li only vs. Li plus P is preferable in that situation (going to do some test Word imports as soon as I get the CSS a little further along). I'm guessing it won't matter either way, but Word import is something I've successfully avoided in all prior projects, so we'll see!
    BTW, thanks for pointing out the "Snippets" area of your site... hadn't ever gone there before because I'd assumed it contained info. about the RH Snippets feature :-). You have some great tidbit on there!
    Katie

  • Problem with footer in table style not applying paragraph style... or just me?

    I'm having a niggling problem making a table style with cell/paragraph styles for the header, body, and footer respectively. I want to make it as simple as possible for other users but one thing keeps tripping me up. I'll try and describe with screenshots. I'm using InDesign CS5 on Windows 7.
    I have a table style set up with cell styles for the header, body, and footer, and paragraph styles for each as well. Say I'm converting a list of generic text to this table:
    i convert it to my table style. The body style is a numbered list:
    I convert the header to an, err, Header. The cell applies the header paragraph style as I should expect:
    I convert the footer likewise, but it maintains the Body text paragraph style as an override!
    So naturally I clear the override and it works fine. But of course, I'd rather it acted like the header row. I can't work out where the override on the footer comes from and why it operates differently in this respect to the header row. There is nothing different about how the styles are constructed. Have I made a mistake somewhere, or is this correct behaviour I'm misinterpreting, or something...?
    edit: Here is the file, if that will help:
    https://www.dropbox.com/s/4kzgui1itaskuvz/strip%20list%20test.indd

    Hi,
    I was able to reproduce the issue you are facing.
    I will be logging a bug for this and it would be investigated.
    Thanks a lot for reporting the problem!!
    Javed

Maybe you are looking for

  • Is there a way to "select all" in the mail folders?

    I was wondering if there is a "select all" function in the mail folders on the iPad 2 pr iPhone 4s?  I added an email account to my iPad and it is now in the process of downloading 3,500 old messages that were on the server 50 at a time and I have to

  • Etre check shows a problem ? MacBook Pro 13" late2011

    EtreCheck version: 1.9.15 (52)           I HAVE A SYSTEM LAUNCH DAEMONS FAILURE CAN ANYONE ASSIT ME TO CORRECT THANK YO IN ADVANCE Report generated August 19, 2014 at 9:39:14 PM EDT Hardware Information: ?   MacBook Pro (13-inch, Late 2011) (Verified

  • What can i replace this bind variable with in function?

    Hello I am creating a report showing training attended by employees. I have written a function to do the following: Parameters 1 - 4 is hard coded for a reason. So we dont worry about them. 5th parameter: :START_DATE represents the date training star

  • Canvas children and mouseOver

    Simply put, I have a repeating canvas that contains buttons, an image, and a text field. When the user rolls their mouseOver the canvas, a child canvas becomes visible with buttons inside of it. Works great when you make sure that the mouse stays onl

  • Copy of standard script

    Hi all,     Is it possible to copying the standard script from client-000 to QA? TKS in advance, Dharani.P