Cpu not releasing after page load

I'm a newby to flash. I need to show movie clips based on the
XML data. The problem is after page is loaded with flash file,
still CPU is not getting released. What am I doing wrong? After
page is loaded with the flash file, I want the CPU to go its
original utilization.
Here is the sample code.
import flash.geom.Matrix;
import flash.geom.Point;
import flash.display.*;
import flash.geom.*;
import mx.services.*;
_root.lineStyle(1, 0x0000FF, 100);
var mcMapContent = map_sp.content;
var my_xml:XML = new XML();
my_xml.ignoreWhite = true;
var number_fmt:TextFormat = new TextFormat();
number_fmt.font = "NumFont";
number_fmt.size = 4;
var fileName:String;
if (!fileName)
fileName = "test1";
if (_global.styles.List == undefined)
_global.styles.List = new mx.styles.CSSStyleDeclaration();
_global.styles.List.setStyle("themeColor", 0x3366CC);
_global.styles.List.setStyle("color", 0x000000);
_global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
_global.styles.List.setStyle("borderStyle", "solid");
_global.styles.List.setStyle("borderColor", 0x000000);
_global.styles.List.setStyle("rolloverColor", 0x5a6970);
_global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
_global.styles.List.setStyle("selectionColor", 0xCCCCCC);
my_xml.load("XML/" + fileName + ".xml");
my_xml.onLoad = function(success)
var currentNode:XMLNode = my_xml.firstChild.firstChild;
var LoopI:Number;
var tmpDepthLevel:Number;
var X1:Number, Y1:Number, Length:Number, Width:Number;
var Code_str:String;
currentNode = currentNode.firstChild;
tmpDepthLevel = mcMapContent.getNextHighestDepth();
try
for (var child_xmlnode = currentNode; child_xmlnode != null;
child_xmlnode = child_xmlnode.nextSibling, i++)
TotalVertex_int =
Number(child_xmlnode.attributes.VERTEX_COUNT);
X1 = child_xmlnode.attributes.X1;
Y1 = child_xmlnode.attributes.Y1;
Width = Number(child_xmlnode.attributes.WIDTH);
Length = Number(child_xmlnode.attributes.LENGTH);
Code_str = child_xmlnode.firstChild.nodeValue;
var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
Code_str, tmpDepthLevel, {Name:Code_str});
tmpDepthLevel++;
my_mc._x = X1;
my_mc._y = Y1;
my_mc._width = Width;
my_mc._height = Length;
newMainColor = new Color(my_mc.rect_mc);
my_mc.Num_txt.setTextFormat(number_fmt);
name_fmt.font = "NumFont";
newMainColor.setRGB(0xFF99FF);
my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
Length);
my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
my_mc.Num_txt._x = 0;
catch (myError:Error)
trace("error caught: " + myError);
finally
//trace("No Error");

I'm a newby to flash. I need to show movie clips based on the
XML data. The problem is after page is loaded with flash file,
still CPU is not getting released. What am I doing wrong? After
page is loaded with the flash file, I want the CPU to go its
original utilization.
Here is the sample code.
import flash.geom.Matrix;
import flash.geom.Point;
import flash.display.*;
import flash.geom.*;
import mx.services.*;
_root.lineStyle(1, 0x0000FF, 100);
var mcMapContent = map_sp.content;
var my_xml:XML = new XML();
my_xml.ignoreWhite = true;
var number_fmt:TextFormat = new TextFormat();
number_fmt.font = "NumFont";
number_fmt.size = 4;
var fileName:String;
if (!fileName)
fileName = "test1";
if (_global.styles.List == undefined)
_global.styles.List = new mx.styles.CSSStyleDeclaration();
_global.styles.List.setStyle("themeColor", 0x3366CC);
_global.styles.List.setStyle("color", 0x000000);
_global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
_global.styles.List.setStyle("borderStyle", "solid");
_global.styles.List.setStyle("borderColor", 0x000000);
_global.styles.List.setStyle("rolloverColor", 0x5a6970);
_global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
_global.styles.List.setStyle("selectionColor", 0xCCCCCC);
my_xml.load("XML/" + fileName + ".xml");
my_xml.onLoad = function(success)
var currentNode:XMLNode = my_xml.firstChild.firstChild;
var LoopI:Number;
var tmpDepthLevel:Number;
var X1:Number, Y1:Number, Length:Number, Width:Number;
var Code_str:String;
currentNode = currentNode.firstChild;
tmpDepthLevel = mcMapContent.getNextHighestDepth();
try
for (var child_xmlnode = currentNode; child_xmlnode != null;
child_xmlnode = child_xmlnode.nextSibling, i++)
TotalVertex_int =
Number(child_xmlnode.attributes.VERTEX_COUNT);
X1 = child_xmlnode.attributes.X1;
Y1 = child_xmlnode.attributes.Y1;
Width = Number(child_xmlnode.attributes.WIDTH);
Length = Number(child_xmlnode.attributes.LENGTH);
Code_str = child_xmlnode.firstChild.nodeValue;
var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
Code_str, tmpDepthLevel, {Name:Code_str});
tmpDepthLevel++;
my_mc._x = X1;
my_mc._y = Y1;
my_mc._width = Width;
my_mc._height = Length;
newMainColor = new Color(my_mc.rect_mc);
my_mc.Num_txt.setTextFormat(number_fmt);
name_fmt.font = "NumFont";
newMainColor.setRGB(0xFF99FF);
my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
Length);
my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
my_mc.Num_txt._x = 0;
catch (myError:Error)
trace("error caught: " + myError);
finally
//trace("No Error");

