Group Abstract Group Abstract

Message Boards Message Boards

Create a program that allows users to import pictures for analysis?

Posted 9 years ago
POSTED BY: Bill Norman
3 Replies

Here is one possible method:

Row[{FileNameSetter[Dynamic[file]], Dynamic[file]}]
Button["Load file", im=Import[file]]
Dynamic[im]

You can use additional formatting to make the form look nicer than this example.

POSTED BY: Chad Knutson
Posted 9 years ago

In broad strokes yes. That was the instructional video I referenced while writing out my question. I however am using the Wolfram Desktop Developer Platform to code, and it doesn't have that exact command. Like many things in wolfram you can do it different ways. I just want a simple way for my user to import pictures into the software. ty :)

POSTED BY: Bill Norman

Do you mean in the Top menu >> Insert >> File Path... ?

http://reference.wolfram.com/language/howto/InsertAFilePath.html

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard