Multiple loaders, one complete event

Hi,
What i have:
I have a buch of data stored in a sqlite db.
Getting that data is no problem.
With that data i get 2 image paths to locally stored images.
Now i want to send the data to a server using a remoteObject and amfphp.
Getting to the server and sending plain text is no problem.
Now my images.. what i need to do is get the url of my image, load the image and convert it to bitmapdata, so i can send it to the server.
On the server I let php take care of the bitmapdata and save the image.
This way i know when the total saving of one item is done, and i can send a message back to flex.
You may ask.. why don't you let flex take care of the saving on the server. Well, if i do that, i have seperate saving of the text data and the image. If the image is saved, the text data needs to be saved, so the path to that image is correct.
Anyways,
Is it possible to load 2 images using loader, and have one complete event?
Or is there a better solution to get 2 bitmapdata's of the images.. so i can send all data of one item at once.
(item contains name, infotext, fullimgurl, thumbimgurl)
Please some help.
Greets, Jacob

By that I meant that I'm using my cell phone to read post and publish 
post to Adobe Forums so I could've probably misunderstood something.
You could create a VO and wrap the two images inside the object and 
then send the VO to your server, I dunno if this works but I'd give it 
a shot.
Sincerely,
Michael
El 11/05/2009, a las 8:41, Starlover_jacob <[email protected]> escribió:
>
hi,
yess, I was thinking about something like a bytearray, but then I 
would need a loader and on the load complete, I'll convert it to a 
bytearray right?
>
The thing is I have 2 images. so I have some difficulty 
understanding how I can load both images.. convert them to 2 
bytearrays. and then send it along with all the textual data to the 
server all at once.
>
Zipping it was more a way to hold all things together. (textual 
data, and 2 images)
>
How to save the bytearray into files again on the server side is 
another problem witch I'll research later.
>
and what did you mean by;
Forgive me if I misunderstood something but Adobe Forums doesn't make
your life easy when you use a cell phone.
>
I am building an air app just for on a windows or mac.
I am not building something for a cell phone. If that's what you 
meant by it
>