Similar Messages

  • PDf files not appearing after page loads

    On several different sites, I've recently experienced a dark (black) screen after trying to view pdf files.
    I cannot view any pdf files at present. The relevant page(s) seem to load and then the screen goes black. Any suggestions welcome.

    What happens if you right click then Save as...
    Or right click on the link to Download them & view with preview?
    How about a link to see if it's common?
    Have you tried more than one Browser?

  • How to execute a method after page Load?

    My question is very similar to what was discussed in following thread:
    How to execute a method after page Load?
    My requirement is that I want to run a method in backing bean of a page, immediately after the page gets loaded. In that method I want to invoke one of the method action included in the pagedef of this page, conditionally.
    I tried using the approach given in the above thread, i.e to use <f:view afterPhase="#{backing_security.setPermPriv}">, but the problem is that our page is not using 'f:view' , so I explicitly added one f:view with afterPhase property set , but it is not working, page it self is not getting loaded, it is throwing the error:
    Root cause of ServletException.
    java.lang.IllegalStateException: <f:view> was not present on this page; tag [email protected]e8encountered without an <f:view> being processed.
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.setProperties(UIXComponentELTag.java:108)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:733)
         at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1354)
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:71)
         at oracle.adfinternal.view.faces.taglib.UIXQueryTag.doStartTag(UIXQueryTag.java:41)
         at oracle.adfinternal.view.faces.unified.taglib.UnifiedQueryTag.doStartTag(UnifiedQueryTag.java:51)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
         at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:89)
         at oracle.jsp.runtimev2.ShortCutServlet._jspService(ShortCutServlet.java:89)
         at oracle.jsp.runtime.OracleJspBase.service(OracleJspBase.java:29)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:665)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:387)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:822)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:746)
    Please help to resolve this issue, or am I doing anything wrong?

    Hi,
    I assume that your view is a page fragment and here - indeed - the f:view tag cannot be used. If you use ADF then one option would be to use a custom RegionController on the binding layer to listen for the render phase to invoke the method. Another option would be to use a hidden field (output text set to display="false" and have this component value referencing a managed bean property. The managed bean property's getter method can now be used to invoke the method you want to run upon view rendering
    Frank

  • Content getting disappear after page load in safari

    Content of the webpage get dissappear after the page load in safari. I am currently using IOS7.1 in my ipad mini
    Url:
    http://wealthforumezine.net/ThinkBIGBusinessPerspective230314.html#.UzAF2PmSyrM
    http://wealthforumezine.net/FundFocusSBI180314.html#.UzAF6fmSyrM
    the website is devloped using HTML 4.
    Thanks in advance

    I have a similar problem in Leopard with Safari not loading pages correctly. I'm trying to troubleshoot now, so let me ask you some questions to see if its the same problem as mine.
    Are you using an administrator account? On my machine it only acts up on non-administrator account.
    Does Firefox or another web browser load the pages correctly? On my machine it has similar problems to Safari.

  • Using af:clientListener after page load

    Hi,
    I need to run a js function after* the page finishes loading.
    I tried to use <af:clientListener type="load" method="fillProjectList"/>, but the script starts running before the table on the page finished loading.
    The table has: clientComponent="true"
    How can I make the script to start runng only after all table components are loaded?
    Thank you,
    Nina

    Ah.. i guess it will not work as you cannot do any UI activity after the render response phase. May be try this
    Javascript into JSPX and run after page is loaded?

  • [Not solved][Sudo/X] Enter key not released after typing password

    After upgrade to xserver 1.16 I noticed strange thing - any command I try to run with sudo "hangs" keyboard and mouse. It looks like after typing password and pressing <Enter>, this key is not released.
    System is still responsive, for example I can watch youtube, listen to music, there is no high cpu usage, but inputs are blocked.
    For example:
    sudoedit /etc/whateverrc
    opens editor and cursor goes down.
    This is not a problem with my keyboard
    In tty sudo works fine.
    Last edited by n0rv (2014-08-09 19:45:28)

    jasonwryan wrote:How do you start X?
    startx
    What DE/WM?
    AwesomeWM, quite old setup.
    What is in your journal/logs?
    After "hang" X still works, so I need to kill it (alt+sysrq+re) or reboot.
    Xorg.log.0.old
    [ 5770.071] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 5770.071] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 5770.110] (II) systemd-logind: got resume for 13:68
    [ 5770.110] (II) systemd-logind: got resume for 13:67
    [ 5770.126] (II) systemd-logind: got resume for 13:64
    [ 5770.156] (II) systemd-logind: got resume for 13:65
    [ 5770.209] (II) systemd-logind: got resume for 13:66
    [ 5885.135] (II) systemd-logind: got pause for 226:0
    [ 5885.135] (II) systemd-logind: got pause for 13:68
    [ 5885.135] (II) systemd-logind: got pause for 13:67
    [ 5885.135] (II) systemd-logind: got pause for 13:64
    [ 5885.135] (II) systemd-logind: got pause for 13:65
    [ 5885.135] (II) systemd-logind: got pause for 13:66
    [ 5893.481] (II) evdev: USB Keyboard: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:66
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: USB Keyboard: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:65
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: A4Tech PS/2+USB Mouse: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:64
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: Power Button: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:67
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: Power Button: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:68
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.560] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
    [ 5893.560] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
    [ 5893.560] (EE)
    Fatal server error:
    [ 5893.560] (EE) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
    [ 5893.560] (EE)
    [ 5893.560] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5893.560] (EE) Please also check the log file at "/home/n0rv/.local/share/xorg/Xorg.0.log" for additional information.
    [ 5893.560] (EE)
    [ 5893.560] (EE)
    [ 5893.560] (EE) Backtrace:
    [ 5893.613] (EE) 0: /usr/bin/Xorg.bin (xorg_backtrace+0x56) [0x593966]
    [ 5893.614] (EE) 1: /usr/bin/Xorg.bin (0x400000+0x197b69) [0x597b69]
    [ 5893.614] (EE) 2: /usr/lib/libc.so.6 (0x7f5912809000+0x33df0) [0x7f591283cdf0]
    [ 5893.614] (EE)
    [ 5893.614] (EE) Segmentation fault at address 0x0
    [ 5893.614] (EE)
    FatalError re-entered, aborting
    [ 5893.614] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 5893.614] (EE)
    journalctl:
    sie 07 23:15:12 Arch sudo[3368]: n0rv : TTY=pts/1 ; PWD=/home/n0rv ; USER=root ; COMMAND=sudoedit /etc/yaourtrc
    sie 07 23:15:12 Arch sudoedit[3368]: pam_unix(sudo:session): session opened for user root by (uid=0)
    sie 07 23:15:12 Arch systemd[1]: Starting user-0.slice.
    sie 07 23:15:12 Arch systemd[1]: Created slice user-0.slice.
    sie 07 23:15:12 Arch systemd[1]: Starting User Manager for UID 0...
    sie 07 23:15:12 Arch systemd[3372]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
    sie 07 23:15:12 Arch systemd-logind[1230]: New session c2 of user root.
    sie 07 23:15:12 Arch systemd[1]: Starting Session c2 of user root.
    sie 07 23:15:12 Arch systemd[1]: Started Session c2 of user root.
    sie 07 23:15:12 Arch systemd[3372]: Starting -.slice.
    sie 07 23:15:12 Arch systemd[3372]: Created slice -.slice.
    sie 07 23:15:12 Arch systemd[3372]: Starting D-Bus Message Bus Socket.
    sie 07 23:15:12 Arch systemd[3372]: Listening on D-Bus Message Bus Socket.
    sie 07 23:15:12 Arch systemd[3372]: Starting Paths.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Paths.
    sie 07 23:15:12 Arch systemd[3372]: Starting Timers.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Timers.
    sie 07 23:15:12 Arch systemd[3372]: Starting Sockets.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Sockets.
    sie 07 23:15:12 Arch systemd[3372]: Starting Basic System.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Basic System.
    sie 07 23:15:12 Arch systemd[3372]: Starting Default.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Default.
    sie 07 23:15:12 Arch systemd[3372]: Startup finished in 7ms.
    sie 07 23:15:12 Arch systemd[1]: Started User Manager for UID 0.
    sie 07 23:15:20 Arch kernel: SysRq : Keyboard mode set to system default
    sie 07 23:15:20 Arch systemd-journal[1227]: Journal stopped
    sie 07 23:15:21 Arch systemd-journal[3399]: Permanent journal is using 131.6M (max allowed 100.0M, trying to leave 2.9G free of 6.0G available → current limit 131.6M).
    sie 07 23:15:21 Arch kernel: SysRq : Terminate All Tasks
    sie 07 23:15:21 Arch systemd-journald[1227]: Received SIGTERM.
    sie 07 23:15:21 Arch systemd[1]: [email protected] has no holdoff time, scheduling restart.

  • Loading... spinner persists after page load complete

    Our site uses Ajax and web-services to build html content. At times, the spinning "Loading..." image continues endlessly, seemingly after the page load is complete. This behavior does not occur with Chrome, IE or Firefox. Using the Web Inspector, it appears that all images, xml docs, web-service calls, etc. have completed successfully. To see an example: http://www.bunkerhill.com/dev/website/WebMessages.aspx
    Any help is appreciated.
    TIA

    Is the site entirely Safari compatible? Maybe some part of it isn't working in Safari, and the browser is still attempting to make it work. I'm not a coder (I can barely do anything with HTML), so what I just wrote might be of no use to you.

  • Space is not released after truncating the table

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR
    Hello,
    Yes space wont be released immediately .If large extents are in picture which I assume is your case it goes into deferred drop a background process which will execute after some time( time may vary).See below link for details.
    As per BOL if extents are more than 128 it goes in deferred drop.
    http://msdn.microsoft.com/en-us/library/ms177495.aspx
    You should wait for some time .keep checking the free space
    Below discussion will surely help you in understanding.See Jonathan's reply
    http://social.msdn.microsoft.com/Forums/en-US/4aa2537e-246b-4bfe-818d-3482531d9149/sql-server-2005-massive-400gb-table-dropped-space-not-released
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • ADF Question: included jsp action firing after page load

    Hi all,
    I am using JDeveloper 10.1.3.3 and ADF + BC.
    Here is another interesting situation for you. I have a page with an included jsp at the top with tabbed navigation.
    My page is for entering an order. Users can have multiple orders "open" in other tabs at the same time. Users can also have many other non-order pages opened in tabs. We are using the same View Objects (Entity Based) along with Transient View Objects on each order.
    Each order tab needs to "remember" the orderId so that when the user clicks on a tab, the appropriate rows are set in the order that is to be "opened". This occurs in a tab's action() - setting the orderId and forwarding to the appropriate page (if different) or reloading the same page with the new id.
    On page load we try to get the tab's orderId and load that as the current row of all of our view objects. This should make it seem like they are all concurrently running.
    The problem is when going from order to order, once the tab is clicked, the page's OnPageLoad method runs BEFORE the action of the tab click is processed. Therefore the order that loads thinks it is the previous order, and does not load the correct View Object rows.
    Does anyone know how we can force the tab action to occur before the page load so that we can get the proper orderId?
    Thanks,
    Heather

    Thanks for your speedy reply Frank,
    We are using the onPageLoad from the OnPageLoadBackingBeanBase which implements the PagePhaseListener.
    In this we are doing something like:
            if (isPostback()) {
                String selectedTabNum =
                    EL.getAsString("#{TabCounter.currentSelectedTab}");
                String test = EL.getAsString("#{TabCounter.tabOrderId" + selectedTabNum + "}");
                System.out.println("tab num " + selectedTabNum);
                System.out.println( "testing " + test );
            }our tab counter (a session bean) has these two methods (among others):
        public void setCurrentSelectedTab(int currentSelectedTab) {
            this.currentSelectedTab = currentSelectedTab;
            for(int i=1;i<= 20; i++) {
                EL.set(BACKING_START+"selectedTab"+i+"}", false);
            EL.set(BACKING_START+"selectedTab"+currentSelectedTab+"}", true);
        public String getNextAvailableTab () {
            for(int i=2;i<=20;i++) {
                boolean isTab = (new Boolean (String.valueOf(EL.get(BACKING_START+"render"+i+"}")))).booleanValue();
                if (!isTab) {
                    return String.valueOf(i);
            return "0";
        }our tab header (request bean) has this method as the action for clicking a tab:
            System.out.println("handleTabNavigation");
            String componentId = actionEvent.getComponent().getId();
            String selectedTab = componentId.replaceFirst("tab","");
            int selectedTabNum = new Integer(selectedTab).intValue();
            EL.set("#{TabCounter.currentSelectedTab}", selectedTabNum);
            String tabType = EL.getAsString("#{TabCounter.tabType"+selectedTabNum+"}");
            if (tabType.equals("regular")) {
                String orderId = EL.getAsString("#{TabCounter.tabOrderId"+selectedTabNum+"}");
                EL.set("#{processScope.unfinishedHeaderId}", orderId);
            } else if (tabType.equals("standing")) {
                String orderId = EL.getAsString("#{TabCounter.tabOrderId"+selectedTabNum+"}");           
            }Thanks,
    Heather

  • Jquery Loading Image not working at Page Load

    Hi,
    I developed a page using Jquery, want to load an image at the page load. I am using .show() and .hide() functions, but it is not working. I am using "async;false" in all my SPServices. Can i load the image without setting "async: true"?
    shanthan

    Hi,
    According to your post, my understanding is that you had an issue about the JQuery loading image.
    I think the issue is related to the browser. Did you use the IE 8?
    The hide() and show() method not work in IE 8.
    http://social.technet.microsoft.com/Forums/en-US/a8e17024-bea3-4cb7-8283-bcbcf8955e18/jquery-loading-image-issue?forum=sharepointgeneralprevious
    http://stackoverflow.com/questions/21876416/show-hide-not-working-in-ie8-jquery
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Regarding space not released after rm commend on root

    hello guys
    actually i am facing an unexpected problem
    i have a folder /archivelog which is mounted on ocfs.daily i used to store my export file here.But yesterday i started taking exp from one terminal with file=28june.dmp and after starting it removed previous day export from other terminal with file=27june.dmp.
    But i have seen something different.
    i fired rm -rf 27june.dmp it returned the root prompt immediately though daily to remove a 60 gb file it taken 30-40 seconds.
    also it didn't released the spcae from /archivelog and also removed the file
    means its not listing the file and also the space is not released ...i also fired command updatedb..but still the space is not released.
    hoe could this be possible..anyone has any idea so kindly tell

    There is a bug with ocfs2 if you delete archive logs manually some time will not freee the space which is used. So for future to avoid this case use rman to delete archive logs.
    now to free space need ocfs2 partition to delete and create again with ocfs2. becarefull with this.
    Thanks,

  • Open viewsets not released after report closed

    I create one data object "process" with layout like:
    process_id string
    company_id string
    user_id string
    then i create a report with only one bar chart view,
    edit bar chart add data object "process", leave group by as null, chart value = process_id, summary function = count. add fitler by company_id = report parameter1
    edit bar chart, add data object "process" again, leave group by as null, chart value = process_id, summary function = count. add fitler by user_id = report parameter2.
    save this report
    view this report. then in em, i can see it open two viewsets: one Shared viewset and one Inherited viewset.
    close this report, then in em, found there is no Shared viewset and Inherited viewset . but has one new Unshared viewset , and this viewset not released unless i restart BAM

    Vissharm,
    This issue still happened on my system.
    I can understand why there was two independent Viewsets, my concern is why still one open viewset after report closed.
    On my system, no any other report/alert use the same object
    I export the dataobject and report here:
    Data Ojbect:test
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <DataObject Version="14" Name="test" ID="_test" External="0">
    <Layout>
    <Column Name="process" ID="_process" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="company" ID="_company" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="user" ID="_user" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Indexes/>
    </Layout>
    <Contents/>
    </DataObject>
    </OracleBAMExport>
    Report:/public/Report/Report1
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <Report Name="/public/Report/Report1" ID="58" bMobileEnabled="false" Owner="csdev">
    <Contents>&lt;Iteration&gt;&lt;Report id=&quot;ITN_NEW_REPORT&quot; type=&quot;tiled&quot;&gt;&lt;Properties&gt;&lt;Title color=&quot;black&quot; font-family=&quot;Tahoma&quot; font-size=&quot;20&quot; font-style=&quot;normal&quot; font-weight=&quot;bold&quot; text-decoration=&quot;none&quot; text-transform=&quot;none&quot;/&gt;&lt;ReportBackgroundColor&gt;transparent&lt;/ReportBackgroundColor&gt;&lt;ActiveDataDelayMilliseconds&gt;0&lt;/ActiveDataDelayMilliseconds&gt;&lt;ShowBreadCrumbs&gt;true&lt;/ShowBreadCrumbs&gt;&lt;ShowReportPadding&gt;true&lt;/ShowReportPadding&gt;&lt;/Properties&gt;&lt;Layout maximize=&quot;true&quot;&gt;
    &lt;View height=&quot;100%&quot; id=&quot;view1&quot; left=&quot;0%&quot; top=&quot;0%&quot; width=&quot;100%&quot; z-index=&quot;0&quot;/&gt;
    &lt;/Layout&gt;&lt;Views&gt;&lt;View id=&quot;view1&quot; type=&quot;BarChart&quot;&gt;&lt;Modifiers&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;0&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;&lt;Group level=&quot;0&quot;&gt;&lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;&lt;/Group&gt;&lt;/Groups&gt;&lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_user&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;345&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;1&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;
              &lt;Group level=&quot;0&quot;&gt;
                   &lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;
              &lt;/Group&gt;
         &lt;/Groups&gt;
         &lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_company&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;346&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;/Modifiers&gt;&lt;Properties ContentType=&quot;BarChart&quot; datasetId=&quot;/test&quot;&gt;&lt;Title background-color=&quot;#7B97C0&quot; background-display=&quot;default&quot; capitalize=&quot;false&quot; color=&quot;#3E403D&quot; display=&quot;true&quot; font-family=&quot;Tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; text-align=&quot;left&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;&gt;
              &lt;Text bUseViewName=&quot;true&quot;/&gt;&lt;/Title&gt;&lt;ChartTitle capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;DataAxis auto=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; major=&quot;&quot; max=&quot;&quot; min=&quot;&quot; minor=&quot;&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;NonDataAxis bAllowDiagonal=&quot;true&quot; bShowGroupLabels=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Legend capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; location=&quot;bottom&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ColorPalette selected=&quot;&amp;lt;Row ID=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;Column ID=&amp;quot;_Name&amp;quot; Value=&amp;quot;Cold Snap&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Number&amp;quot; Value=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color1&amp;quot; Value=&amp;quot;#C6D6BB&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color2&amp;quot; Value=&amp;quot;#243471&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color3&amp;quot; Value=&amp;quot;#8CD5E3&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color4&amp;quot; Value=&amp;quot;#5B81A6&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color5&amp;quot; Value=&amp;quot;#871C4C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color6&amp;quot; Value=&amp;quot;#D15F64&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color7&amp;quot; Value=&amp;quot;#EDE18C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color8&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color9&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color10&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color11&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color12&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color13&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color14&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color15&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color16&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;/Row&amp;gt;&quot;/&gt;&lt;ActiveData newColor=&quot;#FFE299&quot; newTimeSeconds=&quot;1000&quot; showColor=&quot;true&quot;/&gt;&lt;Groups bynumber=&quot;false&quot;/&gt;&lt;SeriesValues capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ErrorMessage capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;HorizontalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;VerticalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Target bShowValue=&quot;true&quot; bUseTarget=&quot;false&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; eDashStyle=&quot;solid&quot; fTargetValue=&quot;&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; iDashThickness=&quot;1&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; strTargetColor=&quot;&quot; strTargetLabel=&quot;&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Empty display=&quot;true&quot; text=&quot;No Values&quot;/&gt;&lt;ThreeDOptions fBackDepth=&quot;25&quot;/&gt;&lt;Body background-color=&quot;transparent&quot;&gt;&lt;Image name=&quot;BAM_default_bg.png&quot; position=&quot;stretch&quot; src=&quot;/shared/images/BAM_default_bg.png&quot;/&gt;&lt;/Body&gt;&lt;Drilling ModifierID=&quot;0&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;Series ModifierID=&quot;0&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;0&quot;/&gt;&lt;Series ModifierID=&quot;1&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;1&quot;/&gt;&lt;Drilling ModifierID=&quot;1&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;/Properties&gt;&lt;/View&gt;&lt;/Views&gt;&lt;/Report&gt;&lt;CreationInfo BuildNumber=&quot;7562&quot; CreationDate=&quot;2010-01-05 15:34:04.574&quot; ReportCreator=&quot;csdev&quot;/&gt;&lt;/Iteration&gt;</Contents>
    <Parameters>&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;345&lt;/lID&gt;
    &lt;strName&gt;user&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1650&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;0&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1651&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;521&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;346&lt;/lID&gt;
    &lt;strName&gt;company&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1652&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;1&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1653&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;522&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;</Parameters>
    </Report>
    </OracleBAMExport>
    Edited by: Jeffrey Yan on Jan 5, 2010 12:15 AM

  • Major annoyance - Safari switching tabs/windows after page load

    When I cmd-click on a link to open a page in a new tab, it starts to load the page. If I switch tabs or windows before the page is loaded, it will switch back to that tab/window when the page load is complete.
    Who thought this would be a good idea?!? This is the kind of impossibly poor user interface that I expect when I run Windows. Why has it infected my Mac? I DO NOT WANT MY SOFTWARE CHANGING MY INTERFACE ON ME!!! When I bring a tab or window to the front, I expect it to STAY in the front!!!!!
    PLEASE, FOR THE LOVE OF EVERYTHING SANE, FIX THIS NOW APPLE!!!

    BTW, this does not happen all the time - only on certain pages. A good example is the Washington Post. Click on an article, then switch to a different tab/window before the page completes loading. When the page load completes, it will switch your tab/window, bringing the article to the front. Very annoying.
    I suppose if could be an issue with the site using some severely twisted JavaScript. However, I have never seen this behavior before in Safari until very recently, and it does not happen in FireFox.

  • Images are not showing when page load

    Hello All
    I am having lot of webparts on my page.
    In two of them webpart i applied xslt and showing image of created by person in this
    1)Announcement webpart(Wall updates)
    2)Showing blog using content by query webpart(Blogs)
    While page loading not able to load images in both webpart view.
    But when i decreases webparts on page images rendered properly.
    I think it is taking time to fetch images so timeout and showing default images.
    Kindly suggest me some way to tackle and images will displayed properly
    Thanks in advance
    Varsha Patil

    Hi,
    According to this documentation from MSDN about
    SharePoint Server 2010 capacity management: Software boundaries and limits:
    “In SharePoint Server 2010, there are certain limits that are by design and cannot be exceeded”, “The default values for these limits were defined by testing, and represent the known
    limitations of the product. Exceeding supported limits may cause unexpected results, significant decrease in performance, or other harmful effects”, “in most cases, operating at or near an established limit is not a best practice, as acceptable performance
    and reliability targets are best achieved when a farm’s design provides for a reasonable balance of limits values”.
    So it is not recommended to add many web parts into one page.
    If there is a special need to display many web parts in one page, it is recommended to reorganize the content to minimize the number of web parts in use and customization will
    be needed sometimes if the built-in web parts can’t meet the requirement.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Javascript  before/after Page Load

    hi, i want to call javascript before or after page is loading,
    is it possible?

    Hi,
    Under Page Rendering--->
    Open the page definition
    Under --> Display Attributes
    change to 'Donot focus cursor'
    In Page html body attributes
    enter --> onload="set_focus();"
    bye
    Srikavi

Maybe you are looking for