InDesign GUI Design Guideline Document?

Hi all,
I was asked for a GUI Guideline Documentation for InDesign product (plugin), I searched the SDK and the only thing I found close to this "ww-user-interface.pdf" =, I Just wondering if you aware of any other resource that describes gui elements, usage, ... for designing User Interface in InDesign.
TA

Nothing in descriptive prose that I know of.
There are tools - The debug build has a palette with plenty live information, including the boss class in use. If I need more details I use an own plugin to iterate through the widgets and produce a dump.
Besides there is also the Eclipse based resource editor, but I prefer copy-paste from my own sources using computed exact dimensions rather than manually approximated layouts.
Sometimes I'd wish for icon templates - use that gradient angles and start/stop colors and transparency for a palette icon on that background...
Dirk

Similar Messages

  • Design Guidelines

    Hi,
    is there a kind of document "Design Guidelines" like e.g. Java Look and Feel Design Guidelines ?
    Michel

    What are you designing? Clothing? Furniture?
    For just about anything, there are usually all kinds of design guidelines. Each one completely different.

  • What are some of your favorite practices in GUI design?

    I saw a conversation a few weeks ago about LVOOP vs Clusters for passing around data that I found fascinating - and quite informative.  I thought I'd try to open up a discussion about GUI design and see what I could learn.
    Edit: to give an example, I have found that I have taken an irrational dislike to tab controls. Instead, I use clusters with a few supporting VIs. Switching the "tab" will just make the proper cluster visible, and the others invisible.  Set each cluster as a type def in the project and just edit that for when I need to change something.  It lets me already have all of my control data bundled, and as a bonus sorts them automatically in Event structures.

    mikeporter wrote:
    So to sum up:
    Tab Controls -- Bad
    Subpanels -- Good
    I wouldn't go that far.  I generally need to be more organized in my block diagram when using tabs, but that doesn't mean they are bad.  Have a state in a state machine for updating each tab.  Then when updating the UI look at which tab the user is on, and only update those UI elements.
    There are other limitations to tabs that frustrate me, like .Net controls sometimes do weird things in tabs.  And some times I would have too many tabs and it starts to add rows which get all kinds of confusing.  In these cases I would hide the tabs and replicate the functionality with a single column listbox which changes the tab value.  But at that point it would be just as easy to insert a different VI into a subpanel.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • BFC Design guidelines

    Hi!
    Can any body put some light on design guidelines availability? I tried to find documents related to BFC design guidelines but not able to find specific topic. Can any BFC project team member put some light on this topic?
    Regards

    Hello,
    What kind of documentation are you looking for?
    Apart from the SAP Help, you can find the sizing guide of FC which you can find by following the steps below:
    GO to https://websmp105.sap-ag.de/sizing/
    Select Sizing guidelines
    Click Analytics
    Select EPM: SAP BusinessObjects Financial Consolidation
    For more details, please have a look at the following SAP note:
    2045220 - FC: Where to find the sizing guide of FC?
    Regards,
    Inès

  • I installed CS6 on my new retina MacBook pro laptops. InDesign and Acrobat display document pixilated. I ran the updates and it fixed Illustrator and Photosho, but not InDesign and Acrobat. What can I do to make them display in high resolution? HELP!

    I installed CS6 on my new retina MacBook pro laptops. InDesign and Acrobat display document pixilated. I ran the updates and it fixed Illustrator and Photosho, but not InDesign and Acrobat. What can I do to make them display in high resolution? HELP!

    InDesign CS6 is not optimized for retina displays. You’ll need to move to Creative Cloud for retina compatibility.

  • I can't open InDesign (CS4 Design Standard) after installing, says: "Error: 5"

    I can't open InDesign (CS4 Design Standard) after installing, says: "Error: 5" <--- What does this meen?

    do this, Configuration error 16 | CC, CS
    and then reinstall

  • Indesign CS6 quits during document recovery, even after restart. How do I get out of this cycle?

    Indesign CS6 quits during document recovery, even after restart. How do I get out of this cycle?
    I was saving a document when it originally quit. so "locked" file appeared in directory as well as reg file.
    Upon restart of InDesign, recovery failed and software quit again.
    Restarted computer, then indesign, file opens but as soon as I select "recover" it sends a message that indesign needs to close.
    I cannot seem to get out of this cycle. Help.

    Use your operating system’s Search utility to find a folder called (InDesign Recovery) and delete it.

  • Question about GUI Design on JTable and its separate editor

    Hi all,
    I need to use JTable with separate editor , that way when I double click one of the JTable's row its editor will popup in another window.
    Based on GUI design principles, where should I put the editor, in another tab panel or a JDialog ?
    Any advice would be greatly appreciated.
    Regards,
    Setya

    if you dont have to edit a lot of fields, this will
    be a good solution.
    but if you have many fields, it would be a good thing
    to put a JTabbedPane into the under
    JSplitPane-container ... or to use a JDialog :)Yes, that's the only problem I can think of, if the fields are too many.
    But then, if I have so many fields in one form. I won't put them in a JTable because users will find it cumbersome for having to scroll left and right to see those fields. I believe on this scenario JTable is just not the right component to use.
    Regards,
    Setya

  • BUG 10.1.3 EA   ( Manage Libraries and GUI Designer )

    Hi again,
    Sorry guys, just make the title more specific.......and hope that team JDeveloper will
    notice this....
    Problem No. 1, "Add JavaBeans" not able to list any custom visual javabeans which added using "Load Dir..." in Manage Libraries but no problem with "User" location.
    Problem No. 2, Create JFrame "A" with nothing inside, then create JFrame "B" which inherited from JFrame "A". Notice, GUI Designer will show an invisible JFrame "B".
    Thanks again~

    I'm using a Oracle 9i2 database.
    In this database I have created a package with several procedures.
    I checked the prerequisites as described in the help-files.
    I open the package in the editor, and start debugging by using the pop-up menu, choosing debug, choosing one of the package procedures, and adjusting the generated anonymous PL/SQL block. After clicking the OK-button the response in the debug window is:
    Connecting to the database DOSE_TEST.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '<deleted this part>', '3339' )
    Debugger accepted connection from database on port 3339.
    Process exited.
    Disconnecting from the database DOSE_TEST.
    Debugger disconnected from database.
    There are breakpoints set in the package, so during debugging it should stop at the breakpoint.
    The package procedure is run, because the procedure inserts a record in a log-table, and after this debug session there is a new record in this table.

  • How can I write a gui designer?

    I want to write a gui designer for java.
    as you know writing gui component takes too long time.
    I don't know how I write.
    for example you click a button symbol and release on a JFrame
    but how can I get the code of that work...
    Please help me...

    I want to write a gui designer for java. Such beasts already exist. Why do you want to write one, if not solely for the sheer anguish of taking on such a task?

  • Any Guidelines/Documents: when upgrading from BW 3.x to Netweaver 7.0?

    Hi,
    Any Guidelines/Documents: when upgrading from BW 3.x to Netweaver 7.0?
    Thanks

    hi Amanda,
    this should help a lot
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10564d5c-cf00-2a10-7b87-c94e38267742
    also check
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b8d163a7-0301-0010-d9b0-98f692ea3c60
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2e8e5288-0b01-0010-2ea8-bcd4df5084a7

  • Case design guidelines missing corners/radius dimensions

    Trying to design cases for iPhone 5 and 5c. Most dimensions are outlined clearly in Apple's case design guidelines. But the corner radiuses are conspicuously missing. Seems all the community advice I find is to measure it yourself... Being a risk averse perfectionist, I am looking for something more precise, if available. It must be out there, and think it could help quite a few with same dilemma. Anyone?

    Click on 'Nokia Support' at the bottom of this page..then again on 'Contact Us' under 'Support' ..and then select the 'Channel' you want ..
    Attachments:
    Nokia Support.png ‏117 KB
    Contact Us.png ‏85 KB

  • Design consideration document for HCM

    Hi guru,
    Greetings for the day,
    I facing a problem here in creation of “design consideration” document for the HCM project, where any one can help me out by sending a sample HCM design consideration  document for my project.
    Thanks in advance for you reply.
    You can send the document to my mail id of     babusaphr @ gmail.com
    Regards,
    Babu.A

    Hi..
    It is Client Specific..

  • WYSIWYG GUI design tool for the JavaFX platform

    hi can anyone help me where to download this tool (WYSIWYG GUI design tool for the JavaFX platform) ?

    gimbal2 wrote:
    rukbat wrote:
    gimbal2 wrote:
    That's a different question entirely dude. Open a new thread with a proper title and be sure to give more information than you're giving here; the exception you get and the code that "does not work" is especially important.They already had a new thread, four minutes before trying to hijack their own issue here.
    Ensemble  Example :  Minimize, Maximize  (pbm)  after drag and move
    Hopefully they'll reply to themselves over there with sufficient information for someone to give a proper reply.I object to this behavior. Someone should nuke something.Consider it done.
    This thread is locked because the O.P. has mucked it up.

  • Overloaded radio buttons -- good GUI design?

    I don't know where else to ask this. What do you think about overloading radio buttons with multiple functions? I have made an update to my Interactive Color Wheel that uses this technique. I haven't released it yet, but it is available here:
    * http://r0k.us/rock/Junk/SIHwheel.html
    It offers eight different sorts of 1567 colors and their names. That seemed to me to be way too many radio buttons; there were originally just three sorts and three buttons. I made a second row that contains the five new sorts accessed via two buttons. The sorts on each button are closely related, riffs on a theme if you will. Consecutive clicks on one of these two buttons will rotate through its functions, with the button text and toolTip updated to match its current sort and state.
    I won't try describing more -- just use it, and let me know what you think. Intuitive? Ugly? Bad GUI design? Other comments?

    RichF wrote:
    Don't forget to take Spot, the Magic Color Dog for a walk! I recommend a different sort than the default [alphabetically], but you can change sorts on the fly. (Try [by hue], or one of the three Hilbert sorts.) In fact, Spot isn't stopping you from doing anything. Well, you'd have to have him go really slow to type in a hex color.
    I was really, really amazed how fast Spot can run. With the gauge fully to the right, the timer has a specified delay of 0, so he's running as fast as everything else in the program lets him. There's a LOT going on, yet Spot can traverse all 1567 colors in mere seconds.
    [add] It just occurred to me, maybe I should set a minimum update rate. I don't want it to cause someone to have an epileptic seizure. I'm thinking of setting 10 updates a second as the fastest it would go. What do you guys think?Actually it made me have to kill the JVM to stop the applet (closing the web page didn't work, apparently the new Java plugin sandboxing doesn't work). Only the JList was updating at full speed, not the color wheel.
    This one I did not do. There was a complication with intensity. It uses a quantized color space, with intensity almost ranging from 0..74. I say almost because this integral range also includes 0.5. I forced that in so the value after black on a 0.255 scale would not be 4, but 2. The third value is 4, and the rest of the time it jumps by 3 or 4 on the 255 scale.
    Once I decided to keep the intensity buttons as they were, it did not make sense to change the tile width buttons either. Their range is only 10..15, so IMO the [-] and [+] buttons work well.Just as a demo how to do that with JSpinner (JSlider is much harder to have non linear scales):
    import java.awt.EventQueue;
    import java.awt.FlowLayout;
    import javax.swing.JFrame;
    import javax.swing.JSpinner;
    import javax.swing.SpinnerNumberModel;
    public class TestJSpinner {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable() {
                public void run() {
                    SpinnerNumberModel rings = new SpinnerNumberModel(10, 10, 15, 1);
                    SpinnerNumberModel intensity = new SpinnerNumberModel(10.0, 0.0, 74.0, 1.0) {
                        @Override
                        public Object getPreviousValue() {
                            Double value = (Double) getValue();
                            if (value == 1.0) {
                                return 0.5;
                            else if (value == 0.5) {
                                return 0.0;
                            else {
                                return super.getPreviousValue();
                        @Override
                        public Object getNextValue() {
                            Double value = (Double) getValue();
                            if (value == 0.0) {
                                return 0.5;
                            else if (value == 0.5) {
                                return 1.0;
                            else {
                                return super.getNextValue();
                    JFrame frame = new JFrame("Test");
                    frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
                    frame.getContentPane().setLayout(new FlowLayout());
                    frame.getContentPane().add(new JSpinner(intensity));
                    frame.getContentPane().add(new JSpinner(rings));
                    frame.pack();
                    frame.setLocationRelativeTo(null);
                    frame.setVisible(true);
    }Edited by: Walter Laan on Nov 5, 2010 2:01 PM

Maybe you are looking for

  • Ipod shuffle not recognized by windows XP and Itunes.

    I had no problems when i synced my ipod before, but sudenly stoped working! Nothing changed in my computer... Everytime I conect my ipod to my computer, the orange light starts blinking and windows doesnt recognize it. I ve tried diferent ports and n

  • Dump while executing this Funciton Module PT_ARQ_REQLIST_GET.

    Hi, I am using the function module  PT_ARQ_REQLIST_GET to get the leave requests. when i execute this function module first time i am getting the values, when i come back and change the personal number in the import parameter and execute the same mea

  • Placing 2 images side by side in a div and not hving a gap between them

    I'm building my first website http://www.ClayBernard.com and having a problem in the div "#logoAndBanner" - when I place 2 images side by side I get a gap so in the browser they look disjointed. I want to make them seamless. Any ideas would be great

  • How to delete headers when creating a new page

    when i duplicate page it automaticaly puts a header at top of page but i do not want that, i covered them up with black boxes but now that i loaded and published my site while the page is loading it shows the headers in the background untill my logo

  • Sharing Phone - Protecting Contacts From Accidental Dialing

    I have a smartphone that also syncs up real-time to my work email and contacts via touchdown. I also let my kids/spouse use the phone from time to time.  how do I ensure that they can use the phone and dial someone, without accidentally calling one o