Loaded stylsheet for loaded xml not recognised

The following code loads correctly the xml file but not the stylesheet.
Do I have to change the ordrer of some chunks of this code?
(ta = textarea movieclip;
in the css I only have, for the test, spectacle>item>title {font-size:40;}
Thank you for your help.
var loaderXML:URLLoader = new URLLoader();
var loaderStylesheet:URLLoader = new URLLoader();
loaderXML.addEventListener(Event.COMPLETE, onLoaded);
loaderXML.load(new URLRequest("list.xml"));
var xml:XML;
var sheet:StyleSheet = new StyleSheet();
ta.styleSheet = sheet;
var req:URLRequest = new URLRequest("test.css");
loaderStylesheet.load(req);
loaderStylesheet.addEventListener(Event.COMPLETE, loaderCompleteHandler);
function loaderCompleteHandler(event:Event):void {
      sheet.parseCSS(loaderStylesheet.data);
function onLoaded(e:Event):void
        xml = new XML (e.target.data);
        //trace(xml.channel);
        var il:XMLList = xml.spectacle.item;
        for(var i:uint = 0; i<il.length(); i++)
        var titre:String = il.title.text()[i];
        var jour:String = il.jour.text()[i];
        var heure:String = il.heure.text()[i];
        var lieu:String = il.lieu.text()[i];
        var adresse:String = il.adresse.text()[i];
        var code:String = il.codepostal.text()[i];
        var ville:String = il.ville.text()[i];
        var newstring:String = titre.concat("\n", jour, " ", heure, "\n", lieu, "\n", adresse,"\n", code, " " ,ville, "\n\n");
        ta.text += newstring;

loading is asynchronous:  it isn't a matter of when you START loading your objects, it is a matter of when your objects COMPLETE loading.
use:
var loaderXML:URLLoader = new URLLoader();
var loaderStylesheet:URLLoader = new URLLoader();
var xml:XML;
var sheet:StyleSheet = new StyleSheet();
ta.styleSheet = sheet;
var req:URLRequest = new URLRequest("test.css");
loaderStylesheet.load(req);
loaderStylesheet.addEventListener(Event.COMPLETE, loaderCompleteHandler);
function loaderCompleteHandler(event:Event):void {
      sheet.parseCSS(loaderStylesheet.data);
loaderXML.load(new URLRequest("list.xml"));
loaderXML.addEventListener(Event.COMPLETE, onLoaded);
function onLoaded(e:Event):void
        xml = new XML (e.target.data);
        //trace(xml.channel);
        var il:XMLList = xml.spectacle.item;
        for(var i:uint = 0; i<il.length(); i++)
        var titre:String = il.title.text()[i];
        var jour:String = il.jour.text()[i];
        var heure:String = il.heure.text()[i];
        var lieu:String = il.lieu.text()[i];
        var adresse:String = il.adresse.text()[i];
        var code:String = il.codepostal.text()[i];
        var ville:String = il.ville.text()[i];
        var newstring:String = titre.concat("\n", jour, " ", heure, "\n", lieu, "\n", adresse,"\n", code, " " ,ville, "\n\n");
        ta.text += newstring;

Similar Messages

  • Load balancing for CORBA servers not happening

    We have configured 10 instances of a corba server, 5 each in two separate server groups. In the ubbconfig file, I have set "LDBAL Y", expecting that the load will be spread equally among the 10 severs. What is happening is that, load is spread between two servers, one in each server_group. (The last one specified for each group) Other servers in each group got very few requests and few servers got 0 load.
    What do I need to do, in order to spread the load almost equally among the 10 servers, similar to what we get, when we use MSSQ, in non-corba tuxedo servers?
    This is a single domain single machine environment.
    James

    Hi James,
    As I believe the whitepaper Ed pointed to you probably explained, what you are likely seeing is normal behavior for load balancing. Assuming that you aren't dealing with issues associated with active objects and that requests to active objects are going to be sent to the server where the object is active, then you seeing normal behavior.
    Roughly speaking, in determining what server to give a request to, Tuxedo scans the list of available servers and places the request on the server with the least amount of work queued. If not work is queued for a server, it will place the request on that servers queue. Also, the scan of servers is always done in the same order. So unless your servers are quite busy, the first server will handle most of the requests. Only when that server is busy will Tuxedo go to the next server, and so on. So the only way the 5th server is going to get a request queued to it is if the previous 4 servers are busy.
    Note that unless you are using parallel objects (user controlled concurrency), Tuxedo will always send the request to a server in the same group as the server that created the object. So in your example, if the factory that created the object was in group 20, all requests to that object are going to go to a server in group 20.
    Regards,
    Todd Little
    BEA Tuxedo Chief Architect

  • Plug-in for Canon iPF8400 not recognised in Photoshop CC 2014. Lost Topaz and Nik Software as well.

    I have just updated to Photoshop CC 2014 and lost the plug-ins for Canon iPF8400 printer, Topaz Labs, and Nik Software. I had been asked if I wanted to migrate plug-ins and said yes. I have dropped the plug-ins into the Photoshop plug in folder but they are note being recognised.

    Similar problems here with Topaz Labs plug-ins.
    Unfortunately I have now uninstalled Photoshop CC so the option of copying them into Photoshop CC 2014 is no longer viable and Photoshop CC 2014 simply does not recognise them.
    Waiting for response from Topaz labs

  • Apple keeps asking for password and not recognising it

    Apple keeps asking for my password and not recognising it.  Can't use facetime at all.  Everything else works. Please help.

    Just what are you doing when it asks? What is asking for the password?
    DId you reset the password?

  • Loaded CD for importing does not show in iTunes

    I recently updated to Leopard 10.5.2 pretty much at the same time that my keyboard was replaced at the Apple Store, and since then, if I load a CD in order to Import music in iTunes, it will not recognize the CD until I Restart my 12" PowerBook 1.5 GHz.
    I am thinking maybe I should dump some preference files, but not sure which ones.

    I'm having somewhat similar problems- generally "commercial" cds are usuallly recognized- The Allman Brothers Band Live at the Filmore East, for example. But Joe Sample's "Old Places Old Faces" or Wes Montgomery's Full House are simply not understood by the system. The discs don't appear in the Finder window, iTunes, or anything else I've tried. I have rebooted without any consistant result. I have a Bela Fleck and the Flecktones CD set, "Live Art", which couldn't be read by a Sony PC I had ata worksite- I figured it was DRM gone mad, but I COULD load the Joe Smple CD onto that system.
    IS anyone else seeing this as a specific CD issue?
    Bill

  • Loaded yosemite but now does not recognise user id and password

    I successfully loaded Yosemite from 10.6.8 no problems. Subsequently updated I photo and I tunes without issue. Advised updates for Numbers, keynote and pages. On attempting to update window pops up with "Items not available with this ID"
    This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled.
    All software bought with i mac. Any advice?
    Alec

    Try resetting the App Store and Clearing Cookies.
    Reset       Learned from Old Toad
    App Store support. There is troubleshooting and a contact link.
    Support

  • My IPOD touch loads as camera and is not recognised to sync to my itunes library

    I have tried reloading and updating my itunes, using differant ports and deactivating and reacctivating the Apple mobile device in my services section. nothing has worked. HOw can I fix this? Thanks

    Try the remaining items of:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Have your tried a different cable?
    Does the iPod charge?
    Does the iPod work?
    Try on another computer to help determine if you have an iPod or computer problem.

  • My WD My Passport for MAC is not recognised in Finder after the installation of Mavericks

    Hi since installing Mavericks yesterday my HDD is no longer recognised on my Mac Air. I can see it listed as My Passport 0748 when I look in Systems Support (for About my Mac function). It does not appear in Disk Utility or in Finder.
    I note on the WD site it states this is a known issue with Mavericks. I have opened a case with WD and have an appointment with Apple in store tmw but wondered if anyone else has had this issue and worked out a solution. I am desperate to access my data.
    http://wd-mavericks-data-loss.com

    if you're using any of the WD software/tools, I think WD updated those to fix issues they were experiencing. You might check WD's site to download the latest versions. Personally, I don't use any of WD's software or tools. No need to.

  • Firefox update 8 for windows does not recognise me as an administrator. Windows 7 home control panel shows i am an administrator. What gives and how can i make the update?

    hardware: Lenovo G56 laptop
    OS Windows 7 Home
    usual logon is using Veriface, but that executes my password.
    The upgrade window asks to choose between two profiles:
    one is mine, where username and password are pre-filled and greyed out, the other is called Administrator, with no password. If I insert my password in this field it saya 'no such account' and if Is elect my own logon (I am the only user btw!) it says I do not have sufficient privileges!
    I am going to create a second user, also an Administrator, and see if that might overcome this issue...

    If there are problems with updating then best is to download the full version and uninstall the currently installed version and delete the Firefox program folder to remove any leftover files.
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html
    Uninstall your current Firefox version if possible.
    *Do not remove personal data when you uninstall the current version or you lose your bookmarks and other data in the profile folder.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup

  • BAPI/ Functoin Module/ Standard Load porgram for T-code QS41 and IW61

    Hi,
    Dose anybody know BAPI/ Functoin Module/ Standard Load porgram for loading
    Catalog code (QS41) and Historical work order (IW61) in Plant maintenance module.
    Regards
    Sanjay

    Hi Sanjay,
                      There is a 2 BAPI's for loading Catalogs
    1)  BAPI_QPGR_REPLICATE - to create Code group
    2)  BAPI_QPGR_SAVEREPLICA - to create Codes
    Thanks,
    Shobha

  • E71 and good link - not recognising fn key

    hey, does anybody have a fix for the e71 not recognising the function key in motorola good link email client?
    the OTA download works fine, good link say it's the device's issue,
    i can read the emails fine but not actually type the alphabet to reply (it assumes the fn key is on all the time).
    the fn is key is fine elsewhere in the phone

    Goodlink (Motorola) are aware of this - the Goodlink guys in the UK spotted this issue when testing the E71 with Good themselves.
    See my comprehensive post on this at
    http://www.andrewgrill.com/blog?p=151
    Good say this will be fixed in the "next" Nokia release but I think they have been on 4.9.34 for nearly 12 months
    Message Edited by andrewgrill on 19-Jul-2008 07:27 PM

  • Airport utilities does not recognise windows 7 and will not load, how do I fix this?

    Airport utiltiy will not load, it does not recognise windows 7 and I get an effor message telling me that it requires XP  or vista etc.
    I have deleted and reloaded Airport Utilities, Bonjour and Itunes to no effect. Help!

    well...i go only to the site "Test it here: http://java.com/en/download/help/testvm.xml". After this i was able to go to a site with the title "Java Downloads for All Operating Systems" and here you download your JRE for your OS. For XP or Win 7 it was a java 6 update 29-b11. The file to install is named '''jxpiinstall.exe'''. After install an restart you go again to [http://java.com/en/download/help/testvm.xml testvm.xml] and see that the java plugin works fine.... (see the screenshot)...
    cheers
    marco

  • Cachestore for distributed scheme not getting invoked to "load" the entries

    Hi,
    We have a distributed scheme with CacheStore as below,
    SERVER PART
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>          
         <cache-mapping>
                   <cache-name>ReferenceData-Cache</cache-name>
                   <scheme-name>RefData_Distributed_Scheme</scheme-name>
         </cache-mapping>
         <!--
         FEW OTHER DISTRIBUTED CACHE
         -- >
    </caching-scheme-mapping>
    <caching-schemes>
    <!-- definition of other cache schemes including one proxy scheme -->
    <distributed-scheme>
         <scheme-name>RefData_Distributed_Scheme</scheme-name>
         <service-name>RefData_Distributed_Service</service-name>     
         <serializer>
         <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>                    
         <init-params>
              <init-param>
                   <param-type>string</param-type>
                   <param-value>TradeEngine-POF.xml</param-value>
              </init-param>
         </init-params>     
         </serializer>                         
         <backing-map-scheme>
         <read-write-backing-map-scheme>
         <internal-cache-scheme>
         <local-scheme>
         <expiry-delay>1m</expiry-delay>
         </local-scheme>
         </internal-cache-scheme>
         <cachestore-scheme>
         <class-scheme>
         <class-name>com.csfb.fid.gtb.referencedatacache.cachestore.RefDataCacheStore</class-name>     
         <init-params>
                        <init-param>
                             <param-type>string</param-type>
                             <param-value>{cache-name}</param-value>
                        </init-param>
                        </init-params>                    
         </class-scheme>
         </cachestore-scheme>
         <read-only>true</read-only>
         <refresh-ahead-factor>.5</refresh-ahead-factor>
         </read-write-backing-map-scheme>
         </backing-map-scheme>
         <backup-count>1</backup-count>
         <autostart system-property="tangosol.coherence.distributed-service.enabled">false</autostart>           
    </distributed-scheme>
    </caching-schemes>
    </cache-config>
    The above configuration is used on tcp extend proxy node with localstorage=false
    There is similar configuration on storage node,
    - with no proxy,
    - with same "ReferenceData-Cache" (autostart=true)
    - and localstorage=true.
    Following is my CacheStore implementation.
    NOTE: This Cachestore is only for loading the cache entry from cache store.i.e. from some excel file in my case, i.e. only load() and loadAll() methods.
    NO store() or storeAll().
    package com.csfb.fid.gtb.referencedatacache.cachestore;
    import java.util.Collection;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.List;
    import java.util.Map;
    import com.creditsuisse.fid.gtb.common.FileLogger;
    import com.csfb.fid.gtb.referencedatacache.Currency;
    import com.csfb.fid.gtb.utils.refdada.DBDetails;
    import com.csfb.fid.gtb.utils.refdada.ReferenceDataReaderUtility;
    import com.tangosol.net.NamedCache;
    import com.tangosol.net.cache.CacheStore;
    public class RefDataCacheStore implements CacheStore
         private DBDetails dbDetails = null;
         private ReferenceDataReaderUtility utils = null;
    public RefDataCacheStore(String cacheName)
         System.out.println("RefDataCacheStore constructor..");
         //dbDetails = DBDetails.getInstance();
         utils = new ReferenceDataReaderUtility();
    public Object load(Object key)
         return utils.readCurrency(key);
    public void store(Object oKey, Object oValue)
    public void erase(Object oKey)
         public void eraseAll(Collection colKeys)
         public Map loadAll(Collection colKeys)
              System.out.println("RefDataCacheStore loadAll..");
              Map<String, Object> obejctMap = new HashMap<String, Object>();
              List<Object> list = utils.readAllCurrencies();
              Iterator<Object> listItr = list.iterator(colKeys);
              while(listItr.hasNext()){
                   Object obj = listItr.next();
                   if(obj != null){
                        String key = "CU-"+((Currency)obj).getId();
                        obejctMap.put(key, (Currency)obj);
              return obejctMap;
         public void storeAll(Map mapEntries)
    CLIENT PART
    I connect to this cache using extend client with follwing config file,
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
         <caching-scheme-mapping>
              <cache-mapping>
                        <cache-name>ReferenceData-Cache</cache-name>
                        <scheme-name>coherence-remote-scheme</scheme-name>
              </cache-mapping>     
         </caching-scheme-mapping>
         <caching-schemes>
              <remote-cache-scheme>
                   <scheme-name>coherence-remote-scheme</scheme-name>
                   <initiator-config>
                        <serializer>
                             <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>                         
                             <init-params>
                                  <init-param>
                                       <param-type>string</param-type>
                                       <param-value>TradeEngine-POF.xml</param-value>
                                  </init-param>
                             </init-params>                         
                        </serializer>
                        <tcp-initiator>
                             <remote-addresses>                              
                                  <socket-address>
                                       <address>169.39.30.182</address>
                                       <port>9001</port>
                                  </socket-address>
                             </remote-addresses>
                        <connect-timeout>10s</connect-timeout>
                        </tcp-initiator>
                        <outgoing-message-handler>
                             <request-timeout>3000s</request-timeout>
                        </outgoing-message-handler>                                   
                   </initiator-config>
              </remote-cache-scheme>
         </caching-schemes>
    </cache-config>
    PROBLEM
    From my test case (with extend client file as configuration), when i try to connect to get cache handle of this cache, as
    refDataCache = CacheFactory.getCache("ReferenceData-Cache");
    I get following error on server side,
    2010-05-12 18:28:25.229/1687.847 Oracle Coherence GE 3.5.3/465 <Error> (thread=DistributedCache, member=2): BackingMapManager com.tangosol.net.DefaultConfigurableCacheFactory$Manager: failed to instantiate a cache: ReferenceData-Cache
    2010-05-12 18:28:25.229/1687.847 Oracle Coherence GE 3.5.3/465 <Error> (thread=DistributedCache, member=2):
    java.lang.IllegalArgumentException: No scheme for cache: "ReferenceData-Cache"
         at com.tangosol.net.DefaultConfigurableCacheFactory.findSchemeMapping(DefaultConfigurableCacheFactory.java:507)
         at com.tangosol.net.DefaultConfigurableCacheFactory$Manager.instantiateBackingMap(DefaultConfigurableCacheFactory.java:3486)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.instantiateResourceMap(DistributedCache.CDB:22)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.setCacheName(DistributedCache.CDB:27)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ConfigListener.entryInserted(DistributedCache.CDB:15)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:266)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:226)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.util.ObservableHashMap.dispatchEvent(ObservableHashMap.java:229)
         at com.tangosol.util.ObservableHashMap$Entry.onAdd(ObservableHashMap.java:270)
         at com.tangosol.util.SafeHashMap.put(SafeHashMap.java:244)
         at com.tangosol.coherence.component.util.collections.WrapperMap.put(WrapperMap.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid$ServiceConfigMap.put(Grid.CDB:31)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$StorageIdRequest.onReceived(DistributedCache.CDB:45)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:136)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onNotify(DistributedCache.CDB:3)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
         at java.lang.Thread.run(Thread.java:619)
    However, with this error also i am able to do normal put operation and get operation against those put.
    But when i try to get the cache entry which doesnt exists in cache, like
    refDataCache.get("CU-1");
    I expected that call would go to RefDataCacheStore.load method. But in my case i dont see it happening.
    Also i debugged my jvms in debug mode and i put a class load breakpoint for RefDataCacheStore, but even that is not hit. I have RefDataCacheStore in my server classpath.
    Hope to see reply on this soon.
    Thanks
    Manish

    Hi Manish,
    <<previous advice deleted>>
    user13113666 wrote:
    Hi,
    I have my server picking up the correct configuration files for "ReferenceData-Cache". In my local jconsole i could see that the service named "RefData_Distributed_Service" is started under service mbean. Also i am able to perform a put and get on "ReferenceData-Cache", i could even see StorageManager mbean showing my inserted entries for "RefData_Distributed_Service".With the local jconsole, are you monitoring the server/proxy node, or the TCP*Extend cleint node?
    The client can have the service with the server still not having it.
    Could you please post the startup log for the storage node on the server...
    Best regards,
    Robert
    Edited by: robvarga on May 17, 2010 12:33 PM

  • At random times firefox loads an unrequested page. Sometimes it is the Google search page but more often it is a random page which sometimes loads or stays blank. I do not recognise them as sites from my directory. Otherwise Firefox works well. Any su

    At random times firefox loads an unrequested page. Sometimes it is the Google search page but more often it is a random page which sometimes loads or stays blank. I do not recognise them as sites from my directory. Otherwise Firefox works well. Any suggestion for a cure?
    == This happened ==
    A few times a week
    == one month ago

    Glad to see its working.
    To help other users find solutions, click on the '''"Solved It"''' button Next to the Reply that BEST solved your Question
    Please DO NOT click "Solved It" next to this reply

  • Unable to load the package as XML because of package does not have a valid XML format

    I have SSIS package and I would like to let SQL Server Agent Job to run it.
    However I get Unable to load the package as XML because of package does not have a valid XML format
    What could be wrong?
    Kenny_I

    Hi Kenny,
    What's the version of your SSIS? Please refer to the following methods to solve this issue:
    Hard code the path of SQL Server 2008's DTEXEC while calling the SSIS package as shown below:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTEXEC.exe /F "D:\MyFolder\MyPackage.dtsx"
    Rename the old exe in the 2005 path to a different name (Example:- C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTEXEC_Old.exe)
    Go to PATH environmental variable and edit it in such a way that "C:\Program Files\Microsoft SQL Server\100\DTS\Binn" path appears well before the "C:\Program Files\Microsoft SQL Server\90\DTS\Binn" path.
    For more detail information, please refer to the blog below:
    Failed to open package file due to error 0x80070020. The process cannot access the file because it is being used by another process. This happens when loading a package and the file cannot be opened or loaded correctly into the XML document:
    http://blogs.msdn.com/b/ramoji/archive/2009/08/28/failed-to-open-package-file-due-to-error-0x80070020-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-this-happens-when-loading-a-package-and-the-file-cannot-be-opened-or-loaded-correctly-into-the.aspx
    A similar thread about this topic for your reference:
    http://social.technet.microsoft.com/Forums/en-US/b2987df5-8c9b-4797-bdce-b9ec308731f6/i-am-getting-error-when-running-ssis-package-using-sql-server-agent-error-description-is-unable-to?forum=sqlintegrationservices
    If you have any feedback on our support, please click
    here.
    Elvis Long
    TechNet Community Support

Maybe you are looking for

  • HP Pavilion dv-4087CL Notebook receiving : Boot Device Not Found-Please install an operating system

    My Duaghter is out of the country studing abroad.  Her PC would no longer boot up so she took it to a support shop. They replaced her hard drive, fixed an over heating issue and reloaded her PC.  Now she is getting this new error message and she is d

  • Error in sending mail of my reports

    Hi, I am using bipublisher.I have some reports in xls/html/pdf.....formats i want to send these reports via email. Admin-->Email-->Server-->general tab i used servername: Myserver. email :www.xyz.com( here i have to give smtp port number of the websi

  • Imessage and appleID shows I am always offline to others

    I am using OSX 10.8.2 and have signed up for an apple ID but when using the new Imessage other people who I was previously linked to in another building via Bonjour can now no longer contact me on AIM or Imessage. It says I am offline and my side say

  • Firevault: "Your homefolder is using more space than required"

    I would like to ask for some help. After every log-out, Firevault tells me that "Your homefolder is using more space than required" (or something between that lines). What can I do? Thank you for the help.

  • Xtremegamer/digital out

    Hi, I'm trying to see if I can hook up my logitech 5. surround sound speakers to the optical output of the flexijack on my xtremegamer with the Digital I/O module or if it would be unnecessary since I already have the analog hook up capabilities. Is