User Tag List

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

Thread: Screen Capture Help

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Screen Capture Help

    What I'am trying to do is capture a section of the screen everytime the user clicks an active object and save the capture to a relative directory based on Appdrive$+Appdir$ with a consecutivly numbered filename.
    I must not be setting this up correctly. I don't get any files saved. Nothing seems to happen. Would someone please put together a quick example for me?

    Thanks

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    OK I've gotten it to capture to a directory but haven't gotten it to increment the filename..
    Also..and this is a biggie...
    It doesn't seem to be able to capture the DRAW OBJECT!!!
    Can someone verify this for me please?

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    The file size is huge because it's a .bmp.

  4. #4
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    i can get it to capture the draw object, but said object should probably have save/load image actions

    i usually don't bother with the included incrementing (ie i haven't tried using it yet); i usually just do it myself since i have more control of it that way:

    User clicks on "Object" with left button
    --> Screen Capture - Set filename: Apppath$ + "whatever" + str$(Global Value A) + ".bmp"
    --> Screen Capture - Capture frame area
    --> Add to Global Value A: 1

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    I WISH the draw object had save/load image actions...but since it doesn't I have to "fake it" with the screen capture. But I just can't get it to capture the draw object.

    xyzzy, I like your method for incremental saves but that would only work within each execution of the program unless saved in a config.ini I guess. Would you please post a working test with the draw object in the archive for me if you have one working that I can compare to what I'am doing wrong please?

    Thanks for the replys..

  6. #6
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    Quote Originally Posted by kungsangun
    I WISH the draw object had save/load image actions...but since it doesn't I have to "fake it" with the screen capture. But I just can't get it to capture the draw object.

    xyzzy, I like your method for incremental saves but that would only work within each execution of the program unless saved in a config.ini I guess. Would you please post a working test with the draw object in the archive for me if you have one working that I can compare to what I'am doing wrong please?

    Thanks for the replys..
    i did a quick test and it looks like you'll have to use an INI anyway... and if you do, using a global value for it would probably be easier

    i'll just post the example here since it's mainly just a test right now

    it doesn't increment or anything, it's just to see if you can get the image to save

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    May I email you a link to a zip file of my project? Your example works perfectly but my project is "resistant"! I don't want to post it publicly.

    Thanks

  8. #8
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    Quote Originally Posted by kungsangun
    May I email you a link to a zip file of my project? Your example works perfectly but my project is "resistant"! I don't want to post it publicly.

    Thanks
    sure

  9. #9
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    Thanks for you time!
    Email sent to the yahoo.com address

  10. #10
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Screen Capture Help

    yeah i see what's doing it:

    on the Save Button Clicked event, you should replace the "start automatic capture" action with the "capture frame area"

    automatic capture is used for things like capturing an animation sequence and exporting separate frames

Page 1 of 2 1 2 LastLast

Similar Threads

  1. iOS Screen Capture
    By AyreGuitar in forum iOS Extensions
    Replies: 24
    Last Post: 28th December 2013, 04:49 AM
  2. Screen Capture Help
    By wizkidweb in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 17th September 2012, 09:48 AM
  3. Screen Capture Object - load capture from clipboar
    By Maarten in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 3rd December 2010, 09:09 PM
  4. record screen with screen capture obhect
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 7th November 2008, 04:32 AM
  5. Screen Capture using Screen Capture Extension
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th December 2007, 05:03 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
  •