Regular flash button to trigger List Component

I have two list components....which are bound together.     Depending upon which item is selected in the 1st list will determin what gets displayed in the second list.
I have some buttons that correspond to the items listed in the 1st........which when pressed...I would like to do the same thing....populate the second list.
I have gotten as far as getting the button to select the index number of the item in the 1st list......but haven't been able to figure out how to create an event listener for the second list that would tell it if an item in the first list was indirectly selected via the button.
Make sense?   Any and all help would be greatly appreciated.
I tried using the button component instead of a regular flash button....but haven't gotten far yet.  Is that the way to go instead?

Flash have not communicate with another flash so far. but we
can use some intermediator inbetween the flash using javascript.
we can trigger javascript on button
--------ex-----
myBtn_btn.onRelease = function(){
getURL("javascript:alert('you clicked me')");
from the javascript you control the movie Ref:
http://www.adobe.com/support/flash/publishexport/scriptingwithflash/

Similar Messages

  • How can I select an item from a list component with a seperate button

    This is a repost, I decided it'd probably be better here than
    in the general discussion board. I will try to delete the other
    one.
    Hello Everyone,
    This is my first post here. I am trying to figure out how to
    select an item within a list component with a button. This button
    is calling a function. I have searched for the past 3 hours online
    and I can't find anything about it. I thought perhaps I could set
    the selectedItem parameter, but that is read only, and I believe it
    returns an object reference rather than something like a number so
    even if i could set it, it would be pointless. I also found a get
    focus button, thought that may lead me somewhere, but I think that
    is for setting which component has focus currently as far as typing
    in and things like that. I am lost.
    Basically I am looking for a way to type this
    myList.setSelected(5); where 5 is the 5th item in the list.
    Any help would be much appreciated.

    Never mind found it. It is the property called selectedIndex
    and it is writable

  • Could not create the flash button because a component of Dreamweaver is missing. Please reinstall Dreamweaver.

    I have Dreamweaver MX 2004 and then upgraded to
    Dreamweaver Studio MX 2004 and decided to upgrade to Studio 8. At
    the time I got the Studio 8 I also upgraded my computer and now my
    purchased flash buttons do not work on my system. I get an error
    message Macromedia Dreamweaver Could not create the flash button
    because a component of Dreamweaver is missing. Please reinstall
    Dreamweaver. We tried uninstall and then reinstall and still no
    fix. My husband tried the software on his lap top and they work
    fine. I did have Contribute installed but uninstalled it . 1. What
    would the missing component be? and 2. Why didn't the reinstall
    work? Thanks for the help. I need to update a couple of sites that
    use the buttons and can't so far. Carol

    you probably have to install the Dreamweaver update so that
    you're on
    version 8.0.2. just search Adobe.com for Dreamweaver update
    and you
    should be able to find it pretty quickly.
    cpt_vom wrote:
    > After a reinstall of Window XP and Drewamweaver ver.8
    I'm running into a
    > problem.
    > When inserting a flash button I get the following
    message:
    > :Could not create the Flash Button because a Component
    of Dreamweaver is
    > missing. Please reinstall Dreamweaver:
    > Not a word about which Componement missing!
    > I have tried to instal Dreamweaver several times but
    without result - same
    > message appears.
    > The button in question is 'FZ Pack 3: Multi Buttons'.
    > I can insert the standard buttons with no problems and I
    have also tried to
    > insert this button on my second PC with succes which
    could indicate a problem
    > with my main PC, maybe something to do to Windows XP?
    > I really would appreciate an solution to this problem
    and hope somebody could
    > help.
    >
    > Kind regards,
    > Kjeld - Copenhagen - Denmark
    >
    >

  • In Flash CS4,How can I give a AS3 List Component a suitable horizontalScrollBar

    In Flash CS4 when an AS3 List Component has too many rows,it will has a verticalScrollBar automatically. but it will never has a horizontalScrollBar even a part of the content of the list is hidden.
    I set the property  list.horizontalScrollPolicy="on",and set list.maxHorizontalScrollPosition=200; then the horizontalScrollBar appear
    but when I click the item of the list, all the list move to left, half of the list is hidden,
    I can only see the right part of the list, the I click the list again,the list move to right,then I can see all the list by move the horizontalScrollBar
    How can I give a suitable horizontalBar to the AS3 list component?

    Thank you for your help! (sorry,I`m bad in English...)
    In fact, it works.
    but,I made a mistake,the reason I want to give a list a horizontalScrollBar is:I want to show all content in a list that is not wide enough,
    you see,first row can show all content in this list,but in the other rows,the content is too wide to show,I want to give the list a horizontalScrollBar to show all content by draging the horizontalScrollBar to right.
    now,set property:
    list.horizontalScrollPolicy="on", list.maxHorizontalScrollPosition=30;(the result is the image above),when I drag the horizontalScrollBar to right:
    ah ha ,the row can`t show all content too,the horizontalScrollBar is related to the width of all the list, is not related to the width of the content in every row.
    now I kown why the horizontalScrollBar is always disable.
    but in design,to show a lot of content,we can`t draw  a list too wide, it`s not beatiful,so I want to use a horizontalScrollBar to show all content in every row.
    and the list is not too wide
    ah ah,  like the list in Flex4
    In fact,ah,I have not studied Flex 4,so,I have to make it by using Flash CS4 Component
    How can I do? Please
    (so sorry for my bad English,I do my best in it)

  • Need help displaying images with List component for Flash CS4 (ActionScript 3.0)

    Hi folks:
    I am an inexperienced user of Flash CS4 Pro (v10.0.2). I am attempting to use the List component with ActionScript 3.0 to make a different image display when a user clicks each item in a list.
    I did find a tutorial that showed me how to make different text display using a dynamic text box and the following ActionScript:
    MyList.addEventListener(Event.CHANGE, ShowSelectedItem);
    function ShowSelectedItem(event:Event):void {
        ListText.text=MyList.selectedItem.data;
    ...where My List is the instance of the List component and ListText is the dynamix text box. In this case, the user clicks an item in the list, defined by the label value in the dataProvider parameter of the List component, and text displays as defined in the data value in the dataProvider parameter.
    However, as I mentioned to start, what I really want to do is make images display instead of text. Can anyone provide me the steps to do this?
    I appreciate your help (in advance)!!
    Cindy

    Hi...thanks for responding! I was planning on using images from the Library, but if there is a better way to do it, I'm open. So far, I just have text in the data property. This is part of my problem. I don't know what I need to put in the data value for an image to display. Do I just put the image file name and Flash will know to pull it from the Library? Do I need to place the images on the stage on different frames? I apologize for the "stupid user" questions, but as you can tell, I'm a newbie.
    Appreciate your patience and any help you can offer!
    Cindy

  • Custom List component in Flash builder 4.5

    Hi,
    Am new to Flash builder 4.5. I want to create a custom list component. In that i have some queries.
    They are,
    1. What are the basic procedures/steps to be followed for Component development in Flash builder 4.5
    2. What are the approaches to the component development in Fladh builder 4.5?
    3. Is there any reference sutes available?
    Thanks,
    Manikandan

    http://www.adobe.com/devnet/flex/videotraining/exercises/ex1_06.html
    you could also search blogs for custom component creation. There might be many implementations for your learning/usage.

  • Problems With List Component Flash Cs3

    Hello Friends,
    I am working in Flash Cs3.
    I am having a List component in my application.
    I added 10 items into my list component. Now out of those 10 items, i want to disable particular list items like Item 4, Item 8, Item 9. How to do this using flash cs3 or flash 8.0.
    Item1   --  Enabled state
    Item2   --  Enabled state
    Item3   --  Enabled state
    Item4   --  Disabled state
    Item5   --  Enabled state
    Item6   --  Enabled state
    Item7   --  Enabled state
    Item8   --  Disabled state
    Item9   --  Disabled state
    Item10 --  Enabled state
    Any suggestions/ideas would be really appreciated.
    Regards,
    Rajesh

    Hello Friends,
    I got a partial solution for this. Now i can able to disable a particular list item using flash cs3. I achived this. But it was happening only after clicking the item values....
    But i need in a diff way like, as soon as you run the flash file it has to disable. how is this possible in flash cs3.
    this is the code :
        import fl.controls.List;
        import fl.controls.listClasses.CellRenderer;
        import fl.controls.listClasses.ListData;
        import fl.events.ListEvent;
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.text.TextField;
            var sampleItem1:Object = { label:"John Alpha" };
            var sampleItem2:Object = { label:"Mary Bravo" };
            var sampleItem3:Object = { label:"Trevor Gamma" };
            var sampleItem4:Object = { label:"Susan Delta" };       
            var myList:List;
            var tf:TextField;
      ListDataExample()
             function ListDataExample() {
                createList();
                tf = new TextField();
                tf.x = 10;
                tf.y = 125;
                addChild(tf);
             function createList():void {
                myList = new List();
                myList.move(10,10);
                myList.addItem(sampleItem1);
                myList.addItem(sampleItem2);
                myList.addItem(sampleItem3);
                myList.addItem(sampleItem4);
                myList.rowCount = 4;
                myList.addEventListener(ListEvent.ITEM_CLICK,listItemSelected);
                addChild(myList);
             function listItemSelected(e:ListEvent):void {
                var cr:CellRenderer = myList.itemToCellRenderer(e.item) as CellRenderer;
                var listData:ListData = cr.listData;
       if(cr.listData.row == 2) {
        cr.enabled  = false
                tf.text = "Row selected: " + listData.row;
    waiting for your replies.
    Regards,
    Rajesh

  • Using a List Component to create a photo gallery.

    This feels like a lot to be asking but i'm gonna go ahead and
    ask to see what happens.
    I'm trying to figure out how to use a list component to
    select 6 items from a large list, display the words to the 6
    selected items (in a text field), then finally (by pressing a
    button) I would like to load the 6 corresponding pictures for the
    selected items into a seperate frame. If there is anyone that could
    point me in the right direction it would be greatly appreciated. I
    have been trying to find information online about programming the
    List Component but haven't had any luck. Is there a book that
    anyone recommends that could help me? I've been doing simple
    animations and websites in flash but i'm now looking to learn some
    actionscripting as well. Thanks.

    Hi PinkPowerRanger,
    Per my understanding that you have two fields in the table "Date and Time picker" which is Date/time type and another is "Item ID", you need to get the Month from the Date field to display in the X-axis and count(Item ID) related to each
    month to display in the Y-Axis, right?
    I have tested on my local environment and can do this by create two calculated fields to get the month and year values from the Date/Time field.
    Details information below for your reference:
    Right click the main dataset to select the "Add Calculated field", specify an name of the new calculated field and add the expression in the field source as below:
    Year:    =Year(Fields!Date.Value)
    Month:  =MonthName(Month(Fields!Date.Value))
    Add the three field in the Chart as below and remember in the Value area you have got the Count(ItemID) but not SUM(ItemID):
    Preview you will got the chart like below:
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • List Component : Dragging position marker

    If you setup a basic List component and add support for
    dragEnabled and custom drop handling with a custom itemRenderer i
    have come across the following issue.
    When you drag an item within a ListBase (List, DataGrid,
    etc..) component, you get a position marker showing you where you
    are trying to drop the item. Somehow during my customization
    process of the List component this marker no longer appears.
    Does anyone know what it is called?
    Is there a class that i can use within my custom itemRenderer
    to bring this functionality back.??
    Any help would be appreciated!
    Thanks, Dustin

    When I test this in Firefox, I get the following error message:
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::SimpleButton@115ec431 to fl.controls.Button.

  • Browser "Back" arrows do not work with Flash buttons.

    Just can't seem to get around this problem...
    I've made several flash buttons for use in my navigation bars. They work great but the "back" arrows on the browser are always grayed out. It doesn't seem to matter what kind of browser I use.
    The site was made in Dreamweaver and the Flash buttons are imbedded within the pages. I posted the same question on the Dreamweaver forum and got some vague answers.
    Is there some code I can put into my Flash buttons?
    If you have an answer please be specific as I'm not an expert.
    The site is fireonmcginnis.com
    or just type "Fire on McGinnis" into a search engine.
    -Toastieo

    Spry or regular hyperlinks in a list or nav configuration. Either is better than Flash buttons.
    Thing is, a search bot will read the HTML in those kinds of links (spry or HTML) and index them. That way if you have an event calendar for upcoming shows, or a discography page, it can find them and will be able to make a reference to them in later search engine databases (usually about 72 hours after the indexing). With the Flash buttons there is no code for the bot to find and your upcoming events, or a downloads page if there is one, will never be seen in a search even if people look directly for "fireonmcginnis: schedule", or "music by fireonmcginnis" because to Google, Yahoo, Lycos and the others the pages simply don't exist.
    Spry is great if you have submenus, and since it can be customized using CSS, you can make it match your site layout. You can also do that with regualr hyperlinks and CSS, but spry has a more appealing look to a lot of web users and the submenus are a little harder with basic HTML.
    For the record the script should read: getURL ("http://www.site.com/page.html" "_self"); for the buttons. There'a s drop down to select _self, _blank, _parent etc. when you add the getURL script to the button.
    But... you need to stay away from Flash buttons for navigation or you're really defeating the purpose of putting a band on a website in the first place. It's about exposure and Flash buttons will severely limit that exposure, even if they work properly.

  • Flash Tree Object & node list

    Hi All,
    Unsure if this is a noodle scratcher or undoable!
    Either way, does anyone know of a way when using the 'tree'
    flash component in Director to get the component to supply a list
    of some sort back to director.
    I'm adding & subtracting branches to the Object
    successfully, but I figure it must know whats where I just need it
    to tell Director so I can manipulate it out to a XML file !!
    Cheers

    Alright, this is a long one. Make a Director file based on
    the following and when it starts it’ll open the xmlDoc.xml
    XML file, parse it into a Flash XML object and assign that object
    as the dataProvider for a Flash component Tree. Then you can select
    a planet node from the Tree, enter text into the Flash component
    text field, and click the Flash button to add a moon to the
    selected planet node with the entered text as its label. The button
    also saves whatever XML makes up the tree to the xmlDoc.xml XML
    file by calling the saveXml() function. You could have whatever
    event you want call the save function.
    To start, drag a Flash Tree component to the stage as sprite
    1, a Flash TextInput component to the stage as sprite 2 and a Flash
    Button component to the stage as sprite 3. Make sure to do
    Modify>Movie>Xtras… and add the FileIo.x32 Xtra so
    it’ll work if you make a projector.
    Add this script to Frame one:
    function exitFrame(me)
    ///// make Fileio obj, Flash XML obj, populate Tree
    // Fileio
    var fileObj = new xtra("fileio");
    fileObj.openFile(_movie.path + "xmlDoc.xml",0);
    var xmlString = fileObj.readFile();
    fileObj.closeFile();
    fileObj = null;
    // Flash XML obj
    var fTree = sprite(1);
    var fXmlObj = fTree.newObject("XML");
    fXmlObj.ignoreWhite = true;
    fXmlObj.parseXML(xmlString);
    // populate Tree
    fTree.dataProvider = fXmlObj;
    ///// make button listerner to handle clicks
    var fButton = sprite(3);
    var fButtonEvt = fButton.newObject("Object");
    fButton.addEventListener("click",fButtonEvt);
    fButton.setCallback(fButton, "click",
    symbol("fButtonClick"), "fButtonEvtScript");
    Make this Movie Script, name it fButtonEvtScript:
    function fButtonClick(me,evtObj)
    var fTree = sprite(1);
    var fText = sprite(2);
    // determine if a Tree node is selected
    try
    String(fTree.selectedNode.attributes.label);
    // execute if node selected is planet
    if (fTree.selectedNode.nodeName == "planet")
    var newNode = fTree.newObject("XMLNode",1,"moon");
    // make node lable text field if text present, else default
    text
    if (fText.text == "")
    newNode.attributes.label = "Default Moon";
    } else {
    newNode.attributes.label = fText.text;
    // add new moon node
    fTree.selectedNode.addTreeNode(newNode);
    saveXml();
    } else {
    _player.alert("Must select planet node");
    } catch (errObj) {
    // alert no node
    _player.alert("No Node Selected");
    function saveXml()
    var fTree = sprite(1);
    // make string to save
    var xmlString = "<?xml version=\"1.0\"
    encoding=\"iso-8859-1\" ?>\n"
    xmlString += fTree.dataProvider.firstChild.toString();
    // save file
    var fileObj = new xtra("fileio");
    fileObj.openFile(_movie.path + "xmlDoc.xml",0);
    fileObj["delete"].call(fileObj);
    fileObj.createFile(_movie.path + "xmlDoc.xml");
    fileObj.openFile(_movie.path + "xmlDoc.xml",0);
    fileObj.writeString(xmlString);
    fileObj.closeFile();
    fileObj = null;
    Finaly add this script to any Frame after Frame one; I used
    Frame 10.
    function exitFrame(me)
    _movie.go(_movie.frame);
    Here’s the XML file:
    <?xml version="1.0" encoding="iso-8859-1" ?>
    <star label="Sol">
    <planet label="Mercury" />
    <planet label="Venus" />
    <planet label="Terra">
    <moon label="Luna" />
    </planet>
    <planet label="Mars">
    <moon label="Phobos" />
    <moon label="Deimos" />
    </planet>
    <planet label="Jupiter">
    <moon label="Callisto" />
    <moon label="Ganymede" />
    <moon label="Europa" />
    <moon label="Io" />
    </planet>
    <planet label="Saturn">
    <moon label="Titan" />
    </planet>
    <planet label="Uranus" />
    <planet label="Neptune" />
    <planet label="Pluto">
    <moon label="Charon" />
    </planet>
    </star>
    Sorry I got slack with the code comments, but I reckon you
    can figure out what’s going on. I figure this’ll give
    you a good start on what you’re trying to accomplish. I
    strongly suggest checking out the LiveDocs for Director regarding
    Flash and Components and Flash regarding Flash XML, XMLNode and the
    Components Language Reference. Remember though, things have changed
    since the Flash 8 Asset Xtra, so some of the documentation is out
    of date.

  • How to populate list component via xml file?

    There is a TextArea component that should show the name and
    the description of the item selected in the list component. But I
    dont know how to populate list with external XML and what should be
    the coding in flash as well as what should be written in the XML.
    Please help.

    Here's an xml file listing a couple of brother comedy teams:
    <?xml version="1.0" encoding="UTF-8"?>
    <team>
    <brothers>
    <Marx>
    <name>Groucho</name>
    <name>Chico</name>
    <name>Harpo</name>
    <name>Zeppo</name>
    <name>Gummo</name>
    </Marx>
    <Howard>
    <name>Moe</name>
    <name>Curly</name>
    <name>Shemp</name>
    </Howard>
    </brothers>
    </team>
    Open a new .fla and save it in the same folder as the .xml
    file. Place a List Component on the Stage and name it (in this
    case, "comicTeams_list"). In the first frame write the following
    ActionScript:
    //create XML object and load external xml file
    var broList:XML = new XML();
    broList.ignoreWhite = true;
    broList.onLoad = processList; // this is a function that will
    be written below
    broList.load("populateList.xml");
    function processList(success:Boolean):Void{
    if(success){
    loadList();
    }else{
    trace("Load failure");
    function loadList():Void{
    var broName:String;
    var listEntries =
    broList.firstChild.childNodes[0].childNodes[0].childNodes.length;
    for(var i:Number = 0;i<listEntries;i++){
    broName =
    broList.firstChild.childNodes[0].childNodes[0].childNodes
    .childNodes[0].nodeValue;
    trace(broName);
    comicTeams_list.addItem(broName);
    //to make something happen when you click on a name in the
    List, create a Listener and function
    var broListListener:Object = new Object();
    broListListener.change = someAction; //"someAction" is a
    function to be written shortly
    //add the Listener to the List
    comicTeams_list.addEventListener("change", broListListener);
    function someAction(evtObj:Object):Void{
    var pickedBrother:String = evtObj.target.selectedItem.label;
    //write actions here, referencing pickedBrother variable
    The names of the Marx Brothers will appear in the box.
    This is written in AS2. When you post a question, it's a good
    idea include which version of ActionScript you're using.

  • List component row manipulation

    I have two questions regarding as3 list component:
    - I'd like to highlight and keep selected the item a user last selected from my list component. I've combed the live reference as well as google and must be typing the wrong search words. I can tell what label and index an item was that was selected but am not finding a way to highlight and keep highlighted the user's choice in the list component.
    - Also, I'm exploring the notion of inline buttons within a list's rows. If a user hovers their mouse over a row, a set of small buttons come up the user can click on for further functionality. This may be more of a make your own component answer but I'm exploring it nonetheless. Any thoughts or comments on this?
    Thanks!

    no something else is going on. Or perhaps you didn't explain your problem clearly.
    After servlet b calls getList() you have two servlets each having a reference to the same list
    A------\
    List
    B------/

  • Flash button link help

    i have a flash website template where i have done all the editing for my website but now on profile page i create a button and i want when i click on that button that button will take me on another page which is already in that template, but i can't create that. Please assit me asap.
    I have create that button on "symbol 25 copy 2" and i want that button take me on "symbol 25 copy 4"

    What will people who do not have Flash installed do when they
    come to your
    page? How about the search engines?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Andy" <[email protected]> wrote in message
    news:e50thk$hjd$[email protected]..
    > In DW if I hit the "Play" button in Properties and then
    click the Flash
    > button, the link works but will not work in IE6!!!???
    >
    >
    > "Andy" <[email protected]> wrote in message
    > news:e50rde$fde$[email protected]..
    >> Thanks for your reply, Alan.
    >>
    >> That is what I did put in the link box but for some
    reason the link will
    >> not work.
    >> I put
    http://www.netspace.net.au in
    the link box, then saved my work and
    >> viewed it in IE6, but it will not connect me to the
    site when I click on
    >> the button. If I create a hyperlink using a word, eg
    Netspace, it works
    >> OK.
    >> I'm using Dreamweaver 8.
    >>
    >> Andy
    >>
    >> "Alan" <[email protected]>
    wrote in message
    >>
    news:C0995965.28F809%[email protected]..
    >>> In the Flash Button dialog box, in the url or
    link box, type the full
    >>> url
    >>> address including the
    http://
    >>>
    >>>
    http://www.example.com
    >>> instead of
    >>> www.example.com
    >>>
    >>> You have to do this for all external links,
    whether using flash buttons
    >>> or
    >>> regular links.
    >>>
    >>>
    >>
    >>
    >
    >

  • Flash button problem

    Hi
    I am quite new to actionscript but when building a simple app
    that calculates amounts when you press on a button it only works if
    I use a library button and not my customised one. I have checked
    that the button is a button symbol and has four states but whenever
    I use my own customised button I get error message...the library
    button works fine with the actionscript.
    Here is the error message I get with my custom button - any
    idea why?
    thanks
    Em
    **Error** Scene=Scene 1, layer=buttons, frame=1:Line 2:
    Invalid mouse event specified.
    on(click) {
    **Error** Scene=Scene 1, layer=buttons, frame=1:Line 3:
    Statement must appear within on handler
    with(_parent){
    **Error** Scene=Scene 1, layer=buttons, frame=1:Line 6:
    Unexpected '}' encountered
    Total ActionScript Errors: 3 Reported Errors: 3

    Know the type of button:
    1. Button Symbols made in library:
    on (press)
    on (release)
    on (rollOver)
    This appears the one you are deploying.
    See
    http://livedocs.macromedia.com/flash/8/main/00001752.html
    2. The Flash Button Component:
    ... where there is a click event handler
    http://livedocs.macromedia.com/flash/8/main/00003114.html
    3. Custom buttons created with a MovieClip Symbol.
    Use Actionscript and the methods for responding to events for
    example onRelease -
    http://livedocs.macromedia.com/flash/8/main/00002499.html

Maybe you are looking for

  • File Processing in PI - isolating an error in the payload

    Hello, I have a scenario where I don't think the requirement is feasible... Multiple idocs are created from the R/3 system and then are being generated into an xml file before PI picks it and processes it. The problem is that if one of the idocs enco

  • Weird/Complex Exchange/Outlook 2013 Issue

    I posted this in the Outlook forum but I was given the recommendation to post it here so I thought I would see if anyone could help. So we have a client that is creating Outlook calendar events in Outlook 2013 who is running on Exchange 2007 running

  • Using iWeb to build a Blog for an existing non-MobileMe Site

    I have a large, existing website that is hosted on One World Hosting (OWH). I have liked creating blogs using iWeb. 1. Is there a way for me to create a blog using iWeb and then upload it and embed it into my OWH website? 2. That website was largely

  • Internet Connection Message at startup and various moments of the day

    I started out using a dial-up connection, then later upgraded to ethernet. Now, everytime I start up my iMac I get a Internet Connection message. Here's what it says, The selected communications device does not exist. Please verify your settings and

  • Revaluate function using a negative value in the revaluation variable

    Hello, I'm trying to use the revaluate function in IP, using a user defined variable containing a negative value, I have a error that tells me that the value in the variable is incorrect. I've tried several syntaxes, including "-10" or "10-" to reval