simple thread question

Hello world

My question is quite simple.  I have two text boxes. I wrote "123" in the first text box and 'abc' in the second area. When I put the two boxes, the content in the second box automatically flowed to the first area, because there was space in the first box. Now the first box shows "123abc", and the second box is empty.

How to stop Indesign automatically cela. Is this possible?  I know I can do it by screwing the two boxes first then the input data, but I have already entered all my data and it save me a lot of time if I can just have screw now.   Thank you very much!

Simon

Until you put frames, insert a frame break in all Type > submenus insert a special character

Then content don't flow from 1 in frame 2 frame when you put on, because you insert a frame break stops at what happens.

Tags: InDesign

Similar Questions

  • If exposed simple of questions?

    Alright fellow programmers.  Once more what I meet a problem I have EVER had with other JAVA programs before.  IAM trying to figure out how to write a simple if statement and I have questions.  I did Google search and have found something to help.  So, if you could please tell me what may be the issue?  The error message is "error {invalid AssignmentOperator. syntax".   Thanks in advance!

    Double BinRadius = (Integer.parseInt (txtRadiusFeet.getText ()) * 12) + Integer.parseInt (txtRadiusInches.getText ());

    FieldChangeListener CalcListener = new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    Double BinRadius = (Integer.parseInt (txtRadiusFeet.getText ()) * 12) + Integer.parseInt (txtRadiusInches.getText ());

    {If(BinRadius==0)}
    Dialog.Alert ("Hello");
    }
    };

    Capital I yew?

  • Thread question

    Hello

    I have an application that starts to run in the background on application start, this app starts a new thread to wait on a HttpPush to the server, receiving push a modal window appears and if the user selects Ok I open an app, or ignore the thrust if Cancel is selected in the dialog box.

    The question I have is that the display of the dialog box is pushed, but it seems that the thread does not wait for a reply. That would be because when the screen of the dialog box is pushed it uses a UI Thread?

    You must process the result in the invokelater or use invokeandwait blocking

  • A simple PHP Question

    Hey guys,.

    I learn some basic PHP to make a simple form, and I have a small question. I have these two test of the PHP, Form.php and acion.php files. What you enter in the form is then displayed via $_POST to action.php that gets displayed. Here are the test sites:

    http://christianstest.info/phptest/form.php

    http://christianstest.info/phptest/action.php

    And for two, verry simple code:

    Form.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>PHP Form Test</title>
    </head>
    
    <body>
    <form action="action.php" method="post">
     <p>Your name: <input type="text" name="name" /></p>
     <p>Your age: <input type="text" name="age" /></p>
     <p><input type="submit" /></p>
    </form>
    
    </body>
    </html>
    

    and action.php


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    
    <body>
    Hi <?php echo htmlspecialchars($_POST['name']); ?>.
    You are <?php echo (int)$_POST['age']; ?> years old.
    </body>
    </html>
    

    Now I want to do is have action.php store data entered in Form.php so that someone could link directly to action.php and see what the end user concluded Form.php. Now, if you go directly to a non action.php caching it does nothing for the return of name and age. How can I get this data stick? If in fact, it is not a simple question, can you point me to a tutorial? Thank you!

    You'll want to republish this topic in the Dreamweaver forum:

    http://forums.Adobe.com/community/Dreamweaver?view=discussions

    Take care, Mike

  • validation to a specific table only and simple a question on the dml trigger

    Hi all

    guess I am connected to a database with the user ' scott'/'tiger'@orcl and I have the fire instructions insert on 2 different tables allows say tables is
    (1) emp
    (2) Dept.

    and now I want only to commit the emp table and not the table dept, is it possible to do?

    Another question, I have... are commit simple dml triggers auto or not?

    Concerning
    Rahul

    Mac_Freak_Rahul wrote:

    and now I want only to commit the emp table and not the table dept, is it possible to do?

    No, it isn't. You post a transaction, not a table...
    So if you have handled several tables in your transaction, you agree to be all these changes (via the command commit), or any of them (via restore).

    >

    Another question, I have... are commit simple dml triggers auto or not?

    If your dml trigger manipulate data (a very bad practice by the way), then they just add to all of the changes made to the breast of your transaction, you (as mentioned above), either commit all or none.

  • Table Simple Dreamweaver question

    I have so many tables, 100 rows, 5 columns for my data.  Here's my question, is there a way to tilt the table given above then go down and up and down.  All my data is from the old to the new, when I want recent to old.  I know that you can do in Excel by alphabet or date, id there a way DW

    Someone can correct me if I'm wrong, but I'm sure you can't sort a column or row of values in a table html using DW. What you could do is create your list in Excel, sort the list in Excel and copy the range of the table and paste it into DW, which will create a perfect html table. You can also copy and paste from Dreamweaver to Excel, but it is not as simple. You will need to copy and paste a column at a time, and you will have an additional empty line for each line populated.

    Another solution is to create a mySQL table that can be easily sorted and uses PHP to display the table on your page. You must know at least the basics mySQL and PHP to do that, but if want to add constantly new records to your table, mySQL is your best solution. If your table is static, the first solution works perfectly.

  • Impossible to get Graph.DataSource to work in WPF, I (thread question?)

    My chart is work beautifly when I use:

    chartCollection.Append (measure. GHz, measurement.dB);

    But when I try to use this call to the same method, I get nothing on the graph:

    Double data = new double [256];
    ....
    Graph DataSource = data;

    I know not if there is a suspicion, but I declare chartCollection on the main thread, and then pass it on to a different thread to collect data and it draw in real time.

    I could have lived with chartCollection.Append but in this case, I got a lot of data instanteneusly and I want to assign to chart at a time.

    Moreover, it seems that you need about 350 ms differ between each card. Add to not cause exception... but in my case I need to delay in all cases (for data) is not a problem.

    Thank you!

    I'm not very clear on how you mix the table/matrix updates. Here is an example of chart queue adds via the dispatcher (using a class task and assistance as a quick way to simulate the substantive work). You can use any delegate with the dispatcher, so you can assign DataSource in a delegate instead of use the method append on a collection of table.

    public partial class MainWindow : Window {
            private readonly ChartCollection chart = new ChartCollection( );

    public MainWindow( ) {
                InitializeComponent( );

    this.graph.DataSource = chart;

    var worker = new Worker( this.Dispatcher, chart.Append );
                Task.Factory.StartNew( worker.DoWork );
            }

    private class Worker {
                private readonly Dispatcher dispatcher;
                private readonly Action append;

    public Worker( Dispatcher dispatcher, Action append ) {
                    this.dispatcher = dispatcher;
                    this.append = append;
                }

    public void DoWork( ) {
                    for( int i = 0; i <= 360;="" ++i="" )="">
                        double value = Math.Sin( i * Math.PI / 180 );
                        this.dispatcher.BeginInvoke( this.append, i, value );
                        Thread.Sleep( 100 );
                    }
                }
            }
        }

  • Really simple (hopefully) question about GPIB-USB-HS

    I tried to reconnect a GPIB-USB-HS to a network through a PC HP on shelf Analyzer. Before removing the GPIB-USB-HS system about a week or two ago, Network Analyzer (a vintage 1989 HP 8720 vector Network Analyzer) had worked well with the GPIB unit. Now that I reconnected the GPIB device to network monitor, measurement and automation seems not be able to detect the Network Analyzer.

    My question is: if my GPIB-USB-HS appear in measurement and automation, and it passes the NOR-488. 2 troubleshooting of HW and SW utility test, it would be safe for me to assume that whatever connection problems I have with the Analyzer network, rather than with the GPIB-USB-HS itself?

    Thank you

    Armando83

    I finally got the connection working again. I just had to tighten the screws on the GPIB-USB-HS to make sure it's a good connection to the Network Analyzer so that it can work.

    Thanks again for your help, Dennis.

  • Simple Threading Dillemma

    I have a thread main game loop, I want to run constantly in the background:

    import net.rim.device.api.ui.UiApplication;
    
    public class NewGame extends UiApplication {
    
        /* gameState amd newGameState:
         *      1 - Main Menu
         *      2 - Options
         *      3 - Help
         *      4 - About
         *      5 - Exit
         *      10 - Play Game
         */
        public int gameState = 0, newGameState = 1;
            private boolean stillAlive = true;
        public MainGameLoop mainGameLoop;
    
        MainMenu mainMenu = new MainMenu(this);
    
        public static void main(String[] args){
            NewGame newGame = new NewGame();
                    newGame.enterEventDispatcher();
        }
    
        public NewGame(){
                    mainGameLoop = new MainGameLoop();
        }
    
            private class MainGameLoop extends Thread
            {
                MainGameLoop()
                {
                    start();
                }
    
                public void run()
                {
                    while (stillAlive)
                    {
                        if (newGameState != gameState)
                        {
                            switch (newGameState)
                            {
                            case 1:
                                pushScreen(mainMenu);
                                gameState = newGameState;
                                Thread.yield();
                                break;
                            }
                        }
                    }
                    //Exit Game
                    System.exit(0);
                }
            }
    }
    

    When he pushes the main menu, I get an error as soon as starts to thread the main menu animation.  If I start the main menu thread without running the thread of the main loop of the game, it works perfectly.  Then, of course, I am unable to run these 2 threads at the same time.  I tried to give the first thread as soon as the main menu thread starts, but it does not help.

    I have also tried to main menu of sleep for 500ms ever iteration, even thought it is supposed to be suspended, but that didn't work either.

    Here is the thread from the main menu.  I removed all my personal code not covered do not threads:

    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.container.FullScreen;
    
    public class MainMenu extends FullScreen
    {
        NewGame newGame;
        public MainMenuLoop mainMenuLoop;
        public boolean stillAlive = true;
        //Menu Item Chosen (0-Play Game, 1-Options, 2-Help, 3-About, 4-Exit)
        private byte menuItem = 0;
    
        MainMenu(NewGame m)
        {
            super(FullScreen.DEFAULT_MENU | FullScreen.DEFAULT_CLOSE);
            newGame = m;
    
            //Load images
    
            mainMenuLoop = new MainMenuLoop();
        }
    
        private class MainMenuLoop extends Thread
        {
            MainMenuLoop()
            {
                start();
            }
    
            public void run()
            {
                while (stillAlive)
                {
                //Menu animations code here
                    invalidate();
                }
            }
    
        }
    
        protected void paint(Graphics g)
        {
        //Drawing routine here
        }
    
        protected boolean navigationMovement(int dx, int dy, int status, int time) {
            //Check for Input from Trackball
            //Movement code here
            return true;
        }
    
        protected boolean navigationClick(int status, int time) {
            //Check for Clicks from Trackball
            return true;
        }
    
    }
    

    So, once more, if I call the main menu directly without using the main loop of the game, I have all the problems.  If I start the main loop of the game and call the main menu of him, I get an error when the thread starts.  Here is the error:

    JVM error 104

    Eception:

    IllegalStateException

    Thank you in advance!

    Keith

    As said previously, you don't need to run a thread explicitly to the "main menu" thread because stuff specific to the Blackberry user interface is already running within a thread, known as the "event thread". There are restrictions on other non-event threads trying to do some UI on the event from another thread thread (unless you synchronize on the lock event variable). When you gave birth to your thread and try to do things on the thread of the event, you will receive this exception.

  • simple sql question

    What's not here?

    Select "update lookup_Nationalities set NAME = 'Philippinien' where NAME =' |" NAME of lookup_nationalities.

    I want to have commands like update

    Update lookup_Nationalities set NAME = 'Afghanistan', where NAME = 'Afghanistan ';

    Update lookup_Nationalities set NAME = 'Belgien' where NAME = 'Belgien ';

    Update lookup_Nationalities set NAME = 'China' where NAME = 'China ';

    ....

    thanx

    Hello

    Whenever you have a problem, please post a small example data (CREATE TABLE and only relevant columns, INSERT statements), so that people who want to help you can recreate the problem and test their ideas.

    Also post the exact results you want from this data, as well as an explanation of how you get these results from these data, with specific examples.

    If you ask yourself on a DML statement, such as UPDATE, then the CREATE TABLE and you post instructions INSERT must re - create the tables as they are to the DML, and the results will be the content of the or a modified tables when it's all over.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: Re: 2. How can I ask a question on the forums?

    2843667 wrote:

    What's not here?

    Select "update lookup_Nationalities set NAME = 'Philippinien' where NAME =' |" NAME of lookup_nationalities.

    I want to have commands like update

    Update lookup_Nationalities set NAME = 'Afghanistan', where NAME = 'Afghanistan ';

    Update lookup_Nationalities set NAME = 'Belgien' where NAME = 'Belgien ';

    Update lookup_Nationalities set NAME = 'China' where NAME = 'China ';

    ....

    thanx

    If you want to include single quotes inside a string literal, use either 2 single quotes inside literal, like this:

    Select "update lookup_Nationalities set NAME =" Philippinien "where NAME =' |" NAME

    of lookup_nationalities;

    or use Q-rating:

    Select Q '{update lookup_Nationalities set NAME = 'Philippinien' where NAME =}' | NAME

    of lookup_nationalities;

    Whatever it is, you don't want anything like ' | ' at the end, after the «;»

    Be careful: I bet that you do not want the output to be something like

    set lookup_Nationalities set NAME = 'Philippinien' where NAME = Sverige

    I suspect you want single-quota around Sverige, too.

  • A few simple newbie questions

    I've been running Windows Home Server on an old Dell Zion (Yes - quite pokey), I see that Dell has many things on an I3 PowerEdge T110 II. I did a lot of search in the online documentation and manuals, but have a few unanswered questions:

    o the server has a built-in SATA controller? The manual says 6 SATA connectors, but when I tried to configure the server for the purchase, it was persistent to choose me a PERC controller card. If there is a controller of the motherboard, will it be enough?

    o once again, trying to set up with UEFI boot, he said conflicts in configuration. I am the command without hard drives, but to use an existing drive to 4 TB. I'm going to need to configure GBT and will require UEFI, I think. Is this a problem?

    o any person aware of all the problems with Windows Home Server 2011 running on this platform?

    They are sold individually as no disc/OSless as the default configuration. That's fine, but I wanted to buy a couple of company drives to go with it. When I tried to configure the system with hard drives, came when all configuration conflicts. I'll try to call tomorrow, but I think the community is generally better informed than the sales people. It looks like I'll buy the unit without disc and add my own records. Recommendations for hard disks that are reasonably reliable (and cheaper than Dell)? I want to run RAID 1.

    My 'adventure' is about to begin. Thanks for the help!

    Al

    achuneke
    The server has a built-in SATA controller? The manual says 6 SATA connectors, but when I tried to configure the server for the purchase, it was persistent to choose me a PERC controller card. If there is a controller of the motherboard, will it be enough?

    Yes, he does. Don't forget to check the Onboard SATA under hard disk Configuration option. If you enable RAID, you will get the S100 controller... let off RAID and use RAID software Windows instead.

    achuneke
    Yet once, trying to configure with UEFI boot, he said conflicts in configuration. I am the command without hard drives, but to use an existing drive to 4 TB. I'm going to need to configure GBT and will require UEFI, I think. Is this a problem?

    You can't order a server without a disk (see below *). If you plan to use your own, order it with the most small/less expensive available drive, then swap later. You have NO need to specify a UEFI/BIOS at the time wherever you order the server if you intend to swap the hard drive or install the OS yourself.

    achuneke
    Anyone aware of any issues with Windows Home Server 2011 running on this platform?

    I don't see any, other than the fact that he didn't is not officially "supported", so you may run into issues at some point, but I suspect that there won't be any.

    * You said they sell it "diskless", which I have never seen. If you can, great, but if not, see my comment above. Business records are only needed if you use enterprise-class RAID controllers. Do not use the S100... is not (is not) a "business" class RAID solution

    'Real' RAID controllers (like the PERC 6 / i or H700) are not supported in the T110 II, so you don't ' really need to business records. Some have reported PERC 6/7 works to T110 II, but it is not supported, and if you choose to go this route, then make sure you have some good records designed for these controllers.

  • Simple Javascript question

    Please forgive me, I am very new to JavaScript and Acrobat.

    Can someone tell me the phrase I would use to several a number entered by a user; which would be multiplied by a fixed number? Please see image:

    The user number of backpacks, they enter the first area, the second box would have several sales of 50.

    Please let me know if you have any question. I spent some time trying to get this to work, everything I try the product and error.

    Your help is very appreciated!

    Hi rachelNS,

    You can send me a sample form and I would try it for you.

    Then you check the script on your side. Also, I would like to know what is the version of Acrobat you are using?

    Kind regards

    Ajlan Huda.

  • Simple join question

    Hi guys, I'm confused.

    I was always told that one table can have ONLY 1 primary key. is this true or false? Or a table can cause several primary keys?

    Second question is, if I join two tables that are formed as a result of columns.

    Table 1:
    Account_number
    Account_create_month
    Customer_address

    Table 2:
    Account_number
    Account_create_month
    Customer_phone

    Should I join on account_number AND account_create_month? If yes why? and why not? Sorry if this is a stupid question. I'm just very confused. Thank you

    Hello

    Z KHAN wrote:
    Hi guys, I'm confused.

    I was always told that one table can have ONLY 1 primary key. is this true or false? Or a table can cause several primary keys?

    A table can have 1 primary key. There may be any number of columns (1, 2, 3 or more) in the primary key.
    A table can contain any number of unique keys.

    Second question is, if I join two tables that are formed as a result of columns.

    Table 1:
    Account_number
    Account_create_month
    Customer_address

    Table 2:
    Account_number
    Account_create_month
    Customer_phone

    Should I join on account_number AND account_create_month? If yes why? and why not? Sorry if this is a stupid question. I'm just very confused. Thank you

    No, you do not have to connect using the two. If you use the two in a join given or not depends on what the data means, and what results you want.

  • Potentially simple Snapshot question

    Hello. I think it would be a simple thing to look upward, but for some reason that I can't find the answer to the it.

    I am running Vi3 with ESX 3.5i hosts 4. I need to know exactly where a VM snapshot records in. I have a 250 GB drive on an FTP server that I have I envy snapshot in the future. I just formatted a table iSCSI with 440GB LUN. So if a snapshot of my 250 GB drive MUST reside on the same LUN as the original machine, obviously I would not have enough space. Can I choose where to store my snapshots?

    Thanks for the help,

    Tim

    With the VM snapshot, they are stored in the same directory as the virtual machine.  That said, when you create a snapshot it saves only the changes and therefore the space requirements depend on how long the snapshot has been kept active. Committing, it's quite abit more complicated, but as long as you do not have an active snapshot or multiple snapshots on the virtual machine, you need also not 250 GB in order to commit (which would be just inefficient).  Unfortunately I do not know a calculation that will allow you to say that, because it is based on the number of changes and levels of snapshots on the virtual machine.

    I think that it is possible to change the directory stored in the snapshot, from the command-line editing the VMX file, however I do not recommend to change.  I don't remember the exact setting off my head to do it.

    See you soon,.

    / Jonathan

  • Simple upgrade question (hah!)

    Thanks to all who have posted elsewhere on the total absence of Adobe readers! Now, I don't think so dumb because I couldn't find anything whatsoever on their site!

    My wife machine running XP SP3 and Reader version 7.1.0 installed. She refused the upgrade to 8. everything which (on my advice), and now it seems she has abandoned the path to upgrade completely. She is happier when I ring completely his computer trying to install updates , so I thought I'd ask advice here.

    I do not trust that the last available from Adobe (version 10.1.1) competently installation version allows to uninstall the current version, and if not uninstall it properly, I know that there may be problems. Should I go ahead and uninstall version 7.1.0 and approach 10.1.1 installation as a new installation? Or is the 10.1.1 installer will look for (and need) the presence of the previous version? I read some other nightmare discussions need to install a chain of upgrade in order to get the current level of more...

    Thank you

    GB

    Hi GB,

    You can use simple 10.1.1 Reader Installer http://get.adobe.com/reader/ to install Reader 10.1.1 avaialable. The installer will automatically uninstall Reader 7.1.0 system and replace it with the latest version of Adobe Reader.

    You don't need to uninstall Reader 7.1.0 manually, prior to installing Reader 10.1.1 on your system.

    Ankit

