Really dumb newbie question

ok how do you change the text of a label for a form field, I drilled down to edit the layer its on, its property has it as dynamic, which doesn't make sense because it is static, but I don't care about that just how do I actually get to the text and change it. I would have thought it would simply be in the properties of the label. there is help that gets invoked when hovering over the label, is that perhaps what is making changing the label text so obscure to me at this point. see pic of where I'm at, don't know how to make the pic bigger and more readable, but its got the properties for the label open at the bottom and  the dropdown box is 'dynamic' but I'm not seeing where the actual text is stored.

If you select the textfield and in the Properties panel you see <Instance Name>, then any text the textfield has in it is text that is typed into it because without an instance name assigned there is no way you can use code to assign the instance name.  So just edit the text directly in the textfield by typing in it.
I'll take that back if it happens to be an AS1/AS2 file... in those versions it is possible to assign a variable to the textfield instead of an instance name (bad practice, but it can be done).  So if you see something entered in the Properties panel field labeled "Var:", then you might find some code assigning a value to the textfield that way.
But if the first image you showed is one of the textfields in question, just edit the text you see directly in the textfield because it has no instance name nor Var assigned to it.  And while you're at it, change it to a static textfield... static textfields are easier to manage display-wise and avoid font issues that might come up with dynamic textfields.

