Can you move a 'Multiple Image Upload' button  into the 'Update Form'?

I am able to creat and an Update form and an image upload using the "Update Form Wizard" tool and the "Multiple Image Upload" tool succesfully.
<br />
<br />The problem comes when I try to move the "UPLOAD" button inside the Update form. Right now it looks like this:
<br />http://www.webritesolutions.com/Test/upload/now.JPG
<br />
<br />This is how I would like it to show:
<br />http://www.webritesolutions.com/Test/upload/tryingto.JPG
<br />
<br />I want to "Upload" button to go next to the "Update record" button. When I do this I get a javascript error and the "Update record" button is disabled.
<br />Here is the code of what I tried to do:
<br />
<br />
<br />
<br />
<br />
<table>
<tr class="KT_buttons">
<td>
<?php<br />        // Multiple Upload Helper<br /> echo $muploadHelper->Execute();<br /> ?>
</td>
<td colspan="1">
<input type="submit" name="KT_Update1" id="KT_Update1" value="Update record" />
<br /></td>
</tr>
</table>
<br />
<br />Here is the Javascript error:
<br />http://www.webritesolutions.com/Test/upload/error.JPG
<br />
<br />thanks for your help.

A control can only appear once in the visual tree. So you have to remove it from the Grid before you can add it to the DockPanel.
This code will move the Border element from the Grid to the DockPanel when you click the button:
Private Sub Button_Click(sender As Object, e As RoutedEventArgs)
Dim border = CType(LayoutRoot.FindName("myborder"), Border)
LayoutRoot.Children.Remove(border)
contain.Children.Add(border)
End Sub
<StackPanel>
<Grid x:Name="LayoutRoot">
<Border x:Name="myborder" BorderBrush="Black" BorderThickness="2">
<TextBlock>...</TextBlock>
</Border>
</Grid>
<DockPanel x:Name="contain" Background="Yellow">
<TextBlock>2</TextBlock>
</DockPanel>
<Button Click="Button_Click" Content="Move"/>
</StackPanel>
You can try it for yourself. But please post your code as formatted text and not as embedded images if you want anyone to be able to reproduce your issue and help you in the future.
Please remember to close your threads by marking helpful posts as answer.

