Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 19
  1. #1
    Join Date
    Sep 2007
    Posts
    30

    New Help With Building A Project, Will Pay!!!!

    Hey everybody whats up? I need help with a project I'm making. I can supply all the custom artwork and ect, And I even started working on the project. I am willing to pay, just name a price at me and I'll let you know if I can work with that. Ok what I need is a program that will let the end user load in an image off of their pc into my app. Then browse through all the custom picture frames that I made. Each of my custom picture frame are 1024x768 in size. Also I want it so that each time they click a frame in shows up on their picture. Then I want a button to save and export the picture with the frame on it to their machine. If you are interested please drop me a line to my email at. support@a4productionz.com

    So far I got the load image feature into the project, And it works.

    PLEASE DON'T POST ANY PROJECTS ON HERE PLEASE EMAIL THEM TO ME. Many many thanks in advance.....A4

    Don't forget I'm willing to pay

  2. #2
    Join Date
    Sep 2007
    Posts
    30
    O yea I also forgot to mention I want this app made with AutoPlay Media Studio. I have the current version of AutoPlay Media Studio 7.5 if that matters any.

  3. #3
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by A4 PrOdUcTiOnZ View Post
    PLEASE DON'T POST ANY PROJECTS ON HERE PLEASE EMAIL THEM TO ME.
    Why on earth not? This is a community in which we all benefit and learn from each other.

    To my mind what you are asking for is very straightforward and would involve two image objects the frame being larger and lower in Z order than the image. A series of buttons or menu items etc could load images and frames independently.

  4. #4
    Join Date
    May 2006
    Posts
    5,380
    yup, sounds like a simple task, why not have a crack yourself
    Open your eyes to Narcissism, Don't let her destroy your life!!

  5. #5
    Join Date
    Sep 2007
    Posts
    30
    I do not want the project posted here cuz I am selling it as a shareware app on my website. So of course I do not want people to have the source code of this project. I am willing to pay someone to help me with this and I can provide all the art work and ect for the project. If any one is intressed about this please connect me at my email support@a4productionz.com just name a price and I will get back to you on it. Many thanks to all....A4

  6. #6
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Hey there A4 PrOdUcTiOnZ,
    welcome to the AMS forums.

    I agree with longedge. If you want the source code to be secret you might want to build it yourself. The nature of this forum is, in general, helpful and quite open. We all share code here.

    And as mentioned above, this project sounds VERY simple. This would take any one of us probably less than an hour to make. That is to say that your project could easily be duplicated even if the source code was secret.

    If you are willing to forgo secrecy I'm sure many us would be willing to help.

  7. #7
    Join Date
    Sep 2007
    Posts
    30
    Well if you guys wanna help for free then please be my guest I would be more than greatfull. But you gotta understand if I'm paying somebody to do it, Why on earth would I post it here when I'm trying to sell it to make money with.

  8. #8
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by A4 PrOdUcTiOnZ View Post
    Why on earth would I post it here when I'm trying to sell it to make money with.
    Obviously you wouldn't but we're not talking about finished applications. To be honest I would imagine that it will be 95% design work and content creation.

    I just had 15 minutes to spare so have a look at the attached example and see if it makes a starting point for you.

    If you've invested in a copy of AMS7 the experience of building an app will be more valuable in the long run than what you are likely to earn re-selling something created for you I would think .

  9. #9
    Join Date
    May 2006
    Posts
    5,380
    lol, while viewing the apz, my wife says "oh, thats a good idea" and "make me one of those for the kids pics"

    so iv got a little project to take care of and no dout a trip to B&Q for frames!
    Open your eyes to Narcissism, Don't let her destroy your life!!

  10. #10
    Join Date
    Sep 2007
    Posts
    30
    Ok I'm gonna take the chance and post this source. I know that your gonna love it cuz its looking great. I did all the artwork and I included 7 custom made frames by me. I added a watermark to them until I realase the full version for sale. So far I got the load button to work, and I got the frames to load onto the picture. But I noticed an error if you click under the frame in a blank spot before you select a frame you will get an error message. I need that corrected. Also I need the save button to work and save both images together as one just like it looks when its loaded into the program with a frame added. I need a print feature. and also I need a email feature. I hope you all like the project so far. And thank you so very very much for all those that helped me out. I will be giving out a copy of this software when its funny done, Fully registered and all 500 frames. Thanks again and enjoy. I hope somebody can help me with the left over problems. Thanks again....A4

    Heres the download link: http://www.a4productionz.com/freelan...g Software.zip

  11. #11
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by A4 PrOdUcTiOnZ View Post
    But I noticed an error if you click under the frame in a blank spot before you select a frame you will get an error message. I need that corrected.
    Because the listbox 'On Select' event is detecting a click but no item is selected so the variable num1 isn't being set. Add an if statement so the rest of the code only runs if num1 has a value e.g. -

    Code:
    num1 = ListBox.GetSelected("ListBox1");
    if num1 then
    img1 = ListBox.GetItemData("ListBox1", num1[1]);
    Image.Load("Image2", img1);
    end

  12. #12
    Join Date
    Sep 2007
    Posts
    30
    @ "longedge" - Thanks alot for all your help. I tried it and it works great I also updated the downlink with the fixed code. Only 3 more tasks to to finsh. Can anybody help? I need the save button code, print button code, and send email code. I might be able to do the send email though. I'm not for sure though but I'll give it a go Remeber when the full product is done I'll be giving you it all on this forum for free, but I'm charging everybody else Also I wanna say thank you from the bottom of my heart to everybody for helping me with this project. I know many people always ask for help but never have the time to say thanks so Thank you everybody for all your help....A4

    Download Link: http://www.a4productionz.com/freelan...g Software.zip
    Last edited by A4 PrOdUcTiOnZ; 10-29-2008 at 04:21 PM.

  13. #13
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    Link doesn't work for me.

  14. #14
    Join Date
    Sep 2007
    Posts
    30
    Sorry Bruce I changed the link cuz I fixed things and renamed it. Anyways new link, new buttons, new name, and also I added a splash screen. I hope somebody can help me with last 3 things to it. All that's left now is I need a save feature, a print feature, and a send email with picture feature. Thanks everybody. The new link is up and working....A4


    Download Link: http://www.a4productionz.com/freelan...ing Studio.zip
    Last edited by A4 PrOdUcTiOnZ; 10-29-2008 at 07:02 PM.

  15. #15
    Join Date
    Aug 2003
    Posts
    2,427
    Save and Print will be a bit more difficult and I don't have time to help you there.

    I'd be thinking in terms of using a separate page containing only 2 image objects and 3 buttons, one to print, one to save and a return to 1st page button. I'd use global variables to load the appropriate images. You can dynamically re-size your window when moving to the new page as appropriate. The print button would just use the Page.Print action (after hiding the 3 buttons).

    For saving I'd look at using SSide's screen capture dll here which has a save image option.

Similar Threads

  1. Not building to hard-drive correcly ASAP PROJECT DEADLINE TOMORRW
    By jongewehr in forum AutoPlay Media Studio 7.5
    Replies: 17
    Last Post: 08-31-2008, 12:34 PM
  2. Error 3014 when building project
    By redseujac in forum Setup Factory 7.0
    Replies: 2
    Last Post: 04-28-2008, 09:58 AM
  3. Building the Project Question
    By frim in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 03-01-2004, 04:40 PM
  4. HOWTO: Open a Version 3.0 Project in Version 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-30-2002, 02:09 PM
  5. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 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