Hello everyone. 

In addition to what I wrote before ( that theres no icons in the DateField ), I 
also tried to install the tango theme in my operating system. I installed it by 
doing 
apt-get install tango-icon-theme
apt-get install tango-icon-theme-common

Then i recompiled the project with these setting: 
qx.Theme.define("myapp02.theme.Theme",
{
    meta:
    {
color : qx.theme.modern.Color,
    decoration : qx.theme.modern.Decoration,
    font : qx.theme.modern.Font,
    appearance : qx.theme.modern.Appearance,
    icon : qx.theme.icon.Tango
  }
});




  "let" :
  {
    "APPLICATION"  : "myapp02",
    "QOOXDOO_PATH" : "../qooxdoo-2.1.1-sdk",
    "QXTHEME"      : "myapp02.theme.Theme",
    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*", 
"${APPLICATION}.test.*", "${APPLICATION}.simulation.*"],
    "LOCALES"      : [ "en" ],
    "CACHE"        : "${TMPDIR}/qx${QOOXDOO_VERSION}/cache",
    "ROOT"         : "."
  },


But no icons are used (in the DateField widget) as before.
Please help me solve this problem.

Thanks


________________________________
 From: ivlev jenia <[email protected]>
To: "[email protected]" <[email protected]> 
Sent: Thursday, May 2, 2013 9:39:07 PM
Subject: why is the DateField icon empty in my application?
 


I want to have an icon in my DateField. I talking about the icon that's on the 
right on the DateField widget.
How do I specify the icon set to use?
This is my config file. As you can see I want to use the default theme.
    "let" :
      {
        "APPLICATION"  : "myapp02",
        "QOOXDOO_PATH" : "../qooxdoo-2.1.1-sdk",
        "QXTHEME"      : "qx.theme.Modern",
        "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*", 
"${APPLICATION}.test.*", "${APPLICATION}.simulation.*"],
        "LOCALES"      : [ "en" ],
        "CACHE"        : "${TMPDIR}/qx${QOOXDOO_VERSION}/cache",
        "ROOT"         : "."
      },
But it doesn't use any icons in the DateField. Instead it simply display the 
date and the right part of the DateField (where you're suppose to click to get 
the full calendar) is empty.
I also tried to use:
    "QXTHEME"      : "myapp02.theme.Theme",
And this is my Theme.js file:
    qx.Theme.define("myapp02.theme.Theme",
    {
      meta :
      {
        color : myapp02.theme.Color,
        decoration : myapp02.theme.Decoration,
        font : myapp02.theme.Font,
        icon : qx.theme.icon.Tango,
        appearance : myapp02.theme.Appearance
      }
    });
But to no avail. (still no icons in the DateField)

I placed a similar question here: 
http://stackoverflow.com/questions/16310728/how-do-i-place-a-label-on-the-datefield.

So to reiterate, how do I use an icon set Tango or Oxygen to place an icon in 
my DateField like in this tutorial: 
http://demo.qooxdoo.org/2.1.1/demobrowser/#widget~DateField.html?

Thanks
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to