Some quick feedback on Flex 3

This is my second day with Flex 3 (a first-time user of
Flex), and this is my second day of trying out Flex 3, so, bear
with me if I don't seem to know what I'm talking about.
Because I'm particularyly interested in data interaction I
picked the "Working with Data in Flex Builder 3" section, concept
explanation and samples are good, but in essence most of the
samples' raw data manually entered / hard coded data such as
[{label:"AL", data:"Montgomery"}. I said it's good for it can
easily get a point across quickly, however, it leaves a lot to be
desired in the real world, that is, in most cases imho, I would run
a query or two get data from a database or two, yes, I understand
one can do so with web service, but what if no such web service
exists for such datasets, you have to create a web service first?
don't think it's convoluted? Why not provide direct database
connectivity? Yes, I understand cfc can be called as a web service.
Once again, I think it would be nice more options are available to
access underlying data (after all, Flex is to Present Data in
Appealing and Easy to Grasp fashion.
Thanks.

Many thanks. That's a great debugging technique.
Error: warning: unable to bind to property 'customer' on
class 'String' (class is not an IEventDispatcher)
Now it seems to me my Flex code may have some problem, which
was essentially copied/pasted by Adobe Flex docs. It has the
following 3 sections:
a) app framework/config
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns="*" layout="absolute"
creationComplete="customerRequest.send()">
b) HTTPService call
<mx:HTTPService id="customerRequest" url="
http://127.0.0.1:8501/flexApp/getCustomer.cfm"
useProxy="false" method="POST" resultFormat="text">
<mx:request xmlns="">
<companyname>{companyname.text}</companyname>
<city>{city.text}</city>
</mx:request>
</mx:HTTPService>
c) display query data
<!-- display current datasets of "customers" -->
<mx:DataGrid id="dgCustomerRequest" x="22" y="128"
dataProvider="{customerRequest.lastResult.customers.customer}">
<mx:columns>
<mx:DataGridColumn headerText="Customer ID"
dataField="customerid"/>
<mx:DataGridColumn headerText="Customer Name"
dataField="companyname"/>
</mx:columns>
</mx:DataGrid>
<mx:TextInput x="22" y="292" id="selectedCusCity"
text="{dgCustomerRequest.selectedItem.city}"/>
Did I miss the import mx.rpc.http.HTTPService part with
CDATA?
I thought Flex would automatically take care of it if one
uses HTTPService
Sample data:
<customer>
<customerid>ABCD </customerid>
<companyname>DataWeb</companyname>
<city>Roanoke</city>
</customer>
<customer>
<customerid>ALFKI</customerid>
<companyname>Alfreds Futterkiste</companyname>
<city>Berlin</city>
</customer>

