Big Ask For Help.

I have been writing what i consider to a big project, as it is my first real attempt at writing something useful for myself. However i have got to a point where i cant really see why it isnt working. I had it working and changed something saved it and now it wont work. I am using this plug in to get the Key Pressed.
http://osaxen.com/files/jonscommandsx3.0d3.html
Basically, i am writing a program to sit in my dock and organize files i drop onto it. I have set up the preferences so it remembers which letter is assigned to which shortcut. I have tried to cover all the possibilities, but i have gotten lost somewhere along the way.
So if someone would be so kind as to have a quick read and give me a pointer as to why it doesnt work that would be great.
Code Begins Below:
on open (droppedFiles)
tell application "Finder"
activate
set letterlist to (do shell script "/usr/bin/defaults read com.Rich.move letterlist")
set theKeyPressed to ""
repeat until theKeyPressed is not ""
set theKeyPressed to (keys pressed) as string
if theKeyPressed is equal to "J" then
my newloc
my newassign
my addcomments
my movefiles
else if letterlist does not contain theKeyPressed then
display dialog " Key Not Assigned"
my newloc
else
my addcomments
my movefiles
end if
end repeat
end tell
end open
on deleteassign(theKeyPressed, letterlist, theLetter)
-- do shell script "/usr/bin/defaults write com.Rich.move " & theLetter & "text" & " "
set letterlist to (do shell script "/usr/bin/defaults read com.Rich.move letterlist")
set theLetter to "p"
if letterlist contains theLetter then
set {templist, letterlist} to {letterlist, {}}
repeat with a_letter in templist
tell a_letter's contents to if it is not theLetter then copy it to the end of letterlist
do shell script "/usr/bin/defaults write com.Rich.move letterlist " & (letterlist as string)
end repeat
end if
return letterlist
end deleteassign
on addcomments(droppedFiles, letterlist, theKeyPressed, theLetter)
repeat with each_item in droppedFiles
set the_comments to quoted form of (do shell script "/usr/bin/defaults read com.Rich.move " & theKeyPressed & "Text")
tell application "Finder"
set comment of alias each_item to text of the_comments
end tell
end repeat
end addcomments
on newloc(theKeyPressed, droppedFiles, letterlist)
set newmove to choose folder with prompt "Move To Here"
set newmove1 to quoted form of (POSIX path of (newmove as string))
set theLetter to the text returned of (display dialog "Assign Letter" default answer "…")
set textofcomments to the text returned of (display dialog "Add Metadata" default answer "…")
do shell script "/usr/bin/defaults write com.Rich.move " & theLetter & " " & (newmove1 as string)
do shell script "/usr/bin/defaults write com.Rich.move " & theLetter & "Text" & " " & (textofcomments as string)
end newloc
on newassign(letterlist, theKeyPressed)
if letterlist does not contain theKeyPressed then
copy (theKeyPressed) to end of letterlist
do shell script "/usr/bin/defaults write com.Rich.move letterlist " & (letterlist as string)
else
set {theLetter, thebutton} to {the text returned, the button returned} of (display dialog "Already Assigned!" & return & "Please assign a new letter" default answer "…" buttons {"Cancel", "Delete Previous Location for this Letter", "OK"} default button "OK")
if theLetter is equal to "J" then
display dialog "You can not choose J, please try again"
my newassign
else if button returned is "Delete Previous Location for this Letter" then
my deleteassign
my newassign
else
my newassign
end if
end if
end newassign
on movefiles(theKeyPressed, droppedFiles, letterlist)
repeat with each_item in droppedFiles
set each_item1 to quoted form of (POSIX path of (each_item as string))
set _path to quoted form of (do shell script "/usr/bin/defaults read com.Rich.move " & theKeyPressed)
display dialog _path
do shell script ("ditto -rsrc " & each_item1 & " " & _path)
do shell script ("rm " & each_item)
end repeat
end movefiles

