Making a row's text editable immediately

Hi there.
I have an NSTableView in my user interface, where new rows are added when the user presses a button or keyboard shortcut. Each row consists of two text cells (the table is comprised of two columns). Is there a way to immediately select the first text cell when a new row is added?
I'd greatly appreciate any suggestions.
Ricky.

Hi,
I have a button to add entries, connected to a method as follows:
- (IBAction)addStatusEntry:(id)sender
[statusController add:self];
[self performSelector:@selector(startEdit) withObject:nil afterDelay:0.0];
- (void)startEdit
[statusTable editColumn:0 row:[statusTable selectedRow] withEvent:nil select:YES];

Similar Messages

  • Making individual row or cell editable or readonly depend on cell data

    Dear expert
    I'm working with dataGrid and itemEditor. I can make some
    column editable. But I would like to know how to set some specific
    row or cell editable or readonly depend on cell data. Could anybody
    guide me which method should I override or any idea?
    Thanks

    Well a simply way would be if the row contained some kind of
    data that had the info to determine if it was editable or not...
    e.g. say the data in the dataProvider of the dataGrid has a field
    called jobTitle and you didn't want cells in that row editable when
    the jobTitle is "Executive".
    <mx:DataGrid dataProvider="{jobData}" editable="true">
    <mx:columns>
    <mx:Array>
    <mx:DataGridColumn headerText="Title" dataField="Title"
    itemEditor="titleEditor"/>
    <mx:DataGridColumn headerText="Phone" dataField="Phone"
    itemEditor="phoneEditor"/>
    </mx:columns>
    </mx:DataGrid>
    Your itemEditor's could check to see if thats the case.
    phoneEditor.mxml
    <?xml version="1.0"?>
    <mx:TextInput xmlns:mx="
    http://www.adobe.com/2006/mxml"
    text="{data.Phone}" creationComplete="checkIfEditable()" >
    <mx:Script>
    public function checkIfEditable():void
    if(data.Title == 'Executive') this.editable=false;
    </mx:TextInput>

  • Making particular rows as non editable before displaying the TABLE

    Hi everyone,
                               I would like to know how to make a particular rows as non editable in UI element "TABLE" before it is displayed . The scenario is :
    On entering the Personnel number, I am getting family dependants in the table. Then, I am selecting any of the family members on some condition and saving each member with the request.
    Next time when i enter the same personnel number, I would like to show the table with already saved request for the family members rows as non editable & other members row as editable.????
    Please provide a feasible solution.

    Hi Pradeep,
    follow as per suggested. if not work use cell variants concept. it will work.
    Please check this wiki...
    http://wiki.sdn.sap.com/wiki/display/WDABAP/WebDynproforABAPCellVariants
    Cheers,
    Kris.

  • Making Text Editable in AE loses the effects from Photoshop.

    I have to animate text and have finally gotten that process down .. but one
    problem left. The original text is made in Photoshop CS3 with shadow,
    bevel/emboss effects on it. When I make the text editable in AE so I can
    animate it, the Photoshop effects disappear.
    Is there any way to retain the drop shadow and bevel/emboss and still make
    text editable so it can be animated in AE?
    Thanks!
    Nancy

    Thanks, Andrew .. I think I see what you mean and will try that.  If I <br />understand correctly, my importing the PSD as a composition means I only <br />imported the text and not the effects.  I did try importing as footage, but <br />that wasn't editable either.  I will follow your steps and see if I can get <br />this down.<br /><br />Many thanks!<br />Nancy<br /><br /><[email protected]> wrote in message <br />news:[email protected]...<br />> Hi Nancy,<br />><br />> While it sounds like you've achieved your objective - good news!- I'll <br />> point out a few things for future projects.<br />><br />> Your final solution means that you've dragged a Nested Composition into <br />> your main composition (meaning one composition inside another). The <br />> Transform parameters you see attached to that nested comp are NOT Text <br />> Editors, and effect the whole layer universally. That might be fine now, <br />> but it means you won't be able to change or edit individual text <br />> characters or lines. You also won't be able to edit your Photoshop Layer <br />> Styles (Drop Shadow, in your case).<br />><br />> When you import the PS document as a composition, AE creates a new <br />> composition with all the PS layers intact, positioned correctly and with <br />> Layer Styles applied. But they only exist INSIDE THE COMPOSITION - they're <br />> not attached to the layers that you can access in the Project window.<br />><br />> Try this to explain what I mean:<br />><br />> Open your project and import your PSD as a Composition.<br />><br />> Double-click on the new PSD composition in the footage window to open it. <br />> You should see your text layer with drop shadow applied. Select the layer <br />> and Copy.<br />><br />> Now go back to your main composition and choose Paste. The text layer <br />> should appear within your main comp, but still with layer styles etc. You <br />> can also choose "Convert To Editable Text" now, without affecting the Drop <br />> Shadow. Once the layer is a Text Layer you have much more control over it <br />> than just the standard Layer Transform settings.<br />><br />> The trick is to COPY the whole layer from the PSD comp, rather than drag <br />> the text layer from the footage window.

  • How can I show only text edits and not text formatting when using print comments summary?

    Acrobat 9.3.0 for Mac.
    Here is the scenario: I used the Compare command to see the changes between 2 PDFs. The resulting file some edits are inserts and some are deletions. I want to print a comments summary only showing the text edits. In the Compare Option pane, I select Text and deselect Images, Annotations, Formatting, Headers/Footers, and Backgrounds. Now on the screen I see inserts are highlighted in blue and deletions are marked with sort of a caret and vertical bar symbol. So all looks good at this point. However, when I show the Comments List, I see addtional comments that indicate "Replace - The following text attributes were changed: fill color." Those comments do not appear in the page view unless I check the Formatting check box to show them. With Formatting unchecked, I print a comments summary and all of the "Replace - Fill Color" comments" appear on the resulting comments summary.
    I only want to show text edits, not text formatting changes. So questions are:
    1. Why, when the Formatting checkbox is unchecked, do the text formatting comments still appear in the comments list when they do not appear on the page display.
    2. How can I print only the text content edits and not show the text formatting changes when using Print Comments Summary.

    Hi,
    You can set ExecuteWithParams as default activity in the task flow then method activity to return total no of rows passing to Router activity if your method has value 0 then call Create insert operation else do directly to page.
    Following idea could be your task flow
    Execute With param (default) > SetCurrentRowWithKey > GetTotalNoOfRows (VOImpl Method)
    |
    v
    Router
    1. If pageFlowScope outcome is 0 then call CreateInsert > MyPage
    2. if pageFlowScope outcome > 0 then MyPage
    hope it helps,
    Zeeshan

  • Need help in embedding a link to url within a text edit

    Hi,
       We need to embed a LinkToURL within a textedit in a webdynpro view. We are extracting content from KM and displaying the content in the text edit. Immediately after the extracted content is displayed in the textedit, we need to embed a LinkToURL, which when clicked opens a new window and displays content extracted from a different file. 
    Could anybody help out in achieving this?
    Thanks much in advance,
    Sunitha.S

    There is no way to embed rich text neither in TextEdit nor in TextView UI controls.
    You may display such content using IFrame (easy way) or parse content yourself and create UI controls dynamically (extremely hard)
    VS

  • Converted single line text to multiple and want to have rich text editing in layout

    We had a text field in a site that was initially set as single line of text. We needed it to be bigger and also allow formatting. So I added the field into the page layout.
    Changing
    <SharePointWebControls:TextField id="habitat" FieldName="Habitat" runat="server"/>
    to
    <SharePointWebControls:NoteField id="habitat" FieldName="Habitat" runat="server"/>
    But it doesn't show any rich text editing options and displays the full html tags in the field.
    If I open the page in the edit properties screen instead, then the field displays as I want it with the rich text editing options available in the ribbon, and text showing as bolded instead of like this:
    <div>This is <strong>the </strong>habitat field.</div>
    This is a site using the 2010 Publishing template running in compatibility mode on a 2013 server.
    How can I get my page layout to behave the same way as the edit properties screen does?

    Hi,
    Here are two solutions for your reference:
    1. We can use the InputFormTextBox control to achieve it.
    <SharePoint:InputFormTextBox ID="habitat" RichText="true" RichTextMode="FullHtml" runat="server" TextMode="MultiLine" Rows="20"></SharePoint:InputFormTextBox>
    http://blog.qumsieh.ca/2009/01/13/how-to-add-a-rich-text-editor-to-your-custom-application-pages-or-web-parts/
    http://blog.mastykarz.nl/rich-text-editor-control-sharepoint-2010/
    2. We can use the RichHtmlField control to achieve it.
    <PublishingWebControls:RichHtmlField id="habitat" FieldName="Habitat" runat="server"/>
    http://msdn.microsoft.com/en-us/library/office/ms561507(v=office.14).aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to export the text edit data to excel file without splitting the data in excel file?

    how to export the text edit data to excel file without splitting the data in excel file?
    I have a requirement in SAP HR where in the appraiser can add comments in the area given and can export that to excel file. Currently the file is getting exported but the comments getting split into deifferent rows.
    I want the entire comment to be fit in one row.
    Please help.
    Thank you

    Hi,
    if your text edit value is stored in 'lv_string' variable.
    then before exporting the value to excel you have to remove CL_ABAP_CHAR_UTILITIES=>NEWLINE
    that is '#' from the variable lv_string.
    for that use code some thing like this.
    REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=>NEWLINE in lv_string WITH space.
    I think this will do the trick.

  • Best external monitor for text editing

    Hi all - I have a 2011 MBP and want to connect it to an external monitor (+ mouse and keyboard) for text editing and web browsing. Text clarity is very important to me. First I've tried to connect  a mainstream Acer monitor, and then Lenovo ThinkVision eIPS LT2452pwc at work, and in both cases Mac fonts looked somewhat "fuzzy" where Windows and Linux fonts looked nice and sharp. In all cases I've used native screen resolution. There is nothing wrong with Laptop either (I tried a couple), and it has probably to do with different antialiasing algorithm that Apple is using, which looks good on higher pixel density laptop panels, but not that great on exteranal monitors.
    So... any advice from those using Macs with external monitor for text tasks? Obviously there are Mac displays, but I have some concerns about the glare. Then  I heard good feedback about Dell UltraSharp and NEC IPS monitors. Trully appreciate your input for somebody new to Mac.

    Yes, I did get Dell Ultrasharp U2713HM. I am happy with it with one caviat (which would be the same for 27 Apple monitor). The picture quality is absolutely amazing - the text is very shart and clear, I can't imagine it to be better. The color is very good and natural, plenty of brigtness and contrast to produce a good picture in any light conditions, plus *no glare* screen surface, arguably making this monitor better than the Apple monitor.
    The somewhat unexpected caviat is that since this monitor packs pretty high resolution in a 27" screen, the text appears smaller than on most other monitors (but would be the same as on Apple 27" monitor). It even *appears* smaller than on my 13" Macbook Pro, however at closer examination, that turned out to be not true. The text on the monitor is actually bigger than on laptop, but looks smaller since typically the external monitor is farther away from the eyes than a laptop monitor.
    At first I wanted to return the monitor and exchange for smaller and lower DPI (read bigger text) 24" Ultrasharp, but then got used to my 27" monitor and decided to keep it. Hope this helps.

  • Creating small, text-editable PDFs?

    I have many documents from school that I'd like to scan, convert to PDFs and then compile together into one PDF file. The problem is that whenever I scan a document, I can't compress it down enough without sacrificing quality, so I can't have a small PDF file. I have a few eBooks, and, looking at their properties, somehow the creators of those eBooks were able to compress their PDFs down enough without sacrificing any quality to the documents whatsoever. Here's an example:
    one eBook that I have is 696 pages, the filesize is 4,159,863 bytes, and it looks like it was simply scanned and put together, because the quality of the eBook matches the book that it came from (which I happen to own). True, the images in the eBook are black and white (some of the images in the book are in colour), but there is no noticeable depreciation in their quality. Whoever created it was using the application PScript5.dll version 5.2, the PDF producer Acrobat Distiller 6.0.1 (Windows), the PDF version is 1.5 (Acrobat 6.x), and was NOT optimized for fast web view. How did the author get the page size so small (kb wise) yet retain quality? If one were to do the math: 4,159,863 bytes divided by 696 pages equals 5976.81, then divided by 1000 equals 5.97681. Almost 6 kb per page? How is that possible?
    The smallest I could compress scanned images was about 20 kb, and the quality was terrible. In fact, the only way I could shrink them to that size was to scan them in Black and white (1 bit), and then distill them as much as I dared. The vast majority of documents that I'm scanning are black and white text with very little in the way of graphics.
    Here are the programs that I have at my disposal:
    Jasc Paint Shop Pro 8 and HP Director (for scanning with my HP PSC 1210 all-in-one printer, which has OCR technology)
    Microsoft Word 2000 (9.0.2720)
    Adobe Acrobat 5.0.5 (10/26/01) (yes, it has paper capture)
    Acrobat Distiller 5.0.5.2001101100
    It is driving me absolutely crazy that I cannot figure this out. Even creating my own job option in Distiller and adjusting the settings didn't help.
    It should be possible, with the programs that I have, to get the results I want. For those of you who believe I should upgrade to something beyond Adobe Acrobat 5, here's another example for you:
    There used to be a link on www.iartonline.ca (which no longer exists) to a PDF that is 13 pages long, created with the application Microsoft Word 8.0, the PDF producer is Acrobat Distiller 4.0 for Windows, the PDF version is 1.2 (Acrobat 3.x) and has a file size of 79,719 bytes. In contrast, I scanned two school documents (using OCR) into Microsoft Word, corrected any errors, and converted it to an Adobe PDF from there. The resulting size (for TWO PAGES) was 25 kb.
    So, in conclusion, it HAS to be possible for me to scan my documents, retain their quality while compressing their size, and compiling them into single file PDFs.
    I apologize for the lengthy explanation (this is why I couldn't ask the question on WikiAnswers), but hopefully this will save others interested in answering from asking irrelevant (to me) questions.
    Thank you for your time.

    Well, back to square one. IrfanView seems like a good program, but I'm running into the same issues I had before (sacrificing quality for a more compact file size). Using IrfanView to scan the sheet music opens up HP Director (since I have an HP printer it makes sense that this would be the default program). With HP Director, my output type options are as follows:
    1. Millions of colors
    2. 256 colors (8-bit)
    3. 256 colors (web palette)
    4. 256 colors (system palette)
    5. 256 gray shades
    6. Black & White (1-bit)
    Choices 1 and 6 are out automatically. Since the output dimensions (area to be scanned) is 7.86 x 10.37 inches, at 200 DPI, the image size is as follows (using the remaining choices from above):
    2. 3.19 MB
    3. 3.19 MB
    4. 3.19 MB
    5. 3.19 MB
    The scale is 100%. After selecting choice 2 (256 colors - 8-bit) and scanning to IrfanView, the Image Information is as follows:
    1571x2075x8BPP, 3.11 MB
    So I'll save this as a TIF file (using ZIP compression) and the resulting file size will be 532 KB. Opening this file with AA5 and saving it as a PDF will result in a file size of 512 KB. The quality is definitely there, but the file size is way too big.
    If I go through all that again and use JPEG compression instead of ZIP, the resulting file size is 1,836 KB. After opening the file with AA5 and saving it as a PDF: 354 KB. Once again, the quality is there, but the file size is too big. It appears that JPEG compression is the better choice in this particular case.
    So what can I change? Going back into HP Director, I adjust the scale (size) to 50%. Output dimensions: 3.93x5.19; DPI: 200; output type: 256 colors (8-bit).
    In Irfanview: 788x1035x8BPP, 797.5 KB; quality is a little bit less. Saving to TIF with JPEG compression: 592 KB. Opening with AA5 and saving to PDF: 125 KB.
    Interesting side note: I decided to perform a Paper capture on this 125 KB PDF file. In the Paper capture Preferences, I chose 'Searchable image (compact)' as the PDF output style, and chose 'None' for Downsample images. Result? 267 KB.
    Trying that again, this time with the PDF output style of 'Searchable image (exact)' produces the same file size (267 KB).
    Mind you, when Paper capture was performed on the PDF, it straightened the image, which may have contributed to the larger file size. I noticed that IrfanView did something similar: if I rotated the image slightly (in this case, 1.10), IrfanView changed the image's BPP from 8 to 24 (but I changed it back to 8 BPP by going to Image>Convert to Grayscale).
    Tried scanning it at 150 DPI instead of 200; quality was still there. TIF file size: 911 KB, PDF file size: 201 KB.
    100 DPI. TIF: 468 KB, PDF: 109 KB. Starting to get a little blurry, but that could have been due to making the rotation change and then converting back to grayscale.
    Tried scanning at 75 DPI, 256 gray shades and half the scale (size). Quality was HORRIBLE.
    IrfanView has no "Print to file" option, so using Acrobat Distiller is out.
    I've noticed that, if you rotate an image in IrfanView, sharpen the image, then convert it back to grayscale and save it as a TIF file, it will be blurry when it's opened in AA5.
    HP Director doesn't always straighten the scanned image, even though there's an option to do so (and I always check the box for that option). I've re-scanned the sheet many, many times, but it's only at random that HP Director automatically straightens the scanned image.
    I did a scan with 75 DPI, 256 gray shades, 100% scale. It looks great in IrfanView (602x775x8 BPP, 458.17 KB), but when I save it as a TIF (JPEG compression) and open it with AA5, the quality had considerably diminished. Even redoing the scan and saving it as a TIF with ZIP compression, it's still the same.
    I tried Packbits compression, same thing; LZW, ditto.
    So I upped the DPI to 150 and tried again, this time using JPEG compression. TIF: 1,077 KB, converted to PDF it was 231 KB. The quality was there, but the file is TOO BIG.
    All in all, I've tried a few different approaches and it seems to me that I can have one or the other: quality or compact file size, not both. But I refuse to believe that. It MUST be possible.
    I have an eBook that is 736 pages long and is 6.75 MB (7,077,900 bytes). The PDF producer was Adobe PDF Library 5.0 and the application used was Adobe InDesign 2.0.2. The quality of the eBook almost exactly matches the actual, physical book (I know this because I've borrowed the book from the library).
    Did Adobe PDF Library 5.0 and/or Adobe InDesign 2.0.2 create such small PDFs from scans that were responsible for such a small eBook, or was it some other program? And, if it was some other program, then what's the name of it? Is it freeware?
    You can download the eBook in question for free here: http://www.deliberatedumbingdown.com/MomsPDFs/DDDoA.sml.pdf
    Bill, in HP Director, after clicking on "Scan document", the user is presented with 4 choices:
    - Text & Graphics as image
    - Text as image
    - Editable text
    - Editable text with graphics
    The settings for these 4 choices can be modified. For the first two choices, resolution can range anywhere from 75-19,200 PPI, and the output types can be Millions of colors (24-bit), 256 gray shades (8-bit grayscale) or Black and White (1-bit).
    The settings for the latter two give less options: resolution can be either 300 or 400 PPI, and the output type does not include the Black and White (1-bit) option. (This bit about HP Director is mostly for your information to give you a better idea of the program's capabilities.)
    It IS possible to scan a document with HP Director, do OCR on it and save it as a PDF. The file, however, is very large.
    I now understand that a document can have OCR performed on it OR have AA5 do a paper capture, but not both.
    I really appreciate the time you've taken to address my questions, Bill. As I've stated before, this will also serve as a guide to others in the future should they have similar problems/questions.

  • How to increase the number of characters in Text Edit??

    Hi,
      How to increase the number of characters we enter in the Text Edit, for example i can't enter not more than 255 characters. If to enter upto 500 char, what to do.
    Thanks and regards,
    Karthik

    We can't restrict the number of characters a UI element can take. Rows and columns properties are to specify the visible no of rows and columns.
    If u want a restriction in the number of characters you have to create a simple type and set it to a context attribute and then map it to the text view.

  • Muse, Business Catalyst, and client text editing

    Can Muse websites have client text editability if published and hosted with business catalyst?

    Talk about making apple pie complicated. I explored the idea of using ICE features within Muse pages. As it turns out, I discovered a lot of things.
    1. It could be done.
    2. It will get wiped out if you update the page in Muse when the page is republished.
    So I tried the following (going around my elbow to get to my rear side.)
    1. Created my page (PG 1).
    2. Created a second Muse page (PG2). This contained the my ICE DIV and content holder.
    3. On PG 1, I did my page layout and then embedded in the center of the page an iFrame html code which pulled through PG 2.
    4. Now, when I make updates to the PG 1, the client-allowed section was not effected. To update the PG 2 text using ICE you opened it through BC Insite Editing.
    The only drawback is the ICE editable text inside the iFrame must stay inside the iframe's opening dimensions you set (otherwise you have to increase it to fit the content or turn on the scrolling feature.)
    5. I wasn't sure, so I uploaded the ICE js folder to my BC hosted site and then linked PG 2 through the header scripts placement.
    Tested it and it worked. I was able to use the Edit and the Repeat Section function using the Insite Editor. I did not turn on the "enable online content editing" button as described.
    Like I said... complicated apple pie... but it gets the job done. Allows me to update PG without losing my client's edits.

  • Dynamic Text Edit and Groups

    Hi Experts ,
    I want to create dynamic text edits and groups.
    Thank You.

    Hi Radhika,
    Sorry was busy with some other tasks. Just go through this sample code snippet which does the following.
    1) It dynamically creates a context node named CHILD and then creates 4 attributes ATTR1, ATTR2,..
    2) Creates a GROUP UI element with a caption attached to it
    3) Create 4 textEdit UI elements bound to the 4 context attributes created earlier and embed them within the group
    Regards,
    Uday
    METHOD wddomodifyview.
      DATA: lr_container TYPE REF TO cl_wd_uielement_container,
            lr_group TYPE REF TO cl_wd_group,
            lr_caption_group TYPE REF TO cl_wd_caption,
            lr_textedit TYPE REF TO cl_wd_text_edit,
            lr_node_info TYPE REF TO if_wd_context_node_info,
            lr_node TYPE REF TO if_wd_context_node,
            lr_element TYPE REF TO if_wd_context_element,
            lr_attribute_info TYPE wdr_context_attribute_info,
            content TYPE string,
            attribute_name TYPE string,
         lv_textview_id TYPE string.
      CHECK first_time = abap_true.
      lr_node_info = wd_context->get_node_info( ).
      CALL METHOD lr_node_info->add_new_child_node
        EXPORTING
          name                         = 'CHILD'
          is_mandatory                 = abap_false
          is_multiple                  = abap_true
          is_multiple_selection        = abap_true
          is_singleton                 = abap_false
          is_initialize_lead_selection = abap_true
          is_static                    = abap_false
        RECEIVING
          child_node_info              = lr_node_info.
      lr_container ?= view->get_root_element( ).
      cl_wd_matrix_layout=>new_matrix_layout( container = lr_container ).
      lr_group = cl_wd_group=>new_group( id = 'GROUP' ).
      lr_group->set_width( value = '50%' ).
      cl_wd_matrix_layout=>new_matrix_layout( container = lr_group ).
      cl_wd_matrix_head_data=>new_matrix_head_data( element = lr_group ).
      lr_caption_group = cl_wd_caption=>new_caption( text = 'Group Header' ).
      lr_group->set_header( the_header = lr_caption_group ).
      DO 4 TIMES.
        MOVE sy-index TO attribute_name.
    ** Preparing the data to be displayed in the textEdit i.e, data for context attribute
        CONCATENATE 'This'
                    'is the'
                    'data for textEdit number: '
                     attribute_name  INTO content SEPARATED BY cl_abap_char_utilities=>newline.
        CONCATENATE 'ATTR'
                    attribute_name INTO attribute_name.
    ** Condense the ID to ensure that the format is consistent with SAP standard
        CONDENSE attribute_name NO-GAPS.
    ** Prepare properties of attribute & add to context node CHILD
        lr_attribute_info-name = attribute_name.
        lr_attribute_info-type_name = 'STRING'.
        lr_attribute_info-value_help_mode = '0'.
        lr_node_info->add_attribute( EXPORTING attribute_info = lr_attribute_info ).
        lr_node = wd_context->get_child_node( name = 'CHILD' ).
        lr_element = lr_node->create_element( ).
        lr_element->set_attribute( name  = attribute_name
                                   value = content ).
        lr_node->bind_element( new_item             = lr_element
                               set_initial_elements = abap_false ).
    ** Compute the attribute path dynamically i.e, like CHILD.ATTR1
        CONCATENATE 'CHILD.'
                    attribute_name INTO attribute_name.
        CONDENSE attribute_name NO-GAPS.
        lr_textedit = cl_wd_text_edit=>new_text_edit( cols  = 10
                                                      rows  = 5
                                                      width = '90%'
                                                      bind_value = attribute_name ).
        cl_wd_matrix_head_data=>new_matrix_head_data( element = lr_textedit ).
        lr_group->add_child( the_child = lr_textedit ).
      ENDDO.
    lr_container->add_child( the_child = lr_group ).
    ENDMETHOD.

  • Advanced text editing in WebDynpro Java

    Hi,
    Please let me know how can I add advanced text editing (making text bold or italic or changing the font of text ) in WebDynpro Java?
    Is it possible to do it in JSP and integrate in WebDynpro using IFRAME? Please advice me.
    Regards,
    Umapathi

    HI Patana,
    In web Dynpro Java, You can make the text bold but italic and changing the font of text is not possible.
    You can use iframe to do it. but its use is not recommended by SAP.
    It is a depreceted feature of web dynpro.
    reagrds,
    Sarbjeet

  • Populate a cell with column headers, seperated by a comma, if any of the columns rows contain text

    I have a table, much like the one below:-
    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    M
    N
    O
    P
    Q
    R
    S
    John
    Yes
    Paul 
    No
    Dave
    Jay
    No
    Matt
    Yes
    Yes
    Karl
    Lois
    Jane
    Maybe
    Anna
    Barry
    No
    Yes
    Maybe
    I want to populate a cell on another sheet with the column headers if the row contains text. For examplein the case of 'Matt', the value I want returned is 'E, R' becuase there is text in the 'Matt' Row in columns E and R
    Anyone have any ideas?
    Thanks,
    Karl

    Hi Hans,
    Thanks for that. It works to an extent in that it returns the correct Column, but I actually want it to return the Column heading. It's my fault for not making it clear, I should have used different names for the column headings rather than just A to S......apologies.
    Other than that, it does work, but if you have any suggestions on how to get the actual column heading, that would be great.
    For example:-
    Mon
    Tue
    Wed
    Thu
    Fri
    Sat
    Sun
    Mon
    Tue
    Wed
    Thu
    Fri
    Sat
    Sun
    Mon
    Tue
    Wed
    Thu
    Fri
    John
    Paul
    Yes
    Dave
    Jay
    Yes
    No
    Matt
    Karl
    Yes
    Lois
    Yes
    Jane
    Anna
    Barry

Maybe you are looking for