Desktop Application

  1. #1

    Desktop Application

    Hi

    i am developing a small application using the desktop example provided in EXT.net examples. i want to hide the start button in task bar. how can this be possible ???
  2. #2
    and also i want to resize the task bar. i am not getting any property to do so. can someone help me out of this ????
  3. #3
    Hi,

    Use Ready event of Desktop and call the following code
    Ext.get('ux-taskbar-start').addClass('x-hide-display');
  4. #4
    using this statement, start button hides leaving the remaining portion of the task bar in abnormal manner, you can see in the attached screen shot.
    Attached Thumbnails Click image for larger version. 

Name:	desktop.png 
Views:	163 
Size:	44.6 KB 
ID:	2308  
  5. #5
    where did you put the code?

Similar Threads

  1. [CLOSED] Center desktop shortcuts on desktop
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 15, 2011, 6:49 AM
  2. Memory leak desktop application
    By Yannis in forum 1.x Help
    Replies: 0
    Last Post: Apr 05, 2011, 3:47 AM
  3. [CLOSED] Desktop application caching of web pages
    By ogokgol in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 08, 2011, 8:39 AM
  4. Refreshing desktop control from desktop window
    By AnilVelamuri in forum 1.x Help
    Replies: 0
    Last Post: May 26, 2010, 7:53 AM
  5. Simulate desktop-like web application
    By Dominik in forum 1.x Help
    Replies: 3
    Last Post: Mar 30, 2010, 5:52 AM

Posting Permissions