Very simple library with one MXML component ERROR

<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
                     xmlns:s="library://ns.adobe.com/flex/spark"
                     xmlns:mx="library://ns.adobe.com/flex/mx"
                     mouseDown="FlexGlobals.topLevelApplication.nativeWindow.startMove()"
                     width="350" height="42" top="0" left="0" right="0">
          <s:states>
                    <mx:State name="maxed"/>
                    <mx:State name="restored"/>
          </s:states>
          <fx:Script>
                    <![CDATA[
                              import flash.events.MouseEvent;
                              import mx.core.FlexGlobals;
                              private var maxed:Boolean = false;
                              private function restore(e:MouseEvent):void{
                                        if (maxed){
                                                  FlexGlobals.topLevelApplication.restore();
                                                  this.currentState = "restored";
                                                  maxed = false;
                                        }else{
                                                  FlexGlobals.topLevelApplication.maximize();
                                                  this.currentState = "maxed";
                                                  maxed = true;
                              public function Maximize() : void
                                        if (this.maxed)
                                                  FlexGlobals.topLevelApplication.restore();
                                                  this.currentState = "restored";
                                                  this.maxed = false;
                                        else
                                                  FlexGlobals.topLevelApplication.maximize();
                                                  this.currentState = "maxed";
                                                  this.maxed = true;
                                        return;
                              }// end function
                              public function get Maximized():Boolean{
                                        return this.maxed;
                    ]]>
          </fx:Script>
          <s:Rect left="0" top="0" bottom="0" right="0">
                    <s:fill>
                              <s:SolidColor color="#FFFFFF"/>
                    </s:fill>
          </s:Rect>
          <s:Image x="5" y="-4" source="assets/colibright_title.png" left="5"/>
          <s:Button y="10" width="32" height="32" click="FlexGlobals.topLevelApplication.minimize();" icon="assets/icons/minimize.png" y.restored="5" y.maxed="5" right.restored="74" right.maxed="74"/>
          <s:Button width="32" height="32" click="restore(event)" y="5" icon="assets/icons/restore.png" includeIn="maxed" right="39"/>
          <s:Button y="5"  click="restore(event)"  includeIn="restored" width="32" height="32" icon="assets/icons/maximize.png" right="39"/>
          <s:Button y="10" width="32" height="32" click="FlexGlobals.topLevelApplication.close();" icon="assets/icons/close.png" y.restored="5" y.maxed="5" right.restored="5" right.maxed="5"/>
</s:Group>
In my main application when i try to load the SWF and use the Custom MXML Component i get this error
[SWF] C:\Users\dude\Adobe Flash Builder 4.7\Colibr8\bin-debug\extensions\00 - WindowControlUIPlugin.swf - 8,287 bytes after decompression
VerifyError: Error #1014: Class spark.components::Group could not be found.
private function launchPluginsInspection():void{
                              plLoader = new Loader();
                              plLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onPluginLoaded);
                              var context:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain);
                              context.allowLoadBytesCodeExecution = true;
                              context.allowCodeImport = true;
                              var appFolder:File = File.applicationDirectory;
                              var extensionsFolder:File = new File(appFolder.nativePath + "/extensions/");
                              if (extensionsFolder.isDirectory){
                                        var files:Array = extensionsFolder.getDirectoryListing();
                                        for each(var file:File in files){
                                                  if (file.extension == "swf")
                                                            plLoader.load(new URLRequest(file.nativePath), context);
Why is this happening?

Can you try giving permissions for the player to access your swf file by adding this
Security.allowDomain( '<Location of the swf file>' );
or  
System.security.allowDomain( '<location of the swf file>' );
Thanks,
Sudhir

Similar Messages

  • I am going to buy a macbook pro for grade 12, and I need to know wheather I should get a macbook pro or a macbook pro retina. If someone could tell me (in a very simple way) which one is,better for me and why, I would be ever so apprreciative.

    I am going to buy a macbook pro for grade 12, and I need to know wheather I should get a macbook pro or a macbook pro retina. If someone could tell me (in a very simple way) which one is,better for me and why, I would be ever so apprreciative.

    Why do you need a expensive MacBook Pro?
    Your attending high school and unless everyone else is rich also your likely going to be a target by the more poorer students for theft or damage to the machine.
    You could keep it home, but if you need it for class then your exposed again.
    Also at that age your not very careful yet, a MacBook Pro is a expensive and easily damaged machine.
    Unless your made of money and so are others at your school, I would recommned a low profile, just does the job cheap Windows PC.
    If it dies, gets lost, stolen or damaged because of your inexperince handling senstivie electronics then it's no big deal.
    You can buy a Mac later on when your sure you have a need for it, currently there isn't much advantage of owning a Mac compared to a PC, they do just about the same things now, one just looks prettier than the other.
    Since 95% of the world uses Windows PC's your going to have to install Windows on the Mac in order to keep your skills up there or be unemployed, so it's a extra headache and expense.
    good luck

  • Make a router out of a simple notebook with one NIC (buy a second NIC)

    Hello all,
    Before starting, I think I must say hello to you because I'm new here : this is my first post . So, in fact, I'm working with Linux since 5 years. I'm running Gentoo on my workstation and my old server, Ubuntu on my notebook and for family, and finaly, I'm running Red Hat at work place for workstation and servers. I'm a Linux and JBoss administrator .
    I've decided to run/try Arch because it seams to growth with rock-solid ideas and it's a binary distribution. I now prefer a binary distribution for my server, because it's taking too much time to let old computer or notebook compile the whole world (alone or not ...). I prefer now looking around and learn another Linux distribution. This is why I started to install my first Arch Linux : I will try to run a server on a simple notebook. In fact, it's a working machine, but without any graphics capabilities (memory has burned...), and so, perfect for a little server low consumption. I want it to replace my current server/router running Gentoo on an old Pentium 3.
    For now, I've encountered these little problem :
    - LID problem when screen is close : reboot never work (power off just after the BIOS, when the LID state is "screen closed"...) => disable LID connection (unplugged from motherboard)
    - ssh problem => must now use "/etc/hosts.allow" to let remote machine to be connected
    - try routing packet with one NIC => for now, doesn't work ...
    - try to get X11 Forwarding => doesn't work too, but it will works quickly
    My infrastructure is just a server/router splitting in two part for the LAN at home :
    - one part is LAN with all workstations
    - the other part is LAN_router which is another network with only the ADSL router to access internet
    So, its looking like this : <machine1> => <switch> => <[eth1]server/router[eth0]> => <switch> => <router_ADSL> => INTERNET
    All is fine ... with the old machine ... for the new one, it has only one network interface ... The question is : how to do routing with only one NIC ???
    In theory, I "should" work ... but .. some component can have some little hard time to do the right things .. and for me, is not working right now.
    The first try is to use one interface with one IP aliasing, like this :
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:1d:e4:a3:d5:1a brd ff:ff:ff:ff:ff:ff
    inet 10.2.1.8/26 brd 10.2.1.63 scope global eth0
    inet 10.2.1.66/26 brd 10.2.1.127 scope global eth0:0
    inet6 fc80::21a:e2ff:fea3:d56a/64 scope link
    valid_lft forever preferred_lft forever
    Two sub network are used :
    - 10.2.1.0/26
    - 10.2.1.64/26
    I must have 2 ip on one NIC, so aliasing can be used (when testing, the new server/router is able to ping a workstation and the ADSL router ; it can also use internet). I've heart there is some problem with "iptables" to set forwarding rules when using IP Aliasing ... but I prefer try myself . It doesn't work for now, probably because of this. But, is there a way to use a "workaround" ? For example, if "iptables" is not able to play with aliasing, and so, interface such as "eth0:0", may be there is a way to tell it, like this :
    [root@serveurn ~]# iptables-save
    # Generated by iptables-save v1.4.10 on Sun Dec 12 17:30:01 2010
    *nat
    :PREROUTING ACCEPT [0:0]
    :INPUT ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    :POSTROUTING ACCEPT [0:0]
    -A POSTROUTING ! -d 10.2.1.0/26 -o eth0 -j SNAT --to-source 10.2.1.66
    COMMIT
    # Completed on Sun Dec 12 17:30:01 2010
    # Generated by iptables-save v1.4.10 on Sun Dec 12 17:30:01 2010
    *filter
    :INPUT DROP [0:0]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [9:932]
    -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
    -A INPUT -i lo -j ACCEPT
    -A INPUT -p icmp -j ACCEPT
    -A INPUT -s 10.2.1.0/26 -p tcp -m tcp --dport 22 -j ACCEPT
    -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
    COMMIT
    # Completed on Sun Dec 12 17:30:01 2010
    ... use the interface "eth0" (for the whole throughput) and do SNAT for all excepted for the LAN network ? But it seams to not work ...
    I got a second idea : if it wan't work with aliasing ... may be can I use virtual interface and bridge ... create a bridge with "eth0" and "tap0" so I can add more than one ip in the machine .. and may be, will be able to route packet from these two interface ???
    But for now, I have to understand why X11 Forwarding don't work ...
    EDIT: xorg problem solved : xorg-auth was requested ...
    Last edited by loopx (2011-01-09 18:08:28)

    fukawi2 wrote:" ...it is dirty and nasty and shouldn't be done unless you're stuck on a deserted island and your only hope of rescue is building a router out of 2 coconuts, a sea shell and a single NIC that was washed up on the beach in the last storm. "
    PRICELESS !!
    @loopx: Honestly: return the USB NIC you just got, buy a compatible device(maybe an asus rt-n16) and install dd-wrt. You'll be a lot happier....
    Last edited by Daniel_F (2011-01-10 00:34:08)

  • Is it possible to overwrite an entire iPhoto library with one photo?

    I was doing a routine download of a photo from my e-mail to my iPhoto library and pressed the "save to iPhoto".
    I then went into iPhoto (I have version 08) and all of my event folders appeared...then suddenly gray boxes started appearing and everything disappeared.
    When I went in to open iPhoto again I received a message to the effect of cannot find. We have created a new iPhoto but cannot find any of the photos in our library anywhere in searching our hard drive. Have tried all the search functions (including putting in jpg names of actual photos) and nothing is turning up. When I go into the data files - the photos are not in there. Is it possible to have somehow wiped out our entire collection of about 3000 photos? Unfortunately we did not have a back-up hard drive.....
    I tried following some of the advice posted for iPhoto losses and gray boxes appearing...however none of them work.
    Am finding it hard to believe that could have wiped out our entire collection by saving one photo? Was using iPhoto and saving a photo from the e-mail in the way I have been doing for months.
    Any advice tips would be greatly appreciated?!
    In disbelief over the possibility of entirely wiping out our collection!

    dmck;
    Welcome to the Apple Discussions.
    We have created a new iPhoto
    Do you mean you create a new iPhoto Library? How did you go about doing so? There is a possibility that you could have created a new library and overwritten the old one, thus the one library with only one photo in it. It's iffy but might have been accomplished.
    Happy New Year
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Sharing more than one iTunes library with one iPod

    Hi.
    I've tho Mac connected together. I've two different libraries, one for ech one. Well, I'd like to charge my iPod with songs from the two libraries. How can I proceed? I've tried to share the libraries, I can listen to the tracks but no way to transfer to the iPod.
    Thanks in advence for your help.
    Regards

    If you want to connect and use an iPod on more than one library or computer you need to change the update preference in the iPod Summary tab to "Manually manage music and videos" and click Apply. In this mode you can directly access the content of the iPod and play it through iTunes and you can drag and drop whatever you want to the iPod from either library:
    Using iPod with Multiple computers
    Managing content manually on iPod
    Syncing Music to iPod
    Something else to be aware of when using an iPod in manual mode is that the "Do Not Disconnect" message will remain on the display until you physically eject the device: Safely Disconnect IPod

  • Document library with one document which has 2 workflows

    We have a document library and for one document we have 2 workflows. One canceled and one running. The running is a previous version. How could we delete the actual cancel workflow that we see in the library the previous workflow which is still running?

    Hi,
    Please refer to the following articles.
    Cancel or terminate a workflow instance (SharePoint Server 2010)
    http://technet.microsoft.com/en-in/library/cc298693(v=office.14).aspx
    Remove a workflow association (SharePoint Server 2010)
    http://technet.microsoft.com/en-in/library/cc262779(v=office.14).aspx
    Please mark it answered, if your problem resolved or helpful.

  • Very simple app, why am I getting errors?

    1: I can't figure out why the button doesn't work. I just want it to update the JTextField so I know it's registered a click.
    2: I run this program using "java Login" on the command line. The errors scroll by and I can't even see what they are. Is there some way to capture the errors?
    //     Login - a simple java class for logging in to applets
    /*     doc goes here
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class Login extends JFrame implements ActionListener
    {     JPanel                northPanel;
         JTextField     fldLogin;
         JTextField     fldPassword;
         JPanel               southPanel;
         JButton               btnSubmit;
         JButton               btnCancel;
         public Login()
         {     northPanel = new JPanel();
              northPanel.setLayout(new GridLayout(2,2));
              northPanel.add(new JLabel(" Login: "));
              northPanel.add(new JTextField(20));
              northPanel.add(new JLabel(" Password: "));
              northPanel.add(new JTextField(20));
              southPanel = new JPanel();
              btnSubmit = new JButton("Submit");
              btnSubmit.setActionCommand("Submit");
              btnSubmit.addActionListener(this);
              btnCancel = new JButton("Cancel");
              btnCancel.setActionCommand("Cancel");
              btnCancel.addActionListener(this);
              southPanel.add(btnSubmit);
              southPanel.add(btnCancel);
              getContentPane().setLayout(new BorderLayout());
              getContentPane().add("North",northPanel);
              getContentPane().add("South",southPanel);
              //setSize(200,100);
              addWindowListener(new WindowAdapter(){public void windowClosing(WindowEvent e){System.exit(0);}});
         public void clearLogin()
         {     fldLogin.setText("");
         public void actionPerformed(ActionEvent e)
         {     if (e.getActionCommand() == "Submit")
              {     //do nothing
                   //fldLogin.setText("1");
                   clearLogin();
              if (e.getActionCommand() == "Cancel");
              {     //System.exit(0);
                   //fldPassword.setText("2");
         public static void main(String args[])
         {     Login thisLogin = new Login();
              thisLogin.pack();
              thisLogin.setLocation(100,100);
              thisLogin.show();
    }

    JTextField     fldLogin;not instiated
    public void clearLogin()
    {     fldLogin.setText("");above will throw
    {     if (e.getActionCommand() == "Submit")change == to equalsIgnoreCase
    if (e.getActionCommand() == "Cancel");change == to equalsIgnoreCase
    and remove the trailing ';'
    and use else if

  • Need help with something VERY SIMPLE

    I'm brand new to Motion - as if today - but I'm only trying to do some VERY simple motions with photos - a simultaneous zoom in and reposition. What I've been doing is setting the starting key frame at one position (adjusting the x, y) and setting the scale. Then I create a second key frame and adjust the postion and scale. It will do the zoom, but then it re adjusts the starting position. If I readjust the starting key frame, it automatically readjusts the second key frame. I don't get it! Applying the various 'behaviors' doesn't seen to help. Certainly there's something obvious here that I'm missing - as I was able to do this in FCP. For some reason the key frames are not fixed when it comes to position.

    hi,
    a couple of thoughts?
    did you actually set a keyframe for position at the first frame?
    Also unless you are parked right on a keyframe or have the record button on, if you adjust a value, all the values for all keyframes adjust accordingly. I often mess something up because I wasnt parked on a keyframe.
    hth
    adam

  • How Do I Backup My Library With iTunes 11?

    I don't see a backup function.

    Yes/no.
    1) Your iPod will contain the muisc files but not the full iTunes structure such as playlists, unless you have a very simple library.
    2) A device isn't really designed to act as a backup for a computer. For one, iTunes is incapable of transferring media from a device to a computer unless it is purchases from the iTunes Store.  If you want to transfer other items from an iPod to a computer you have to buy third party software.
    3) Your iPod will only store files that are compatible with it.  I know that on my computer 50% of my files such as word processing documents and spreadsheets are totally incompatible with a modern iPod.
    You really are much better off spending $100 on an external hard drive and backing up the whole computer.

  • Codec problem with one gateway

    I am having a very strange problem with one of my gateways. No matter how I set up my regions and device pools I continue to have all calls go through this gateway as G729. This would be fine except that I can't do conference calls because of codec mismatches.
    The gateway is a PRI running H323. CM 3.2.2(c) Gateway is a 3640 running 12.2.11(t)
    All regions are currently set to G711.
    I read something about a command under voice-port that sets the default codec. What I don't understand is, if this is what is causing it to go to G729, why is this the only gateway that ignores the regions.
    Any help would be appreciated.

    Cisco VoIP gateways support the codec negotiation feature. This feature provides the ability for a Cisco VoIP gateway to connect to other VoIP devices without necessarily knowing which codec is used for a call-setup. Also, this feature allows Cisco VoIP gateways to dynamically adjust to changes on remote devices. As long as the codec used by the remote VoIP device matches the capabilities-list of the Cisco VoIP gateway, the VoIP call is completed.
    The following example shows how to configure codec negotiation:
    Cisco-router# config t
    Cisco-router(config)# voice class codec 1
    !--- This sets up class 1 to be assigned to the dial peer.
    Cisco-router(config-class)#codec preference 1 g723r63
    Cisco-router(config-class)#codec preference 2 g729ar8
    Cisco-router(config-class)#codec preference 3 g711ulaw
    Cisco-router(config-class)#codec preference 4 g726r32 bytes 240
    !--- These commands define the preferred codec list using 1,2,3, and 4 to set the preference.
    Cisco-router(config)#dial-peer voice 1 voip
    Cisco-router(config-dial-peer)#voice-class codec 1
    !--- This assigns voice-class codec 1 to the dial-peer
    Cisco-router(config-dial-peer)#destination-pattern 4723155
    Cisco-router(config-dial-peer)#session target ipv4:192.168.100.1

  • HT201272 I just updated to itunes 10.3 & iOS 6.1 and I cannot download a song to my library! I get the error "This computer is already associated with an Apple ID. You can download past purchases on the computer with just one apple ID every 90 days..." WH

    I just updated to itunes 10.3 & iOS 6.1 and I cannot download a song to my library! I get the error "This computer is already associated with an Apple ID. You can download past purchases on the computer with just one apple ID every 90 days. This computer can be used with a different Apple ID in 75 days." WHAT??
    I've never had problems before - my husband and I have used the same library for years.  My daughter also has her own Apple ID... are we going to have trouble with that, too?  Actually we have 4 Apple IDs - somewhere around 8 Apple devices... this is a huge issue for us... HELP

    Just to be clear - I just bought a new song and can't download it into the library because of this error message.

  • Why these problems with one component?

    I'm going slowly and methodically but can't seem to get anywhere.
    I am working from a backup copy of my Web site. I first tried creating a fresh copy from the DVD backup file. In that case, as in all cases, almost every page has a bad link bug. I thought I'd mechanically go through, it would be tedious but not difficult, and relink each questionable component, usually two per page.
    That did not work. Whether I tried to relink the component that I could see, or whether I deleted it on a given page and added a new component object, then relinked, I'd get only blank component areas but no artwork.
    I did notice that the Inspector kept listing the original file destination, call it xyz. This was the new file.
    I tried recreating the artwork from prior versions and that did not work as it still sought xyz.
    So finally I went back to the original xyz backup, relinked and the top component seemed to work. Not my ideal scenario but it worked.
    That is, in Layout view it worked. In Preview it did not work and yielded this error message—
    file://localhost [there it went through locations on my drive ending at] agl-tmp-1.html —then it added, "Could not open file."
    After it did not work in Preview I went to PDF Preview, and that did work. So the problem so far appears to be with Preview for some reason. Perhaps that's a clue.
    QUESTION ONE:
    How can I relink that component so it works?
    I would prefer to use the newer version and would like to outsmart that xyz destination in the object inspector if at all possible. So:
    QUESTION TWO:
    How do I do that?
    I was hoping to resolve the relinking hassle today Monday and have the rest of the week to do the rest of the job but this initial hassle won't solve itself. Hope you can help. By the way, I need a Step 1 Step 2 approach not theory if at all possible. And thank you.

    Nini,
    First, thanks for the reply.
    Second, your point about the Safari icons is reassuring. I will now set that aside as something I don't have to deal with.
    Third, I do understand linking. But when I get the ? in the Links In/Out window, well, there I could use a little direction. The book I have, a Classroom in a Book, barely touches on that and my attempts have gotten me nowhere.
    Last, about sitefiles. Maybe there is the core of my problem. Maybe it's "all my fault." I hope so because that is easy to fix once I know what to do. Here is what I did:
    The backup of my Web site is a CD. I open GoLive and follow the procedure, New Site, Single User, and so on, and browse to that CD. There is no folder inside the CD that contains the files. There are the various files, roughly 2-300 and a handful of folders including the Images folder. I select the CD and the files all come in to the new site window. Somewhere in that process I have named the site.
    Now I have a site window with all the files. And almost all the files have a bug.
    I have experimented: Two graphic units, one a Component on top of most pages, and one a graphic element at the bottom linked within the Images folder, are the culprits. I do not relink those two items as the artwork has, somehow, disappeared, so I delete them. The top component leaves in its place the empty space that had contained the component element.
    That deletes the two unlinked items that caused the bug, or so I thought. I notice that, while this page is open, the bug in the site window is now gone (hooray!) and is replaced by a checkmark. I save then close the page and the bug is suddenly back. The only problem that I can figure still remains, is one of the links with the ? in the Links In/Out (command-5) window. I know how to use the rubberband in the site window but I can't seem to do that in the In/Out window. Mostly the ? is on a file called Site Trash, if that's any help.
    A lot of words but I was shooting for clarity.
    Where is my error, if it's possible to tell?
    Thank you very much.

  • RegionRenderer encodeAll The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance.

    Hi,
    I am using JDEV 11.1.2.1.0
    I am getting the following error :-
    <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
    Piece of code is for region is:-
       <f:facet name="second">
                                                <af:panelStretchLayout id="pa1"
                                                                       binding="#{backingBeanScope.Assign.pa1}">
                                                    <f:facet name="center">
                                                        <af:region value="#{bindings.tfdAssignGraph1.regionModel}" id="r1"
                                                                   binding="#{backingBeanScope.Assign.r1}"/>
                                                    </f:facet>
                                                </af:panelStretchLayout>
                                            </f:facet>
    How do I resolve it ?
    Thanks,

    Hi,
    I see at least 3 errors
    1. <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components.
    the page fragment should only have a single component under the jsp:root tag. If you see more than one, wrap them in e.g. an af:panelGroupLayout or af:group component
    2. SAPFunction.jspx/.xml" has an invalid character ".".
    check the document (you can open it in JDeveloper if the customization was a seeded one. Seems that editing this file smething has gone bad
    3. The expression "#{bindings..regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "pePanel") evaluated to null.
    "pageeditorpanel" does seem to be missing in the PageDef file of the page holding the region
    Frank

  • I asked a question about organizing bookmarks in my toolbar bookmark. I'm not happy with the "help" I got. I'm very frustrated. I need to talk to a technician. How can I get in touch with one? Do you have contact information?

    Can't find out how to organize my bookmarks. can't do it after updating. Person tried to help, we had long conversations, I sent lots of images, it got to where I think the answer given were not related to the problem. I asked for help from a technician or to give my emails to one. She won't do it and I can't get help. So I'm starting over. It shouldn't be this hard. I need someone else to help me.

    re: How do I organize and delete bookmarks in my short toolbar list.
    * https://support.mozilla.com/en-US/questions/884877
    You say you have a lot of duplicate bookmarks, and want to know how to organize bookmarks, but from the pictures shown, I really only see a news subscription, some sample bookmarks in the bookmarks toolbar that you don't display on the toolbars so I don't see point in deleting anything there most of it are reports from the database or from a news subscription nothing of much concern, really. I would dump the news subscription if you don't use it.
    How do you want to arrange your bookmarks, but you must keep within some boundaries of what was expected of the three major folders.
    Bookmarks Menu -- this is your folder categorized bookmarks, originally all bookmarks were in this folder and the bookmarks toolbar was one folder within -- that has changed.
    Bookmarks Toolbar -- intended to be visible on the toolbar with main bookmarks and folders spread out horizontally to save one level of drilling down into folders, with very few bookmarks and folders visible on the toolbar but quickly accessed. You can use the bookmarks showing essentially as buttons a few primary bookmarklets. You can have folder structure there so you could actually have thousands of bookmarks there within folders.
    Unsorted Bookmarks (no folders within by intent not by restriction) -- new concept to not categorize bookmarks into folders because of bookmark tagging. Delicious.com will show you what they intended where you have lots of people. I think the concept of tagging breaks down with one person. The other reason bookmarks no longer had to be put into folders was the "AwesomeBar" feature of Firefox that is a great feature it will find bookmarks whatever folder they are in -- I hope you are familiar with it. You can throw bookmark separators into any folder but they are especially useful in the unsorted bookmarks folder, especially if you sort the folder. In other words a group probably within a date range.
    So how do you see yourself categorizing your bookmarks ?
    I'd like to get an idea of '''how many bookmarks '''you have altogether and how big your places.sqlite file is. To find out how many bookmarks you have all together bring up the Bookmarks Library list, place a colon (":") into the search field this will do a find on all of your bookmarks. At the bottom of the library window you will see the total number of bookmarks you may have to nudge the vertical scrollbar down, and as long as no bookmarks are selected you will see an '''item count'''.
    Open your profile folder Help > Troubleshooting information... then click on "Open containing folder" then looking in bookmarkbackups folder and report size of last .json file in there -- hope you can see the extension the filenames have dates.
    From the library list you can see if you actually do have a lot or any duplicated by eyeballing the list sorted by the location. You don't want to delete anything yet until you know what you want to do and what folders the bookmarks actually in, as you would not want to delete a categorized bookmark for an uncategorized one.
    I have 1256 bookmarks, a bookmarks backup file (.json) is 1849 KB.
    I have 750 of those bookmarks have a keyword shortcut -- most of my bookmarks may not actually be bookmarks to webpages.
    Install the "Show Parent Folder" extension, it would be important for manually categorizing and deleting bookmarks.
    *https://addons.mozilla.org/firefox/addon/show-parent-folder/
    At some point you will want to install the "Sort Places" extension that allows you to sort folders recursively in a matter of seconds. Only sort when you want to sort, never automatically.
    * https://addons.mozilla.org/firefox/addon/sortplaces/
    Other extensions of interest for working with bookmarks are included in
    * http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox
    The columns in the bookmarks library list that I show are
    :Name, Location, Parent Folder, visit date, visit count, Keyword, Description, Last Modified
    The important columns for eliminating duplicates are
    :Name, Location, Parent Folder, Keyword, Description
    :if you have Tags then that column would also be important not to delete the bookmark
    Sort on Location look for duplicates, expect you won't find as many as you thought you would, because Firefox makes it difficult to create duplicates if you use the bookmarks star. I wouldn't delete any until you really know what you want to do, if you have duplicate you would not want to delete one a primary location based on parent directory or the one you use with a keyword.
    I don't really think you have much to delete in your toolbars list, they are basically examples. Would highly recommend you keep something in the bookmarks toolbar even though you are not displaying it.
    The only case of having major duplicates are if you have imported bookmarks at the bottom of your bookmarks menu also named bookmarks menu or something similar. You would see that in the parent folder column -- you cannot sort on the parent folder column.

  • Need Help with a very simple view transition scenario

    Hello All,
    I am trying to learn how view transitions work and I am having a very hard time with the sample apps (like transition view app etc)...I need something much more simple at first. Can you please provide me a little guidelines on how to set up this following scenario:
    App loads up and shows a title screen with a button that says go. When you click on the go button the title screen fades out and a new view fades in (or slides in, or anything at all).
    Right now I have 3 nib files. There is the main one that is called on application start (tied with MainViewController, a subclass of IUViewcontroller just like in the hello world app. After the app loads the app delegate object tells the MainViewController object to load in another view controller object (via addSubview) which is tied with the second nib file; my title screen with the button. When I press the button I was thinking in the IBAction function to tell the MainViewController object to remove (or transition out somehow) the title screen view controller object then add the other view (third nib file in). This is the part I can't get working. Am I on the right track or have a gone hideously astray? Thank you!

    hi,
    i managed to do this for my app. (think i referred to viewTransitions sample code and modified quite a bit)
    i can't remember this well cos i did this quite a while back, but i will try to help as much as possible
    1) from the appdelegate i initialize a root controller (view controller class)
    2) this root controller actually contains two other view controllers, let's call it viewAController and viewBController, for the screens which u are going to toggle in between. and there's also a function, let's call it toggleMenu, which will set the menus to and fro. i copied this whole chunk from the sample code. it actually defines the code on what to do, i.e. if current view is A switch to B and vice versa.
    3) inside the controller files, you need to implement the toggleMenu function too, which basically calls the rootController's toggleMenu
    4) we also need viewA and viewB files(view class)
    5) need to add the .xib files for the respective views and link them up to the controller class. i did not use the .xib files for ui layout though, because of my app's needs. however, it will not work properly without the .xib files.
    5) inside the view class of both views, i.e. viewA.m and viewB.m, you need to create a button, that will call the toggleMenu function inside the respective controller class.
    it will look something like this:
    [Button addTarget:ViewAController action:@selector(toggleMenu:) forControlEvents:UIControlEventTouchUpInside];
    so the flow is really button (in view)-> toggleMenu(viewController) -> toggleMenu(rootController)
    i'm sorry it sounds pretty hazy, i did this part weeks before and can't really remember. i hope it helps.

Maybe you are looking for

  • Error in BPM Scenario

    hi, Using a BPM scenario (File->File). In SXMB_MONI the status of the process is showing "Scheduled for Outbound Processing", with a green flag associated with it. How would I go about troubleshooting this error? Have checked SM58 and made sure all t

  • Read from a file

    Hi, I have in a directory two files: read.java sample.txt In sample.txt there is a content that I would read. I use in read.java this code: File f=new File("sample.txt"); FileInpustStream fis=new FileInputStream ; InputStreamReader isr=new InputStrea

  • How is ResultSet.getString() SUPPOSED to return BINARY types?

    Hello All: I got a legacy code to support. The code uses ResultSet.getString() to retrieve BINARY data. ORACLE JDBC driver converts binary data to their hexadecimal representation. It also behaves "correctly" in this sense when I use setString() on p

  • INS009 error

    Hi All, While creating repository assistant in OWB I am getting the below error. INS0009: Unable to connect to the database with user SYS. java.sql.SQLException: lo exception: The network adapter could not establish the connection. My database is Ora

  • 8.0.1 update

    How do you tell if the 8.0.1 update has really been applied to Premiere Elements? When I execute the update, it says the product is up-to-date. However, when I execute Premiere Elements and click on the Help/About, it reports version 8.0 (M192 - 09/2