Debugging droplets is no fun when all you've got is an 'on open' handler. The first thing I suggest you do is to move all that code in the 'on open' handler to a new, separate handler that you can call from both the 'on open' and an 'on run' handler. That way you can do all your debugging in Script Editor, which will help locate precisely where the script is failing.
click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">on open droppedFiles
main_scpt(first item of droppedFiles)
end open
on run
"/Applications/TextEdit.app" -- any test file
main_scpt(POSIX file result)
end run
on main_scpt(droppedFiles)
display dialog droppedFiles as string
(* Your script goes here *)
end main_scpt
</pre>I agree with Cyclo's comments that you need to make sure your subroutine (function/handler/whatever) calls match precisely the parameters of the subroutines themselves. It's important to make sure all the values you're sending have been declared (set to something) in advance. Note that the parameters you're passing are also positional. This means they must all line up in the same order in both the call and the function. (It's not smart enough to know that letterlist = letterlist, only that 2nd parameter = 2nd parameter)
Now, if you want to be lazy you can dispense with all this rampant parameter slinging and simply declare all your variables as globals. To do that write the word 'global' at the very top of your script, followed by all the variable names you want to be shared among your subroutines, e.g.
global droppedFiles, letterlist, theKeyPressed, theLetter
…so on and so forth. Once you've done this it's no longer necessary to pass these parameters, but you must still use the '()' empty parenthesis at the end of all your function calls so AppleScript knows it's a call and not just an ordinary variable.

Similar Messages

  • Problem with A300, Ask for help

    Hello from Bulgaria!
    In the beginning I want to apologize if I bother you at the wrong place. This was the only place i found in all your sites at "Contact us" menu. If I'm in mistake please redirect me to the right e-mail or topic.
    I have extremely big problem with one of your products, and I'm afraid I can't solve him without your help. Few months ago I bought a laptop witch exact model is TOSHIBA SATTELITE PRO A300 - 1GQ. Model No.: PSAG1E - 00900NF3, Serial No.: 88549776Q. If you need another information I can tell you everything. Badly i got serious virus and the situation reach fall windows start. I know about integrated Toshiba Recovery and I used it. Windows Vista was successfully installed but the partion was not formated. Some of the system files was still corrupted and I resorted to Toshiba DVD comming with the laptop. I ran it, there was no problems until I saw Windows XP logo. I was pretty surprised because I expected Windows Vista like original one which came with the laptop from the shop. Another problem was that that installation formated whole HDD including partitions different from C:\ with Windows system files. All of my data is gone without I could be able to do something. However, th
    e question is that I need Windows Vista very badly and I dont want XP. I tried to use hidden partition with Toshiba recovery again but I cant no longer access it. So I left with original XP with drivers integrated with it. The problem is that I need Vista with integrated drivers. It wouldn't be hard also if I found that drivers in your sites. Nowhere in your sites with download I could find the exact model to take it. The nearest was A210 which I think is pretty far from mine.
    And it the end I ask for help if you can tell me where to download the needed drivers or anyway to put Vista back. Preliminary I thank you and I apologize again for the disturbing. I need that information badly and I don't know where I can get it from. At least show me valid e-mail to contact with Toshiba Support.

    Satellite Pro A300-1GQ 
    This was the only place i found in all your sites at "Contact us" menu. If I'm in mistake please redirect me to the right e-mail or topic.
    These forums are for United States computers. For that European machine, you probably want to post elsewhere.
       Toshiba Support Forums Europe 
    You need to obtain a recovery disc that restores the hard drive to factory-new.
    -Jerry

  • I am writing to this forum to ask for help in determining whether Aperture will satisfy my needs when I switch from Windows to MAC in the near future.

     I am writing to this forum to ask for help in determining whether Aperture will satisfy my needs when I switch from Windows to MAC in the near future.  
    I am currently using Photoshop Elements 8 on Windows 7.  After several years of use, I am self taught and adequately proficient for an amateur.  What I didn't realize (until I started researching my upcoming migration on the Internet) is that I actually use PE8 for two functions: digital asset management and digital editing. 
    Regarding Digital Asset Management: My research leads me to understand that PE on MAC does not provide the same level of organizational capability that I am used to having on Windows, instead providing Adobe's Bridge which does not look very robust.  Furthermore, iPhoto, which come on MAC will not support the hierarchical keyword tagging that I require to organize my library of photos. The two SW applications which I am thinking of switching to are either Aperture or Adobe's Lightroom.  Frankly, I'm thinking that it would be smoother to stay within the Apple product line. 
    So the remaining question is whether Aperture will support my digital editing needs. The tweaks that I do to my photos are not very complex (no, I do not want to put people's heads on other animal bodies).  But could someone who uses Aperture tell me whether It will allow me to do the following kinds of edits?:
    - If I have a photo where someone's face is too shadowed, can I lighten just that person's face, and leave the rest of the photo as-is?  
    - if I have a photo where the background is cluttered (eg, 2 people in front of the Parthenon which is undergoing renovation), can I remove just the construction cranes?  
    - Can it splice together several separate photos to give a panoramic?  
    If, once I get Aperture, I find that it cannot enable the kinds of editing that I do, I would probably get PE11 in the future. However, if people in this forum tell me that Aperture will definitely not  support the kinds of editing which I've described in the previous paragraph, I would prefer to get PE11 with my initial configuration (since someone will be helping me with my migration).  
    Thanks in advance for your consideration and help! 

    I am concerned, however,  about using a non-Apple Digital Asset Manager in OSX. I would really like to avoid integration problems. Is using PE11 to import and catalog my digital photos likely to cause conflicts?
    Thanks for any insight on this
    Amy,
    Not so much conflicts as maybe a little less seamless integration with Apple software and perhaps some third-party software providers in the Mac App Store where some programs build in direct access to iPhoto and Aperture libraries for getting images into those programs easily. Typically, there is a manual command to go to Finder (think Windows Explorer) to browse folders.
    One caution to mention however, is that the organization you set-up in PE Organizer is unlikely to transfer over to either iPhoto or Aperture if you decide to change at some point.
    The only real stumbling block that I see in your opening comment is that you want hierarchical keywording (Kirby or Léonie can go into the details on keywording limitations as I stay at one level). If you can work with the keywording schemes of either iPhoto or Aperture, then using PE for your external editor (either program supports setting an external editor) would probably be ideal since you know PE well. This is the idea with the Mac App Store version of PE (editor with no organizer).
    Note - I use Photoshop CS6 (full version) with Aperture and it works really well. The only downside is that Aperture has to make either a TIFF or PSD file to send to an external editor so that the original file is protected by not sending it to the pixel editor. While TIFF or PSD files protect the integrity of the image information without degrading it, they are typically much larger file sizes on disk than either RAW or JPEG files. Therefore, your library size (iPhoto or Aperture) will balloon quite a bit if you send a lot of files to external editors.
    One other possibility for an external editor would be a program called Pixelmator. It is pretty similar to early versions of Photoshop, but built for Mac. Other than the panoramics you want, it will do most pixel editing that PE can do. It is not an organizer, so it is built to go with either iPhoto or Aperture. It does have differences in how you complete certain procedures, so there is bit of a learning curve when you are used to doing it the Adobe way.

  • HT201363 Sir/Madam,  can I ask for help to know what's my secret questions and answer in my apple ID? Coz i'm not the one who make my apple ID when i first buy my phone. I can't ask my friend On what he put in my secret questions coz i'm already here in p

    Sir/Madam,
    can I ask for help to know what's my secret questions and answer in my apple ID?
    Coz i'm not the one who make my apple ID when i first buy my phone. I can't ask my friend
    On what he put in my secret questions coz i'm already here in philippines right now and my friend who made my apple ID is still in bahrain.. I wish i could get a feedback through this matter. Thanks and i'm kyztle Romanes . Thanks you so much i wish i'd get any feedback to your side.. I wanna purchase a builder in my clash of clans account coz my clanmate philip sent me a gift card for 25$ that's why i need your help.. Thanks again Apple company..
    Sent from my iPhone
    On Jan 1, 2014, at 4:53 PM, iTunes Store <[email protected]> wrote:
    $25
    Buy that builder
    Philip sent you an iTunes Gift
    You can redeem this gift on your iPad, iPhone, iPod touch, or on your computer using iTunes. Once you redeem your gift and verify your Apple ID, you will be credited with $25 and can purchase the latest music, apps, and more.
    Valid only on iTunes Store for U.S. Requires iTunes account and prior acceptance of license and usage terms. To open an account you must be 13+ and in the U.S. Compatible software, hardware, and Internet access required. Not redeemable for cash, no refunds or exchanges (except as required by law). Code may not be used to purchase any other merchandise, allowances or iTunes gifting. Data collection and use subject to Apple Customer Privacy Policy, see www.apple.com/privacy, unless stated otherwise. Risk of loss and title for code passes to purchaser on transfer. Codes are issued and managed by Apple Value Services, LLC (“Issuer”). Neither Apple nor Issuer is responsible for any loss or damage resulting from lost or stolen codes or use without permission. Apple and its licensees, affiliates, and licensors make no warranties, express or implied, with respect to code or the iTunes Store and disclaim any warranty to the fullest extent available. These limitations may not apply to you. Void where prohibited. Not for resale. Subject to full terms and conditions, see www.apple.com/legal/itunes/us/gifts.html. Content and pricing subject to availability at the time of actual download. Content purchased from the iTunes Store is for personal lawful use only. Don’t steal music. © 2012 Apple Inc. All rights reserved.
    Apple respects your privacy.
    Information regarding your personal information can be viewed at https://www.apple.com/legal/privacy/.
    Copyright ©2014 Apple Inc. All rights reserved.
    <Email Edited by Host>

    It is a phishing attempt to get your Apple ID and Password.
    You should forward it to Apple : [email protected]

  • Even I cant believe this is happening again! i'm once again asking for help with my account.  Since im very sick I ask that u look into my account and read the hell verizon has put me through and assist ending the hell once and for all even if that means

    Even I cant believe this is happening again! i'm once again asking for help with my account.  Since im very sick I ask that u look into my account and read the hell verizon has put me through and assist ending the hell once and for all even if that means ending my contract, i just want the hell over. I went into my bill tonight and the mess was still there I paid $110. that's what I owe

    I guess I spoke too soon!  I really can't believe this nightmare is not over yet! My account is still wrong.  The credit that I was due totaled $63.00  I am looking at a message on my phone saying that $21.01 was credited which makes my balance $219.72.  I received a text the following day that says, I processed your credit of $30.00 and your new balance $216.73 how is that possible?  None of the late fees were credited and the amount due for my monthly charges are wrong.  Before any changes were made to my data plan back in Nov. My monthly charges were $140.00, I needed my hot spot back and i was told that the hot spot will increase my bill $10 for each phone that totals $20.  The customer rep that change my data plan at that time also gave me a credit of $20 to compensate for the increase until I had time to talk with customer service about the mix-up with my Hot spot. I originally had the hot spot, but the rep that change my plan almost a year prior told me nothing was changing except I was getting more for less money.  I explained to that rep that I need my hot spot 4 times a year...and I don't want my plan to have any changes. To verify what I'm telling u check my account and see that I called from Albany New York wanting to know where my hot spot was and I was told I didn't have the hot spot on my account since the last data change!  I lost money once again due to the verizon rep's.  so my current data plan the rep promised would increase $20 which makes my monthly charges that were $140 prior to the change $160 after the hot spot was returned to my account.  Then I was given a $12 credit per month for 12 months because of so many mistakes made to my account so with that $12 credit my monthly charges should $148 + surcharges + taxes and that's not what I see. I do know this much right now my account is in such a shambles I can hardly see the light at the end if there is an end!  I need real help!
    >> Personal information removed by Verizon Moderator to comply with the Verizon Wireless Terms of Service <<

  • My iphone4s was stolen, how do I want to come back, ask for help产品序列号(SN)   013189003958713

    My iphone4s was stolen,how do I want to come back, ask for help .the product serial numble 013189003958713

    The only way to locate/disable/erase any lost/stolen iPhone is through Find My Phone or a similar app. However, this requires that Find My Phone be setup/activated, on your phone, before it was lost/stolen. You would then login at iCloud.com & try to locate it. This requires the phone be turned on & have an Internet connection. There is no other way to locate a lost/stolen iPhone. Apple can't/won't help you, nor will your carrier. Report the loss to the Police, your carrier & Insurance company. Change all of your passwords.

  • I have a mac OSX desktop version 10.6.8 and all of a sudden I can't get a full screen view in Safari when I ask for help the response is use the arrows on the top right of the screen ... I don't have them  ... can anyone help?

    I have a mac OSX desktop version 10.6.8 and all of a sudden I can't get a full screen view in Safari when I ask for help the response is use the arrows on the top right of the screen ... I don't have them  ... can anyone help?

    Hi Mary,
    I don't remember those arrows in 10.6, only 10.7 & up!?
    I have 10.6.8, as you do. To make your Safari full screen, make sure you have the left hand side of your safari page moved  all the way to the left.  Then move your cursor to the BOTTOM RIGHT CORNER of the safari page, and simply drag your page towards the lower right hand corner of the screen. NOTE: you will see a series of lines on the bottom right corner of the page, indicating where to place you cursor arrow.
    By wuzradioman here...
    https://discussions.apple.com/thread/4218928?start=0&tstart=0

  • I am at starbucks and when I try to download my free music on itunes, my password is always rejected, even when i am forced to create a new one!!!  what am I doing wrong, who do I ask for help

    I am at starbucks and when I try to download my free music on itunes, my password is always rejected, even when i am forced to create a new one!!!  what am I doing wrong, who do I ask for help?

    Due to recent security issues and identify theft (mostly due to phishing scams), the iTunes Store seems to be requiring more frequent verification of credit card information when a card is registered in your account, even if you have a balance from a prepaid card. Either just go through the verification process or, if you have a credit card entered and you don't expect to need the card anytime soon, go into the Payment information in your account and set the payment method to "none" which should then stop the regular requirements for verification  (it may still ask - mine does - but you should just be able to click through the buttons without problems).
    Hope this helps.

  • I want to ask for help on your apple tv, where I noticed that the language Arabic has been deleted from the dictionary after update

    I want to ask for help on your apple tv, where I noticed that the language Arabic has been deleted from the dictionary after update

    You can ask Apple to add this via
    http://www.apple.com/feedback

  • I ask for help, I can not cancel a monthly subscription to Adobe! contrary to the tutorial does not appear  scribed CANCEL PLAN on my page management plan, is not worse than any serial number of my subscription, where is it? how can I cancel monthly charg

    I ask for help, I can not cancel a monthly subscription to Adobe.
    contrary to the tutorial does not appear scribed "CANCEL PLAN" on my page management plan, is not worse than any serial number of my subscription, where is it? how can I cancel monthly charge? 

    Just to clarify: This is a user to user Forum, so you are not really addressing Adobe here, even though some Adobe employees thankfully have been dropping by.
    Have you done a Forum search?
    How can I delete my account? There is no "cancel plan" in my creative cloud free membership.
    Contact Customer Care

  • Hello! I bought an iphone on ebay. I feel the introduction says that is not a service. need to unlock official data on where the contract but I am not asking for help

    Hello! I bought an iphone on ebay. I feel the introduction says that is not a service. need to unlock official data on where the contract but I am not asking for help

    I'm sorry but your post doesn't make much sense in English. You may want to try posting again in your native language.
    Best of luck.

  • Seek ask for help: Global procurement case studies

    Hi everybody,
    I am Seeking ask for any global procurement case studies, telecomn industry case studies is more better:
    --- Client biz model is : Oversea subsidiary is responsibility for selling equipment, so need to buy equipment from HK subsidiary, HK subsidiary buy it from china HQ, and china HQ manufacturing & drop shipping equipment to Oversea subsidiary
    --- provide solution:
    1. oversea sub create so
    2. oversea sub create PR
    3. HK sub create po ---global po with receipt org is oversea sub
    4. china HQ create so & shipping
    --- Customer hope to provide Case studies like this biz model
    seek ask for help to provide case studies like this,
    any globle PO case is ok
    thanks very much!
    Ryan

    Urgent! urgent! urgent!
    Who can help me, thanks a lot in advance!

  • Yesterday, I recieved an e-mail, which informed me I had bought a game or an aplication (I don´t even know what it is) that I didn´t bye. Right now I have no idea what to do or who should I contact to ask for help, so I can have my money (20 dolars) back.

    Yesterday, I recieved an e-mail, which informed me I had bought a game or an aplication (I don´t even know what it is) that I DIDN´T bye. Right now I have no idea what to do or who should I contact to ask for help, so I can have my money (20 dolars) back. Can someone tell me what canI do plaese?

    http://www.apple.com/support/itunes/contact/

  • Deception, no or few replies to people asking for help

    I'm so sad about this new forum. There are many questions asked and few replies or replies that don't go deep.
    I remember that in the old forum there were very interesting discussions, very deep (technically speaking), I always found a solution or at least I found out that I wasn't the only one to have that bug/problem.
    I could read some of the discussions, even if I didn't have that particular problem, only because they could teach me something.
    Now it is difficult to follow what the people ask and what others reply. It's a sort of chat with 20 people who ask for help during the same minute.... how to follow that How to help?

    Patrizia Franchini wrote:
    And remember also that in Europe Apple and the Mac are not so important (or weren't before the iDevices). In the shops you couldn't find ONE webcam compatible with your Mac, ONE software for the Mac, ONE book, .. It was necessary to order the items on the Internet. No version of the State tax program for the Mac,... It is/was a fight, a challenge.
    It was the same way in the US before the Apple Stores. There is nothing Apple can do about tax software. Contact the company that makes it and ask for a Mac version.
    Here the price difference with the PC are enormous... in the United States the prices are more competitive.
    Because the US doesn't have a VAT. I've been to Europe many times. Everything is more expensive there. I live in Canada now and it is much the same here. Currency exchange rates are meaningless. Everything is more expensive in Canada. If anything, Apple products are actually marked up less than other products.
    And you also have some privileges: there are many promotions only available in the United States. You lose all your purchased music? In the United States there is a way to have it back with a click, but not in Europe. In your iTunes store there are many free songs and video,.... In Europe it's only a year or two that there is ONE free song each week.
    I sincerely doubt Apple is responsible for that. Europe is a huge, wealthy market. Apple would love to offer Europeans the same deals that they do in the US. It has taken years for Apple to make agreements with all of the various rights holders to make iTunes the market that it is. Compare iTunes to the iBookstore. These things just take time. The European companies just don't want to make any deals.
    Well, just to explain why Apple has/had a little part of the market here, and why it is/was difficult to find Apple products and help for Apple products.
    Keep in mind that Apple's newfound success is due to its intense focus on devices for consumers. The PC industry is still 85% PC. Just try to use a Mac at work. I dare you. Given the entreprenurial nature of the US vs the heavily industrial nature of Europe, I can see why it would be worse there.
    I forgot to say that to obtain help from Apple is very difficult where I live. No phone service from Apple, no chat with the customer care, no Genius bar (or very far away, 300 km), no companies that can help you if you lose your data from the hard disk. The Apple Store is in German and French and customer service people only speak French and German, and not Italian. If you want to speak Italian, you must contact the Italian Apple Store, but they can't help you with a problem in the Swiss Apple Store.
    You have to find yourself the solution.
    It is the same everywhere. Apple Stores are only in major markets. Many people in the US or Canada still have to drive 300 km to find one. I can't help much with the language. There are something like 500,000 Italian speakers in Switzerland. How many of them own Macs? If Apple hired some Italian speaking customer care representatives would they then have to increase the price for Apple products for everyone in Switzerland?
    The best option for avoiding data loss is Time Machine.

  • Signed up on furefox desktop 2/2. No problem. Today password not accepted. Asked for help 3 hrs ago and never got email and nit in spam

    Was sucesssful signing up and using firefox on desktop yesterday. Today user name and or password not accepted. Can't get emails-nothing. Asked for help with password and never got email. This was 3 hrs ago and not in spam folder

    Password for what? Signing up for what?
    Firefox doesn't need a password for a person to be able to use it.
    Firefox shouldn't affect your ability to get email - Firefox doesn't do email, but it will allow you to access your web-mail service.

Maybe you are looking for

  • Archive workflow for FCSrv - does it work that way?

    Hi, we are installing FCSvr in our shop by the end of the month and after a lot of reading I have a question about an archiving workflow and if that works that way? We have about 1 TB of files each month that are finished productions that need to go.

  • Purchased movie in iTunes but "cannot load at this time"

    Using my iPad, I purchased a movie on iTunes (through the iTunes app).  Purchased was confirmed.  The movie appears in my "Videos" app, but it will only play if I am connected to my wifi.  If I go to iTunes it will show up as a "Purchased" movie and

  • Not able to fetch the explain plan

    whenever i fire this query, its giving table does not exits SQL> EXPLAIN PLAN for SELECT S_CONTACT.ROW_ID, 2 3 S_CONTACT.MODIFICATION_NUM, 4 S_CONTACT.LAST_UPD 5 FROM 6 S_CONTACT, 7 S_CONTACT_FNX, 8 S_ETL_I_IMG_118 IMG 9 WHERE 10 ( 11 IMG.ROW_ID = S_

  • Photo Booth Pictures File Location?

    Upgraded to Mavericks and I can't find any of the picture files from Photo Booth. Previously they were in User/Pictures/PhotoBooth But now that folder is empty. If I open up "Photo Booth Library" I can see the pictures within photobooth. But not the

  • AIArtSuite::GetArtBounds

    I try to use AIArtSuite::GetArtBounds to get the bounds of an art, but the result is different than the bounds data in Transform panel. Why? Does the result of AIArtSuite::GetArtBounds uses pixel unit? and how to get the same result as in Transform p