Move a button in personal app inventor

How can i move this upload file button
image

to here
image

@ewpatton please help

1 Like

I think you have to create a new button there.

Yes, I agree, he can add a button by adding this

Button uploadfile = new Button(MESSAGES.uploadfileButtonText());

And, you must define the title for it in Odemessages.java file, example :

  @DefaultMessage("Upload File...")
  @Description("Upload file button")
  String uploadfileButtonText();

Where i can add this line

In the place wherever you want to add button

yes ik but where is that file located

Seems like you need to do a lot of homework and explore the sources

i had search the sources tried to find but not able to find

1 Like

Ok, let me find for you

appengine/scr/..../client/DesignToolbar.java

2 Likes

@AkshatRana

See here

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.