Is it possible to disable text bubble grouping?

i have this thing where sometimes i send several shorter messages within one minute. several people i talk to do this as well.
in the older design each message would have its own separate line/box which was fine, easy to keep track of, but with the new look everything is grouped into one big wall of text inside a text bubble, which is pretty hard to read and keep track of due to a large amount of text with no linebreaks or other way to help reading it.
is there a way to "un-group" those messages, so each message i/others send is in its own box, like how it'd look if the messages were posted over 1 minute apart?

TThanks for the info.
CAn can you elaborate on how I would set up a security policy.  Is it with a GPO?
thank you.

Similar Messages

  • Is it possible to eliminate text bubbles

    Is it possible to eliminate text bubbles from imessage? I want straight text, no bubbles

    Sorry no, it's designed that way.

  • Its possible to change text frame contents inside group...???

    Hi Everyone,
    I'm newbibe to Indesign forums.
    I had grouped image placed on rectangle and text frame. now i need change text frame content using indesign Javascript
    Its possible to change text frame contents inside group..?
    -yajiv

    Hi Siraj,
    Thank you very much for your assistance...
    Actually I need swap both group of image and text frame to another group of image box and text frame.
    I wrote code use of you advice and i struct with errors. can you rectify this code if possible...
    Thanks in advance
    -yajiv..
    Code:
      if (app.documents.length != 0){
         if (app.selection.length != 1){
              if(app.selection[0].constructor.name == "Group"){
                   app.select(app.selection[0].allGraphics[0]);
                   var myGr1 = app.selection[0].itemLink;
                   app.select(app.selection[0].textFrames[0]);
                   var selText1 =app.selection[0].contents; 
         if(app.selection[1].constructor.name == "Group"){
              app.select(app.selection[1].allGraphics[0]);
              var myLink2 = File(app.selection[1].graphics[0].itemLink.filePath);
              app.select(app.selection[1].textFrames[0]);
              var selText2 =app.selection[0].contents; 
              myGr1.relink (myLink2);
              myGr1.update();
              myGr2.relink (myLink1);
              myGr2.update();
              app.selection[0].contents=selText2;
              app.selection[1].contents=selText1;
         else{alert("Please select the two selection....!!!");}

  • I know Imessaging between IOS 5 devices is free, but when sending group texts to both IOS 5 phones and nonIOS 5 phones, is it still free to those with IOS 5? The text bubble is green.

    I know Imessaging between IOS 5 devices is free, but when sending group texts to both IOS 5 phones and nonIOS 5 phones, is it still free to those with IOS 5? The text bubble is green.

    According to Macworld it is a lowest common denominator situation. If any of the people on your list are not iMessage people then all the messages go out SMS and will count against your messages from your provider. Bummer IMHO, but that is the way it is.

  • Is it possible to disable multiple logins?

    Is it possible to disable multiple logins by the same user on different computers? I have network hosted user accounts. I need a way to NOT make it possible for user A to go to client Mac A, login and leave himself logged in there then go to client Mac B and login there also. This is creating some unpleasant effects on the server - naturally!
    Any easy way to accomplish this? Perhaps through Profile Manager?
    Thanks!

    Simon,
    Thanks for the reply but I need some elaboration.... "the "Login" preferences for users and groups".... what exactly are we referring to? I don't see such option (or atleast the way it's written), in either Server app or Profile Manager. Are we talking about the same OS X version?
    Thanks.
    P.S. Despite the fact that I have enabled the option in Profile Manager to logout all users on all computers after 30 minutes of inactivity, I have noticed that the iMac clients don't log out the users after the said time...

  • How can i change the color of the text bubble in Preview?

    Is it possible to change the colour of the text bubble in Preview?  In the Help section it seems to indicate you can but following the directions only puts a border around the bubble in the colour you have chosen.  The interior colour of the bubble does not change.
    Attached are the Help instructions:

    Has to be written into the app by the developer. Send them a suggestion to add such a feature.

  • Possible to disable crtl+alt+del button on HP Slate 500?

    Hello
    I was wondering if it is even possible to disable the crtl+alt+del button on HP Slate 500? As my company has me reviewing the unit to be possibly used within our company but one of the requirements is to be able to lock the tablet down. And one of the things they want is to prevent people from being able to use the crtl+alt+del to access task manager since the plan is to lock windows to one open application. But I can't see any settings in the bios to disable that button. And there are no oblivious options I can find on the Slate and the button does not appear to be controlled by a priority HP software product. The only other way I could think of doing it would be to somehow disable it from the registry.?

    This can be done using the Pro version or higher of windows 7, using gpedit and/or administrative templates you can control everything a user account can do or not do.
    gpedit.msc in a run command opens the group policy editor
    http://technet.microsoft.com/en-us/library/cc753298.aspx

  • Is it possible to have sorting by group and checkboxes in the same ALV

    Hi there,
    Does anyone know whether it is possible to have sorting and group on one field in ALV and checkboxes set on another field in ALV?
    eg.
    Fieldname
    ===========
    Name----
    Text
    Allowance----
    Numeric -> Sort & Group
    Verified----
    Checkbox
    How do I code it if it is possible to have grouping and check box all in one ALV.  Meaning I want some data that are the same to merge using sort, while still having the checkbox available for my other field (Verified).
    Thanks in advance.
    Lawrence

    hi,
    GROUP BY clause is used on database tables with select statement.
    sort is used on internal tables.
    can u clearly explain y u need group by and sort on the same field.
    if u are extracting from dbtable using grou by clause on a field, then no need to sort it again.
    if u want sort u can do it by giveing "sort itab by field". thats not a problem.
    now coming to check box.instead of using SLIS type field catalog, u use LVC type.
    in LVC_S_LAYO, u can fine box_fname.
    while defining layout, u declare a variable of type LVC_S_LAYO
    AND GIVE BOX_FNAME = internal table field name

  • It's possible to disable custom color from color picker?

    Hi guys!
    I've searched in the threads about color picker but I found anything about it...
    It's possible to disable the option to select a custom color? I work in a enterprise who makes softwares to brazilian clients, and not everybody understands english phrases...
    Another way it's to translate the option, but I don't know if is possible too.
    Thanks!

    You definitely need to add the stylesheet to the Scene, not to anything else. If you take my example and change
    scene.getStylesheets()...
    to
    root.getStylesheets()...
    you'll see that it won't work any more.
    The difference between this and the css you used is that the css you used is applied to the display of the color picker button; you need to apply styles to the popup (the color palette), which is not contained in your VBox or AnchorPanes. Notice how the font has changed for the name of the color in the button, but it hasn't changed for the "Custom Color" label you are trying to remove.
    Somewhere there is some code that is adding the VBox you are subclassing to a Scene, and setting that scene into a stage. Your best option (perhaps second best option, see below) is to find that code so you can add the stylesheet to the Scene itself.
    If you're working within a framework someone else has written, and can't access or change the code where the scene is defined, you have another option that I can see. Every Node has a scene property that refers to the scene to which that node belongs. So you could observe changes to that property and when it's updated, add the stylesheet to the scene.
    So here is a hack to make my original hack work, in the event that you cannot access the scene directly, for some reason:
    final String suppressCustomColorCss = getClass().getResource( "noCustomColorPicker.css").toExternalForm();
    colorPicker.sceneProperty().addListener(new ChangeListener<Scene>() {
    @Override
      public void changed(ObservableValue<? extends Scene> observable,
      Scene oldScene, Scene newScene) {
      if (newScene != null) {
      List<String> cssClasses = newScene.getStylesheets();
      if (!cssClasses.contains(suppressCustomColorCss)) {
      cssClasses.add(suppressCustomColorCss);
    This code basically says "when the color picker becomes part of a new scene, add the stylesheet to that scene".
    At this point, you're applying hack on top of hack to get the effect you need. I think if I were in this situation I would just go ahead and define my own color picker. All you really need is a MenuButton, a property to hold the selected color, and a popup with a layout of controls to choose an arbitrary color. It would be a bit of work, but shouldn't be too hard. If you take this option (which I think may be your best bet), it's more work now but it will be clear what you are doing - when you (or other programmers on your team) come back to the code later you'll understand how it works much better.
    You should also file a couple of feature requests. One for API to enable/disable the option to choose a custom color, as this seems like a reasonable piece of functionality to have. The other should be for properly internationalized text for the labels in the color picker, as these are currently just hard coded into the source code in English.

  • UI Question: Can I disable the "bubble" chat style...

    Okay, so I've been recently forced to download the latest version of Skype, which, up till now, I've been refusing since I was perfectly happy with the old UI's. Now it's all text-bubbles from cellphones and the bouncing and the ugh. I'm not happy. I write lots of paragraphs with my friends and this cellphone look-alike is irritating and frustrating and I really really really hate watching it bounce every time I send a new message.
    So, my question is if there's any way to disable that or fix the UI so it doesn't have text bubbles or maybe download any app/anything that will reduce the amount of irritation I have and maybe just make it look like it used to? A simple white background with text on it.

    No, you can't disable the bubble style chat, or the avatar's next to the bubble, or the inline thumbnails of recieved images.
    Microsoft knows what you want, even if you think you want something different. You are wrong, and Microsoft is right!
    More seriously, I detest the bubble style chat, and the inline avatars, and the inline image previews. I want a simple, pure text chat. No fancy bubbles, no fancy image previews, no inline avatars. Unfortunatly they forced this update onto me, and didn't give me a chance to accept or reject. I just rebooted my PC, and my old skype was replaced by this absolute trash.

  • Is it possible to highlight text without a pop-up  being made in Acrobat XI?

    I am trying to figure out if its possible to highlight text without a pop-up being made as I am using the highlighter tool to just mark  important information for quizzes and do not need a pop-up made each time I highlight! Is there a way to disable pop-ups being created? Thank you for your time.

    Thanks for your reply Dave, but I want to know if a pop-up has to be created internally when highlighting. Can you disable to sticky note part of the highlight?
    Here's an example: I highlight my college books and don't need all those pop-ups being made behind the scenes. In Acrobat X, all of my highlights would slow down the program immensely,
    thankfully in XI, it doesn't happen at all, nor do I want it to in the future. Thank you for your time.

  • Is it possible to merge text boxes

    Hello,
    I am just wondering whether it is possible to merge text boxes.  I use Keynote as a holder for cheat sheets for learning programming languages, and I tend to make a lot of text boxes that at some point need to be consolidated.  Currently I have to use the arduous method of cutting and pasting the contents of one box into another box.  Is there an easier way?  And no, the "group" button is not what I'm looking for as this maintains the individual text boxes and does not allow moving the text cursor directly between boxes with the arrow keys.
    Thanks

    ha I finally got it
    it bypass but...it works
    you open presenters notes
    you copy paste all of the textbooks into it
    than you select text and paste it back on page
    hurrah its one text box

  • HT1688 Text bubbles

    Can the text bubbles color be changed they are awful and hard in the eyes? If so how can I change?

    Agree. Neon green is about the worst possible color. But, I don't think it's changeable.
    The iMessage blue color is a little better, but for standard non-iMessage SMS you're stuck.

  • Text bubbles as hyperlinks

    I'm working on my blog and I'm trying to figure out-
    Is there the possibility of having a bubble pop up over text different way of vieiwing, where when there is a tangent to something I am saying I can, say, underline the text and have it so that when someone drags the mouse over it a text bubble appears going into further detail....? That way the background information doesn't interrupt the flow of the general article.
    That would be a really great feature, I don't know if it already exists. Can anyone help me figure out a way to do this?

    Hi,
    You can implement your own separate servlet which returns contents of selected file, and set links in your table to call this servlet. Check this tutorial for details. One difference in your case will be usage hyperlink component instead of image inside of table.
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/file_upload.html
    Thanks, Misha
    (Creator team)

  • Possible to disable Lync 2013 AVMCU?

    Hi there,
    Is it possible to disable the Lync 2013 AVMCU, so only audio and video point-to-point?
    -How to procede?
    Hopefully still possible to do group IM if user wants.
    RGDS Trond

    You can disable both Audio & Video by Disabling both AllowIPAudio & AllowIPVideo.
    Set-CsConferencingPolicy gloabl -AllowIPAudio $False -AllowIPVideo $False
    Or you can go to Control Panel and go to Conferencing TAB and adjust the Conferencing Policies from there.
    - Belgian Unified Communications Community : http://www.pro-lync.be - MCM/MVP/MCT

Maybe you are looking for

  • Unable to log in in Client PC

    Hi Experts.. We currently installed SAP in the Cleint PC. Upon log in, the system was nos able to open SAP. Error message is " [Miscrosoft SQL NAtive Client] Unable to lcomplete og in due to  delay in opening server connection. Can someone help me wh

  • Using *77 to set 'anonymous​' or 'unknown' call blocking is not working

    Per instructions from Verizon, I used *77 to turn on anonymous call blocking last night. I dialed *77, and got a voice telling me that I have enabled anonymous call blocking. However, it's NOT working. When I call home from my office, it shows up in

  • Advance search not working with gender check

    Hi all, I am not sure if this is something you can help me with or if I am missing something totally obvious. I have a "advanced search form" which has a few options to check through such as age, city, nationality etc and I have two recordsets, one f

  • Mac OS 10.8.3, BB Desktop 2.4.0.17, error at address book sync ZERO SYNC or freezes - 9360 BB

    Hello all i have a mac book air with OS 10.8.3 and installed the latest BB desktop version 2.4.0 build 17. i try to syncronize the Address book and either it freezes or it gets the message with the count go to zero. any ideas? thx in advance

  • Using DBConsole In Dataguard Setup

    Hi, We have 3 node RAC Primary and a 3 node RAC Standby part of our Production Dataguard setup. We are using DBConsole to monitor the databases in our environment. The agent and console was up on the Primary site and the Production database was being