Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 19

Thread: Desktop Sidebar

  1. #1
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351

    Lightbulb Desktop Sidebar

    Check it out guys, i have created a desktop sidebar!

    It is not finished though, just wanted you guys to comment on this.

    Suggestions are welcomed!

    Thanks in advance...

    Download

  2. #2
    Join Date
    Apr 2006
    Posts
    181
    really good job

  3. #3
    Join Date
    Apr 2006
    Posts
    181
    can u please post the apz file ???
    i want to know how to do computer search ???

  4. #4
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    One of the best things you have made so far. really nice job on that.

  5. #5
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    Wow! Wonderful! I just don't like the button style, cause it's not very smooth with the overall layout...

    Anyway, can you explane us how you've done the computer search? And I'm a bit curious about the clock...

    Thanks and continue that superb work!

  6. #6
    Join Date
    Oct 2006
    Location
    Somewere over the rainbow
    Posts
    314
    how did you get it to stick to the right of the screen..?

  7. #7
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351
    I use the Window.SetSize and Window.SetPos functions.

  8. #8
    Join Date
    Apr 2005
    Posts
    172
    Use this code to apply it anywhere on the screen.

    sLocation = "TopRight";


    nHandle = Application.GetWndHandle();

    tWindowSize = Window.GetSize(nHandle);
    tScreenSize = System.GetDisplayInfo();

    if sLocation == "TopLeft" then
    nX = 0;
    nY = 0;
    elseif sLocation == "TopRight" then
    nX = tScreenSize.Width-tWindowSize.Width;
    nY = 0;
    elseif sLocation == "BottomLeft" then
    nX = 0;
    nY = tScreenSize.Height-tWindowSize.Height;
    elseif sLocation == "BottomRight" then
    nX = tScreenSize.Width-tWindowSize.Width;
    nY = tScreenSize.Height-tWindowSize.Height;
    end

    Window.SetPos(nHandle, nX, nY);

  9. #9
    Join Date
    May 2007
    Posts
    52
    ThanksS! can u give us the APZ... ??

    byee

  10. #10
    Join Date
    Oct 2006
    Posts
    209
    thanx for sharing exe

  11. #11
    Join Date
    Oct 2006
    Posts
    209
    Quote Originally Posted by Ham View Post
    Use this code to apply it anywhere on the screen.
    Ham,
    top right and top left is workign fine, but bottom right and bottom left aren't have you tried this by yourself?
    i think i should be start from task bar not from actual screen bottom.

  12. #12
    Join Date
    Apr 2005
    Posts
    172
    Yes i tryed it again before posting this to be sure and it works.

  13. #13
    Join Date
    May 2006
    Posts
    94
    Hi!
    I made sidebar with transparencies and everything, you can download the APZ here...

    English evoSideBar (exe):
    http://www.box.net/shared/9zkjl4ua85
    Spanish APZ evoSideBar:
    http://www.box.net/shared/mmvnx63un4

    Screenshot:


    The project has been designed and coded completely by my.

    Greetings!!
    PD:Sorry for my english again,but im from spain,and my english is so bad...

  14. #14
    Join Date
    Nov 2006
    Posts
    233
    Vancete, the search function on your sidebar gives me errors all the time.

    Input1 - on key - lines 9, 20, and 31 depending on which area I search..

  15. #15
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239
    Hey Vancete, just wanted to say thank you for this.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. How do I remove old desktop shortcuts?
    By Stein Inge in forum Setup Factory 7.0
    Replies: 10
    Last Post: 03-04-2007, 03:30 AM
  2. command shortcut desktop
    By snaaps in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 06-08-2005, 06:01 AM
  3. Delete files/recurse dir -- desktop went blank.
    By jassing in forum Setup Factory 6.0
    Replies: 1
    Last Post: 05-04-2003, 11:04 AM
  4. HOWTO: Change the Desktop Wallpaper
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-02-2002, 09:25 AM
  5. HOWTO: Create a Shortcut on the Desktop
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-19-2002, 02:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts