Attaching a class to multiple library symbols

Hello again,
I'm so grateful for the help I've gotten so far!
Here's the situation: I wrote a class called ButtonGlow in
ButtonGlow.as. I made a movieclip with the "Base class:" of
"flash.display.MovieClip" and the "Class:" of "ButtonGlow". This
actually works!
Then I created a 2nd button on the stage. I right-clicked on
that to enter the linkage information, but it would not let me
enter "ButtonGlow"
The error is:
Please enter a unique class name that is not associated with
other library symbols
I thought that was the purpose of making a class
I can't imagine making all my buttons in AS, because they are
graphics and I have to see them together. Doing it all in AS is
like doing it blind.
I would appreciate any insight from the Wise Ones.

Hello,
Can you upload the .fla so that I check?
Henri
http://www.kitmap.fr
http://www.absyx.fr
"amidreaming" <[email protected]> a
écrit dans le message de
news: fplm18$9ah$[email protected]..
> Hello again,
>
> I'm so grateful for the help I've gotten so far!
>
> Here's the situation: I wrote a class called ButtonGlow
in ButtonGlow.as.
> I
> made a movieclip with the "Base class:" of
"flash.display.MovieClip" and
> the
> "Class:" of "ButtonGlow". This actually works!
>
> Then I created a 2nd button on the stage. I
right-clicked on that to enter
> the
> linkage information, but it would not let me enter
"ButtonGlow"
> The
> error is:
>
> Please enter a unique class name that is not associated
with other
> library symbols
>
> I thought that was the purpose of making a class
>
> I can't imagine making all my buttons in AS, because
they are graphics and
> I
> have to see them together. Doing it all in AS is like
doing it blind.
>
> I would appreciate any insight from the Wise Ones.
>

