Sticky Notes

Everyone who has installed before 11/30/2014 needs to get the new setup file at craftboard.net

Saturday, November 28, 2009

Resizer Tool For Shapes

Finally decided to get the code in for the shape resizer. It's been in the plan but how to find the time to do it all at once!!! If anyone knows how to do that send me an email!

Now I just need to make a few files and double check reloading. The next step is to fix the advertisement spash page to load more items. And to create a better advertising area where a user can select some categories to view. Also I want to make it possible to post items made for sale.

Hope I don't develop any horrible disease from all this typing. I need a program where I can talk to type!

OOPS, 1 liner mess up fixed.

Sorry guys. Sometimes when you code for 12 hours a day accidents happen. Found a very simple line that was commented out by mistake. So many shapes were not loading correctly. Sorry about that. It is fixed.

If anyone has anything else to report just send me an email.

Thursday, November 26, 2009

Rotate Tool Fix

The rotate tool had some problems that are fixed.
It wasn't rotating masked items properly. Also fixed the cookie cutter to not cut anything if it finds a pattern under it. It will only cut from the pattern and ignore other shapes it covers.

Also I put a scroll pane component in the cart info panel. And put the amounts over each item. I suppose I could have put the amounts under the image, but I think it looks kinda nice the way it is. If anyone thinks otherwise, let me know.

There was also a small fix in the progress indicator.

Hope everyone had a nice thanksgiving!

Wednesday, November 25, 2009

New Cookie Cutter

Well, I finally got my idea up of a cookie cutter for cutting images or tiles.
I've had this in my head for some time. But could not find time to put it in writing. It took a couple days of testing. However, I seem to have broken my rotating tool for the items that are cut with it. So I will have to look at that problem tomorrow.

How many crafting people know what a mask is? %10 percent is a high guess.
Well in the computer world a mask is a shape that is put over something else to hide what is outside of the shape. In the craft world I would call this a cookie cutter. Can't think of anything else to call it.

So it's pretty simple. Load patterns to the drawer by clicking on the pattern tab. Then click the open folder button in that tool bar. Open the image by clicking any picutre on your disk. Then drag the image to the canvas.

Now you need a shape for the cookie cutter to cut to. So you can make a shape by opening the shapes panel. After you have your desired shape click the cookie cutter tool. To pick up the shape hold the CTRL key and click the shape. It will follow the mouse.

You press on the image pattern where you want to fill the shape. And there it is! You will see a shape with the image that has been filled from the pattern. To see where you cut, the transparency of the pattern was reduced. It can be set to full transparency by deleting it from the canvas and dragging it back to the canvas. But most people will just want to delete it.

Sunday, November 22, 2009

Mobile phone fun!

Just posted these screen shots of the checkout system. More Screen ShotsCheckout Screen Shots


Just testing mobile blogging

AS3 upgrades on the way!

I got board with as2 coding and started the as3 rewrite. I had to read and reread some of 900 pages on the subject! Only 300 more to go. Only a true geek can enjoy doing this!
I'm hoping it takes only a couple weeks max! This will improve application performance and make coding much easier. So you might not be hearing from me until I get a response from paypal about the new cart system.
I will be back in a month to give my next progress report!

Paypal system awaiting approval

It took over a week to redo the cart system to fit with paypals adaptive payments. I had to put in an order progress bar at the top of the cart to explain more about where in the checkout process a user is.

Just a quick rundown of the process.
REQUEST STAGE
1. A user adds items to the cart. (Request step)
2. The user clicks the request button. And checks back later to see if the request was responded to. Emails are sent to each seller with pictures of their items requested. (no paypal stuff yet)

VERIFY STAGE
1. The seller is notified of the request. And replies that they have the item to sell or they don't have it. The seller can change anything about the item. Verifys the price and can send a note under each item.
2. The buyer checks back and see's the response from the seller. If the seller has changed anything the buyer can decide not to buy, or delete the item. If the buyer wants it they can change their requested amounts, or negotiate a different price and leave notes under the item for the seller to see.
3. When both the buyer and seller amounts and quantity are the same the buyer can place the item in the checkout list.
4. The checkout list contains items from up to 5 sellers at a time. When the list is filled with all the items the buyer wants they click the checkout button.

CONTACT & Paypal STAGE
1. Just fill in your information of who's paying and where it's going.
2. Click place the order.
3. Paypal opens in the browser. There the buyer signs in to paypal. The paypal page will show the total amount to be paid to everyone. Be sure the amount is the same as displayed in the application. (These amounts are taken from the server side. Not sent from a url. Anyone can alter a url, so we recheck to make sure it exists in the requested list and that the price and quantity of the seller matches.)
4. If the amounts are equal the user checks out from paypal. And paypal does it's magic. Each seller is immediately sent a payment. Their consignment amounts are deducted. The remainder is sent to the seller.
5. The buyer returns to the application and clicks the status button. If paypal responded about the transaction the indicator will move to completed.

The seller see's the notice paypal sent and check's in the Craft Board.

PREPARE THE ORDER
To get the the orders do this: Click the house icon. Then click the order tab.
There are 3 icons there for 3 types of orders
1 Open - (Cash Register Icon)
Requests only. Items can be changed, or marked as unavailable.
2 Paid - (Bag Icon)
Shows order that are not shipped yet. The user has paid through paypal.
3 Shipped - (Mail Truck Icon)
Shows orders that have been sent out. The seller can give shipping info or links here.

So the seller clicks on the bag to see the order. They will see a list of user names who are waiting for their order. They click the user name. All the items are listed. The shipping address is listed. There is a place to list the date the item was shipped, and a tracking number. They can also put a link to a shipping site to track orders. The seller completes it by clicking completed. Then the order is moved the the shipped category.

If the seller wants to see the order again they can click on the mail truck. There it will be listed under the user name. Click the first letter in the user name to see all orders within the last 3 months from users that start with that letter.

Now hopefully all goes great. The buyer can see when their item was shipped.

RETURNS
Hopefully this won't happen to much. But every seller must make their own return policy. The agreement is between the buyer and the seller. So the seller can post their own policy by clicking the policy tab. You will see a place to type in some html and or text. You can put clickable links in the policy if your agreement is posted on the web. You can also put images that are posted on the web. The html is limited to the basic tags like:

B:bold
UL: userlist
IMG: image
P: paragraph

If you want to learn more about what you can use search google for Flash Textarea HTML tags

That's sums up how the cart system works. It's very unique by resembling the actual negotiation steps people take when transacting without a computer.