INM Impressario - prompt the user to choose where to save

Hi all

I created a PDF file from a template on the fly, and I want to invite the user to choose a folder where they can then save the PDF file created from template.

With JPEG files, I used BUDDY API, but I have not had much luck with BUDDY API INM Impressario, can you suggest a way I can do this and also if there are known issues with Buddy API and Impressario.

Thank you

I use ".

D11.5 (PC, XP)

Manager v4

Buddy API 4.07

You don't need BuddyAPI for this.  Impressario is delivered with a behavior of "save with the dialogue."  You can use it.  Or, if you insist on the fact with BuddyAPI, you can use the command baGetFileName() even I wait that you used with your jpg images and once you have the name of file, send it to save() Impressario or SaveFromTemplate() order.

Tags: Director

Similar Questions

  • DPS is their function where the user can choose which pages they want to keep, to build a custom (build yours) version for themselves.

    DPS is their function where the user can choose which pages they want to keep, to build a custom (build yours) version for themselves.

    N °

    Neil

  • Allowing the user to choose the reserve while asking an element

    Hello

    The vRA version I use is 7.0 and I am facing something of a limitation.

    I'm trying to allow the user to choose what reserve to use I have 3 reservations (preproduction/Prod/Dev). I tried to use custom properties to override VirtualMachine.Admin.ClusterName but it seems that vRA does not get the value inserted by the user in a drop-down list.

    The VMware documentation there is no information about this.

    I was wondering if there is anyway to let the user choose what reservationPolicy or which cluster where to supply the machine while he asks an element.

    Any ideas?

    Try this, I wrote it just straight up.

    Grant

  • When I download (save a file) where is she going? Why can't directly where I want to go? IE allows me to choose where I save each file to

    When I download (save a file) where is she going? Why can't directly where I want to go? IE allows me to choose where I save each file to

    You set downloads to always go to a folder or to ask you every time.

    • Options > general > downloads section

      • ' Save files to: "and choose a folder (always stops in this case) {This is the default setting for Firefox, you can change the folder or move in" always ask me... "} {"below}
      • "Always ask me where to save files.
    • See-> window Options - general Board

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • Put prompts the user for the report associated with BAM 11 g

    I have a wise distribution of the price when price report area > some user defined value. I've implemented which user promt help to filter option. In my report, there are 4 reports say Report1, Report2, report3 and rapport4 displayed at the same time. Report2 needs this value set by the user for the price to charge. But in my case, before loading the full report, it is asking for this value of price. I want to put the user defined ask prices in the associated report.is is possible? Please suggest.

    You can do this by doing two things:

    1. open report you in edit mode, select the display 'A' (if this is the first view, it will be selected by default), click on the link "Modify report properties" on the left, this will open the settings window and guests. Click on the command prompt, and then click on edit. Click Next, Next and proceed to the third stage where are the values of guests. Click on any value, and then click default (to make this value as a default)-an arrow will start pointing your default value. You can also select "All" and make it your default. Finish it.

    2. click on change display and then to the data screen, go to "Surface invite" tab and choose for your prompt display option in the title of "view".

    Save and open the report. Now, it asks you to enter a value any before loading one of the views. The default 'All' (or the default value you set) will be used to load A view and by the drop-down list of values, you can change to filter the data from this point of view.

    Thank you
    Vishal
    Development of BAM

  • Allowing the user to choose their own fonts

    Hi, I have a question about the PDF format. I create printable graphics for customers where they can change the text. Is there a way to allow them to choose the font that they want to use? I can't understand, I use Acrobat 9.0 but would upgrade if I had to.

    Thank you!
    Jackie

    No need to upgarde. By putting in place the field allowing the rich text formatting. See the Options tab of the dialog box properties field for this option.

    Note that the user will know how to select a font. It is not immediately obvious how to do this, then you need to inform your users how to view the properties bar by pressing Ctrl + E or cmd + E on the Mac. When a field that allows rich text formatting has focus, the properties bar will allow them to choose a font.

  • Change 'prompt the user for input.

    Hi all.

    Is there any VI 'Interrogate the entered user' where do I include entries of type enum or ring? If this is not the case, how can I change the VI 'Interrogate the user entry' to do this?

    Thank you

    Francisco

    Right-click on the express VI and select 'open the front '. He converts it into a regular VI that you can modify. Or, simply create your own VI from scratch. Look at the examples of delivery for ' pop up

  • Prompt the user for a parallel process

    Hello

    I am developing a software where I constantly read data from equipment. There is a command that requires a password to enter in this software. I tried to use the query the user entry to receive the password for the user. However when the guest user screen opens, my software stops the reading of data from the equipment until the user enters the password. I don't want that. I want to read the data coming from the equipment, while the user inserts the password again.

    Is it possible to run the query the user entered a parallel process during execution of the read data part? Is there another way to request a password from the user?

    Thank you for helping!

    Hi Ariyoshi,

    LabVIEW is based on DATA streams. When there is no dependence on the data between segments of code, and then they run in parallel.

    Put your password dialog box in a parallel loop...

  • Application that prompts the user to add your opinion in AppWorld on closure

    I am trying to add this feature to my app... But do not know how... And can't seem to find any documentation on this subject...

    You can call the browser to the URL of your app in the App World.  App World opens next to your application page, where the user can leave a comment.

  • Allow the user to choose the background color of dialogue/pallet box

    Hi all

    So, basically, I'm trying to give the user the ability to customize a toolbar, I developed for work by allowing them to choose their own color. I don't want to have to keep jumping into the script whenever someone wants a different color then thought it would be an additional pleasure.

    I looked and found the code for a color picker and suitable for what I want, but being a complete noob, I

    (a) clearly hurts because it does not work and

    (b) there is probably a better way to do it.

    You will see below my script for a fake dialog window.

    Any help would be greatly appreciated.

    var box = new Window("dialog", "Just Digital Toolbar");  
      
    box.panel1 = box.add('panel', undefined);  
    box.panel1.group = box.panel1.add('group', undefined );  
    box.panel1.group.orientation='row';  
      
    box.panel1.group.finalBtn = box.panel1.group.add('button',undefined, "Dummy 1", {name:'dummy1'});  
    box.panel1.group.binderBtn = box.panel1.group.add('button',undefined, "Dummy 2", {name:'dummy2'});
    box.panel1.group.bocBtn = box.panel1.group.add('button',undefined, "Dummy 3", {name:'dummy3'});
    
    
    box.panel2 = box.add('panel', undefined);  
    box.panel2.group = box.panel2.add('group', undefined, );  
    box.panel2.group.orientation='row';  
      
    box.panel2.group.colourPickBtn = box.panel2.group.add('button',undefined, "Colour Picker", {name:'colourPick'});
    box.panel2.group.closeBtn = box.panel2.group.add('button',undefined, "Close", {name:'close'});
    
    
    box.location = [1850, 40];
    
    
    box.panel2.group.colourPickBtn.onClick = function(){  
        
    var hexToRGB = function(hex) {
      var r = hex >> 16;
      var g = hex >> 8 & 0xFF;
      var b = hex & 0xFF;
      return [r, g, b];
    };
    
    var color_decimal = $.colorPicker();
    $.writeln(color_decimal);
    
    var color_hexadecimal = color_decimal.toString(16);
    $.writeln(color_hexadecimal);
    
    var color_rgb = hexToRGB(parseInt(color_hexadecimal, 16));
    $.writeln(color_rgb);
    
    var color_that_ae_add_solid_understands = [color_rgb[0] / 255, color_rgb[1] / 255, color_rgb[2] / 255];
    $.writeln(color_that_ae_add_solid_understands);
    
    box.graphics.backgroundColor = color_rgb;
    }
    
    //===================TEMP CLOSE FUNCTION=====================//
    box.panel2.group.closeBtn.onClick = function(){  
      box.close();
    }
    //===================TEMP CLOSE FUNCTION END=====================//
    
    box.show ();
    

    The piece of code I posted was intended to replace box.graphics.backgroundColor = color_rgb;

    Full code (without the .writeln of $):

    function hexToRGB(hex) {
        var r = hex >> 16;
        var g = hex >> 8 & 0xFF;
        var b = hex & 0xFF;
        return [r, g, b];
        };
    
    var box = new Window("palette", "Just Digital Toolbar");    
    
    box.panel1 = box.add('panel', undefined);
    box.panel1.group = box.panel1.add('group', undefined );
    box.panel1.group.orientation='row';    
    
    box.panel1.group.finalBtn = box.panel1.group.add('button',undefined, "Dummy 1", {name:'dummy1'});
    box.panel1.group.binderBtn = box.panel1.group.add('button',undefined, "Dummy 2", {name:'dummy2'});
    box.panel1.group.bocBtn = box.panel1.group.add('button',undefined, "Dummy 3", {name:'dummy3'});  
    
    box.panel2 = box.add('panel', undefined);
    box.panel2.group = box.panel2.add('group', undefined, );
    box.panel2.group.orientation='row';    
    
    box.panel2.group.colourPickBtn = box.panel2.group.add('button',undefined, "Colour Picker", {name:'colourPick'});
    box.panel2.group.closeBtn = box.panel2.group.add('button',undefined, "Close", {name:'close'});  
    
    box.location = [1850, 40];  
    
    box.panel2.group.colourPickBtn.onClick = function(){
        var g = box.graphics;
        var color_decimal = $.colorPicker();
        if (color_decimal>=0){
            var color_hexadecimal = color_decimal.toString(16);
            var color_rgb = hexToRGB(parseInt(color_hexadecimal, 16));
            var color_that_ae_add_solid_understands = [color_rgb[0] / 255, color_rgb[1] / 255, color_rgb[2] / 255];    
    
            g.backgroundColor = g.newBrush(g.BrushType.SOLID_COLOR, color_that_ae_add_solid_understands);
            };
        }  
    
    //===================TEMP CLOSE FUNCTION=====================//
    box.panel2.group.closeBtn.onClick = function(){
      box.close();
    }
    //===================TEMP CLOSE FUNCTION END=====================//  
    
    box.show ();
    

    Xavier

  • Prompt the user for entry as a vi

    I have a weird problem.

    When I run a program that has two under 'interrogate the user entry' vi in a row, one does exactly what it's supposed to.  The second opens as a Labview VI.  This means you cannot use it as planned and so it is a part of the overall program cannot run.  I think that this problem began to spontainiously as I have not change this part of the program at all.   I even tried to delete the old under vi and replace it with a new and the problem persists. Any ideas on that? Joined the program and looks like a picture of what the error. Sorry the program is great, but the problem occurs in the early stages.

    Thank you

    JO

    Hi John,.

    The problem probably isn't with your user to enter vi, it's probably in the upper loop of your program.  I think that your second entry vi opens, then your upper loop begins to run before the user can enter anything, there is a mistake in the upper loop that stops LabVIEW and let your dialog box open.  You can watch this happen if you open the block diagram and turn on "highlight the execution."

  • prompts the user for input, but use the last entry as departure

    Hello, I am currently having a VI that I invited the user to a text and then input I use this input text thereafter.  However, I would like to have the guest so that I can use the last entry of the bite as a starting point.  Started the code, I do not know how to proceed.  Any help will be greatly appreciated.

    Thank you.

    hiNi

    If you add a record to offset uninitiallized and change the express vi, you can do it.

  • AC VPN: vpn-session-timeout and prompt the user

    Hello

    Is it possible to invite the user to continue the session shortly before it hits the vpn-session-timeout value (ASA).

    Thank you

    Sean

    Sean,

    I believe that no job like this been done on it by the BU.

    We had this never open a:

    https://Tools.Cisco.com/bugsearch/bug/CSCsx17267/?reffering_site=dumpcr

    M.

  • Prompts the user to some responses in a dialog box

    Hi all

    I want to create a dialog box containing a few questions requiring a response from the user. I tried to use the app.response () method, but it can show a question and an entry field (for the user to answer the question) at a time.

    Using this method, if I have 10 questions requiring a response from the user, I have to use this method of app.response () ten times respectively.

    I could create a dialog box that can show several questions and inside input fields?

    If the user could answered all questions to the dialog window only one.

    My second question, the input field in the dialog box that showed using the method app.response () is just a regular text box field. I could create a dialog box to get user input that can use the drop-down list field as entry field, instead of textbox field?

    Any help is appreciated

    Thank you.

    Kind regards

    Rocky

    The 'app.alert ()' method can recover a 'yes', 'No', 'OK' or 'cancel the answer.

    The "app.response ()" method can retrieve a text string.

    The "app.popupMenu ()" and "app.popupMenuEx ()" may return a selected item.

    The "app.execDialog ()" method can collect any number of data items in the text fields, check boxes, drop-down list, or buttons.

    For more information, see tutorials from Thom Parker:

    http://www.acrobatusers.com/tutorials/popup-menus-Acrobat

    http://www.acrobatusers.com/tutorials/2006/popup_windows_part1

    http://www.acrobatusers.com/tutorials/2006/popup_windows_part2

    http://www.acrobatusers.com/tutorials/2006/popup_windows_part3

    http://www.acrobatusers.com/tutorials/2006/popup_windows_part4

    http://www.acrobatusers.com/tutorials/2006/popup_windows_part5

  • Need to create the form that the user can fill out and SAVE Reader

    Hello

    My form, of course, works fine in Adobe Acrobat 4 CS4, is sunk when typed in with Acrobat Reader. It says at the top:

    "Please complete the following form. You cannot save data typed into the form. Please print your form if you would like a copy for your records. »

    * I know it's possible * to make it writable / recordable for users of readers, because I have a form that someone else created and in Reader the message says: "Please complete the following form. You can save the data entered in the form. »

    What setting do I change in Acrobat to make recordable in Reader? Document attached.

    Thank you in advance!

    Open the PDF in Acro 8 or 9 and in the Advanced menu, choose extend features in Adobe Reader.

Maybe you are looking for

  • Is Digital Zoom precision on the Nex 5N and al better than simply cropping in post-production?

    The main question in the subject line. If the answer is 'no', what is the new clear Image Zoom. It provides nothing that I can't do post-production with cropping? If previous digital zoom and turn off zoom of the image are not better than cropping, s

  • Vista hosts file keep endangered

    Hi all. My Vista hosts file began to disappear these last time. I have no problem of replacement and it works very well after this, but what could be the cause of it disappear. I run vista basic security and everything worked fine until now. A few da

  • Selection of text in a PopupScreen

    Hello I have a PopupScreen with a RichTextField.Is it possible to let the user select the text inside the RichTextField (i.e. for copy and paste)? Thank you

  • How covert "asynchronous http" from c# to Java of BB

    I'm trying to convert a code of .net compact framework Java of BB. But the problem is that I can't find API on asynchronous http BB Java. System.Net.HttpWebRequest . of the .net compact framework is the following method for asynchronos http. Public O

  • Using the cardboard

    Is it some kind of use my printer HP Officejet J6400 cardstock?