Similar Messages

  • Multiple entries in TEVEN for one time event created by HR-PDC

    Hi experts,
    we have a SAP certified time attendance system connected to our ERP 6.0 system by HR-PDC interface.
    Now it happens from time to time that exactly one time event causes multiple entries in SAP table TEVEN and therefore is shown in the check report PT40.
    The number of duplicate records is always different - up to about 140 entries for one and the same time event in the worst case.
    Except the field PDSNR all the other fields contain exactly the same values.
    I have checkt many of the problematic bookings and I have always just one correct time event in the source application and there is only one data record in the corresponding IDOC too.
    Also the number of transferred records shown in the protocol spool of the report SAPCDT45 is correct and identical to the number of records in the IDOC.
    The first place where I can identify the problem with the duplicate records is the table TEVEN.
    No records are left in the interface table CC1TEV.
    I have seen that within one block of identical time bookings in TEVEN the field PDSNR ist not numbered in one sequence but there are gaps in between that are used for any other entries.
    As I can see in historical entries of TEVEN the problem exists already for years so it does not seem to be in direct connection with the latest support pack or something like that.
    The relevant jobs run every 15 minutes whereby SAPCDT45 is started 5 minutes after RPTCC106.
    Has anyone else experienced this strange behaviour or knows what I could further investigate?
    Many thanks for your replies in advance and best regards
    Günter

    Hi Carlos,
    thanks for your fast reply.
    It seems that an entry for Status A00 or A05 would solve my problems and of course I will try to handle it by this view.
    But do you know whether there is any possibility to find out how it comes to these repeated postings?
    I do not know whether the repeated postings happen in the same package (IDOC) or in an earlier package and to be honest I do not think that the record comes from the source application a second time because there I could find only one record that seems to be correct.
    I also cannot understand how it comes that I have even 140 "identical" entries for one time event.
    Could you please let me know your thoughts about that?
    Anyway I thank you for offering a solution - even if I do not understand the reason for the pborlem.
    Thanks and best regards
    Günter

  • Multiple BIUs with one triggering event

    Dear Experts,
    I am trying to create a B1i scenario that does something similar to the following:
    1. Journal Entry created in sender system by a user
    2. Journal Entry created automatically in receiver system by B1i
    This much works so far, my question is the next two steps
    3. Another Journal entry created automatically by B1i in sender system
    4. Finally another journal entry created by B1i in receiver system
    So for one triggering event (manual adding of JE in sender) I want B1i to create 3 new documents - basically have 3 bius run from one triggerring event.
    I've had a bit of a look around and haven't really found anything useful; is this easier than I am thinking or will there be some trick to it?
    Thanks in advance,
    njmog1

    To be honest, I solved it in quite an ugly way..
    First, I set it up so that B1i does not ignore the Events created when it creates a document (You can see more on that on page 9 of the guide 03. Extensibility)
    Next I created a new transaction code in Business One journal entries called "B1i"
    So basically I have 4 BIUs, the first one is triggered by an outgoing payment. and B1i creates a journal entry - and I set the memo to be something like "JE created by B1i Step 1".
    For the second BIU, the filter is "Transaction Code equal to B1i and Memo = "JE Created by B1i Step 1" - this creates another JE, and I set its memo to be "JE created by B1i Step 2"
    For the third BIU, the filter is "Transaction Code equal to B1i and Memo = "JE Created by B1i Step 2" - this creates another JE, and I set its memo to be "JE created by B1i Step 3"
    etc. etc.
    It's an ugly solution but I got it done quite quickly, If anyone has any suggestions to improve it, let me know! And if it's not clear to you, let me know what I need to clear up

  • Why does URLStream complete event get dispatched when the file is not finished loading?

    I'm writing an AIR kiosk app that every night connects to a WordPress server, gets a JSON file with paths to all the content, and then downloads that content and saves it to the kiosk hard drive. 
    There's several hundred files (jpg, png, f4v, xml) and most of them download/save with no problems.  However, there are two f4v files that never get downloaded completely.  The complete event does get dispatched, but if I compare the bytesTotal (from the progress event) vs bytesAvailable (from the complete event) they don't match up; bytesTotal is larger.  The bytesTotal (from the progress event) matches the bytes on the server. 
    The bytesLoaded in the progress event never increases to the point that it matches the bytesTotal so I can't rely on the progress event either.  This seems to happen on the same two videos every time. The videos are not very large, one is 13MB and the other is 46MB.  I have larger videos that download without any problems.  
    [edit] After rebooting the compter, the two videos that were failing now download correctly, and now it's a 300kb png file that is not downloading completely.  I'm only getting 312889 of 314349 bytes.
    If I paste the url into Firefox it downloads correctly, so it appears to be a problem with Flash/AIR.
    [edit] I just wrote a quick C# app to download the file and it works as expected, so it's definitely a problem with Flash/AIR. 
    Here's the code I'm using:
    package  {
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.events.ProgressEvent;
        import flash.net.URLRequest;
        import flash.net.URLStream;
        [SWF(backgroundColor="#000000", frameRate="24", width="640", height="480")]
        public class Test extends Sprite {
            private var fileSize:Number;
            private var stream : URLStream;
            private var url:String = "http://192.168.150.219/wordpress2/wp-content/uploads/2012/12/John-Butler-clip1.f4v";
            public function Test() {
                if (stage)
                    init();
                else
                    this.addEventListener(Event.ADDED_TO_STAGE, init);
            private function init(e:Event=null):void {
                this.removeEventListener(Event.ADDED_TO_STAGE, init);
                stream = new URLStream();
                stream.addEventListener(ProgressEvent.PROGRESS, onLoadProgress);
                stream.addEventListener(Event.COMPLETE, onLoadComplete);
                stream.load(new URLRequest(url));
            private function onLoadProgress(event:ProgressEvent):void {
                fileSize = event.bytesTotal;
                var percent:Number = event.bytesLoaded / event.bytesTotal * 100;
                trace(percent + "%");
            private function onLoadComplete(event:Event):void {
                trace("loaded", stream.bytesAvailable, "of", fileSize);
                // outputs "loaded 13182905 of 13184365"
                // so why is it "complete" when it isn't finished downloading?

    Thanks for your quick reply !
    I am relatively new to programming so please bear with me on this as I still haven't managed to grasp some of those things that "make perfect sense". If I am setting mouseEnabled to false doesn't that mean that the object no longer gets MouseEvents ?
    If I have understood you correctly then once the mouseEnabled is set to false the btn object is removed from the objects recognizable by the mouse - hence dispatching a mouseout event (and I am guessing here) from the mouse?
    I still don't get it though, if the listeners are set to the object and the object is no longer accessible to the mouse why is the event still being dispatched ?
    I get it that the making of the object unavailable to the mouse causes the "removing" (deactivating) of the object from under the mouse,
      step 1. deactivate object, and  step 2. (as a result of step 1) register the removal of the object.
    but why is the mouse still listening after step 1?
    Even if the action is that of "out" (as in the object is no longer under the mouse) it still is an action isn't it ? so haven't we turned off the listening for actions ?
    I promise I am not trying to drive you crazy here, this is just one of those things that I really want to get to the root of !
    Thanks,

  • MVC �Best Practice� (handling multiple views per action/event)

    Looking for the best approach for handling multiple views for one action/event class? Background: I have a small application using a basic MVC model, one controller servlet, multiple event classes, and multiple JSP views. For performance reasons, the controller Servlet is loaded once, and each event class is an instance within it. Each event has an �eventProcess()� and an �eventForward()� method called by the controller, standard stuff.
    However, because event classes should not use instance variables, how should I communicate which view to forward to should based upon eventProcess() logic (e.g. if error, error.jsp, if success, success.sjp)? Currently, there is only one view mapped per event, and I'm having to put error handling logic in the JSP, which goes against the JSP being for just view only.
    My though was 1) A session object/variable that the eventProcess() sets, and the eventForward() reads, or 2) Have eventProcess() return a mapping key and have the conroller lookup a view page based upon that key, as opposed to 1-1 event/view mapping.
    Would like your thoughts!
    Thanks
    bRi

    Your solution seems ok to me, but maybe the Struts framework from Apache
    that implements MVC for JSP is a better solution for you:
    http://jakarta.apache.org/struts/index.html
    You should take a look at it. It has in addition some useful taglibs that makes life much easier.
    We have successfully used it in a project with about 50 pages.

  • Not receiving COMPLETE event in URLLoader

    Hi:
    I'm querying a web application in a remote server through XML files and receiving answers in the same file format. Until now, sometimes I received a connection error:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://server/Services/startSesion.com
        at reg_jugadores_fla::MainTimeline/queryGQ()
        at reg_jugadores_fla::MainTimeline/reg_jugadores_fla::frame1()
    When this occurs, trying to access the services through a web browser, there's a test page where you can try queries, returns a "500 Internal server error". I managed that problem adding a listener to catch the error:
    xmlSendLoad.addEventListener(IOErrorEvent.IO_ERROR, catchIOError);
    But since yesterday I can't connect anymore using Flash while it's possible to access the test page. I'm not able to talk to any support guy as the company is closed for vacations! I added listeners to try to know what's happening and this is the result in the output window:
    openHandler: [Event type="open" bubbles=false cancelable=false eventPhase=2]
    progressHandler loaded:154 total: 154
    httpStatusHandler: [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=200]
    AFAIK, status=200 means OK but why the COMPLETE event isn't dispatched?. So, is there anything I can do or just wait until the tech guys return from the beach?
    Thanks in advance
    queryGQ(sessionURL,sessionQS);  // Start session
    stop();
    function queryGQ(url:String,qs:String):void {
    var serviceURL:URLRequest = new URLRequest("http://server/Services/"+url);
    serviceURL.data = qs;
    serviceURL.contentType = "text/xml";
    serviceURL.method = URLRequestMethod.POST;
    var xmlSendLoad:URLLoader = new URLLoader();
    configureListeners(xmlSendLoad);
    xmlSendLoad.load(serviceURL);
    function configureListeners(dispatcher:IEventDispatcher):void {
    dispatcher.addEventListener(Event.COMPLETE, loadXML);
    dispatcher.addEventListener(Event.OPEN, openHandler);
    dispatcher.addEventListener(ProgressEvent.PROGRESS, progressHandler);
    dispatcher.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
    dispatcher.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler);
    dispatcher.addEventListener(IOErrorEvent.IO_ERROR, catchIOError);
    function openHandler(event:Event):void {
    trace("openHandler: " + event);
    function progressHandler(event:ProgressEvent):void {
    trace("progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal);
    function securityErrorHandler(event:SecurityErrorEvent):void {
    trace("securityErrorHandler: " + event);
    function httpStatusHandler(event:HTTPStatusEvent):void {
    trace("httpStatusHandler: " + event);
    function ioErrorHandler(event:IOErrorEvent):void {
    trace("ioErrorHandler: " + event);

    Hugo,
    View may not fire events. View may call method on other controller (component / custom) and this controller fires event.
    You are absolutely right: in WD only instantiated controllers receives the event, event itself does not cause controller instantiation.
    The only controller that is always instantiated is component controller.
    Custom controllers instantiated on demand when their context is accessed or user-defined method called.
    As far as view may not have externally visible context nodes and methods (you may not add view controller as required to other one and use nodes/methods of view), the only time when view is instantiated is when it get visible for first time.
    To solve your problem, try the following:
    1. Save event parameters to component controller context node element before firing event.
    2. Create mapped node in target view and set node from controller as source.
    3. In wdDoInit of target view insert the following code:
    wdThis.<eventHandlerName>(
    null, //no wdEvent
    wdConext.current<NameOfMappedNode>Element().get<NameOfParamA>(),
    wdConext.current<NameOfMappedNode>Element().get<NameOfParamB>(),
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • SWFLoader/Image complete event problem (bug?)

    I have an SWFLoader in my application whose content is
    dynamically bound to a datagrid for loading different images.
    Depending on the new image size I want to make some adjustments,
    etc. to the SWFLoader itself... that's not important for now.
    The problem is that if I take the width of the SWFLoader
    instance on the "complete" event, it gives the value for the
    PREVIOUS image setting so my math function is useless.
    Try this to see what I mean:
    [Bindable]
    public var imageSource:String;
    private function temp():void {
    mx.controls.Alert.show("imgLoader.width: "+imgLoader.width);
    <mx:Button click="imageSource='someImageURL'" />
    <mx:SWFLoader id="imgLoader" autoLoad="true"
    source="{imageSource}" complete="temp()" />
    if you implement the above code, and assuming that
    imageSource is a null string upon initialization, you will get a
    value of "0" for the imgLoader instance's width when you load a new
    image.
    To get around this in Flex 1.5 I could use doLater(this,
    "temp") but doLater appears to have been removed in Flex 2.0.
    My current work around is to modify the above code as
    follows:
    private function temp():void {
    this.addEventListener("enterFrame", blorch);
    private function blorch(b:Event):void {
    mx.controls.Alert.show("imgLoader.width: "+imgLoader.width);
    this.removeEventListener("enterFrame", blorch);
    feels like a hack to me... is there no way to get this to
    work without using the above functions? Sort of seems pointless to
    have removed "doLater" just to make me write a function that
    essentially does the same thing in Flex 2.0. I tried using the
    "resize" event in place of "complete" and that works... if the
    image loaded is a different size than the previous one. If the
    image is the same size (as is often the case in my application)
    then it doesn't work.
    Any suggestions Adobe/Macromedia, fellow developers?

    Flex harUI -
    two solutions to this then are:
    1) use the callLater() function or
    2) extend the SWFLoader class...
    I don't want to increase my component files so I will stick
    with the callLater() setup.
    Haskasu -
    I tried init. It has the same result as complete. If I insert
    code like this: init="mx.controls.Alert.show(imgLoader.width)" I
    get the width for the *previous* setting (same as complete) and not
    the new setting.

  • How can I select multiple clips in the event browser?

    I can't seem to figure out how to do something that should be pretty simple. I want to select multiple clips in the event browser that aren't next to each other. Right now it's only letting me select the two clips with every other clip in between. Is there a keyboard function that will allow me to deselect the clips in between while leaving the two on the outside selected? In Apple's finder you can do this with files by holding down shift-command while clicking on the ones you want. Or is there away to rearrange clips in the event browswer?
    I'd like to be able to create a multicam clip, but there is always going to be other media in between the clips I want to combine, so how can I select only the clips I want?
    Thanks!

    Holding the Command key should let you select non-contiguous items, just as in the Finder.

  • Multiple parameters in Contextual Event

    Hi All ,
    I am using JDev 11.1.1.6 and WLS 10.3.6
    I want to pass two parameters as customPayLoad in the contextual Event.
    I am accessing the payload in the subscriber through ${payLoad}
    Lets say I have employees table and on rowSelection I want to pass deptId as well as EmpId in the payLoad.
    How to achieve this?

    Hi,
    Please check Forum
    Passing multiple parameters through contextual events
    Navaneetha's comment.
    http://one-size-doesnt-fit-all.blogspot.com/2010/08/jdev-11g-programmatic-contextual-events.html
    Thanks,
    Jit

  • Filereference.save from multiple loaders?

    Hey folks,
    I need to make a way for a user to save a sample of an image once a user uploaded image is uploaded onto it.
    This means I have to use multiple loaders, right?
    So, I can get the bacround image to save just fine. but when I add the container for the logo, I get a reference error. More specifically-
    [CODE]
    ReferenceError: Error #1069: Property FileName.jpg not found on flash.utils.ByteArray and there is no default value.
    [/CODE]
    Here is my script-
    [CODE]
    sampleSaveBTN.addEventListener(MouseEvent.CLICK, saveSampleImage);
    function saveSampleImage (evt: MouseEvent)
    var bitmapData:BitmapData = new BitmapData(BGContain.width, BGContain.height);
    var logoBitmapData:BitmapData = new BitmapData(logoContain.width, logoContain.height);
    bitmapData.draw(BGContain);
    logoBitmapData.draw(logoContain);
    var jpg:JPGEncoder = new JPGEncoder(100);
    var ba:ByteArray = jpg.encode(bitmapData);
    var la:ByteArray = jpg.encode(logoBitmapData);
    file = new FileReference();
    file.save[ba,la, 'FileName.jpg'];
    [/CODE]

    I was able to get it to roughly work with the following:
    http://stackoverflow.com/questions/9063990/how-can-i-merge-multiple-bitmapdata-objects-int o-one-so-that-it-can-be-encoded-u?rq=1
    Here is the code- I added the children from the previous containers. Their loader positions are gone, but I feel like I'm on the right track now!
    function saveSampleImage (evt: MouseEvent)
        var gatherSample: Sprite = new Sprite();
        gatherSample.addChild(bgImgLoader);
        gatherSample.addChild(loadLogo);
        matrix = color.CalculateFinalFlatArray();
        colorMatrix = new ColorMatrixFilter (matrix);
        filterBW = [colorMatrix];
        loadLogo.filters = filterBW;
        var sampleData: BitmapData = new BitmapData(gatherSample.width, gatherSample.height);
        sampleData.draw(gatherSample);
    var jpg:JPGEncoder = new JPGEncoder(100);
    var ba:ByteArray = jpg.encode(sampleData);
    file = new FileReference();
    file.save(ba,'FileName.jpg' + ".jpg");
    Thanks again!

  • Sound - 'complete' event vs. SoundChannel - 'soundComplete' event

    Hi,
    Can anybody here explain practical difference between:
    complete event of of Sound class and soundComplete event of SoundChannel class ?
    What are exact differences between the two? When precisely are both events dispatched? Are they dispatched always together or not - which one is first?
    Documentation is very laconic in this case (as usual mostly...).
    Thanks ahead !

    Sound class
    This doesn't actually have a complete event (in the way you might be thinking of). What you might be refering to (in the AS Docs) is usage of the flash.events.Event.COMPLETE event. This is only used for loading sound files, and tells you when the data has successfully loaded. So, typically, you'd just use the Sound class to manage the loading of things...
    SoundChannel class: flash.events.Event.SOUND_COMPLETE
    This is what should be used for detecting the completion of audio. The SoundChannel class is what you'd want to use to control the stopping/pausing/playing of things.
    private var _s:Sound;
    private var _sc:SoundChannel;
    When loading audio...
    _s = new Sound();
    _sc = new SoundChannel();
    _s.addEventListener(IOErrorEvent.IO_ERROR, errorHandler);
    _s.load(new URLRequest(url));
    When playing audio...
    _sc = _s.play();
    _sc.addEventListener(Event.SOUND_COMPLETE, soundCompleteHandler);

  • LoaderInfo class doesn't dispatch Init and Complete events

    Hi,
    I use the traditional way to download jpeg images (size < 200K) dynamically:
        try {
         contentLoader = new Loader();
         contentLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoadComplete);
         contentLoader.contentLoaderInfo.addEventListener(Event.INIT, onInit);
         contentLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onError);
         contentLoader.loadBytes(loader.data as ByteArray);
        } catch (error:Error) {
           trace (error.toString());
    private function onInit(event:Event):void {
         trace ("onInit");
    private function onLoadComplete(evt:Event):void {
         token.result = (evt.target as LoaderInfo).content as Bitmap;
    I have noticed that sometimes class LoaderInfo doesn't dispatch neither INIT nor COMPLETE event working with the same images. There is no IO_ERROR dispatched as well. All images are small (< 200K).
    I suppose that this is a bug in the Flash Player.

    Okay, at this point I think I can chalk it up to a bad swf file (or a couple, anyway).
    One thing I noticed while stepping through fdb is that after invoking loader.loadBytes, even though the completion event is never triggered, it looks like a new swf is instantiated.  The instantiated movieClip is ~600k, though, which is over 200 times the actual source file size.  Using swfdump from the flex sdk on the swf it looks like the framerate and length parameters were bad.  Like 20k and 600k bad.  I'm guessing the file was incorrectly stored as text at a point.  After checking the source asset and reexporting, my application works as expected (the loaderInfo always triggers a completion event).
    I'm not sure why it works when in an isolated test case.  I end up loading the file the same number of times.  There's definitely a concatenation of circumstances at work.  I guess it's possible if I let it run for an indefinite amount of time the event would have eventually triggered.
    Thanks for the time though.  Hopefully someone else finds this thread helpful.

  • Flex Complete Event

    Hi guys,
    Just trying to find answers regarding problems with Mac
    players on the complete event in flex. Please help. I really need
    an alternative to be used in my uploader project. My multiple file
    uploader doesn't seem to work in Mac, only the first file was being
    uploaded since the complete event is not working, it intends to be
    that the other files in queue was not uploaded and has stopped
    after the first file.
    Any help would be very much appreciated. Thank you in
    advance.

    Ah I figured it out.  It seems that if I don't call addChild(img) (which I had been commenting out while trying to defer it for processing) then img.load(url) is never called so therefore the Event.COMPLETE won't run just on what I had.

  • How can I stop iPhoto from grouping each month's Photo Stream into one huge event?

    My iPhoto preferences are set to split events up based on 2-hour time periods. But photos that enter my iPhoto library via Photo Stream (basically all photos from my iPhone) get grouped into one big monthly event (i.e. titled something like "Jun 2012 Photo Stream"), which I then have to manually break up into smaller, more meaningful events.
    Does anyone know of a way to make this behaviour stop? I'd prefer that iPhoto follow the preferences I have set, which is to break up events based on 2-hour time spans.

    The problem is that every import is at least one new Event, and so it's quite possible that you could have 1,000 new Events every month thanks to Phootstream.
    However, it's not such a huge deal to just select the Event at the end of the month and auto-split it (in the Events menu)
    Regards
    TD

  • How do I update a waveform chart with multiple plots one point at a time?

    Hi,
    I am updating multiple plots one point at a time.  That is, every time I update the chart I have a value for one of the plots.  If I put in a cluster with NaN for each of the charts except the one with the data I can only get individual points on the chart.  I would rather have them connected.
    Any clues?  The only thing I can think of is to delay the update and do interpolation between samples - too complicated for me.
    Thanks

    Are the points within a given plot equally spaced in time?  If so, perhaps you need to maintain your own history of the data and used a waveform graph rewriting the history data to the graph each time.  If the points are unequally spaced, then you will need to do it as an XY graph.

Maybe you are looking for

  • Photos tab not working correctly when syncing to iphone

    When I connect my iphone to itunes and then select it and the photo tab, I can not change any of the settings (ie my pictures selections, what folder to select. the only thing it will allow is the syncing of all photos in my pictures, (dont want 14,

  • Web form resize

    How can I size a webform correctly? I set it up on the page and all looks ok, but when I load it on to the BC site, and it's activated, it nearly doubles in size and messes up the layout of the page.

  • JSP Error Message Problem

    I keep getting the following error message when I click login on my sample login page: Error: 500 Location: /examples/jsp/gcdBB/Login.jsp Internal Servlet Error: javax.servlet.ServletException: Syntax error or access violation, message from server: "

  • EJB JNDI Lookup String?

    Hi, just a short question, I try to lookup an EJB from JNDI. I found some JNDI in the documentation of how to use EJB from JSP. Unfortunately the documentation just says: try {   InitialContext ic = new InitialContext();   HelloWorldBean h= (HelloWor

  • New To java/JSP

    I am new to JAVA/JSP. I downloaded and installed tomcat. When I try to start it I am getting an error. (java.exe has encountered a problem and needs to close.) It will not start. I am running on Windows-xp. Anyone has any ideas as to what the problem