Maybe you are looking for

  • USB 3 material

    Hi, I'm not sure but during the inspection of my iMac (end of 2013), which is supposed to support USB 3 I see the USB sockets only have 4 pins, now all the control I did said it is only USB 2 unless you use a double power cable (IE 2 catches USB 2) i

  • Manual 910

    Is there a manual for the 75 ' 910? I would expect a 15 so I want to study the connections so I have correctd for installation cables.

  • CONNECTED HP - CANNOT CONNECT TO IT

    Yesterday, I had a problem in establishing an account because of an old Snapfish account, this has now been resolved... Thank you. Today I managed to get some things working, but I'm having a problem connecting to connected HP.  I click on the eprint

  • Why is there a Microsoft Visual C++ 2005 Redistributable 2 software on my Windows XP computer?

    Dear Sir or Madam: After I installed a new PDF converter software, I noticed that another Microsoft Visual C++ 2005 Redistributable Software has been added to section Add / Remove Programs of my Windows XP Home Edition with Service Pack 3 desktop com

  • How can I get a copy of Brunin03.dll?

    When you try to uninstall the Brother MFL - Pro Suite, I get the following error message: The DLL "C:WINDOWS\Brunin03.dll" failed to load. Returns-1 I called brother but they said it was a matter of WINDOWS.