User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: [Request] Several objects for shell replacements

  1. #1
    No Products Registered

    Join Date
    Apr 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Several objects for shell replacements

    Hi!
    I'm working again, on shell replacement. I would like to request some extensions, which would make it possible to create full-featured shell replacement - not just an app to minimize or restore windows...

    It's why I'am asking you - extension developers - to create two objects:
    1. Retrieving icons from windows, with possibility to save them on hard-disk.
    2. Displaying system tray - with transparency of course.

    As far as I know, first one is simple to achieve (but still, I'm not a programist), second one would require some work, but you could still base on some open-source shell replacements, which are displaying it.

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    I think you got 1 and 2 mixed up in terms of simple and hard.

    The Advanced Tray Icon object by Jaffob will do #2 for you.
    Working as fast as I can on Fusion 3

  3. #3
    No Products Registered

    Join Date
    Apr 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    Oh. You've mixed up something.

    It's not about showing my application in tray.
    It's about showing tray inside my application.

  4. #4
    Clicker Fusion 2.5 Developer

    Join Date
    Nov 2008
    Posts
    299
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    I think I get it. You want to create a shell replacement - like a fake windows - is that correct?

    If so, you don't need the second extension. You can custom code that on your own [I'm presuming you have the technical skills to do it, since you're attempting a very hard project].

    As for the first, you could, in theory, read which applications are using the tray and rip their icons from their EXEs.

  5. #5
    No Products Registered

    Join Date
    Apr 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    It's not about making a list of applications which would use tray and add them some icons...

    Ok. I would make it straight - with screenshots of my project:
    http://dl.dropbox.com/u/4527369/lh_sr_beta2.PNG

    As you can see - I've made a temporary tray, cut out a piece of my program (Window Shape) so the tray could be displayed there - Windows taskbar under my program. So - It's not what I wanted to achieve.

    Idea is to make this tray on my own. Not just icons, but right-click menu too. With possibility to change it's position, or even height. I would like it to be placed on sidebar. Yes, I'm trying to imitate Longhorn.

    And another feature I would need - icons, on the taskbar buttons. I need an extension, which would rip them from windows - listed by Kernel Object. As you can see on screenshots - they aren't there.

  6. #6
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    You can retrieve icons from running programs.

    You use Process explorer to get a list of running programs and extract their exe location.

    Then you can extract their icons with the image manipulator i think. There is an object that can do this I just can't remember it's name.

    After that you can use the kernel object to check which windows are visible then you can display their icon on your custom taskbar.

    Their are plenty of other programs like this out their already though, you could just go download one of those and customize it.


  7. #7
    No Products Registered

    Join Date
    Apr 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    @UrbanMonk,
    Maybe it would sound noobish, but...
    Isn't there any example which would help me?

    Ok - what about windows which shouldn't ever be visible? (using "Window Lister" you can get quite big list of such windows)
    And - how should I combine Kernel Object with Process Lister? Window listing is based on example by SEELE.

  8. #8
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    Ok well if you have the window listing part down then I'll send you my icon extracting example when I get home.

    I made it a while ago so there may be an easier way now.

  9. #9
    Dragon
    Guest

    Re: [Request] Several objects for shell replacements

    I have source tray in C++
    Someone can use that, and do that extension:
    http://translate.google.pl/translate?js=y&prev=_t&hl=pl&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2F4programmers.net% 2FC%2FArtyku%25C5%2582y%2FW%25C5%2582asny_zasobnik _systemowy_%2528tray%2529%3Fsid%3D6a0844237f9d3524 6b2d0e0d13684c72&sl=pl&tl=en

    It's translate from Polish...
    Sory for my English. I learn that language ...

  10. #10
    No Products Registered

    Join Date
    Apr 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Several objects for shell replacements

    Dragon - translating with Google would make text unreadable...

    But, maybe you are not aware of that.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Flash Files and flash replacements for the unfinished surface object
    By Ethan in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 17th June 2013, 09:34 PM
  2. Bouncing shell projectiles?
    By ChrisBurrows in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 16th October 2011, 10:30 PM
  3. bullet shell create
    By nick_Peoples in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 14th February 2010, 09:23 PM
  4. Shell for windows?
    By Jacob in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 23rd November 2008, 09:17 AM

Posting Permissions

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