Letter spacing problem

I am not able to change letter spacing in Reflow. I select the text, but I am not able to change from "Normal" to either "px" or "em". The scrubber control does not do anything.
What am I missing?
Lawrence

subpixel changes are not always honored across browsers. Even switching to EMs may not give you desired results. You can read a bit more here:
http://stackoverflow.com/questions/7811225/is-there-a-way-to-make-css-letter-spacing-0-5-p x
Looks like they've changed it in Chromium Blink recently:
http://src.chromium.org/viewvc/blink?view=revision&revision=153727

Similar Messages

  • PDF Letterhead Text LINE SPACING PROBLEM

    I recently upgraded from Pro 8 to X Pro on my Windows XP desktop. With Pro * I used the typewriter fucntion to place text onto my pdf letterhead. I have my letterhead in pdf format on my hardrive. I saved this texted letterhead without a problem, i.e., with the font, paragraphs, and line spacing eaxtly as it was when I creared it. With X Pro, after having placed text in my letterhead using the Typewriter function, my attempt to save the texted in letter head results in a pdf document which does not respect the line spacing I used w=hen creating it. Why am I have this line spacing problem?

    Thank you Michael,
    I am simply trying to continue using X Pro the way I used Pro 8. In Pro 8 I
    used the Typewriter function to input text to the letter head stored in my
    hard drive. Perhaps this is a functionality I lost as a result of the
    upgrade to X Pro -- I hope not??
    Joseph S. Tann, Jr., Esq.
    CONFIDENTIALITY NOTICE: This transmission is intended only for the addressee
    shown above. It may contain information that is privileged, confidential, or
    otherwise protected from disclosure. If you are not the intended recipient,
    please do not read, copy, or use it, and do not disclose it to others.
    Please notify the sender of the delivery error by replying to this message
    and then delete it from your system. Thank you.

  • Composing  or replying letter space problem in mail

    I have been noticing that whenever I compose or reply to a mail when I type the first few words the letter spacing is correct, then about the sixth or seventh word the letter spacing increases. Very weird as I was thinking maybe somewhere I hit a key that increases the letter spacing. But after rebooting I still have the same thing.
    any help?
    rderd

    And in addition to this, I noted another text rendering problem where highlighted mailbox text is displayed very thin when compared to unhighlighted text. Under Medium rendering mode, OS X always renders light text on darker background thicker than it would a dark text on light background.
    Compared to:

  • Strange letter spacing from AppleWorks

    I am getting strange letter spacing with some fonts from AppleWorks. There is more space between some letters than others—some letters are almost touching each other, while there is a gap between others, creating an ugly appearance. I printed out the same text in the same font from TextEdit and it looked beautiful. The problem is not confined to just one font or document. I thought I had the latest version of AppleWorks,which is 6.2.4. I have a Brother HL-5250DN laser printer.

    AppleWorks 6 is really an OS 9 application carbonized (quickly) to run in OS X & it has never been coded to take advantage of most of the "bells & whistles" of OS X, such as font display. TextEdit is a cocoa application - OS X only. The problem you're seeing may be fixed by turning Fractional Character Widths in Preferences > General… > Topic: Text on (or off if it's on). Some users like the system hack, Silk. You can find it with a search on MacUpdate or VersionTracker.
    The last version of AppleWorks is 6.2.9, released in January, 2004. Here at the links I have for the 6.2.9 updater. The first has a link to the North American updater in the upper right & links to other languages further down.
    North American/US
    International/UK
    French
    German

  • Letter-Spacing is different if I open my file at another Mac of us (Value is at both mac 0, but the text is longor), and if I cklick into the text-box, Illustrator says that the file was made in an other Version of Illustrator. We have on all macs the sam

    Letter-Spacing is different if I open my file at another Mac of us (Value is at both mac 0, but the text is longor), and if I cklick into the text-box, Illustrator says that the file was made in an other Version of Illustrator. We have on all macs the same system, os 10.8.3, cs6 and UTC4. And of course we`re using exactly the same font....

    Packpool,
    I believe the first thing to do is to update to 16.0.5.
    Adobe - Illustrator : For Macintosh

  • Spacing Problem. Can't get rid of it after paragraph break.

    I am creating an html email for Constant Contact and am limited to in-line span styles. I have not been able to eliminate spacing problem between paragraphs. It seems there is a default that is over-riding my padding settings. Any suggestions?
    <!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>
    <span style="margin: 0px; padding-right: 0px; padding-top: 0px; font-family: Tahoma, Geneva, sans-serif; font-size: 13px; line-height: 16px; text-align: left; padding-bottom: 0px; padding-left: 0px;">
                <p>&#8226; ProForm stretch panels provide comfort and simple standard sizing. (See <a href="http://www.powerlet.com/sizingChart">Size Chart</a>)</p>
                <p>&#8226; Ultra thin design provides comfort and small storage.</p>
                <p>&#8226; Comfortable heated Polartec fleece collar wicks moisture.</p>
                <p>&#8226; Zippered pockets manage power cables.</p>
                <p>&#8226; Handy, built-in stuff sack allows for compact storage on the vehicle.</p>
                <p>&#8226; Unique sleeve finishing reduces bulk around wrists.</p>
                <p>&#8226; Glove connectors are located at the ends of the sleeves.</p>
                <p>&#8226; Switchable 100 or 60 Watts, for bikes with limited electrical capacity.
                </p></span></td>
            </tr>
            <tr>
    </body>
    </html>

    I dont see an opening body tag or a closing head tag. You also did not close off your <li> tags with </li>.  I dont see the need for a span tag, and while the css is not inline, it is all on the one page, so it should be fine.
    I sent myself this email and I had no gaps or spacing issues.
    gary
    Try this:
    <!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>
    <style type="text/css">
    .mystyle    {font-family: Tahoma, Geneva, sans-serif; font-size: 13px; line-height: 16px; text-align: left; padding-bottom: 7px; padding-left: 0px;}
    </style>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    </head>
    <body>
                 <ul class="mystyle">
                <li>ProForm stretch panels provide comfort and simple standard sizing. (See <a href="http://www.powerlet.com/sizingChart">Size Chart</a>)</li>
                <li>Ultra thin design provides comfort and small storage.</li>
                <li>Comfortable heated Polartec fleece collar wicks moisture.</li>
                <li>Zippered pockets manage power cables.</li>
                <li>Handy, built-in stuff sack allows for compact storage on the vehicle.</li>
                <li>Unique sleeve finishing reduces bulk around wrists.</li>
                <li>Glove connectors are located at the ends of the sleeves.</li>
                <li>Switchable 100 or 60 Watts, for bikes with limited electrical capacity. </li>
                </ul>
    </body>
    </html>

  • Spacing problem

    Hi,
    I am working on Java Swings and Iam new to it.
    Can anybody help me with my problem please...
    I have 5 panels and all these are palced in one main panel.
    I have :
    Panel1
    Panle2
    Panel3
    Panel4
    Panle5
    Panel6
    panel7
    All these are placed in main panel according to the ActionListener.
    when event1 is triggered,I need to place panel1,Panel2,Panel3,Panel4,Panel5 in Main panel.
    When event2 is triggered ,I need to place panel1,panel6,panel3,panel4,panel5 in main Panel.
    When event3 is triggered ,I need to palce panel1,panel2,panel7,panel4,panel5 in main panel.
    I coded all the panels and placed the components.But I when i place the panels ,I am getting spacing problems.
    and when I resize the main panel,I am losing components in the panels.
    Can anybody help with code please.
    I also need calender textfield with small icon besides it that pops up calender and when user selects date it should take in "yyyymmdd" format.
    Thanks,
    Tutika.

    Don't forget to use the [url
    http://forum.java.sun.com/help.jspa?sec=formatting]Cod
    e Formatting Tags so the posted code retainsits original formatting.
    If you add components to a visible panel then you
    need to revalidate() the panel so the layout manager
    can be invoked again.
    sorry,
    Here is my view code:
    public class CalenderAdmin1 extends JFrame {
         private static final long           serialVersionUID = 1L;
         // Top panel to which all the panels are attached
         // based upon events
         public JPanel jContentPane = null;
         private JScrollPane jScrollPaneContent = null;
         // Main panel variadle declaration
         private JPanel mainPanel = null;
        private JLabel jLblCalender = null;     
         private JComboBox jCmbBxCalender = null;     
        private JRadioButton jRBttnDay = null;     
         private JRadioButton jRBttnEvent = null;
         // counselorPanel variable declaration
         private JPanel      counselorPanel = null;
         private JLabel jLblCounselor = null;
         private JLabel jLblLocation = null;
        private JLabel jLblType = null;
         private JLabel jLblType1 = null;
         private JComboBox jCmbBxCounselor = null;
         private JComboBox jCmbBxLocation = null;     
         private JComboBox jCmbBxType = null;
        private JRadioButton jRBttnOffice = null;
         private JRadioButton jRBttnCounselor = null;
    //      officePanel variable declaration
         private JPanel      officePanel = null;
        private JLabel jLblPanelOfficeType = null;
         private JLabel jLblPanelOfficeLocation = null;
        private JComboBox jCmbBxPanelOfficeLocation = null;
         private JComboBox jCmbBxPanelOfficeType = null;
         // timepanel variable declaration
         private JPanel      timePanel = null;
         private JLabel jLblStartDate = null;
         private JLabel jLblStartTime = null;
         private JLabel jLblEndTime = null;
         private JTextField jTxtFStartDate = null;
        private JComboBox jCmbBxStartTimeHrs = null;
        private JLabel jLblStartTimeColon = null;
         private JComboBox jCmbBxStartTimeMin = null;
         private JComboBox jCmbBxEndTimeHrs = null;
         private JLabel jLblEndTimeColon = null;
         private JComboBox jCmbBxEndTimeMin = null;
         // recurrencePanel variable declaration
         private JPanel      recurrencePanel = null;
         private JLabel jLblRecurrence = null;
        private JLabel jLblSunday = null;
         private JLabel jLblMonday = null;
         private JLabel jLblTuesday = null;
         private JLabel jLblWednesday = null;
         private JLabel jLblThursday = null;
         private JLabel jLblFriday = null;
         private JLabel jLblSaturday = null;
        private JCheckBox jChkBxMonday = null;
         private JCheckBox jChkBxTuesday = null;
         private JCheckBox jChkBxWednesday = null;
         private JCheckBox jChkBxThursday = null;
         private JCheckBox jChkBxFriday = null;
         private JCheckBox jChkBxSaturday = null;
         private JCheckBox jChkBxSunday = null;
         private JLabel jLblEndDate = null;
         private JTextField jTxtFEndDate = null;
         // butonsPanel varaiable declaration     
         private JPanel      buttonsPanel = null;
        private JButton jBttnCancel = null;
         private JButton jBttnSave = null;
         // eventsPanel variable declaration
         private JPanel  eventsPanel = null;
        private JLabel jLblEvents = null;
         private JLabel jLblEventType = null;
         private JLabel jLblEventStartTime = null;
         private JLabel jLblEventEndTime = null;
         private JComboBox jCmbBxEventType = null;
         private JComboBox jCmbBxEventStartTimeHrs = null;
         private JComboBox jCmbBxEventStartTimeMin = null;
         private JComboBox jCmbBxEventEndTimeHrs = null;
         private JComboBox jCmbBxEventEndTimeMin = null;
        private JLabel jLblEventStartTimeColon = null;
         private JLabel jLblEventEndTimeColon = null;
         private JButton jBttnAdd = null;
         String[] calender,counselor,location,type,type1;
       //     Contructor
         public CalenderAdmin1() { 
               super();
                initialize();
          * This method initializes this
          * @return void
         private void initialize() {
                 this.setSize(750, 500);
                   this.setPreferredSize(new Dimension(600, 600));
                   this.setContentPane(getJScrollPaneContent());
                   this.setTitle("Calender Administrator");
                   this.setVisible(true);
         // Scroll Pane
         private  JScrollPane getJScrollPaneContent() {
              if (jScrollPaneContent == null) {
                   jScrollPaneContent = new JScrollPane();
                   jScrollPaneContent.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
                   jScrollPaneContent.setViewportView(getJContentPane());
              return jScrollPaneContent;
          * This method initializes jContentPane
          * @return javax.swing.JPanel
         public JPanel getJContentPane() {
              if (jContentPane == null) {
                   jContentPane = new JPanel();
                   jContentPane.setLayout(null);
                   //jContentPane.setLayout(new GridLayout(5,0,0,0));
                   //jContentPane.setLayout(new BoxLayout(jContentPane,BoxLayout.Y_AXIS));
                   jContentPane.add(getmainPanel(),null);
                   //jContentPane.add(getofficePanel(),null);
                  jContentPane.add(getcounselorPanel(),null);
                  //jContentPane.add(geteventsPanel(),null);
                   jContentPane.add(gettimePanel(),null);
                   jContentPane.add(getrecurrencePanel(),null);
                   jContentPane.add(getbuttonsPanel(),null);
              return jContentPane;
         private JPanel getmainPanel(){
              if (mainPanel ==null){
                   mainPanel = new JPanel();
                   mainPanel.setLayout(null);
                   //jPanel1.setBorder(new javax.swing.border.TitledBorder("1"));
                   mainPanel.setBounds(new Rectangle(0, 0, 700, 85));
                   mainPanel.add(getjLblCalender(),null);
                   mainPanel.add(getjCmbBxCalender(),null);
                   mainPanel.add(getjRdBttnDay(),null);
                   mainPanel.add(getjRdBttnEvent(),null);
              return mainPanel;
         public JPanel getcounselorPanel(){
              if(counselorPanel==null){
                   counselorPanel = new JPanel();
              //jPanel2.setLayout(new BoxLayout(jPanel2,BoxLayout.Y_AXIS));
                   counselorPanel.setLayout(null);
                   //jPanel2.setBorder(new javax.swing.border.TitledBorder("2"));
                   counselorPanel.setBounds(0, 65, 700, 125);
                   counselorPanel.add(getjLblCounselor(),null);
                   counselorPanel.add(getjCmbBxCounselor(),null);
                   counselorPanel.add(getjLblLocation(),null);
                   counselorPanel.add(getjCmbBxLocation(),null);
                   counselorPanel.add(getjLblType(),null);
                   counselorPanel.add(getjCmbBxType(),null);
                   counselorPanel.add(getjLblType1(),null);
                   counselorPanel.add(getjRdBttnOffice(),null);
                   counselorPanel.add(getjRdBttnCounselor(),null);
              return counselorPanel;
         private JPanel gettimePanel(){
              if (timePanel == null){
                   timePanel=new JPanel();
                   //jPanel3.setBorder(new javax.swing.border.TitledBorder("3"));
                   timePanel.setLayout(null);
                   timePanel.setBounds(0, 170, 700, 100);
                   timePanel.add(getjLblStartDate(),null);
                   timePanel.add(getjTxtFStartDate(),null);
                   timePanel.add(getjLblStartTime(),null);
                   timePanel.add(getjCmbBxStartTimeHrs(),null);
                   timePanel.add(getjLblStartTimeColon(),null);
                   timePanel.add(getjCmbBxStartTimeMin(),null);
                   timePanel.add(getjLblEndTime(),null);
                   timePanel.add(getjLblEndTimeColon(),null);
                   timePanel.add(getjCmbBxEndTimeHrs(),null);
                   timePanel.add(getjCmbBxEndTimeMin(),null);
                   JLabel jLblC1 =  new JLabel ();
                   jLblC1.setBounds(new Rectangle(25, 70, 60, 20));
                   jLblC1.setText("new");
                   jPanel3.add(jLblC1);
                   JLabel jLblC2 =  new JLabel ();
                   jLblC2.setBounds(new Rectangle(25, 90, 60, 20));
                   jLblC2.setText("new");
                   jPanel3.add(jLblC2);
                   JLabel jLblC3 =  new JLabel ();
                   jLblC3.setBounds(new Rectangle(25, 110, 60, 20));
                   jLblC3.setText("new");
                   jPanel3.add(jLblC3);
                   JLabel jLblC4 =  new JLabel ();
                   jLblC4.setBounds(new Rectangle(25, 130, 60, 20));
                   jLblC4.setText("new");
                   jPanel3.add(jLblC4);
                   JLabel jLblC5 =  new JLabel ();
                   jLblC5.setBounds(new Rectangle(25, 150, 60, 20));
                   jLblC5.setText("new");
                   jPanel3.add(jLblC5);
                   JLabel jLblC6 =  new JLabel ();
                   jLblC6.setBounds(new Rectangle(25, 170, 60, 20));
                   jLblC6.setText("new");
                   jPanel3.add(jLblC6);
                   JLabel jLblC7 =  new JLabel ();
                   jLblC7.setBounds(new Rectangle(25, 190, 60, 20));
                   jLblC7.setText("new");
                   jPanel3.add(jLblC7);
                   //jPanel3.add(getjLblEndTime(),null);
                   //jPanel3.add(getjTxtFEndTime(),null);
              return timePanel;
         private JPanel getrecurrencePanel(){
              if (recurrencePanel == null){
                   recurrencePanel=new JPanel();
                   //jPanel4.setBorder(new javax.swing.border.TitledBorder("Reccurrence"));
                   recurrencePanel.setLayout(null);
                   recurrencePanel.setBounds(0, 240, 700, 120);
                   recurrencePanel.add(getjLblRecurrence(),null);
                   recurrencePanel.add(getjChkBxSunday(),null);
                   recurrencePanel.add(getjLblSunday(),null);
                   recurrencePanel.add(getjChkBxMonday(),null);
                   recurrencePanel.add(getjLblMonday(),null);
                   recurrencePanel.add(getjChkBxTuesday(),null);
                   recurrencePanel.add(getjLblTuesday(),null);
                   recurrencePanel.add(getjChkBxWednesday(),null);
                   recurrencePanel.add(getjLblWednesday(),null);
                   recurrencePanel.add(getjChkBxThursday(),null);
                   recurrencePanel.add(getjLblThursday(),null);
                   recurrencePanel.add(getjChkBxFriday(),null);
                   recurrencePanel.add(getjLblFriday(),null);
                   recurrencePanel.add(getjChkBxSaturday(),null);
                   recurrencePanel.add(getjLblSaturday(),null);
              //jPanel4.add(new JSeparator(), BorderLayout.CENTER);
                   recurrencePanel.add(getjLblEndDate(),null);
                   recurrencePanel.add(getjTxtFEndDate(),null);
              return recurrencePanel;
         private JPanel getbuttonsPanel(){
              if (buttonsPanel == null){
                   buttonsPanel=new JPanel();
                   //jPanel5.setBorder(new javax.swing.border.TitledBorder("5"));
                   buttonsPanel.setLayout(null);
                   buttonsPanel.setBounds(0, 360, 700, 90);
                   buttonsPanel.add(getjBtnCancel(),null);
                   buttonsPanel.add(getjBtnSave(),null);
              return buttonsPanel;
         public JPanel getofficePanel(){
              if (officePanel == null){
                   officePanel=new JPanel();
                   officePanel.setLayout(null);
                   //jPanel6.setBorder(new javax.swing.border.TitledBorder("6"));
                   officePanel.setBounds(0, 70, 700, 80);
                   officePanel.add(getjCmbBxPanelOfficeType(),null);
                   officePanel.add(getjLblPanelOfficeLocation(),null);
                   officePanel.add(getjCmbBxPanelOfficeLocation(),null);
                   officePanel.add(getjLblPanelOfficeType(),null);
              return officePanel;
         private JPanel geteventsPanel(){
              if (eventsPanel == null){
                   eventsPanel=new JPanel();
                   eventsPanel.setLayout(null);
                   //jPanel7.setBorder(new javax.swing.border.TitledBorder("7"));
                   eventsPanel.setBounds(0, 120, 700, 150);
                   eventsPanel.add(getjLblEvent(),null);
                   eventsPanel.add(getjLblEventType(),null);
                   eventsPanel.add(getjLblEventStartTime(),null);
                   eventsPanel.add(getjLblEventEndTime(),null);
                  //jPanel7.add(new JSeparator(), new Dimension(180,10));
                   eventsPanel.add(getjCmbBxEventType(),null);
                   eventsPanel.add(getjCmbBxEventStartTimeHrs(),null);
                   eventsPanel.add(getjLblEventStartTimeColon(),null);
                   eventsPanel.add(getjCmbBxEventStartTimeMin(),null);
                   eventsPanel.add(getjCmbBxEventEndTimeHrs(),null);
                   eventsPanel.add(getjLblEventEndTimeColon(),null);
                   eventsPanel.add(getjCmbBxEventEndTimeMin(),null);
                   eventsPanel.add(getjBtnAdd(),null);
                  //jPanel7.add(getjCmbBxPanel6Location(),null);
              return eventsPanel;
          * mainPanel methods to get components
         private JLabel getjLblCalender()
              if(jLblCalender==null){
              jLblCalender =  new JLabel ();
              jLblCalender.setBounds(new Rectangle(25, 25, 60, 20));
              jLblCalender.setText("Calender");
              System.out.println(jLblCalender.getBounds());
              //jLblCalender.setBounds(20, 20, 100, 16);
              return jLblCalender;
         public JComboBox getjCmbBxCalender(){
              if (jCmbBxCalender == null){
         calender = new String[] {"Office","Counselor"};
          jCmbBxCalender = new JComboBox (calender);
          jCmbBxCalender.setBounds(new Rectangle (90,25,140,20));
              return jCmbBxCalender;
         private JRadioButton getjRdBttnDay(){
               if(jRBttnDay==null){
                    jRBttnDay=new JRadioButton();
                    jRBttnDay.setBounds(new Rectangle(350,25, 60, 20));
                    jRBttnDay.setText("Day");
                    //jRBttnOffice.addItemListener( rhandler );
              return jRBttnDay;
          private JRadioButton getjRdBttnEvent(){
               if(jRBttnEvent==null){
                    jRBttnEvent=new JRadioButton();
                    jRBttnEvent.setBounds(new Rectangle(350, 50, 60, 20));
                    jRBttnEvent.setText("Event");
                    //jRBttnEvent.addItemListener( rhandler );
              return jRBttnEvent;
               * counselorPanel methods to get components
          private JLabel getjLblCounselor()
                   if(jLblCounselor==null){
                   jLblCounselor =  new JLabel ();
                   jLblCounselor.setBounds(new Rectangle(25,25,60,20));
                   jLblCounselor.setText("Counselor");
                   //jLblCalender.setBounds(0, 0, 33, 16);
                   return jLblCounselor;
              private JLabel getjLblLocation()
                   if(jLblLocation==null){
                   jLblLocation =  new JLabel ();
                   jLblLocation.setBounds(new Rectangle(25,60,60,20));
                   jLblLocation.setText("Location");
                   //jLblCalender.setBounds(0, 0, 33, 16);
                   return jLblLocation;
              private JLabel getjLblType()
                   if(jLblType==null){
                   jLblType =  new JLabel ();
                   jLblType.setBounds(new Rectangle(25,95,60,20));
                   jLblType.setText("Type");
                   //jLblCalender.setBounds(0, 0, 33, 16);
                   return jLblType;
              private JLabel getjLblType1()
                   if(jLblType1==null){
                   jLblType1 =  new JLabel ();
                   jLblType1.setBounds(new Rectangle(350, 25, 40, 20));
                   jLblType1.setText("Type  :");
                   //jLblCalender.setBounds(0, 0, 33, 16);
                   return jLblType1;
              public JComboBox getjCmbBxCounselor(){
                   if (jCmbBxCounselor == null){
              counselor = new String[] {"John","Jason","Sam"};
               jCmbBxCounselor = new JComboBox (counselor);
               jCmbBxCounselor.setBounds(new Rectangle (90,25,140,20));
                   return jCmbBxCounselor;
              public JComboBox getjCmbBxLocation(){
                   if (jCmbBxLocation == null){
                        location = new String[] {"Oakland","Sanfrancisco"};
                        jCmbBxLocation= new JComboBox(location);
                        jCmbBxLocation.setBounds(new Rectangle (90,60,140,20));
                   return jCmbBxLocation;
              public JComboBox getjCmbBxType(){
                   if (jCmbBxType == null){
              type = new String[] {"Regular","Non Regular"};
               jCmbBxType = new JComboBox (type);
               jCmbBxType.setBounds(new Rectangle (90,95,140,20));
                   return jCmbBxType;
              private JRadioButton getjRdBttnOffice(){
                    if(jRBttnOffice==null){
                         jRBttnOffice=new JRadioButton();
                         jRBttnOffice.setBounds(new Rectangle(490, 25, 60, 20));
                         jRBttnOffice.setText("Office");
                         //jRBttnOffice.addItemListener( rhandler );
                   return jRBttnOffice;
               private JRadioButton getjRdBttnCounselor(){
                    if(jRBttnCounselor==null){
                         jRBttnCounselor=new JRadioButton();
                         jRBttnCounselor.setBounds(new Rectangle(400, 25, 90, 20));
                         jRBttnCounselor.setText("Counselor");
                         //jRBttnCounselor.addItemListener( rhandler );
                   return jRBttnCounselor;
                    * timePanel methods to get components
               private JLabel getjLblStartDate()
                        if(jLblStartDate==null){
                             jLblStartDate =  new JLabel ();
                             jLblStartDate.setBounds(new Rectangle(25,25,60,20));
                             jLblStartDate.setText("Start Date ");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblStartDate;
                   private JLabel getjLblStartTime()
                        if(jLblStartTime==null){
                             jLblStartTime =  new JLabel ();
                             jLblStartTime.setBounds(new Rectangle(350,25,70,20));
                             jLblStartTime.setText("Start Time ");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblStartTime;
                   private JLabel getjLblEndTime()
                        if(jLblEndTime==null){
                             jLblEndTime =  new JLabel ();
                             jLblEndTime.setBounds(new Rectangle(350,60,70,20));
                             jLblEndTime.setText("End Time ");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblEndTime;
                   private JTextField getjTxtFStartDate() {
                        if (jTxtFStartDate == null) {
                             jTxtFStartDate = new JTextField();
                             //jTxtFRefNum.setBounds(new Rectangle(86, 51, 109, 20));
                             jTxtFStartDate.setBounds(new Rectangle(90,25,140,20));
                             jTxtFStartDate.setText("Start Date");
                        return jTxtFStartDate;
                   private JComboBox getjCmbBxStartTimeMin(){
                        if (jCmbBxStartTimeMin == null){
                   counselor = new String[] {"00","02","03","04"};
                    jCmbBxStartTimeMin = new JComboBox (counselor);
                    jCmbBxStartTimeMin.setBounds(new Rectangle (490,25,40,20));
                        return jCmbBxStartTimeMin;
                   private JComboBox getjCmbBxStartTimeHrs(){
                        if (jCmbBxStartTimeHrs == null){
                   counselor = new String[] {"00","02","03","04"};
                    jCmbBxStartTimeHrs = new JComboBox (counselor);
                    jCmbBxStartTimeHrs.setBounds(new Rectangle (425, 25,40,20));
                        return jCmbBxStartTimeHrs;
                   private JLabel getjLblEndTimeColon()
                        if(jLblEndTimeColon==null){
                             jLblEndTimeColon =  new JLabel ();
                             jLblEndTimeColon.setBounds(new Rectangle(475,60,5,20));
                             jLblEndTimeColon.setText(":");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblEndTimeColon;
                   private JLabel getjLblStartTimeColon()
                        if(jLblStartTimeColon==null){
                             jLblStartTimeColon =  new JLabel ();
                             jLblStartTimeColon.setBounds(new Rectangle(475,25,5,20));
                             jLblStartTimeColon.setText(":");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblStartTimeColon;
                   private JComboBox getjCmbBxEndTimeMin(){
                        if (jCmbBxEndTimeMin == null){
                   counselor = new String[] {"00","02","03","04"};
                    jCmbBxEndTimeMin = new JComboBox (counselor);
                    jCmbBxEndTimeMin.setBounds(new Rectangle (490,60,40,20));
                        return jCmbBxEndTimeMin;
                   private JComboBox getjCmbBxEndTimeHrs(){
                        if (jCmbBxEndTimeHrs == null){
                   counselor = new String[] {"00","02","03","04"};
                    jCmbBxEndTimeHrs = new JComboBox (counselor);
                    jCmbBxEndTimeHrs.setBounds(new Rectangle (425,60,40,20));
                        return jCmbBxEndTimeHrs;
                    * recurrencePanel methods to get components
                   private JLabel getjLblSunday()
                        if(jLblSunday==null){
                             jLblSunday =  new JLabel ();
                             jLblSunday.setBounds(new Rectangle(125, 50, 50, 20));
                             jLblSunday.setText("Sunday");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblSunday;
                   private JLabel getjLblMonday()
                        if(jLblMonday==null){
                             jLblMonday =  new JLabel ();
                             jLblMonday.setBounds(new Rectangle(205,50,50,20));
                             jLblMonday.setText("Monday");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblMonday;
                   private JLabel getjLblTuesday()
                        if(jLblTuesday==null){
                             jLblTuesday =  new JLabel ();
                             jLblTuesday.setBounds(new Rectangle(285,50,50,20));
                             jLblTuesday.setText("Tuesday");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblTuesday;
                   private JLabel getjLblWednesday()
                        if(jLblWednesday==null){
                             jLblWednesday =  new JLabel ();
                             jLblWednesday.setBounds(new Rectangle(370, 50,70,20));
                             jLblWednesday.setText("Wednesday");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblWednesday;
                   private JLabel getjLblThursday()
                        if(jLblThursday==null){
                             jLblThursday =  new JLabel ();
                             jLblThursday.setBounds(new Rectangle(475,50,60,20));
                             jLblThursday.setText("Thursday");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblThursday;
                   private JLabel getjLblFriday()
                        if(jLblFriday==null){
                             jLblFriday =  new JLabel ();
                             jLblFriday.setBounds(new Rectangle(565,50,40,20));
                             jLblFriday.setText("Friday");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblFriday;
                   private JLabel getjLblSaturday()
                        if(jLblSaturday==null){
                             jLblSaturday =  new JLabel ();
                             jLblSaturday.setBounds(new Rectangle(635,50,60,20));
                             jLblSaturday.setText("Saturday");
                        //jLblCalender.setBounds(0, 0, 33, 16);
                        return jLblSaturday;
                   private JCheckBox getjChkBxSunday() {
                        if (jChkBxSunday == null) {
                             jChkBxSunday = new JCheckBox ("Sunday",false);
                             jChkBxSunday.setBounds(new Rectangle(100,50,20,20));
                        return jChkBxSunday;
                    private JCheckBox getjChkBxMonday() {
                             if (jChkBxMonday == null) {
                                  jChkBxMonday = new JCheckBox ("Monday",false);
                                  jChkBxMonday.setBounds(new Rectangle(180,50,20,20));
                             return jChkBxMonday;
                    private JCheckBox getjChkBxTuesday() {
                             if (jChkBxTuesday == null) {
                                  jChkBxTuesday = new JCheckBox ("Tuesday",false);
                                  jChkBxTuesday.setBounds(new Rectangle(260,50,20,20));
                             return jChkBxTuesday;
                    private JCheckBox getjChkBxWednesday() {
                             if (jChkBxWednesday == null) {
                                  jChkBxWednesday = new JCheckBox ("Wedneday",false);
                                  jChkBxWednesday.setBounds(new Rectangle(345,50,20,20));
                             return jChkBxWednesday;
                    private JCheckBox getjChkBxThursday() {
                             if (jChkBxThursday == null) {
                                  jChkBxThursday = new JCheckBox ("Thursday",false);
                                  jChkBxThursday.setBounds(new Rectangle(450,50,20,20));
                             return jChkBxThursday;
                    private JCheckBox getjChkBxFriday() {
                             if (jChkBxFriday == null) {
                                  jChkBxFriday = new JCheckBox ("Friday",false);
                                  jChkBxFriday.setBounds(new Rectangle(540,50,20,20));
                             return jChkBxFriday;
                    private JCheckBox getjChkBxSaturday() {
                             if (jChkBxSaturday == null) {
                                  jChkBxSaturday = new JCheckBox ("Saturday",false);
                                  jChkBxSaturday.setBounds(new Rectangle(610,50,20,20));
                             return jChkBxSaturday;
                    private JLabel getjLblEndDate()
                             if(jLblEndDate==null){
                                  jLblEndDate =  new JLabel ();
                                  jLblEndDate.setBounds(new Rectangle(25,85,60,20));
                                  jLblEndDate.setText("End Date");
                             //jLblCalender.setBounds(0, 0, 33, 16);
                             return jLblEndDate;
                    private JTextField getjTxtFEndDate() {
                             if (jTxtFEndDate == null) {
                                  jTxtFEndDate = new JTextField();
                                  //jTxtFRefNum.setBounds(new Rectangle(86, 51, 109, 20));
                                  jTxtFEndDate.setBounds(new Rectangle(90,85,140,20));
                                  jTxtFEndDate.setText("End Date");
                             return jTxtFEndDate;
                    private JLabel getjLblRecurrence()
                             if(jLblRecurrence==null){
                                  jLblRecurrence =  new JLabel ();
                                  jLblRecurrence.setBounds(new Rectangle(25,25,80,20));
                                  jLblRecurrence.setText("Recurrence ");
                             //jLblCalender.setBounds(0, 0, 33, 16);
                             return jLblRecurrence;
                         * buttonsPanel methods to get components
                    private JButton getjBtnCancel(){
                         if(jBttnCancel==null){
                              jBttnCancel=new JButton();
                              jBttnCancel.setBounds(new Rectangle(510,25,80,20));
                              jBttnCancel.setText("Cancel");
                        return jBttnCancel;
                    private JButton getjBtnSave(){
                         if(jBttnSave==null){
                              jBttnSave=new JButton();
                              jBttnSave.setBounds(new Rectangle(600,25,80,20));
                              jBttnSave.setText("Save");
                        return jBttnSave;
                         * OfficePanel methods to get components
                    private JLabel getjLblPanelOfficeType()
                             if(jLblPanelOfficeType==null){
                                  jLblPanelOfficeType =  new JLabel ();
                                  jLblPanelOfficeType.setBounds(new Rectangle(25,25,60,20));
                                  jLblPanelOfficeType.setText("Type");
                             //jLblCalender.setBounds(0, 0, 33, 16);
                             return jLblPanelOfficeType;
                        private JLabel getjLblPanelOfficeLocation()
                             if(jLblPanelOfficeLocation==null){
                                  jLblPanelOfficeLocation =  new JLabel ();
                                  jLblPanelOfficeLocation.setBounds(new Rectangle(25,60,60,20));
                                  jLblPanelOfficeLocation.setText("Location");
                             //jLblCalender.setBounds(0, 0, 33, 16);
                             return jLblPanelOfficeLocation;
                        public JComboBox getjCmbBxPanelOfficeLocation(){
                             if (jCmbBxPanelOfficeLocation == null){
                                  String[] Officelocation = new String[] {"OakLand","San Fransisco"};
                        jCmbBxPanelOfficeLocation = new JComboBox (Officelocation);;
                        jCmbBxPanelOfficeLocation.setBounds(new Rectangle (90,60,140,20));
                             return jCmbBxPanelOfficeLocation;
                        private JComboBox getjCmbBxPanelOfficeType(){
                             if (jCmbBxPanelOfficeType == null){
                                  String [] Officetype = new String[] {"Regular","OnCall"};
                         jCmbBxPanelOfficeType = new JComboBox (Officetype);
                         jCmbBxPanelOfficeType.setBounds(new Rectangle (90,25,140,20));
                             return jCmbBxPanelOfficeType;
                         * eventsPanel methods to get components
                        private JComboBox getjCmbBxEventType(){
                             if (jCmbBxEventType == null){
                        counselor = new String[] {"John","Jason"};
                         jCmbBxEventType = new JComboBox (counselor);
                         jCmbBxEventType.setBounds(new Rectangle (120,90,130,20));
                             return jCmbBxEventType;
                        private JComboBox getjCmbBxEventStartTimeHrs(){
                             if (jCmbBxEventStartTimeHrs == null){
                        counselor = new String[] {"12","00"};
                         jCmbBxEventStartTimeHrs = new JComboBox (counselor);
                         jCmbBxEventStartTimeHrs.setBounds(new Rectangle (290,90,40,20));
                             return jCmbBxEventStartTimeHrs;
                        private JComboBox getjCmbBxEventStartTimeMin(){
                             if (jCmbBxEventStartTimeMin == null){
                        counselor = new String[] {"00","02","03","04"};
                         jCmbBxEventStartTimeMin = new JComboBox (counselor);
                         jCmbBxEventStartTimeMin.setBounds(new Rectangle (355,90,40,20));
                             return jCmbBxEventStartTimeMin;
                        private JComboBox getjCmbBxEventEndTimeHrs(){
                             if (jCmbBxEventEndTimeHrs == null){
                        counselor = new String[] {"00","02","03","04"};
                         jCmbBxEventEndTimeHrs = new JComboBox (counselor);
                         jCmbBxEventEndTimeHrs.setBounds(new Rectangle (470,90,40,20));
                             return jCmbBxEventEndTimeHrs;
                        private JComboBox getjCmbBxEventEndTimeMin(){
                             if (jCmbBxEventEndTimeMin == null){
                        counselor = new String[] {"John","Jason","Sam"};
                         jCmbBxEventEndTimeMin = new JComboBox (counselor);
                         jCmbBxEventEndTimeMin.setBounds(new Rectangle (535,90,40,20));
                             return jCmbBxEventEndTimeMin;
                        private JLabel getjLblEventType()
                             if(jLblEventType==null){
                             jLblEventType =  new JLabel ();
                             jLblEventType.setBounds(new Rectangle(150, 60,60,20));
                             jLblEventType.setText("Type");
                             //System.out.println(jLblCalender.getBounds());
                             //jLblCalender.setBounds(20, 20, 100, 16);
                             return jLblEventType;
                        private JLabel getjLblEvent()
                             if(jLblEvents==null){
                             jLblEvents =  new JLabel ();
                             jLblEvents.setBounds(new Rectangle(325, 25, 60, 20));
                             jLblEvents.setText("Events");
                             //System.out.println(jLblCalender.getBounds());
                             //jLblCalender.setBounds(20, 20, 100, 16);
                             return jLblEvents;
                        private JLabel getjLblEventStartTime()
                             if(jLblEventStartTime==null){
                             jLblEventStartTime =  new JLabel ();
                             jLblEventStartTime.setBounds(new Rectangle(310, 60,60,20));
                             jLblEventStartTime.setText("Start Time");
                             //System.out.println(jLblCalender.getBounds());
                             //jLblCalender.setBounds(20, 20, 100, 16);
                             return jLblEventStartTime;
                        private JLabel getjLblEventEndTime()
                             if(jLblEventEndTime==null){
                             jLblEventEndTime =  new JLabel ();
                             jLblEventEndTime.setBounds(new Rectangle(500, 60,60,20));
                             jLblEventEndTime.setText("End Time");
                             //System.out.println(jLblCalender.getBounds());
                             //jLblCalender.setBounds(20, 20, 100, 16);
                             return jLblEventEndTime;
                        private JLabel getjLblEventStartTimeColon()
                             if(jLblEventStartTimeColon==null){
                                  jLblEventStartTimeColon =  new JLabel ();
                                  jLblEventStartTimeColon.setBounds(new Rectangle(340,90,5,20));
                                  jLblEventStartTimeColon.setText(":");
                             //jLblCalender.setBounds(0, 0, 33, 16);
                             return jLblEventStartTimeColon;
                        private JLabel getjLblEventEndTimeColon()
                             if(jLblEventEndTimeColon==null){
                                  jLblEventEndTimeColon =  new JLabel ();
                                  jLblEventEndTimeColon.setBounds(new Rectangle(520,90,5,20));
                                  jLblEventEndTimeColon.setText(":");
                             //jLblCalender.setBounds(0, 0, 33, 16);
                             return jLblEventEndTimeColon;
                         private JButton getjBtnAdd(){
                              if(jBttnAdd==null){
                                   jBttnAdd=new JButton();
                                   jBttnAdd.setBounds(new Rectangle(25,115,80,20));
                                   jBttnAdd.setText("Add");
                             return jBttnAdd;
    //                     Action Listeners
                                  public void addCmbBoxCalenderListener (ItemListener eve){
                                  if (this.jCmbBxCalender != null){
                                       jCmbBxCalender.addItemListener(eve);
                             }Here is my controller code:
    private class JCmbBxCalenderListener implements ActionListener {
                   public void actionPerformed( ActionEvent event ){
                         try{
                              if(((JComboBox) event.getSource()).getSelectedItem().equals("Office Calender")){
                                   //calenderAdmin_View.jContentPane.revalidate();
                                   calenderAdmin_View.jContentPane.remove(calenderAdmin_View.getcounselorPanel());
                                   calenderAdmin_View.getcounselorPanel().setVisible(false);
                                       calenderAdmin_View.jContentPane.add(calenderAdmin_View.getofficePanel(),1);
                                   calenderAdmin_View.getofficePanel().setVisible(true);
                                   calenderAdmin_View.jContentPane.validate();
                              else
                                   if(((JComboBox) event.getSource()).getSelectedItem().equals("Counselor Calender"))
                                        //calenderAdmin_View.jContentPane.revalidate();
                                        calenderAdmin_View.jContentPane.remove(calenderAdmin_View.getofficePanel());
                                        calenderAdmin_View.getofficePanel().setVisible(false);
                                        calenderAdmin_View.jCo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

  • Repeating frame spacing Problem in Reports 6i

    I have a Matrix with Group report. Now I have two sections (one is matrix section, second is Grand totals section).
    After I run the report layout ,Matrix section data (repeating frame) is appearing at one spacing but the other repeating frame in Grand Totals - appears in the same page (below the Matrix data section) with different spacing and aligning.
    I’ve attached the output of the sample report. You can find the aligning/spacing problem between Matrix data (one repeating frame) and Grand Total data (another repeating frame)
    This is the problem, I have tried changing all the properties, but all in vain. I feel that the repeating frame in Grand Totals appears exactly at the same position as the first one.
    Please help...
    Ratnakar.

    Hi,
    There are no such limitations with Reports. If I understand properly, you run the Report twice, in each run, you are trying to execute different query, and you generate two dilimited Reports output files? This should work fine. Try out the latest Reports 6i patch-10 for this. You can even approach Oracle Support with your testcase. FYI, with Reports 6i patch-11, a new feature "dlimited data" is introduced which will give delimited output with a data dump i.e it would not be dependent upon the Reports layout. You can probably try out this new feature also.
    Thanks,
    Rohit Hi Rohit,
    Thanks for the information.
    well I am generating single output file on each run .
    the problem is somewhat funny.
    I have build query2 in data model after query1.
    query 1 is giving me correct output both in .PDF and delimiter version.
    But query2 is giving me 0 byte file for delimiter version although in .PDF it is running fine.
    When I took out query2 to another module it is running fine for both.
    I hope this make sense.
    Moreover if u still not clear about the problem and thinks that u can help me out please send me ur mail id so that I can send you the RDF copy.
    Thanks
    Mohit...

  • Dreamweaver CS4 Code Letter Spacing Issue

    Hello,
    I am currently running Adobe Dreamweaver CS4 on my Macbook Pro. We use it on a daily basis to keep our corporate website up-to-date. During the past few weeks, we have developed a very odd issue in the DW code editing pane. The letter spacing is completely off, which is odd considering that the font is monospaced. A large space will appear between characters even though no space is actually there. I have included a screenshot below of some new code I recently entered. Notice the space between the form names and the apostrophes. It appears as though there is one space between the name and the apostrophe, however there is none. The code still works fine, but this becomes very frustrating when attempting to enter new code.
    I should also mention that none of my code developed prior to approximately two weeks ago has been effected. Only when I attempt to enter new code is the spacing effected.
    Is this a known issue? Any ideas of what could be going on?
    Any input would be greatly appreciated.
    Thanks!
    Jon

    Oh, you're welcome!
    I know, so many of these things you don't find with a cursory review of menu-items and preferences. Then when you need them, you might not have noticed them first time through.
    That's one reason I like the Forums: you learn things you didn't know you needed to know...
    I've noticed that system fonts change from system to system, and sometimes you "lose" a font when you go to a new computer.
    Best,
    Beth

  • Letter spacing wrong when generting pdf in web service

    I have a turnkey JBoss Installation on a Windows Server 2008 R2 Standard.
    When I create a pdf document out of an doc (Office 2003 SP3) or docx (Word 2007 SP2)
    with the web services I get wrong letter spacing. If I simply create a pdf out of Microsoft Word with the
    installed Adobe Add-On on the same server the spacing is correct.
    There is no error or warning in all the log files.
    I tried already all kind of settings in the font settings, but no success.
    You can see the differences in the attachment.
    Any help would be appreciated.
    Answer: I tested a lot by myself and finally it worked. I am still not 100% sure why, but I think it is the following:
    When you have configured the turnkey installation, everything is up and running afterwards. But then you have these strange letter spacings.
    When you restart the jboss service (Windows) then it is correct afterwards.
    Message was edited by: Markus Ebel

    > Yeah, Motter Corpus is pretty distinctive. If you got a font substitution you'd know.
    But would you know if the font was not embedded (other than by looking at the file properties) when viewing on a system where it is installed?
    It looks to me as if the spacing issue is confined to the headings. Is that right? Have you previewed the page with custom tracking and kerning highlighted in ID (you'll find those settings in the preferences under Composition)? On screen shot the spacing looks very even so that's what I'd check first.
    What does the ID file look like for those same pages?
    Peter

  • Letter Spacing (formating) Coldfusion to PDF

    I've been trying to figure out a way to control letter
    spacing in Adobe LiveCycle 7 ES. I'm new to the program and have
    tried some javascript, etc, but with no success.
    I created a PDF file containing a dynamic image and 2 font
    fields.
    I'm passing the value from Coldfusion MX 8, using the
    cfpdfform/cfpdfsubform/cfpdfformparam. I can successfully pass the
    the value to the image and both text fields, but, I need to have
    formating (letter spacing) for one of the fields.
    I'm guessing there's a way to do it, possibly within the xml
    source file, or some sort of javascript attatched to the Text Field
    object.
    If anyone out there has any idea, I would really appreciate
    it. I'm not sure why adobe did'nt add a letter spacing (kerning)
    tool for formatting fonts/characters. You can do line spacing, why
    not letter..hhhmm??
    Thanks!

    Have you asked in the LiveCycle forums?
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8d/

  • Why is letter spacing different in FF (and IE) comparing to Chrome?

    I'm developing http://idesigns.dk and the menu looks totally different in FF comparing to Chrome. I have found out that it's because of the lower letter spacing in FF. How can I make the letter spacing "normal" like in chrome?

    I will mark your above post as the solution as you indicate that you were able to fix it.
    If you still have questions then you can click the Undo button next to your reply to remove the solution.

  • AS3, htmlText, bold b throwing of letter spacing. letters crashing into each other.

    I have an htmlText field that holds a few paragraphs of text that is pulled from an xml file. There are <b> bold tags within the xml node.
    When a section of bold text is in the middle of normal text, the normal text will crash into the beginning & end of the bold text, see pic:
    I'm assuming that the bold text and the regular text  have different letter spacing so I removed the  ".letterSpacing = .2;" from the font declaration in order to let the text render at it's normal letter spacing. That helped a little in making the crashing a little less but it hasn't cleared it up completely.  Also, depending on the font size, the letter crashing acts differently.
    Is there a way to better control the letter spacing of bold text next to normal text in a dynamic text field?
    Thanks in advance for your reply.
    Zak

    I'm going to try using CSS with my dynamic textfield to see if this solves the letter spacing issue. Has anyone used CSS in dyanmic text field to better control the spacing between bolded & normal text?
    Zak

  • Letter-spacing will not decrease on Edge Animate

    I need to add a line of code since it will not decrease the letter spacing to -20px. It only increases on Edge Animate. I was told to add this line of code below -
    sym.$("Text2").css("letter-spacing", "-20px");
    but couldnt find CompositionReady of the Stage actions. There are files like filename.html, filename_edge.js, and filename_edgeActions.js
    Which file above should I add a line of code to?

    Sorry I should also have mentioned that you cannot reduce the size of the spacing to less than the minimum it has. 0 is the minimum spacing. Maybe kerning would be acceptable.
    You can test that here:
    Tryit Editor v2.0
    Just use different number and see if it makes a difference.
    You will also notice that edge does not allow negative spacing in the text tool which confirms what I mentioned above.

  • Letter spacing for JLabel

    Hi all,
    Is there any way to specify letter spacing of a text in Jlabel?

    not really, without writing a custom UI delegate, which can be a real pain in ass for anything that has text in it.
    I would look into trying to find a standard font that puts in the spacing you want. Or, if you really want, you can get the spacing you need using a graphics editor program, then save that as an image, and use that image as an icon on your label.
    - Adam

Maybe you are looking for