Similar Messages

  • Need some quick help - fairly urgent!

    I've just taken over a new job and have been the task of finishing the new brochure for Christmas, there's not a lot to do but a lot of the measurements need changing
    This is the layout I'm dealing with..
    All the boxes have been made in Illustrator
    The text has been done in In'Design and it seems every piece of text is it's own box if that makes sense
    My question is, if I select the whole specification box - copy, paste it into Adobe Illustrator and change the text there, then paste the edited box back into In-Design, will I lose quality when it gets printed?
    I'm worried if I do it this way it may come out blurred? Or am I just worrying about nothing?

    I couldn't find an Illy file in the end and have ended up creating tables in ID to replicate what was already there!
    Didn't take very long and I guess if I didn't do it now, I'd come across the same situation next time!
    Date: Wed, 30 Nov 2011 08:48:07 -0700
    From: [email protected]
    To: [email protected]
    Subject: Need some quick help - fairly urgent!
        Re: Need some quick help - fairly urgent!
        created by Peter Spier in InDesign - View the full discussion
    There certainly are viable "quick fix" solutions proposed here, and if the dealine is looming and this file never needs to be touched again I might be tempted, but they are only postponing the pain for a file that needs periodic updates, and I wouldn't waste effort on them, myself, when that time can be put toward a proper rebuild now if that's the ultimate goal.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4054725#4054725
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4054725#4054725. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in InDesign by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • [svn:bz-4.0.0_fixes] 20651: Some MBean tests needed flex.management. jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4 .0.0_fixes.

    Revision: 20651
    Revision: 20651
    Author:   [email protected]
    Date:     2011-03-07 12:21:11 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Some MBean tests needed flex.management.jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4.0.0_fixes.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validat ors.xml

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

  • [svn:bz-trunk] 20650: Some MBean tests needed flex.management. jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS trunk .

    Revision: 20650
    Revision: 20650
    Author:   [email protected]
    Date:     2011-03-07 12:20:03 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Some MBean tests needed flex.management.jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS trunk.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validators.xml

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

  • To create popup message when user clicks on some quick link or area page

    Hi Experts,
    I have following requirement:
    1) User will login into Portal.
    2) User will be shown ESS / MSS tab pages
    3) User will click on ESS Area Page --> Training Home  or User will click on ESS Area Page --> Training Home --> Some Quick LInk
    4) As soon as user clicks on these links, one pop up message should be displayed to the user. This should contain some information from the R/3
    5) The above pop up message will be displayed if the user fulfils certain conditions (i.e. user has not completed training appraisal).
    How we can achieve this?
    Please help.
    Regards,
    Gary

    Hi Gary,
    Config table T7XSSSERLNK is for maintaining links in the Confirmation screen of ESS. Please look into this table to find out if this is of any help.
    Preetham Roy Aranha

  • Some quick questions before I purchase LE8..

    Hi all,
    I'm a longtime mac user and I just got into music production. I plan on mainly making Hip Hop beats and also record me playing bass on sampled tracks. I have already purchased an audio interface( PreSonus Firebox 6x10) and some monitors (KRK RP5's). I'm going to be purchasing LE8 and a MIDI keyboard soon, as well as a turntable for sampling vinyl sometime this week.
    I got some quick questions though. If I'm loading samples off vinyl into the ESX24 sampler in LE8, what program can I use within LE8 to cut the desired parts of the sample? Then assign them to my MIDI keyboard or Akai MPD24.
    I plan on hooking everything up to my 2.16ghz w/2MB Macbook and was wondering if it could withstand Logic. Also, will I need to update any drivers for the firebox? I remember reading problems about it working with Logic.
    Any help would greatly be appreciated. If any Hip Hop heads here have any tips/ suggestions, lemme know!
    Thanks,
    JC
    Message was edited by: sonofabass

    I'm not a big expert on audio recording, but other than the video card (which would not be a big factor for audio) you can't really upgrade it to much further than what you specified. You could increase the internal storage, but I've always been inclined to keep most of my personal files (things I am not actively working on now) on an external drive, and keep the OS, applications, and my current ongoing work on the internal drive, along with plenty of free space. I think that improves performance. If you did get the larger internal storage option, you might consider partitioning it into two volumes. You could keep your OS, apps, ongoing work, and that free space on one volume, and use the other volume for the long-term storage of your user files. Or maybe for your audio work, it is better to have a separate volume that is a dedicated +scratch space+, so if you had the larger internal drive, you can use that space more flexibly.
    One other consideration is the CPU speed. There is really very little difference between 2.93 GHz and 3.06 GHz. It's about 4%, but in the real world, the performance difference is probably even less. So you could trade the $150 for the slightly faster speed and get the extra internal storage for $100, saving you $50.
    Also, the online store has a page for clearance and refurbs (Special Deals). For example, this one is currently listed
    http://store.apple.com/us/product/FB419LL/A?mco=MjE0NDk5Mw
    It is the current gen iMac model. Note: Many of the items on the Special Deals section are previous generation Mac models (so keep that in mind if you look at other listings). My current iMac is a refurb. In my experience, the one Mac and two iPods I have purchased as refurbs have looked new. They just come in a plain brown box instead of the fancy retail packaging. The warranty is the same as new.

  • Some quick questions before purchase of MBP

    Hey Guys/Gals,
    I've been a PC user all my life, but will now be making a permanent switch to Macs. I've been wanting to buy a MBP since they have been released, but have been hesitant (like many others I think...) about the issues of whine, extreme heat, warped screens etc...
    With the recent updates of the logic board and even battery, I think I'm ready to go for it. I just had some quick questions before I place my order:
    1. I could order my MBP from the computer store at my university. Do you guys think that will get me the newest possible MBP or will they maybe get me one that they have had in stock for ages? I really don't want to get stuck with an outdated logic board and/or battery. Is it safest just to order directly from the site?
    2. Although the issue with really hot MBPs seems to have gotten better, I am still quite shocked that people say that temperatures well above 70 Celsius are "within spec". I understand that Apple officially states this and that the Intel chip can handle up to 100 Celsius, but this seems crazy to me Basically, I want to ask if I am correct in my observations that the new Intel chips don't get much hotter than other chips around, but rather Apple has chosen to set the temperature mark that sets off the fans pretty hight (around the 70s if I remember correctly?)
    I would assume that in following their "mission" of creating beautifully designed computers, Apple also wants to have a really silent one. Now I'm all for a quiet machine, but I feel as though if fans were on either (a) all the time or (b) when the CPU reaches the high 50s lots of people would be happier.
    Anyway, it's just a thought. I noticed there are lots of experts around here, so I'm just interested to hear what you guys think about this approach that Apple seems to have taken. I don't think the heat will stop me from getting this amazing notebook, but it certainly is a little frustrating.
    Any responses are greatly appreciated.

    1. I could order my MBP from the computer store at my university. Do you guys think that will get me the newest possible MBP or will they maybe get me one that they have had in stock for ages? I really don't want to get stuck with an outdated logic board and/or battery. Is it safest just to order directly from the site?
    No matter where you take possession there's no assurance of when the machine was manufactured. There is really just as good a chance of getting a perfectly good computer regardless of place of purchase. If there is a problem it's covered under warranty. You can have the computer replaced within the first two weeks. Afterwards they will replace or repair. Without Applecare's extended warranty the computer is warranted for one year after purchase.
    2. Although the issue with really hot MBPs seems to have gotten better, I am still quite shocked that people say that temperatures well above 70 Celsius are "within spec". I understand that Apple officially states this and that the Intel chip can handle up to 100 Celsius, but this seems crazy to me Basically, I want to ask if I am correct in my observations that the new Intel chips don't get much hotter than other chips around, but rather Apple has chosen to set the temperature mark that sets off the fans pretty hight (around the 70s if I remember correctly?)
    You are wrong in your assumption. The Core Duo's maximum temperature is 125C before shutdown. Normal operating temperatures according to Intel's own documentation is 50-70C under average load. MBPs under heavy load will typically reach core temperatures over 80C. Then there's the added heat from the hard drive and GPU. The aluminum case acts as a partial heat radiator hence the case temperatures can get high. The MBP User Guide specifically states this and issues a warning about using the computer on one's lap.
    I would assume that in following their "mission" of creating beautifully designed computers, Apple also wants to have a really silent one. Now I'm all for a quiet machine, but I feel as though if fans were on either (a) all the time or (b) when the CPU reaches the high 50s lots of people would be happier.
    In fact the fans in the MBP are very quiet at least mine are. Unless you are in the hardware design business with intimate knowledge of using Core Duo chips in portable computers, then your observations, although certainly your opinion, are not based on anything factual.
    Anyway, it's just a thought. I noticed there are lots of experts around here, so I'm just interested to hear what you guys think about this approach that Apple seems to have taken. I don't think the heat will stop me from getting this amazing notebook, but it certainly is a little frustrating.
    More likely there are a lot of people around here who think they are experts. As the remark goes, "An 'expert' derives from ex, meaning 'has been', and spert, meaning 'drip under pressure.'"
    You'll read lots of opinions on these forums. Don't take for granted that everything you read is factual or truth. A lot of the opinions expressed are without any basis in fact.

  • SQL Developer 3.0 EA2 quick feedback (outdated there is an EA3 now)

    Ok, this post is outdated. Once I've tried EA3 I'll give my feedback again, hopefully not just before EA4 or the final release is released.
    Since I don't see another way to give feedback about the new SQL Developer EA release, here a brief summary of my findings so far.
    1. The "new and improved" SQL History is very very very slow
    2. Importing my 5Mb sql history during the migration takes > 1 day, I've aborted this operation. This might be a "show stopper" for some people once the 3.0 version is released.
    3. I'm missing a "keep alive" option for connections, to prevent firewalls from closing the connection while idling (true, this won't prevent firewalls from doing so when you are executing a long running query, but you should not run those from sql developer ;)
    3.a. an unexpectedly closed connection shouldn't hang up the entire sql developer instance, not really needed if 3 is fixed
    4. I love the schema browser, but would love if you could "open and close" the object in the same way as you can in the connection browser
    4.a. It would be nice if you could default to a certain schema in the schema browser for a given connection. Perhaps a bit like what's possible with the following plugin: http://www.javaforge.com/project/schemasel
    5. I love the new unload data feature, but would be nice if it still had the option to unload to clipboard
    5.a. XLS export of big number columns looses precision, for example a number(38) column with all digits used.
    And did I mention that the SQL History is very very very slow? This is what prevents me of using the 3.0 SQL Developer, even though I really love the schema browser, which is a great enhancement.
    Edited by: user9361780 on Jan 18, 2011 7:00 AM
    Edited by: Wessel van Norel on Jan 19, 2011 2:16 AM

    823006 wrote:
    5.a. XLS export of big number columns looses precision, for example a number(38) column with all digits used.
    I believe excel only holds 15 digits of precision.
    Edited by: 823006 on Jan 18, 2011 8:14 AMThen it would be nice if you can define the "excel type" of each column. So you can make this number a "string" in the XLS.
    Edited by: user9361780 on Jan 18, 2011 9:12 AM

  • Switching to Lightroom - Need Some Quick Tips

    Hi, I have been using Aperture for years and it looks like I will be using ACR or Lightroom because I'm having some issues that cannot seem to be resolved by Apple.
    I intend to get into in the manual and start the process asap, but I need two quick bits of information so I can keep my workflow going for now.
    1) I need to be able to sample a color and make adjustments to that color alone.  Similar to Hue/ Saturation in Photoshop where a narrow band can be isolated and saturation, luminance and hue can be adjusted etc. In Aperture it is the Color brick and I don't know where to find it in ACR or
    2) After using the brush tool, is there a way to blend or diffuse it?
    Thanks

    #1: the HSL panel allows per color hue, saturation and lightness adjustments
    #2: no, not directly, but after applying an adjustment brush, you can erase the mask by holding down the option key (Mac) to subtract from the mask. Done carefully, this allows you to fine tune the adjusted areas...

  • Apple pls look here: Some "quick wins" for the next firmware release

    Hi!
    First of all: Thank you, Apple, for Update 1.0.3! The most annoying bugs are fixed and the click wheel works better (but in my opinion the quick wheel of the iPod nano works still even better).
    Please allow me to suggest a few "quick wins" you could easily (in my opinion) include in the next firmware release:
    + Please add an option to turn off that "screensaver" or to change the time until it turns on
    The "screensaver" wouldn't be that bad when:
    + It would display "now playing" information in a large font (better readable than the normal "now playing" when the background light is off
    + The screensaver clock would display 24h format, when configured
    Best regards, Jens

    It's a waste of time posting this here because it's a user to user forum and no-one from Apple (except maybe the forum moderators) will see it.
    Please use this link.
    iPod Feedback.

  • Quick feedback of the NSS322

    I'm really impress with the NSS322.. I have never seen a NAS box with so  many features. The box was very easy to setup and configure. It benefits  small businesses like ours as a network storage server with some  multimedia capabilities. The multimedia function although needs some  tweaking  if it wants to target customers that demands rich multimedia  features. Also, sometimes it plays music files and sometimes it  doesn't.. maybe it's missing certain codecs? On the good side, disk  managing was straight forward. It was a piece of cake to RAID the two  disk together and the reporting function like SMART gives us good  indications about the status of the disk. Encryption of the file system   is also a nice feature if you plan to store secret files!
    One enhancement request from my side is authenticating from other type  of LDAP servers besides Microsoft Active Directory... You can't forget  the LOTUS and Linux people!

    Thanks for the feedback.
    Which media server were you using? (Multimedia Station, Twonky Media) Any specific file format that doesn't work.  We can look at either updating or at least documenting better.
    For LDAP integration:  Is there specific functionality you want to see?
    Would building an LDAP server function into Cisco Smart Storage (either as a built-in or add-on PKG application) be of interest?  Would you be able to replace the other device running the LDAP server today (or not because other functions are running on that device)?

  • New to the game and need some quick help

    I have been thrown our exisiting phone infrastructure and what do you know we are having some issues.
    We have a new series of DID's and when they are dialed from our directory they go anywhere? Not routing to the proper extension.  Translation pattern looks good in comparison to the extensions that are working.
    Cisco Unified CM Administration System version: 6.1.3.3000-1
    Cisco Application Administration - 5.0(2)_Build064
    Package: Unified CCX Enhanced
    Regards,
    Dan

    First thing to know is that everything that has a DN can be used for routing, so it's a good idea to look at the route plan report to find matches.
    If you can't find an exact match, chances are you're hitting something with wildcards ie X, [1-2], etc
    An easy way to check routing if you're new to the game is to use DNA
    Cisco Unified Communications Manager Dialed Number  Analyzer Guide, Release 6.1(1)
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/dna/6_1_1/bw-dna.html
    HTH
    java
    If this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Not trying to flame NI, looking for some real feedback

    I have been using LV since version 2.   Serious use started in version 4. 
    When version 7 came out, I needed another license and bought a copy but continued to use version 6.  I tried installing 7 but it was so different from the older versions I removed it.    Recently I had to upgrade to version 8.2.1.    I have been using it for a few months now.    While it does have a few features that I actually like, the problems that I see with it far out weighed the improvements. 
    I am talking about things like speed,  version 8 is a dog compared to 6.  Just simple things like connecting a wire is very slow now.  Other things like doing a simple drag operation where I draw a box around the objects I want to drag and the box that LV shows is some where in deep space.  It selects the right objects, but seening the box not where you draw it just makes it not very smooth to use.   Then there is the moving of some of the drop down menus for no good reason that I can see.  Some MBA or manager should have been fired over that one.  Even after 2 months I still hit the wrong menus.  Just from having used LV for so many years I have developed a habit.  You poor people that need to run both versions!!  Then there are the crashes.   I don't even want to think of how much time I spend trying to find functions now....
    Some of this I am sure can not be helped I'm sure but the bugs with the select box, graphic entry speed  and crashes are something I am not used to with LV.   Over time I will get used to the new menus as long as they don't move them again.  This version IMO was the worst I have seen from them.  We needed some of the low level features it has, so we are stuck. 
    My question is if I upgrade to version 8.5, has National just added more fluff that I will never use, or have they actually improved the graphical entry speed and made it a more bug free environment?    

    Thanks for all of your input.
    We have a six licenses for LV and use it on a few different types of PCs.  All run much slower now that we did the upgrade.  The PC I am currently using has an Intel P4 3GHz w/ 2GB of RAM.  It has an NVIDIA dual view something card with two LCD monitors.    When I upgraded to version 6, I was running on a PIII 750MHz with 512M and it worked fine.  For that matter, I own a copy and use it at home on an old dual 200 MHz Pentium and it runs fine (yep that right).  It's not just the startup that I think it slow (which it is) it's just the normal drawing that is a real drag for me.   Run time seems fine still for the most part.   However, I tried to put the new version 8.2.1 on my LeCroy 8500A DSO to do some post processing.  Just loading LabView with no pannel was enough to bring the DSO to it's knees.   I gave up on this idea real fast. 
    I am not sure what a big VI would be.  Typical program for me may have 20 sub VI's, some calls to external DLL's to talk to some hardware and a lot of math.  Looks like the current program I am working on is about 2 Meg in size total (all the VIs added up).  Not what I would call big.
    I like LabView.  It has saved me countless hours over the years and I have brought up many prototypes and done a lot of tests with it.  I just don't like this version.  I'm not really into all the cute little things they add.  I use it to get work done.  If they have forgotten that feature (that it needs to actually work) then they missed the point.  
    I may just order one license just to see if there is any improvements.   It sounds like you have uncovered problems that I have not yet ran into so it may be good just to have it in my bag of tricks.  
    Thanks again. 

  • Need some quick help with server proxy on PI 7.1 system

    Hi,
    I am implementing a server proxy on the PI 7.1 system to do some logging to a table. So, when I go the the proxy in sproxy and generate it, in the interface section on the properties tabs I only see a drop down that says point to point enabled. There is no implementing class to click into and thus not method to populate with the custom code. Some direction would be appreciated, I have been working 7.0 for a while, so the missing implementing class is new to me! I know the method name has changed from the execute_asycronous etc... Am I going to the wrong place now to find the implementing method?
    Thanks,
    Chris

    Whoops! Brain cramp. accidentally set the interface to outbound and not inbound in the ESR lol. Sorry.

  • Some quick questions about Zen Microph

    Hello,
    I just received my Zen 8GB Microphoto today after recently purchasing it and I love it so far, but I have a couple questions.
    . The pdf manual that came with the installation disc makes it clear that you shouldn't jog with the Zen Micro since continuous shocks aren't good for it. This is a bit of a shock (no pun intended) for me since I planned to use this quite a bit while running, and I know that micro-dri've MP3 players are susceptible to shock which results in skipping, but this seems a bit extreme. Is this statement just "extra-precautionary" so Creative can say to you, "I told you so" just in case it breaks, or has anyone actually have one of these things break pretty quickly from jogging with it's
    2. This might be a stupid question but according again to the pdf manual you have to be using the supplied headphones to scan for radio stations as well as recording radio stations while listening to them, but nothing was mentioned about simply listening to FM radio. Will I be able to use the FM radio feature without using the headphones that came with my Zen Photo. I'd test but I haven't had a lot of time to mess with it yet and it's still charging, but I would really hate to have to not use my Shure E3cs in order to be able to use the FM radio.

    Hello,
    I just received my Zen 8GB Microphoto today after recently purchasing it and I love it so far, but I have a couple questions.
    . The pdf manual that came with the installation disc makes it clear that you shouldn't jog with the Zen Micro since continuous shocks aren't good for it. This is a bit of a shock (no pun intended) for me since I planned to use this quite a bit while running, and I know that micro-dri've MP3 players are susceptible to shock which results in skipping, but this seems a bit extreme. Is this statement just "extra-precautionary" so Creative can say to you, "I told you so" just in case it breaks, or has anyone actually have one of these things break pretty quickly from jogging with it's
    2. This might be a stupid question but according again to the pdf manual you have to be using the supplied headphones to scan for radio stations as well as recording radio stations while listening to them, but nothing was mentioned about simply listening to FM radio. Will I be able to use the FM radio feature without using the headphones that came with my Zen Photo. I'd test but I haven't had a lot of time to mess with it yet and it's still charging, but I would really hate to have to not use my Shure E3cs in order to be able to use the FM radio.

Maybe you are looking for

  • Lexmark x4650 Not Added to Printer Setup Utility

    I'm trying to set up a Lexmark x4650 as a shared printer on a wireless network. I got one computer set up and it works perfectly. I've tried setting up the second computer, a MBP, and after getting through the whole setup process it says that the pri

  • How to play a cd with a .wave file?

    I got a cd with a .wave file. I do not know how to play with itunes. can anyone help? I rarely use itunes. answers are very appreciated acb

  • Can anyone help me re transferring music

    I want to copy the music that I have on my iphone and ipad into my existing itunes library but when I go to sync them it says that the music will be wiped off my device and replaced with the music from the library. Can anyone help? Thanks

  • Exception in PGP Decryption

    Hi , I updated my policy files to resolve the pgp encryption issue (com.didisoft.pgp.PGPException: error setting asymmetric cipher : Illegal key siz) it works fine , but when i'm building the jar and keeping the same in different server it gives the

  • When defining a new payroll

    when defining a new payroll , In the Date Offset section, enter the following: Normal Payment: -2 BACS Processing: -2 Pay Advice: -2 Cut Off: -7 what do these values mean in a Monthly payroll...?