PDA

View Full Version : New Help With Building A Project, Will Pay!!!!


A4 PrOdUcTiOnZ
10-27-2008, 04:27 PM
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 :)

A4 PrOdUcTiOnZ
10-27-2008, 06:14 PM
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.

longedge
10-28-2008, 03:11 AM
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.

RizlaUK
10-28-2008, 06:01 AM
yup, sounds like a simple task, why not have a crack yourself

A4 PrOdUcTiOnZ
10-28-2008, 02:28 PM
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

Centauri Soldier
10-28-2008, 02:38 PM
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.;)

A4 PrOdUcTiOnZ
10-28-2008, 08:44 PM
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.

longedge
10-29-2008, 05:55 AM
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 :).

RizlaUK
10-29-2008, 07:14 AM
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!

A4 PrOdUcTiOnZ
10-29-2008, 03:16 PM
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/freelance/Picture This!!!! - Framing Software.zip

longedge
10-29-2008, 04:34 PM
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. -

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

A4 PrOdUcTiOnZ
10-29-2008, 05:15 PM
@ "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/freelance/Picture This!!!! - Framing Software.zip

Bruce
10-29-2008, 07:51 PM
Link doesn't work for me.

A4 PrOdUcTiOnZ
10-29-2008, 08:00 PM
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/freelance/Picture This!!!! - Framing Studio.zip

longedge
10-30-2008, 03:00 AM
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 (http://www.indigorose.com/forums/showthread.php?t=17227&highlight=screen+capture) which has a save image option.

longedge
10-30-2008, 10:02 AM
A starting point for printing the finished framed piccie. In a 'real' application you'd probably re-size the second page dynamically according to the size of your loaded image and frame. You'd also adjust the position of the buttons to suit.

p.s. - That's coffee break over - back to work :)

A4 PrOdUcTiOnZ
10-30-2008, 10:39 AM
Hey "longedge" thanks :) But is their a way when you get a chance that you can add it dirrectly into my project? I tried but I'm doing somthing wrong I think. I wanna keep my same layout and my same load feature. When ever you get a chance if you can I'd be very very greatful :) Thanks again to everybody....A4


Download Link: http://www.a4productionz.com/freelance/Picture This!!!! - Framing Studio.zip

Centauri Soldier
10-30-2008, 02:04 PM
Also, you may want to look into using an ExDialog for the print option.

A4 PrOdUcTiOnZ
10-30-2008, 08:32 PM
Hey Everybody whats up? Well I finally got the project done with the help from my friend "Tom" and everybody here that's helped me. I took the download source code down. But to everybody who has helped me will get the full version for free!!!! with all 500 frames. But anyways the most important thing I wanna say is THANK YOU SO VREY MUCH TO EVERYBODY HERE THAT'S HELPED ME OUT ON THIS PROJECT :) I mean it, I really wanna thank you all from the bottom of my heart. So thank you everybody :) Take care guys and gals....A4