Similar Messages

  • How to save library symbols' class files in packages that are not the default package?

    Hi,
    I perform the following in Flash CS5 with Flash Builder 4
    1) Create a new library symbol.
    2) Do a RightClick->Properties on the new symbol
    3) Check the options for "Export for ActionScript" and "Export in frame 1".
    4) I write a new name for my class "Class1" and click on the pencil icon "edit class definition" to edit the class.
    At this point my FlashBuilder 4 takes over and opens the "New ActionScript" dialog.
    4) I then click on Package-Browse to select a package e.g. com.mycompany.myfiles as the new class destination.
    The as file is created as com.mycompany.myfiles/Class1.as as everything seems just fine.
    5) I close the ActionScript file and back in Flash CS5 I RightClick on the symbol and select "Edit Class".
    At this time, FB4 suggests again to create the file, ignoring the fact that I already created it before.
    Do you know of a way I can make Flash CS5 remember where I created the file?
    Thanks.

    Hi,
    I didn't remove the project or delete any of the files.
    All I did was create the class file under a package that is not the default package. Then when I clicked on the Flash symbol's "Edit Class" It asked me again to create the same class file.
    Only if I create the class in the default package, it won't ask me to recreate it again.
    Bye,
      RaamEE-IL

  • Why does Flash generate invalid class names for library items?

    I imported a bunch of bitmaps (PNGs).  The library symbol names all included the full file name and its extension.  When I check "export for actionscript" it generates a class name based on the symbol name, and it includes the ".png", even though that's invalid in a class name.
    When I select multiple bitmaps and choose properties and export for actionscript, it has a note saying that classnames will be automatically generated for all items, but it does the same thing... including the ".png" in all the class names.  Is this a problem?  Wouldn't it save time if Flash would automatically strip the file extension from the instance name of bitmap library symbols when generating class names?

    Thank you Nipun.  That is exactly the behavior I would expect, and I can confirm that in the trial of Flash CC it generates valid class names by removing the file extension.  For example, a file named "3ball.test.png" will receive an auto-generated class name of "_3ball_test", so it really does ensure the class name is valid (meeting AS3 class name syntax)
    kglad, what I'm saying is that an image file name like "ball.png" is not a valid "class name", because it contains a period, which is reserved as a package delimiter.  I know the runtime can handle it as a valid "fully-qualified class name", but it's misleading because it's actually creating a class named "png" in package "ball", BUT it's understood that the auto-generated name is not supposed to be specifying any package, hence the misleading specification.  The class would have to be instantiated like this: "import ball.png; var bd:BitmapData = new png();" or "import ball.*; var bd:BitmapData = new png();"  You would also then have to import every single class individually and always use their fully qualified names, because you'd technically have a bunch of classes all named "png" inside a hundred different packages.  It's just not acceptable.
    The other problem that occurred in CS6 is if you loaded a bunch of files whose names started with numbers, then when you select them all, choose properties, and use the batch properties window to export them for actionscript, I noticed that such images would be auto-assigned generic names like "Class4" as it would realize the default auto-generated class name would be invalid.  This problem has been fixed beautifully in Flash CC.
    Nipun, it would actually be very helpful to have a little more control over the class naming conventions.  For example, if I wanted all my BitmapData classes to exist in an "images" folder or package, it would be helpful if in the batch properties window I could specify a package name for all the auto-generated class names.  When importing hundreds of images, it's very tedius to have to edit them individually and I don't always have time to write a JSFL script.  There's room in that window to add a text field for a package name.  Thanks!

  • Library symbol synchronization with Illustrator

    I have an Illustrator *library* file that stores all of my graphics (as defined Movie Clips). I am importing them in Flash via File>Import>Import to Library, I pick my "library.AI" file, and then check "include unused symbols" (the artboard is empty).
    I am doing all of my animation on a single frame in flash, all done with actionscript. As the animation sequences progresses, I am often adding new symbols or tweaking existing symbols, all starting back with my master Illustrator *library*, and then re-importing, and then testing the animation again (rinse + repeat).
    What is really becoming a burden is the process of reestablishing the "AS Linkage" for the appropriate symbols. During import, naming conflicts are easily resolved with "replace existing item", but I lose the AS Linkage when I do this.
    When right-clicking a library symbol, why is "Update" always grayed out; this seems like exactly the feature I am looking for. Is there any way to get flash to remember where it got the symbol definition from, and to check there again for changes (in my case, check with the originally imported .AI file for the matching symbol name). Is there a better way to approach this?
    Ive reached a point where every import is taking minutes, when all i need to do is make 15 second tweak to a symbol and verify that I got my alignment right (and if not, do another 3 minute import for yet another 15 second tweak).

    Little bit of an update...
    The (basically) same thing happens when using assets from another FLA file, only this time I did get a bit closer to what i wanted. Using a "library.fla" project that houses multiple symbols meant to be imported/shared with future projects, I get a little better organization and interactivity with the Flash GUI. (now the 'update' menu item works when selecting a symbol)
    Now instead of AS-Link properties being broken, they are copied from the source! I was kindof hoping that if my "new_project.fla" takes symbol1 and symbol2, and exports them to actionscript, that this would have nothing to do with the original symbol1 and symbol2 from my 'library.fla' (as far as symbol properties are concerned).
    I want to be able to propogate visual updates throughout multiple projects, but each project may implement the symbol in different ways using different AS classes. I would like to autoupdate visual changes, but each project should also retain its AS-Link settings (and not reset to the "library.fla" symbol settings)
    Is my workflow wrong here? I am surprised that this is not achievable (I would actually bet that it is, but somehow I am going about it wrong)? I am almost to the point of writing my first extendScript that will take all selected symbols and modify the properties to export a new ActionScript class that is the same as the symbol name (and Ill just make sure not to have conflicts).

  • How do I attach a class to a movieclip on stage?

    Hi all,
    I have a Flash movie that is to be the navigation for a web
    site, and am using Flash CS3. I have exported it from Photoshop and
    have turned the buttons into movieclips on the import. Upon import,
    I have several named movieclips on the stage. I want to be able to
    attach custom classes to these movieclips so that they have
    functionality but haven't figured out how to do this.
    My Flash file has a root document class called 'Nav'. I have
    a file named 'nav.as' in the same directory as my FLA file. I have
    a button onstage named apples_logo, which is an instance of the
    library item named ApplesLogo, which is set up for linkage with a
    Class Name of ApplesLogo and a base class of
    flash.display.MovieClip. Clicking on the "validate class
    definition" button in the linkage window indicates that Flash is
    finding the actionscript file for this class fine (which is named
    'ApplesLogo.as').
    When I execute the Flash file, though, I get the error: 1046:
    type was not found or was not a compile-time constant: ApplesLogo.
    What is going on? I'm expecting the ApplesLogo contstructor method
    to be called from my ApplesLogo class. My Nav class is in an
    unnamed package and if I create a folder named 'nav' and put my
    ApplesLogo.as file into that folder (to try to build my package
    structure), I get a message from the class definition validator
    button in the Linkage window that says it no longer finds the
    ApplesLogo class and will create an empty one for me. I figure one
    way or the other this should work, but neither is. What am I
    missing?
    Thanks for any help you can provide. My very simple source
    code is below.

    Hello there,
    I tried playing around with your code on my machine and like
    you I came across the same error you mention above. After some
    experimenting I found that if you add the package definition to
    your ApplesLogo.as file it works (well, for me it did). Both trace
    statements come thru.
    Both actionscript classes were in the same folder as the FLA
    See if this helps!

  • Failed to load ODBC library symbol: /export/home/odbc/ODBC60/lib/libodbc.so

    I've been trying to create a database link from a MySQL database to Oracle using the Oracle dg4odbc gateway. I downloaded and installed DataDirect's ODBC package which includes mysql ODBC library (ddmysql24.so) and a generic ODBC libary (libodbc.so). After creating the DSN in odbc.ini, I tested it and it can connect to the mysql database. Then I created the init{SID}.ora file in hs/admin directory, added dg4odbc lines in the listener.ora, and added lines in tnsnames.ora. Then I tnspinged the new SID with success. Finally, I created the database link. However, when I tried to access the database, I got the ORA-28500 error. In the trace log, I found the following:
    Entered hgolofns at 2009/11/01-06:27:20
    libname=/export/home/odbc/ODBC60/lib/libodbc.so, funcname=SQLAllocHandle
    hoaerr:28500
    Exiting hgolofns at 2009/11/01-06:27:20
    Failed to load ODBC library symbol: /export/home/odbc/ODBC60/lib/libodbc.so(SQLAllocHandle)
    Exiting hgolofn, rc=28500 at 2009/11/01-06:27:20
    Exiting hgoinit, rc=28500 at 2009/11/01-06:27:20 with error ptr FILE:hgoinit.c LINE:282 ID:Loading ODBC aray of function ptrs
    Entered hgoexit at 2009/11/01-06:27:20
    I searched the functions within libodbc.so and found all the SQLAlloc* functions in this library. Why do I still get the error?
    Thanks for your help. Jeffrey
    Here's the entire trace log:
    Oracle Corporation --- SUNDAY NOV 01 2009 06:27:20.637
    Version 11.1.0.6.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "4"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    HOSGIP returned value of "FALSE" for HS_FDS_SUPPORT_STATISTICS
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStat
    istics"
    Exiting hgosdip, rc=0
    ORACLE_SID is "MOODLE"
    Product-Info:
    Port Rls/Upd:6/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.1.0.6.0_0006, Instance:MOODLE
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=10
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=873
    HOCXU_SEM_VER=102000
    Entered hgolofn at 2009/11/01-06:27:20
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/export/home/odbc/ODBC60/lib/libodbc.so"
    Entered hgolofns at 2009/11/01-06:27:20
    libname=/export/home/odbc/ODBC60/lib/libodbc.so, funcname=SQLAllocHandle
    hoaerr:28500
    Exiting hgolofns at 2009/11/01-06:27:20
    Failed to load ODBC library symbol: /export/home/odbc/ODBC60/lib/libodbc.so(SQLAllocHandle)
    Exiting hgolofn, rc=28500 at 2009/11/01-06:27:20
    Exiting hgoinit, rc=28500 at 2009/11/01-06:27:20 with error ptr FILE:hgoinit.c LINE:282 ID:Loading ODBC aray of function ptrs
    Entered hgoexit at 2009/11/01-06:27:20

    on which platform did you install DG4ODBC? On a 64bit? In this case did you install the 64bit DD ODBC driver?
    What is the output of: file dg4odbc
    and: file /export/home/odbc/ODBC60/lib/libodbc.so
    can you also please clarify your statement: .. and a generic ODBC libary (libodbc.so). Datadirect ODBC drivers come with their own driver manager ... and you have to use their driver manager with their drivers.

  • Attach a Bitmap from the library in AS3.0

    Hi
    please help me, I need code to attach a bitmap from the
    library.
    I have this code but it dose not work:
    var bmp:Bitmap = new Bitmap(Photo1);
    addChild(bmp);
    bmp.x = 100;
    bmp.y = 100;
    //where Photo1 is the linkage class
    Thanks a lot

    var bmp:Bitmap = new Bitmap(new Photo1(0,0));
    If you look at the linkage identifier for Photo1 you will see
    that the base class is BitmapData. The Bitmap() constructor accepts
    a BitmapData object as its first parameter.

  • Library symbols ignored

    I am trying to instantiate and position a library asset
    (MovieClip) programmatically. The classpath setting and import
    directives, which work as expected for all other custom classes
    (those which are not in the library), do not seem to affect library
    symbols. It appears that the compiler works with its automatically
    generated class for this (exported) symbol, while completely
    ignoring my custom class for it. It is only when the custom class
    resides in the root folder that it's respected; otherwise it's
    ignored... This is not likely the result of some trivial error in
    folder naming/hierarchy, or classpath/import settings/statements,
    as I've meticulously ascertained this. But perhaps there is a
    conceptual issue here that I miss. Although I've arrived at an
    acceptable workaround to this problem, I'd love to understand the
    reasons for this behaviour...
    Many thanks for any comments!

    Indeed. And the better way to tell the compiler where to find
    it, it turns out, is by setting the base class appropriately in the
    library, rather than by adding another directory to the
    classpath...
    Many thanks!

  • Passing argument to, when using one class for multiple assets

    I had a class that I was passing a simple argument to like so:
    var quiz_1_2:CaseStudyQuiz = new CaseStudyQuiz(2);
    addChild(quiz_1_2);
    I now would like to use this class for multiple MCs in my library. I thought I could let Flash create a class for each of them and specifying the CaseStudyQuiz class as the Base class. When I do that, I get the following error:
    1136: Incorrect number of arguments.  Expected 0.
    Obviously this is because the class created by flash does not except an argument. Does that mean, I would have to create a seperate class for each of the movies that use that class? And if so, what would I have to do in that class for it to except the parameter and pass it on to my base class?
    Thank you very much for any help with this!!!

    use the super() function and pass your parameter.  but you still might get a runtime error but i don't think that will cause a problem.

  • How to create java classes when multiple xsd files with same root element

    Hi,
    I got below error
    12/08/09 16:26:38 BST: [ERROR] Error while parsing schema(s).Location []. 'resultClass' is already defined
    12/08/09 16:26:38 BST: [ERROR] Error while parsing schema(s).Location []. (related to above error) the first definition appears here
    12/08/09 16:26:38 BST: Build errors for viafrance; org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager executing goal 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.7.1:generate': Mojo execution failed.
    I tried genarate java classes from multiple xsd files, but getting above error, here in .xsd file i have the <xe: element="resultClass"> in all .xsd files.
    So I removed all .xsd files accept one, now genarated java classes correctly. but i want to genarte the java classes with diffrent names with out changing .xsd
    Can you please tell me any one how to resolve this one......
    regards
    prasad.nadendla

    Gregory:
    If you want to upload several Java classes in one script the solution is .sql file, for example:
    set define ?
    create or replace and compile java source named "my.Sleep" as
    package my;
    import java.lang.Thread;
    public class Sleep {
    public static void main(String []args) throws java.lang.InterruptedException {
    if (args != null && args.length>0) {
    int s = Integer.parseInt(args[0]);
    Thread.sleep(s*1000);
    } else
    Thread.sleep(1000);
    create or replace and compile java source named "my.App" as
    package my;
    public class App {
    public static void main(String []args) throws java.lang.InterruptedException {
    System.out.println(args[0]);
    exit
    Then the .sql file can be parsed using the SQLPlus, JDeveloper or SQLDeveloper tools.
    HTH, Marcelo.

  • BUG - saving with both flash pro CS6 and CC causes library symbol names to change

    Concise problem statement:
    If you save with flash pro CC and then save with CS6, in the library panel, symbol names are changed.
    Specifically, pipes | and trailing spaces ("|Divider", "Divider ") get replaced by escape sequences ("&#124Divider", "Divider&#032" ...) Ampersands & and number signs # also get replaced, such that symbol names grow exponentially if you continue to save with both flash pro CC and CS6 ("Divider&#032", "Divider&#038&#035032", "Divider&#038&#035038&#038&#035035032" ...) This makes it difficult to transition a team from CS6 to CC.
    Sometimes, the original-name symbol remains, and an escaped-name symbol is also created. In this case, the children are removed from the original-name symbol, so it doesn't render anything to the screen; a mysterious, silent failure.
    Steps to reproduce bug:
    1. Create a library symbol named "|", save an xfl with flash pro CC, and close.
    2. Open, save, and close with flash pro CS6.
    3. Open, save, and close with flash pro CC.
    Results:
    A library symbol named "&#124".
    Expected results:
    A library symbol named "|".
    I submitted this bug with the bug form, and also with adobe bugbase (in case it isn't obsolete) - I'm just trying to maximize my chances of getting a fix.  Has anyone else encountered this bug?

    Hi,
    We are aware of this issue and its open for investigation internally. This issue is observed when you have certain special characters in your symbol names and try to open that file in Flash CS6. This happens due to a change in the way symbol naming is handled in Flash CC and in Flash CS 6.
    As a workaround, request you to use only Underscore or Hyphen as special characters while naming symbols or library layers etc.
    We shall update you as soon as this has been fixed.
    Thanks,
    Nipun

  • How to find ount where a library symbol is used

    Hello
    Please be patient with me because I'm not very familiar with flash.
    I would like to know if there is a way to find out where is a symbol used into a Flash document.
    If Symbol A is used by two other symbols (say B and C) is there a way to query the enviroment to know that A is used by B and C?
    Does one among Flash MX, CS4 or CS5 have such a feature or not?
    Thank you

    among many other things, movie explorer will show you where each and every instance of any library symbol is used.
    click the right-most icon on the movie explorer panel and tick both context items.  then toggle the 2nd icon only and type your library symbol name.  each and every instance of that library symbol with be displayed along with a tree representation of its location.   right click over any symbol in movie explorer to get an idea of just how powerful that tool is.

  • Multiple library files

    Hi everyone!
    I am still sorting through some issues I am having with songs missing even though they are listed in a library or playlist. Here is what I am discovered: itunes has multiple library files for some reason. All itunes music is located on an external harddrive. It is here that I see the following:
    itunes library (with itunes icon)
    itunes library.xml (with text icon)
    itunes music library.xml (with text icon)
    itunes Music (folder amongst the musician folders)
    I am concerned that these files are causing issues. Can I delete the files that are .xml and keep the itunes library (with itunes icon)? Will this affect any "purchased" songs?
    Thanks so much for your help and expertise!

    *itunes has multiple library files for some reason*
    Because it makes these files.
    Those are all the correct files and folders.
    itunes Music (folder amongst the musician folders) should be the folder where al the artist/album folders are. You should not have an iTunes music folder inside the iTunes music folder.
    The .xml file is created by iTunes for other applications. If you delete it, iTunes will simply recreate it.
    Here's some info -> http://docs.info.apple.com/article.html?artnum=93732

  • JSFL: Change element properties inside a library symbol?

    I'm trying to make a JSFL script to scan all the symbols in a library, find the text fields, and set useEmbeddedFonts = true.
    Actually, just backing up a second, assume there are instances on the stage.  Then I can use fl.findObjectInDocByType("text") to find all the text fields and inspect them to see their type, contents, etc.  But if I try to use one of the elements returned by that call to change the useEmbeddedFonts property, nothing seems to happen.
    Something like this:
    var texts = fl.findObjectInDocByType("text", doc);
    if (texts.length > 0) {
        for (var i = 0; i < texts.length; i++) {
              if( texts[i].obj.textType != "static" &&  texts[i].obj.useDeviceFonts == false )
                   fl.trace("Setting text field to use device fonts: " + texts[i].obj.name);
                   texts[i].obj.useDeviceFonts = true;
    It seems to have no effect on the text fields.  They are still set to anti-alias.
    Ok, so assuming that problem can be overcome, to deal with symbols in the library, I was thinking of running through the library items and creating instances of them on the stage, then using the findObjectInDocByType to update them, assuming this will actually change the symbol and not just the instance.  But I don't see how to actually create an instance of a symbol on the stage, which seems like it should be easy.
    Or, is there some other way of introspecting the library symbols to find the text fields and modify them directly?  This would have to handle cases like button symbols where the text field is inside the symbol, not a symbol itself...

    altenbach wrote:
    One of the elements could be a 2D picture indicator of about the same size. You can write text in any color using picture functions.
    Here's what I had in mind. Seems to work just fine (I would fine-tune the font, picture border, etc. but this should get you started).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    ColorText.png ‏13 KB
    ColorText.vi ‏9 KB

  • X64 Adobe ANEs break when using Hide ANE-Library-Symbols

    Hi all,
    It looks like the x64 versions of the Product Store and Game Center ANEs are causing some kind of conflict when "Hide ANE-Library-Symbols" is turned on. It is possible other Adobe ANEs are causing issues as well but these are the other two I use.
    Upon building a project that includes these ANE for iOS and using the "Hide ANE-Library-Symbols" flag, I receive the extremely generic build error below. If the "Hide ANE-Library-Symbols" flag is disabled, everything complies fine but some ANEs break during runtime due to conflicts.
    Hide ANE-Library-Symbols flag turned ON error
    "Error occurred while packaging the application:
    Compilation failed while executing : ld64"
    Details
    Flash Builder 4.7
    AIR 16
    OS X 10.9
    Using ANEs from this thread
    Any help in resolving this issue would be appreciated as it is seems to be the last thing standing in the way of updating my iOS app to be x64 compatible.

    Hi,
    We are working on the issue. As of now, there is a workaround possible in packaging on mac machine as described below.
    cd <sdk>/lib/aot/bin/ld64
    mv ld64 ld64_orig
    ln –s /usr/bin/ld ld64
    <Run the packaging command now>

Maybe you are looking for

  • Report in same window

    i am running a report from my Oracle 9i Application( Developer Suite 9i). I am calling the report from the form. The report which has to open in a new IE browser window is not opening which was happening about 3 days back. The applet instance blinks

  • Safari 2.0.4?

    I am running Safari 2.0.3 on OS X 10.4.4 and for the past few days many pages, including Ebay, will not load, but tell me to update my browser. Is there a newer version of Safari thta my software udate is not catching? R

  • Mac OS X Lion Mailboxes cannot be read in Snow Leopard mail.

    Yesterday I made a backup of my Mail folder from the User Library, because I wanted to remove Lion by the usage of the Factory Disks, because Lion is too slow responsive. Now I am back to Snow Leopard, but I figured out that unlike Snow Leopard, Lion

  • Best practices for including CSS on publishing

    In order to have completely self-contained project folders, I have css in my project folder.   I don't understand why you can include .js Scripts, and have them publish automatically yet you can't do the same for css scripts.  This is truly baffling

  • FIMSynchronizationService 6801

    Hello, I have 14.0.7106.5002 version installed. I'm getting this specific error with three accounts. Do you guys know how to fix this issue? Thanks The extensible extension returned an unsupported error.  The stack trace is:  "System.Reflection.Targe