Tableview Font increase

Hi all,
i am using htmlb:tableView to display the internal table details.
I want to increase the font size of the data getting displayed through bsp. Can you please help me?
Thanks,
Kiran

Hi Kiran,
as expected it seems your requirement is not as simple as you first stated.
There are certainly ways to do what you want - mainly through the use of tableview iterators.
It sounds to me like you are not ready to take this step - but when you are there are heaps of blogs on how to build a tableview iterator.
Cheers
Graham Robbo

Similar Messages

  • Script font increased automatically

    Hi All,
    We are using a custom Script and we have given the Font size as 32 (Helve), it was working till 15th of the month but from 16th it is showing in big font size suddently. There were no changed done to the Script. kIndly let us know where would be the issue. We are maintaining the Name of the company in a custom table and pulling it showing it based on Character Format.

    32 HELVE is HUGE...somebody changed it if it went from small one day to giant the next....maybe you have a phantom form changer...Seriously...you'll find a transport for this if you look closely enough, I think.

  • Font - increase license for more seats

    How can I purchase more seats for a font license?

    Hi Michael,
    While placing the order , u might have got the option to select for delivery of licenses either though E-Delivery or in physical form.
    If u have selected for e-delivery , then u would get a mail from [email protected] consisting of Order Number, Sales Order number and PART Codes.
    From there, u would get a link to https://edelivery.cisco.com/esd/order.do?view&orderId=XXXXXXXX  which is mapped to your CCOId.From there, u can expand the PART Codes and from extreme right , u would get DOWN ARROW for Download Option.
    You can accept thee agreement and download which is in zip format consisting of pdf for EULA and PAK code..
    regds,
    aman

  • Increasing Font

    hi,
       i want to increase the font size of the output in an ABAP REPORT(se 38)
    can anybody suggest me .
      Points will be definatley awarded.
    Thanks
    kamal

    Hi,
    You cant increase font of classical report.
    One option is to increase SAP font size.
    In sap session, click ALT + F12 or extreme right icon.
    CLick FONT & Increase the font.
    Logoff & logon.

  • Font size progressively increases  . . . strange

    strange behavior . . . I built an application and now I've
    gotten the complaint that the fonts increase after about 4 hrs of
    use each day. I suggested closing the browser and clearing the
    cache, which works. I'm using mozilla firefox. Any suggestions as
    to cause and prevention? its a windows xp OS. and none of the other
    programs appear to be affected. Thanks.
    Mike

    Hi,
    Check the given below links and compare your code with them:
    http://sapient.wordpress.com/2007/06/19/smartform-to-mail-as-pdf-attachment/
    http://sap4.com/wiki/index.php?title=Envio_smartform_por_mail
    If still there is a problem, please do share a code.
    Also check sending a PDF document from your system via a Email(Outlook), and open the same in a different system and look for the changes.

  • HT4972 How can I zoom the web page only vertically or horizontally ,i.e.,wThen I want to read the web page can I enlarge the page so that the font only increases size ?

    How can I zoom the web page only vertically or horizontally ,i.e.,wThen I want to read the web page can I enlarge the page so that the font only increases size ?

    You can't.  (Fonts increase in size like everything else, not in height alone).

  • How to change the SIZE FONT of the text description in ESS

    Hi Forum
       My key user wants the size font  more bigger in the areas and subarea´s of ESS. I have changed then font of the standard text in the Theme Editor. I think that this is a property in the Web Dynpro Application and only modifying it this could be more bigger, but this means change the standard appliction of ESS.
    Any idea ?
    Thnks
    Josué Cruz

    Josué,
    The changes applied to theme should work, but also you can consider this workarounds:
    For only one user, He/She can increase all fonts in general by using font increase tool from the internet browser;
    - In IE: View > Font Size > Larger or Largest
    - In Firefox: View > Zoom > Zoom In
    Do iview Personalization, by opening in Preview mode and doing Ctrl+Right click. Then, for the corresponding text you can select in Design field "Title 2", "Title 1", ...
    Best regards

  • Setting a Pre determined Font size for an Application.

    I have a Swing application that is running on Windows and the FONT size
    expands on the GUI if I change the Appearance of the Font in Windows XP
    This normally should not happen as the appearances of the Windows Font size
    should have no impact on the application that is running.
    But to be on a safer side,can can I use any method that will have a predetermined
    FONT size when the Swing application executes:
    like : setFont(new Font("Courier", Font.PLAIN, 12));
    The code below is the starting point of the application.
    public class RFApp extends SingleFrameApplication {
         private RFMainFrame mainFrame;
         @Override
         protected void startup() {
              mainFrame = new RFMainFrame();
              setMainFrame(mainFrame);
              show(mainFrame);
    public class MainFrame extends JFrame {
         private final ToolBar toolBar = new ToolBar(this);
         private final StatusBar statusBar = new StatusBar(this);
         private final MainPanel mainPanel = new MainPanel(this);
         public MainFrame() {
              super("Main Frame"); // This has a BIG FONT increase
              initComponents();
         private void initComponents() {
              setLayout(new BorderLayout());
              getContentPane().add(toolBar, BorderLayout.NORTH);
              getContentPane().add(mainPanel, BorderLayout.CENTER);
              getContentPane().add(statusBar, BorderLayout.SOUTH);
    }

    Since you really need to change foreground and etc. Use the following code to list all the resources that may set the font colors you want (the example only excludes background color resource, so it may set more than what you want, you need to pin point specific color resouces from the print out to suit your own need).
    UIDefaults defaults = UIManager.getLookAndFeelDefaults();
    for(Iterator i = defaults.keySet().iterator(); i.hasNext();) {
    String name = (String)i.next();
    Object value = defaults.get(name);
    if (value instanceof ColorUIResource && !name.endsWith("Background")
    && !name.endsWith("background")) {
    System.out.println(name);
    UIManager.put(name, new ColorUIResource(Color.red));
    }

  • Font changes between 4.5 & 2008

    Hi.
    I just upgraded to 2008.  When I load my file the fonts appear different. When I dig into the details, the text in both versions is set to Verdana 10.  In 4.5 the text is easily visible on the screen. In 2008 I can barely see it.  What's going on?
    Additionally, if I change the font in 2008 to 11 then run the preview, I see no discernible change in the font size. 
    It also appears that the spacing between lines has increased in 2008 so some fields look like they are now double spaced compared to what I saw in 4.5.  But curiously enough, it's not all fields that are affected by this.
    Will I have to redesign every model that I've built in 4.5 to get it to look appropriate in 2008?  Please tell me there's an easier way to do this.
    Thanks,
    Janice

    When I dig into the details, the text in both versions is set to Verdana 10. In 4.5 the text is easily visible on the screen. In 2008 I can barely see it.
    I have both programs, also.  On my machine, the text is approximately the same size in both.  The 4.5 text seems to be thicker/bolded by default (bold in 4.5 is even more thick).  2008 seems to be using system fonts, whereas 4.5 seems to be using custom fonts.
    <br>Additionally, if I change the font in 2008 to 11 then run the preview, I see no discernible change in the font size.
    I tried that and saw a definite discernible difference.  I could visually see the font increasing in pixel height.  In preview, side by side, the 10 font was noticeably smaller than the 11.  Fonts sometimes appear differently on different machines/screens, though.
    <br>It also appears that the spacing between lines has increased in 2008 so some fields look like they are now double spaced compared to what I saw in 4.5. But curiously enough, it's not all fields that are affected by this.
    I'm guessing you're using text components, like Labels?  If so, this is a known bug.  If you enter preview/swf runtime, you'll see that the double spacing disappears.  The double spaces are only applied on the design canvas.

  • How to export PDF without embedded fonts?

    Hi,
    I'm using CrystalReports with VS2008. I export a report in this way:
    rpt.ExportToDisk(ExportFormatType.PortableDocFormat, filename);
    This works fine except it includes the used fonts. A older version of our export tool used Delphi and the vcl component which did not include the fonts. Including the fonts increase the pdf filesize in my case from 21kb to 70kb. Sounds less but the export creates around 1500 pdf on one day.
    Is there a way to export to pdf without embedding the fonts?
    Thanks
    Thomas

    Hi Thomas,
    No, and it's not all just embedded fonts. After CR 8.5 we converted everything to be UNICODE compliant. So as of CR 9 the size of the files, Printing as well as exporting, increased due to the unicode feature. All characters and bits of the files are now double byte in length with the resulting output being typically 4 or 5 times greater in size ( just a guess ).
    Only option would be to export as usual through CR and then use PDF API's to remove the fonts from the output file and resave the PDF.
    Thank you
    Don

  • System Font Size Too Small

    I just received a new 15 inch powerbook today (Dec. 2005). It has increased screen resolution with respect to the previous model, but I think the default font size (i.e. top menu bar, safari window bar font size) is noticeably smaller than the older powerbooks. The problem is you can't adjust this - in Finder - show view options only controls the desktop icon size and font sizes. In safari you can make the page text bigger, but not the font size of the window. There is the Zoom option in accessibility, but I really only need a small global font increase. Does anybody know a work-around?
    thanks
    Trevor

    Download and use TinkerTool.
    Thanks - but it said something like "this is not adjustable" and asked to click an "understood button". Subsequent system font adjustments did not do anything. It looks like the adjustability varies for different OS X releases...
    Trevor

  • How can I stop bleeding edges in yahoo when I use a larger font?

    I'd like to use firefox with my new mac air, and I like to use a 14 to 16 pt font size for my old eyes. It seems to work fine with most of my favorite websites -- except for yahoo mail. There is bleeding edges and whatnot. Is there a way to fix this? Thanks.

    I will check out that extension, thanks. I do have the minimum font size increased, and do realize it can cause issues, but that's really only a problem for me in Yahoo. Facebook, hotmail, etc work fine with minimum font increased --- but not yahoo mail.
    When I use Safari, yahoo and the rest of the websites also work fine with minimum font increased ('fine' meaning some imperfections, but nothing bothersome.)
    So, best I can tell, only Yahoo and only firefox is a problem. Which is a problem for me since I use yahoo mail alot and like firefox.
    Is there no fix for this issue without using an extension?

  • Dynamic heightForRowAtIndexPath - not so dynamic now :(

    Developers,
    I have a tableview that increases its cell height based on the length of a UILabel drawn within the cell. The UILabel is populated from strings in a Plist.
    In the same view i also have 'viewsForHeaderInSection' and 'tableViewHeaders', both of these are cutomised UILabels and are also populated from a plist
    The code is adapted from the code found here.
    The problem i have is that the 'heightForRowAtIndexPath' is not responding to increase in UILabel Length, so the strings are being presented in the UILabel's, but the cells are not expanding to encompass them.
    I am left with the visual mess that I have been playing around with this for 4 hours and now i need some fresh, experienced eyes to look at this.
    I have posted my code below in the hope that somebody can see why it is not working
    as always, any comments/suggestions/solutions are welcome.
    with thanks,
    j
    #import "ClinicalConditionsDetailViewController.h"
    #import "Constants.h"
    #define FONT_SIZE 11.0f
    #define CELLCONTENTWIDTH 309.0f
    #define CELLCONTENTMARGIN 10.0f
    @implementation ClinicalConditionsDetailViewController
    @synthesize ItemChild, clinicalConditions;
    - (void)viewDidLoad {
    [super viewDidLoad];
    self.view.backgroundColor = [UIColor clearColor];
    UILabel *tableHeader = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 0, 60)];
    tableHeader.backgroundColor = [UIColor clearColor];
    tableHeader.font = [UIFont boldSystemFontOfSize:20];
    tableHeader.textAlignment = UITextAlignmentCenter;
    tableHeader.textColor = [UIColor whiteColor];
    NSDictionary *state = [clinicalConditions objectAtIndex:0/(NSInteger)nil]>;
    NSString *text = [state objectForKey:@"title"];
    tableHeader.text = text;
    self.tableView.tableHeaderView = tableHeader;
    [tableHeader release];
    ///////////////////////////////////dynamic cell size tableview code//////////////////////////////////////
    // Customize the number of sections in the table view.
    - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
    return [clinicalConditions count];
    // Customize the number of rows in the table view.
    - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
    return 1;
    - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath;
    NSString *text = [ItemChild objectAtIndex:[indexPath section]];
    CGSize constraint = CGSizeMake(CELLCONTENTWIDTH - (CELLCONTENTMARGIN * 2), 20000.0f);
    CGSize size = [text sizeWithFont:[UIFont systemFontOfSize:FONT_SIZE] constrainedToSize:constraint lineBreakMode:UILineBreakModeWordWrap];
    CGFloat height = MAX(size.height, 44.0f);
    return height + (CELLCONTENTMARGIN * 2);
    - (UITableViewCell *)tableView:(UITableView *)tv cellForRowAtIndexPath:(NSIndexPath *)indexPath
    UITableViewCell *cell;
    UILabel *label = nil;
    cell = [tv dequeueReusableCellWithIdentifier:@"Cell"];
    if (cell == nil)
    cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:@"Cell"] autorelease];
    label = [[UILabel alloc] initWithFrame:CGRectZero];
    [label setLineBreakMode:UILineBreakModeWordWrap];
    [label setMinimumFontSize:FONT_SIZE];
    [label setNumberOfLines:0];
    [label setFont:[UIFont systemFontOfSize:FONT_SIZE]];
    [label setTag:1];
    /*[[label layer] setBorderWidth:2.0f];*/
    [[cell contentView] addSubview:label];
    NSString *text = [[clinicalConditions objectAtIndex:[indexPath section]]objectForKey:NAME_KEY];
    CGSize constraint = CGSizeMake(CELLCONTENTWIDTH - (CELLCONTENTMARGIN * 2), 20000.0f);
    CGSize size = [text sizeWithFont:[UIFont systemFontOfSize:FONT_SIZE] constrainedToSize:constraint lineBreakMode:UILineBreakModeWordWrap];
    if (!label)
    label = (UILabel*)[cell viewWithTag:1];
    [label setText:text];
    [label setFrame:CGRectMake(CELLCONTENTMARGIN, CELLCONTENTMARGIN, CELLCONTENTWIDTH - (CELLCONTENTMARGIN * 2), MAX(size.height, 44.0f))];
    return cell;
    ////////////////////////////// code for ViewForHeaderInSection//////////////////////////////////////
    - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
    NSDictionary *state = [clinicalConditions objectAtIndex:section];
    NSString *text = [state objectForKey:@"Header"];
    UILabel *sectionHeader = [[[UILabel alloc] initWithFrame:CGRectMake(100, 100, 200, 40)] autorelease];
    sectionHeader.backgroundColor = [UIColor clearColor];
    sectionHeader.font = [UIFont boldSystemFontOfSize:16];
    sectionHeader.textAlignment = UITextAlignmentLeft;
    sectionHeader.textColor = [UIColor whiteColor];
    sectionHeader.text = text;
    return sectionHeader;
    - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section {
    return 24;
    #pragma mark -
    #pragma mark Memory management
    - (void)didReceiveMemoryWarning {
    // Releases the view if it doesn't have a superview.
    [super didReceiveMemoryWarning];
    // Relinquish ownership any cached data, images, etc that aren't in use.
    - (void)viewDidUnload {
    // Relinquish ownership of anything that can be recreated in viewDidLoad or on demand.
    // For example: self.myOutlet = nil;
    - (void)dealloc {
    [ItemChild release];
    [clinicalConditions release];
    [super dealloc];
    @end
    Message was edited by: james_coleman01

    Hi James -
    I think we need to get some clarity on what part of your schema is stored in 'clinicalConditions' and what part is stored in 'ItemChild'. To do that, we first need to be clear on the schema. I.e. we need to know the exact data structure stored in your plist file. The most recent schema I've seen is this one from [Plist to TableHeader text - a warning message that needs to be solved!|http://discussions.apple.com/message.jspa?messageID=12246134#12246134], Sept 9:
    Root.........................................................(Array)
    ........item0................................................(Dictionary)
    ................DiseaseName..................................(string)
    ................ItemChild....................................(Array)
    .....................Item0...................................(Dictionary)
    .............................title...........................(String)
    .............................Diseaseinfo.....................(String)
    .............................TitleForHeaderinsection.........(String)
    Is this the schema that applies now? If so, it appears that only some of your code fits.
    Firstly, the usage of 'clinicalConditions' appears to be consistent with the value of the ItemChild key. I.e. it's an array of dictionaries, and dictionary 0 stores the title of the entire table. Moreover the usage in viewDidLoad seems to be consistent with the usage in tableView:cellForRowAtIndexPath: and tableView:viewForHeaderInSection: (except that the latter uses "Header" as the key which is named TitleForHeaderinsection in the schema).
    Thus, if we assume 'clinicalConditions' is loaded from the value of ItemChild (presumably the rows of the ClinicalConditionsDetailView table), the array seems consistent with your Sept 9 schema.
    That leaves the 'ItemChild' array, which (suspiciously) is only used in tableView:heightForRowAtIndexPath:. I can't find any node in the schema that fits the usage of 'ItemChild'. Consider this code:
    - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
    NSString *text = [ItemChild objectAtIndex:[indexPath section]];
    NSLog(@"text=%@", text); // <-- add logging here
    CGSize size = [text sizeWithFont:[UIFont systemFontOfSize:FONT_SIZE] constrainedToSize:constraint lineBreakMode:UILineBreakModeWordWrap];
    NSLog(@"size=%@", NSStringFromCGSize(size)); // <-- add logging here
    Apparently we believe 'ItemChild' points to an array of strings, and we send sizeWithFont::: to each of those strings to estimate the required cell height. But I can't find any array of strings in the schema (both of the arrays I see are arrays of dictionaries). So what's in the 'ItemChild' array? Where and how is it loaded? And why aren't we using the same strings to calculate height that we used to load the labels in tableView:cellForRowAtIndexPath:? If 'ItemChild' points to an array of short strings (obtained from someplace or another), it looks like tableView:heightForRowAtIndexPath: might always return 44 + 20. Is that what you're observing?
    I haven't built a test bed yet, and if you study the above carefully, maybe that won't be necessary. I'm guessing the 'ItemChild' array isn't loaded with the correct strings, and is unnecessary in any case. It looks like you need to use the NAME_KEY strings from the 'clinicalConditions' dictionaries to calculate the height in tableView:heightForRowAtIndexPath: (and btw, the height calculation in tableView:cellForRowAtIndexPath: looks correct but isn't useful; only the return from tableView:heightForRowAtIndexPath: will determine the height of each cell, and the height of each label will then track the cell height).
    Is that enough for you to fix the code? Give it a try, and see if you can put it together, ok?
    - Ray

  • How can I keep all of my students on the same page in an iBook?

    My school is in the process of giving each student an iPad Mini, one grade at a time. As a ninth grade teacher, all of my students have one, but we are having some trouble staying on the same page  when we are reading a novel ( no pun intended ). What I mean is that what appears on page fifty for me will appear on page forty for one student and on page sixty for another. I tried to fix this by having all of my students keeping their iPads in landscape orientation, but that did not solve the issue. I then tried to have students adjust the size the font on their books so we would have a uniform text, but the tool for adjusting the size images this tricky as well.
    I am considering having all of my students make their font size as small as possible and then giving them a specific number of times to tap on the font increase, but I am hoping to find a simpler method. Am I overlooking something?
    I would appreciate any tips that you might have.

    You can render the ebook on an instructional application called Zankura. Not only can you control the screen scrolling, but all the students can freely annotate with their stylus. www.zankura.com.

  • Export PDF InDesign to Acrobat 5 - Text display & print GLITCH- letters overlap/stack in some words

    Hello,
    This is my first post, so please be gentle
    I'm having an issue with certain words and linked graphics when viewing and printing PDFs exported from InDesign CS5.5 to Acrobat 5.
    The glitchy words appear to have the letters stacked on top of eachother creating a garbled mess.
    When I scroll up/down in Acrobat 5, the word will change appearance... sometimes okay, sometimes messed up. The document will print as it's displayed in Acrobat (good or bad).
    This issue is inconsistent... sometimes the same paragraph style or graphic used in other areas of the document will never look corrupt. The ones that display this issue always waivers back & forth.
    This doesn't seem to be an issue in later versions of Acrobat. However, our company still has MANY users on Acrobat 5 and exporting to later versions will cause major compatibility problems.
    Can someone tell me what could be causing this issue, and how I can correct it?
    Please see attached example below.
    Software / System details:
    Operating system is Windows XP
    View / Print from Acrobat 5.0.0 (3/22/2001)
    File created in InDesign CS5.5 (version 7.5.1)   <---Update 12/8/11 2:53PM EST: Upgraded to version 7.5.2... Problem persists.
    Graphics created in Illustrator CS5.1 (version 15.1.0)
    The graphic is a black box with white text (Arial font) created in Illustrator CS5.1, and saved as AI file. Linked in InDesign file as anchored graphic.
    The text is set up in InDesign as a paragraph style with first word as a nested style. ALL text is Arial font.
    Message was edited by: crusius2
    ***UPDATE 12/9/11 10:35AM EST:
    When I embed the Arial font upon export from InDesign (Subset fonts when percent of characters used is less than 0%), the problem words appear okay.
    Why would there be an issue subsetting Arial font? I could understand if the font was unusual, but Arial????
    So, the only solutions I could come up with is either print to pdf, or export with embedding all fonts (increases file size). If anyone has a better solution, please let me know.
    Thanks, crusius2.

    After a few rounds of testing various things:
    I applied a Master Page of None to all the pages - and the pages exported correctly.
    I reapplied all the master pages to the various pages as needed. And again it exported incorrectly.
    I deleted all the Master Pages - recreated them and reapplied them - and it's all working as normal.
    Cause seems to be some sort of corruption with the Master Pages.

Maybe you are looking for