Similar Messages

  • Can you change a black iPhone 5 case into the white iPhone 5 without buying a new phone?

    Can you change a black iPhone 5 case into the white iPhone 5 without buying a new phone?

    Apple does not have an exchange program.
    By the time you purchase the required materials to change the case from black to white and the expense to do so, you would be better off selling the black iPhone and use the proceeds to purchase a white one.

  • Multiple Image Upload Wizard Not Creating A Form

    I'm working on a new site and I keep running the multiple image upload wizard.
    It connects to the database fine, gets the primary key and all that. It sees the two columns that should be included in the form field in addition to the image_url field.
    When I hit finish on the wizard all the proper code seems to be created except the form. The upload button is the only user interface element created.
    Anybody got ideas on what is causing this? I've used this wizard on other projects sucessfuly, but I can't figure out what I'm doing differently here.
    thanks,
    - Tanner

    I believe you have to create the form first with some File Upload fields then run the Wizard.
    Cheryl

  • Crop, can you use for multiple images?

    If you are doing copy work, is there a way to save a crop and use it on multiple images as you might drag an adjusment layer to other images? thanks.

    kevin4545 wrote:
    this is best done in ACR?
    That's what I was going to suggest, actually. If you're working with a file format ACR can take (raw, DNG, JPEG, TIFF), ACR will definitely be the fastest way. You can select them all in ACR, apply a crop, and they all get it.
    Or you can crop one image in ACR, exit ACR and select the image in Bridge, and choose Edit > Develop Settings > Copy Camera Raw Settings. Then select any other images you want to crop the same way, choose Edit > Develop Settings > Paste Camera Raw Settings, and select only Crop as the setting to paste.
    Either way, you'll be done in 30 seconds, much faster than it would take in Photoshop.

  • Can you use any program to upload music onto the zen creative juke

    i am currently using limewire to download music can i use this for the zen creative jukebox

    DM wrote:<B>Can you use Limewire to transfer songs to a Zen player?</B>But if its corrupted then it might cause your player to stop working.
    FYI: Normally, Limewire will indicate that a file is corrupted and give you the opportunity to continue with the download or cancel it.

  • How do you move changes from your project developments into the maintenance development system?

    Good day colleagues.
    We are in the process of introducing retrofit, and the picture is clear for us, generally speaking, to retrofit the project landscape with the changes done in the maintenance landscape.
    What about the other way around? We mean, when the project is set to Go Live, we understand the transports will be all added, e.g. to the Production System buffer to be moved there via Maintenance Cycle, based on the way we defined the project and the logical component being used.
    However, how do you feed those project transports to your Maintenance Development System using ChaRM?  or do you do that Manually?  We doubt. Copying Production back into Development?  no way !!!
    How do you establish that?  We have a sort of idea but the documents about retrofit only seem to talk about moving transports one way, as far as we have found.
    Many thanks for any feedback.
    Juan Carlos

    Hi Piyush.
    I apologize for a late close on this questioning about moving projects back into the maintenance stream.
    Basically there are 2 solutions as far as we know:
    1. What Vivek mentions, which is performing a cutover and repacking the project transports into 2 transports in the maintenance stream:  A workbench and a customizing.   In that sense, at the end of the day you end up moving just 2 transports to the maintenance stream up to Production.   They contain all your project objects.  Thanks to Vivek, again.
    This is a very practical and interesting approach.  The only reason we did not adopt it, is based on the fact that if by any chance we encounter an issue with a project transport object in the maintenance stream (Dev or QA), now that all is bundled together, we may be stuck right at the time weare getting ready to GoLive.  How tough is going to be that issue? how easy and quick to fix?how much would that affect the whole project time frame?   Those questions made us decide to option 2.
    2.  What we are doing is that at cutover we move at the same time all project transports to the transport buffer of each of the maintenance stream systems (Dev, QA, and Prod).   We first open the gate to move the transports to Dev and we test, then to QA and we test, as well.  If there may be an issue, and the issue can not be quickly resolved by the project team, we can go up to the extreme of using a new feature introduced in ChaRM in SP10, if we are not wrong, but definitely available in SP12.  That feature provides a way to selectively decide which transports of the release are to Go Live and which ones do not, although we have no had to use that feature, yet, but it is there.
    We do not see any risk on adding the transports to the maintenance buffers at the same time.  There are ways to control the systems that are open for receiving transports, and the project phases, which guarantees no room for error.  There have to be deliberate actions taken (more than one in our case), to wrongly move a project to GoLive before its time comes.
    That is more or less the scenario Piyush.    
    Hope that explains the scenario.  So far no decision on really publishing as a blog.  It seems not to be written on stone, as consulting with different companies, each adds its own flavor to the recipe and shuffle ideas to get to what they are looking for and makes them happy.
    Juan

  • Since the last update of firefox, the time has been 25 to 35 seconds to enter bookmarks or even the time it takes to page down when it used to take a few seconds. can you check why it taking so long since the update on firefox.

    since the last update a few days ago of firefox, the time has been 25 to 35 seconds to enter bookmarks or even the time it takes to page down when it used to take a few seconds. can you tell me why it taking so long since the update on firefox. may another update is in order.

    I have now done pretty much every suggestion that even vaguely applies in the various helpful link provided. Thanks for the ongoing help. =)
    I have managed to get FireFox's start-up memory usage down to about 100,000K, however it appears that memory usage keeps creeping up the longer FireFox is open. (It seems to top out around 500,000K.) And I'm not talking open for many hours or days - but rather for minutes and possibly up to a couple hours. (Based on how long I've been fiddling with all this so far.)
    On the plus side, it does not appear GreaseMonkey is the culprit since with it active or disabled this memory creep still occurs. Although having GreaseMonkey enabled definitely increases the rate of memory creep. Though once it has creeped up to 150,000+K, disabling GM does not make it drop back down to the starting 100,000K.
    I should point out I run a MacBook Pro and use Bootcamp to partition the hard drive and run it as a Windows 7 PC about half the time. I am running it literally as a PC or, alternately, as a Mac depending on which hard drive I choose to load. (I'm not "windowing" it.) This problem exists regardless of whether I am using the PC or the Mac. These repairs have been made currently on the PC side, and I will attempt them all again on the Mac side. I find it odd that this enormous memory drain has occurred on 3 different computers at the same time. (The two "halves" of my home laptop as well as the PC at my work place.)

  • Can i receive XML via a web service into the PDF form??

    hi all,  I am able to send data to a server via a web service configured in my email submit button.  Once the data has been received on the server, a reference number is sent back.  My problem starts here as the reference number comes back into my browser and not back into the PDF.  How can i get the reference number into the PDF?  Thanks  J

    Thank you very much for your help.
    I have another question if you don't mind.
    I am trying to establish a WSDL in ALCD. I establish the connection successfully and
    in return i receive predefined objects such as 3 numeric fields and a button.
    I drag these objects onto a new form and try to execute but nothing happens.
    The first 2 objects are supposed to accept input, send it via WSDL to a server that should return
    a new value back to another predefined object when the button is clicked.
    I have not response when the button is clicked. It is as if there is not connection at all.
    If i try and change the button to a submit button and enter the WSDL manually it tries to connect but fails.
    The WSDL does work if I test it using soapUI.
    Would you have any idea why this is not working?
    Thanks
    Joey

  • Can you simultaneously display multiple images in a slideshow?

    I think you were able to do this in previous versions of Aperture. Weren't there slideshow themes that showed, say, four images at a time? Is this capability gone now?

    The two Slideshow 'themes' with "panel" in the title on my installation show two or more complete images at a time.
    Does anyone know a link to all the current Slideshow 'themes'?

  • Can you move a row in a DataGridView to the first row and move the other rows down to make room?

    I'm using a DataGridView (I call it "dg") to display a list of items. I want the user to be able to position the cursor on a row in the middle of the list then click a button to move that row to the top of the list (and move the other rows between
    the first row and the row being moved down one row to accomodate the new first row).
    Robert Homes

    Hello,
    If the DataGridview does not have it's DataSource set we can use the following logic
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    Dim data = (From T In DataGridView1.Rows(DataGridView1.CurrentRow.Index).Cells.Cast(Of DataGridViewCell)() Select T.Value).ToArray
    DataGridView1.Rows.RemoveAt(DataGridView1.CurrentRow.Index)
    DataGridView1.Rows.Insert(0, data)
    End Sub
    If the DataSource is set then we need to do what was done above but against the underlying data rather than the DataGridView itself. The base logic can be found in
    the following article in LanguageExtensions.vb but please note the code there is for a different type of move yet the logic is still the same in the end.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • I have 3 Creative Suite CS6 installs under one Adobe ID/Account (small company.)  Can I move to multiple CC full subscriptions under the one Adobe ID/account?

    I need to have company control over the accounts.  The Team subscriptions are not cost effective for 3-4 users.  We do not plan to use cloud storage - all file storage will be local (behind our firewall.)

    *sigh* Yeah, I figured that would be the case. Yep, it's anoying alright. Well, thank you for your quick and promt answer. I'll see what I can do to find the time to sit at a chat room for several hours until someone comes up. I'll update this post if and when the solution gets resolved so that others will know what to do if they come accross the same issue.

  • Multiple Image Uploader renaming thumbnails

    I am having a blast with the ADDT! For a php noob such as myself this stuff is great, just what I have been looking for.
    If only I knew how to stop ADDT's multiple image uploader FROM RENAMING THE UPLOADED THUMBNAILS.
    Like this: myImage.jpg is renamed to myImage_135x150.jpg
    I can deal with it stashing the thumbnail in a separate folder, but the name of the uploaded image and the thumbnail must remain the same!
    I did manage to figure out where to change the thumbnails dimensions, but not the name itself...
    Thanks for such a great tool,
    Jason

    Hi Jason,
    ADDT´s default thumbnail renaming rule is defined in the file "includes/tng/triggers/tNG_DynamicThumbnail.class.php" -- at the end there´s a function named "Execute", and in here you´ll find the following:
    a) $thumbnailName = path_info['filename'].'_'.$width.'x'.$height.'_w_'.$hash.(isset($path_info['extension'])? '.'.$path_info['extension']:'');
    this needs to be changed to:
    $thumbnailName = path_info['filename'].$hash.(isset($path_info['extension'])?'.'.$path_info['extension']:' ');
    b) tNG_deleteThumbnails($thumbnailFolder, $path_info['filename'].'_'.$width.'x'.$height, $hash);
    this need to be changed to:
    tNG_deleteThumbnails($thumbnailFolder, $path_info['filename'], $hash);
    As always, please backup the original file before making such changes ;-)
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Multiple Image Upload removes IPTC APP13 Data?

    I recently updatet the Multiple Image Upload because of the Flash Upload Problems. This is working now. But now after uploading an image the $info['APP13'] IPTC data disappears.
    This is a major problem for me, because I use this data on a photographer website. Has anyone experienced this problem?

    Do you have a question?
    You didn't ask one in either of your posts.

  • Multiple image upload with save to database wizard problem

    hi,
    i need to upload multiple images (6) in a table called pictures. i will need the names stored in the database and the files uploaded on the server. since i am new to dreamweaver i can not figure out on how to make this work.
    the multiple image upload wizard uploads the images fine and creates a subfolder with the right id but i have no file names in the database at this point. i tried the multiple image upload with save to database wizard but i only get one upload button. it worked fine with one image but i need 6 pics uploaded. the i tried to first upload the pictures with the multiple image upload wizard and use the update wizard to add the names afterwards but that did not work either. hmm. would be great if someone could help me out.
    thanks, jan

    Thank you for the responses. I have already updated awhile ago, so I am wondering what happened. Not sure if during the server update, some files were replaced (unless I totally forgot to update to 1.0.1 on this site). So I reinstalled 1.0.1, deleted the includes folder from the server and uploaded my includes folder and it now works again.
    Again, thanks for the help.
    Jeremy

  • Multiple Image upload with save to database

    Hi everyone,
    I wonder whether anyone can help me, I have been trying to use the multiple image upload with save to database wizard. When I create the page and upload it and then view it in Safari the only thing that is on the page is an upload button. When I press the upload button I am able to browse my files and select them. When this window closes a flash loading value is shown but no images have been uploaded.
    Am I missing anything? I have had no problems uploading single files and creating albums. I want to create an online gallery so that I can do a multiple upload to a specific album if this is possible.
    Cheers
    Sarah

    Hi Sarah,
    >>
    but only the filename appeared in the database and no other information was stored.
    >>
    that´s how it´s been designed also in the "single upload" -- the path_to_the_folder where the files sit in have to be determined elsewhere
    >>
    {wedimg_idalb}
    >>
    I don´t see any reference to this "dynamic data" placeholder in any of your table columns you posted -- where does this one come from ?
    >>
    1. I have multiple clients and each client has their own set of images.
    2. Each set of client images must be linked to an album via the album ID
    >>
    do you have any "foreign key" which is related to the user_table´s ID in order to make user ID 2 upload his images in album ID 2 ? How will the upload page "know" where the images are going to be uploaded to ?
    >>
    and the album page, wedding_alb
    >>
    to my mind *this* table would itself need a foreign key to the user_table in order to "map" record 2 to user ID 2 -- or do I miss something ?
    Günter Schenk
    Adobe Community Expert, Dreamweaver

Maybe you are looking for