Similar Messages

  • Dumb newbie question -- shell vrs linux console

    This is probably a dumb newbie question, but what is the difference between the shell screen and the linux console screen? I used another system before Arch and I believe there was only the shell screen! Does it matter which one is used?  Thanks -- Larry

    The console is the 2D text rendering thing. The shell is Bash, just a program that handles your input and has the console as output.
    If on the other hand you mean the console at startup, and you call that the console while you call xterm, etc. shells then the answer is different. It's just a matter of configuration if you automatically start X or not. A lot people use gdm or kdm to get a graphical login screen after bootup, others just type "startx" in the console when they want to start X.
    You can switch to the console with Ctrl+Alt+Fn where n is a number between 1 and 6. You can switch between consoles with Alt+Fn, X is on the last console, so to go back to X do Alt+F7.

  • A really dumb Mail question

    Like the subject says, I have a really dumb question.
    This morning, my IMAP went nuts, and I spent about an hour trying to fix it. Everything seems to be normal now, and Mail is back up and running (hopefully). But now I noticed something, whenever I get new mail, the number of unread emails doesn't show up to the right side of the main inbox like it does with the other mailboxes I created.
    I have rules set up, so certain emails go to certain folders, and those folders display the number of unread messages inside. But not the main inbox.
    So now I'm wondering if that was always the case, and this is just paranoia left over from the email mess this morning, causing me to notice something that might have never been there in the first place.
    Thanks for any help

    Ernie:
    The folders are on the IMAP server, and not On My Mac.
    Most messages that don't fall under the rules will go to the default inbox.
    For those messages that are moved, a number counting the amount of unread messages will show up next to the folder.
    Fioba:
    That sounds like a good idea, but it seems counter intuitive to need to create a smart mailbox for unread messages, when that is the purpose of the inbox itself.

  • Really really dumb php question

    Ok I feel really stupid asking this as its really dumb.   I am trying to create my first php page, thus
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <?php echo : "scum" ?>
    <body>
    </body>
    </html>
    I've told dreamweaver it's a php page and yet the <?php    and ?> elements are highlighted in red indicating a syntax error. what gives ?  The file is called test.php

    Double quotations are not required for this, no quotes at all output the same, so
    <?php echo scum;?>
    <?php echo 'scum';?>
    <?php echo "scum";?>
    all output the same thing.
    scum
    If however you were to add/change to this
    <?php
    $die='die';
    $sum='scum';
    echo '$die $scum $die";
    ?>
    Outputs $die $scum $die (whichs seems to lose some of its effectivness)
    echo "$die $scum $die":
    Outputs die scum die
    You could of course move on to the next lesson which is
    $hopeless='My fingers are bleeding, my keyboard is broken and I need a drink because php and dreamweaver are not acting like I want them to';
    But I'm still on that lesson myself.
    Gary

  • Dumb newbie question on iphone development

    Hi there, just a quick dumb question: Can i develop Iphone apps in Windows platform? This is b'coz I dun have Mac machine.

    a simple answer is YES in opposite of what you read here.
    +I'm a .NET developer and I started building web apps in .NET (ASP.NET).+
    The iPhone/iPod Touch supports 2 different ways to develop something for it, a Web Application (applications that runs on Safari browser, like Facebook and Wordpress) and a SDK Application (Self contain applications, like games, utilities, etc). *Under Windows, you can do any Web Application*, you will need a Mac to do SDK Applications
    Reading the Wrox book entitled: Professional iPhone Application Development (ISBN 0470251557) in page 5 the writer tells about 4 levels to do Web Apps:
    *Level 1 - Full compatible website/application*
    The ground level approach is to develop a Web site/app that is “ iPhone/iPod touch – friendly ” and is fully compatible with the Apple mobile devices. These sites avoid using technologies that the Apple mobile devices do not support, including Flash, Java, and other plug - ins. The basic structure of the presentation layer also maximizes use of blocks and columns to make it easy for users to navigate and zoom within the site. This basic approach does not do anything specific for iPhone/iPod touch users, but makes sure that there are no barriers to a satisfactory browsing experience.
    (just like http://del.icio.us/
    *Level 2 - Web site/application optimized for Safari*
    The second level of support for iPhone and iPod touch is to not only provide a basic level of experience for the Mobile Safari user, but also to provide an optimized user experience for users who use Safari browsers, such as utilizing some of the enhanced WebKit CSS properties supported by Safari.
    *Level 3 - Dedicated iPhone/iPod Touch web site/application*
    A third level of support is to provide a Web site tailored to the viewport dimensions of the iPhone and iPod touch and provide a strong Web browsing experience for Apple device users. However, while these sites are tailored for iPhone/iPod touch viewing, they do not always seek to emulate Apple UI design. And, in many cases, these are often stripped - down versions of a fuller Web site or
    application.
    (just like Amazon.com and Facebook)
    *Level 4 - Native - looking iPhone/iPod touch application*
    The final approach is to provide a Web application that is designed exclusively for iPhone and iPod touch and closely emulates the UI design of native applications. One of the design goals is to minimize user awareness that they are even inside of a browser environment. Moreover, a full - fledged iPhone application will, as is relevant, integrate with iPhone - specific services, including Phone, Mail, and Google Maps.
    I did 2 web apps using Dreamweaver for Windows, using Level 4, coding plain HTML - there is no visual aid, but you just pick up an iPhone/iPod Touch (or if you don't have this, use Safari browser or any WebKit Browser).
    You can always start here
    Remember, if you really want to build a self contain application in Objective-C/Java, then you need a Mac running Leopard (Mac OS X 10.5), with XCode (the Mac Visual Studio) and the iPhone SDK
    Hope that with this you can see some light under Windows

  • (hopefully) really dumb xcode question

    I've got a project that I'm porting from metrowerks to xcode. I've done this several times before without this problem, but for some reason now, the .rsrc file that should become part of the new app bundle is getting zeroed out.
    It's in the resources section of the xcode project, and when I delete (rename) the original .rsrc file, it goes red, and won't compile, so it's looking at the right file. However, when I put it back and compile, when I look into the bundle (that's a REALLY helpful new feature in the OS, I love it) it shows up as zero size (the original is 24K) Also, it has a different icon. When I try to run the app, it doesn't have any of the menus which are stored in the resource, so it isn't there.
    Also, when I manually copy the original rsrc file into the bundle, it seems to work, so I know what's going wrong, just not why..
    any thoughts? thanks

    Ok, not as dumb as I'd feared, but it seems that xcode doesn't like rsrc files that are in the resource fork? so I did a deRez and then a Rez with -useDF to make the same resource file, but in the data fork... looks like it works, at least for now.

  • Dumb newbie question number 2!  - Table problem....

    Since my first question was answered so well, I thought I'd try a second!
    This one has me stumped. We have a Stellent content development and seperate live server. While developing the web site, I had no issues with content. Certain pages contain MS Word Native content and they appeared with no problem.
    Now we have our content moved to the live server, the tables in the word documents are appearing as black with white text, instead of white with black text. Some tables even show up as black on black.
    I don't manage the Stellent Content servers (I just use site studio) but my collegue has looked and can't see any difference between the live/develop content servers. I can't understand why I've got two different results for the same content! Any ideas??
    Many thanks!
    Jeanette

    Hi again Jeanette,
    You probably are using a conversion of the document and the conversion is not working fine.
    Look for this document in content server and check both versions (native and Web) in both servers.
    Alejandro

  • Dumb, newbie question about Quicktime

    I recently switched from PC to Mac, so I do not have much experience using Quicktime, rather than WMP. My question is this: Can I configure Quicktime to open internet videos in an external player, rather than in the web browser? The reason for the question is that the videos playing in the browser are very small, and I don't see a way of increasing the display size. Any help is appreciated.
    iMac   Mac OS X (10.4.7)  

    The Web page authors decide what size is displayed. They can also send the linked file directly to the QuickTime Player so it opens in its own window.
    Users (viewers) can't adjust the size if the file is told to open via the browser plug-in.

  • Dumb newbie question about viewing drive space

    I just upgraded to 10.7.5 from 10.5.  I used to be able to see my drive free space in my window, at the bottom.  Now I can't seem to find it without going to Get Info.  I would really like to see the available space of my connected drives without having to click on Get Info.  Is this possible?  Thank you for any help!!!

    Easy.
    Finder > View menu > "Show Status Bar"

  • Dumb newbie question - where do I download com.sun.web.me.*?

    Hi,
    I am new to j2me programming & have just started developing apps for mobile phones. So far so good, I have Netbeans 5.5.1 with the mobility pack and have created a couple of Midlets already. To braoden my knowledge, I have downloaded a coupe of samples from https://meapplicationdevelopers.dev.java.net/ but when I try and build them, I get errors regarding the import of classes com.sun.me.web.*
    Where/how can I download & install these libraries for use in Netbeans 5.5.1?
    Many thanks
    Chris

    Thanks for the response,
    I have serached my computer for anything that looks like it might contain the required libraries, but top no avail
    My code has the following lines which the compiler objects to:
    import com.sun.me.web.path.Result;
    import com.sun.me.web.path.ResultException;
    import com.sun.me.web.request.Arg;
    import com.sun.me.web.request.ProgressInputStream;
    import com.sun.me.web.request.ProgressListener;
    import com.sun.me.web.request.Request;
    import com.sun.me.web.request.RequestListener;
    import com.sun.me.web.request.Response;
    so any help on where I might find them would be appreciated

  • Maybe a dumb newbie question..

    I just signed in to iWeb for the first time,, created a 2 page nonsense web pages.. So OK, I pressed publish it..So now I know basics barely,,so all I want to do is UNPUBLISH it,, not merely change or edit my published nonsense.. How to I delete my published site? Thanks

    Go into your .Mac account under System Preferences and then click on iDisk. Go to iDisk and the site is stores under Web/Sites. Just click on the site and delete.

  • Dumb newbie question, here it goes...

    Hello all!
    I'm sure this is going to sound absolutely ridiculous, but,
    how do you define the page dimensions in CS3?
    I have found the thing at the bottom of the page, with the
    drop down menu, but this does not seem to lock the size.
    I just want my pages to be veiwable in 800x600 and whenever i
    check it on the web my background comes up as a series of tiles.
    !!!Please help!!!
    Thanks very much guys and girls for looking and any help will
    be much appreciated!!
    Darren

    > I'm sure this is going to sound absolutely ridiculous,
    but, how do you
    > define the page dimensions in CS3?
    You don't. You build your page so that no contiguous adjacent
    content on it
    is wider than the smallest browser viewport width you want to
    support
    without dropping horizontal scrollbars. And, you don't worry
    about height
    at all. The shape of the contents determins height.
    > I have found the thing at the bottom of the page, with
    the drop down menu,
    > but
    > this does not seem to lock the size.
    That's correct. It only adjusts the size of your document
    viewport to the
    selected values so that you can see how your page fits in
    those dimensions.
    I rarely use it (actually, never).
    > I just want my pages to be veiwable in 800x600 and
    whenever i check it on
    > the
    > web my background comes up as a series of tiles.
    Well, no, you want your page to be seen in an 800px wide
    browser viewport
    without a horizontal scrollbar. Actually you would want to
    make the page
    about 760px wide to fit on a maximized browser window on an
    800x600 screen.
    > and whenever i check it on the
    > web my background comes up as a series of tiles.
    Of course - that's how backgrounds work. They tile to fill
    the available
    space. If you do not want them to tile, then you have to tell
    the browser
    not to do that. The best way is to use CSS and the
    'background-repeat'
    style, e.g.,
    body { background-repeat:no-repeat; }
    (this will prevent any background image applied to the body
    tag from
    repeating (or 'tiling').
    > !!!Please help!!!
    Get a good (or even a mediocre) book on HTML and CSS and
    spend some time
    with it. DW will be ever so much easier after doing that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jebsmells" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello all!
    >
    > I'm sure this is going to sound absolutely ridiculous,
    but, how do you
    > define the page dimensions in CS3?
    >
    > I have found the thing at the bottom of the page, with
    the drop down menu,
    > but
    > this does not seem to lock the size.
    >
    > I just want my pages to be veiwable in 800x600 and
    whenever i check it on
    > the
    > web my background comes up as a series of tiles.
    >
    > !!!Please help!!!
    >
    > Thanks very much guys and girls for looking and any help
    will be much
    > appreciated!!
    >
    > Darren
    >

  • Really dumb telephone question

    I just bought a new iMac. Where on this iMac do I plug in the telephone line so I can send and receive faxes? I don't get it.
    iMac   Mac OS X (10.4.7)  

    Bad news for you, there is no modem on the iMac.
    It is stated in the specs that the modem is an optional extra.
    It is actually a small external USB modem that you connect to a USB port on the back of the iMac.
    You can still get one, they are $49, you can see them here :-
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/6544003/wo/a94yh YWq5H1H3ZF0Wdn1OZIxpaP/1.0.19.1.0.8.25.7.11.0.3
    The Apple iMac spec reads :-
    "Works with 56K V.92 Apple USB Modem (sold separately)"
    Maybe you should have read the specs and checked it had what you wanted before you purchased.
    Ian

  • Dumb newbie hardware question! :)

    Hi folks,
    I'm new to the world of the blackberry and am just about to take the plunge with an unlocked sim-free BB Bold to use in the UK on Vodafone. I have read about the software differences between BIS and BES and would be going for a BIS set-up. My dumb newbie question is does the hardware come in BES and BIS versions or not?
    Many thanks in advance and feel free to mock my foolishness
    Solved!
    Go to Solution.

    hello, about BIS and BES it's explained on the website but it's clear that if someone sums it up for you it will be easier...
    so BES is a type of contract between a company and Blackberry. The company IT buy computers, put Blackberry servers, and buy a fleet of Blackberry Devices for the people in the company to use them and get email through the Blackberry servers.
    BIS is a type of contract between a common person and a carrier. The consumer goes to the carrier, and buys a Blackberry device, and a BIS plan that will enable him/her to :
    phone/sms/mms
    receive emails that have been configured on the BIS site
    do data things if you subscribe to (like browse the web)
    You can buy a Blackberry from a carrier that has a deal with RIM (the company that sells Blackberries). Or you can buy a blackberry alone, and then go and contact a carrier that has a deal with RIM.
    phone/sms/mms
    receive emails that have been configured on the BIS site
    do data things if you subscribe to (like browse the web)
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • This maybe a really dumb question...

    I know this maybe a really dumb question but I do need to ask:
    -Do I need to buy a new vista to install on my new mac?
    (I have a start up one that was included with my previous pc laptop..)
    -In terms of partitioning, how should I distribute space?
    Thank you in advance.

    jlee636:
    The Boot Camp installation guide is [HERE|http://www.apple.com/support/bootcamp>. It should be able to answer questions related to installation. Of course these discussions have several other information on boot camp/ windows. All you need to do is launch a search on them.
    -In terms of partitioning, how should I distribute space?
    Too many people make a partition very small and then regret having done so. My recommendation is to have a partition of at least 32GB. It is highly dependent on what your will be installing on Windows XP/Vista.
    -Do I need to buy a new vista to install on my new mac?(I have a start up one that was included with my previous pc laptop..)
    It is more than likely that the Windows disk that came with your previous PC/Laptop is an OEM disk and will only work properly with that particular PC. This is generally the case with Dell, HP, Sony etc. The installation disk in the cases above are usually branded.
    For more information on which Windows version(s) work with Boot Camp then please click [HERE|http://docs.info.apple.com/article.html?path=Mac/10.5/en/11889.html].
    Axel F.

Maybe you are looking for

  • Can I complain about the Customer Service here?

    I just had a very measured conversation with the Service Repair people, but there were a few things that struck me as utterly ridiculous.  So if Lenovo is interested in understanding the customer perspective, I thought it would be a good idea to shar

  • Mac mini server - Can't access Internet

    Hello. Using a Mac mini server as the media server for my house. Not really using any of the Snow Leopard Server services though. Wanted the larger hard drive and didn't need an optical drive so this was perfect for me. At any rate, recently noticed

  • I need help with my mapping - CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV

    hi, guys, i need help with my mapping, i dont know this error (i not speak english) <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace> <Trace level="2" type="T">......attachment XI_Context not found </Trace> <Trace level="3" type="T"

  • IC WebClient: Add new field case management result view.

    Hello Experts, I need to add a new field in the view CaseAResult.htm, this field is EXT_REF and It is in the structure of CmgCaseStandard (I see in the GENIL_MODEL_BROWSER) I append the field in the view CaseASearch.htm with the transaction BSP_WD_WO

  • Lightsaber effect in Photoshop Elements 4.0- Please give some help

    Hi, I am very new to photo editing. I've been asked by my young cousins to photoshop in the lightsaber effect to some still photos. All I have is photoshop elements 4.0, and all the tutorials I find are in different editions. So far, I created the ad