Group Abstract Group Abstract

Message Boards Message Boards

0
|
13K Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Formats in CDF

Posted 10 years ago

Hi everyone.

I found a public cdf document in the Wolfram´s Official Page, it´s a book made with cdf. I show screenshots from the mentioned cdf.

enter image description here

enter image description here

In the images, I mark a kind of Index that redirect you to the section selected. I wish to know how to include this in my own cdf documents. Somebody could help or explain me something about that?

Thanks everyone!

POSTED BY: Luciano Tresto
5 Replies

This requires pretty sophisticated user interface programming. In the case you show, the developer created custom code for it. The short version is to make use of a DockedCell, and program the functionality of each pulldown menu in it as you desire. The devil is in the details.

POSTED BY: David Reiss
Posted 10 years ago

The most interesting for me, it would be to know, how to include the pull down menu I show in the images, in my own CDFs.

POSTED BY: Luciano Tresto
Posted 10 years ago

I don't remember if that's how the author did it but you can customize the docked cells from package stylesheet which already contains such menu.

AppendTo[$ContextPath, "PackageToolbar`Private`"]
FE`Evaluate @ FEPrivate`FrontEndResource["FEExpressions", "PackageToolbar"]

And put it as DockedCells to your CDF.

POSTED BY: Kuba Podkalicki
Posted 10 years ago
POSTED BY: Luciano Tresto
Posted 9 years ago
POSTED BY: james curry
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard