Writing your own adapter

Hi everybody,
I'm pretty sure this is general enough not to be in the Swing forum, although this particular example involves Swing, if not, please let me know. :)
Anyway, I'm trying to write an adapter class that can use methods in many different listener classes, but doesn't need to implement all of them. I need certain methods from each listener class, but not all of them, and the extra methods would clutter my code up. I can't extend them all, I know.
My first attempt at this was:
public abstract class Adapter implements ActionListener, MenuListener, MouseInputListener,
          WindowFocusListener, WindowListener {
}I've also tried:
public interface Adapter extends ActionListener, MenuListener, MouseInputListener,
          WindowFocusListener, WindowListener {
}In both cases, I get warnings and errors saying I need to implement every method in each interface (windowClosing, actionPerformed, etc.). Does anyone know what I'm doing wrong here?
Thanks,
Jezzica85

KelVarnson wrote:
Encephalopathic wrote:
The thing is though the Adapter class is by nature ugly and will have many methods declared that do nothing. If you want to create this, yours is going to be cluttered with many empty methods.Isn't that the whole point of an Adapter class? Yes. I didn't say that this is a bad thing, just that it doesn't look pretty; it's cluttered. What is bad is her desire to lump them all together into one big unholy mess.
But yes, I do agree with your points against a mega-Adapter.As we both agree on.

Similar Messages

  • Writing your own drum tracks?

    is there any simple wisdom that one of you all could impart re: composing drum tracks?
    i know that there seems to be individual kick drum and high hat etc.
    does the basic garage band have this ability?

    I would suggest tapping the beat on a midi keybord (find the sound you want first on the keyboard) to have a bette feel and don't let every note with the same velocity (that would be boring)
    I suggest you look at some loop that are in midi format
    (You can even use one as the basis for your futur track, delete the notes you don't want and add want you want.)
    I would suggest creating the drum on multiple midi track will be easier to re-tape-in some part or modify a kick loop.
    After you select all the track and do a joint (command-J) add all will endup on one track.

  • Tired of writing your own bash prompt?

    I realized a few days ago that I got tired of looking up arcane bash escape sequences just to customize my bash prompt. In the open source fashion, I wrote a gui in pyGTK that will automatically make one for you, if you just pick the things you want from a menu. It's not really done yet and there's still stuff that I need to add to it, but I thought i'd see if anyone around here had any comments, or would find it useful.
    Check it out: https://github.com/wisp558/promptool
    It's worth noting that I only implemented 3 of the most common bash variables, but I should fix that soon. (and the bold button is broken)
    Last edited by wisp558 (2011-08-19 09:31:46)

    Doomcide wrote:Nice! Good to see how this project develops . Another suggestion I have, is to add bright color (e.g.: \e[1;30m) support.
    Yeah, I plan to. Other things I'm looking at include a place to select the text color, (It'll use the last color in the prompt), background colors, underlined things and changing the whole textview background (I use a black urxvt, personally). I may even add a thing to save prompts or something. I might add an option to append the PS1 to one's ~/.bashrc, making the gui display the finished prompt rather than the terminal and more! I have plenty of ideas left!
    As a note, the escape you posted is just the bold option I already have. There is a high intensity option in bash, which I will look into, although it does nothing in my terminal. Those are things like '\e[0;90m' and its  friends.
    Thanks for your feedback, guys.

  • Writing your own video codec

    I've got a requirement to implement a video codec from Symbian C++ in J2ME.
    Ideally I'd like to just write the codec and hook it into the MMAPI media player (javax.microedition.media) but this looks doubtful from the specs.
    I really don't want to be rendering the frames myself, but if I have to, I will.
    Does anyone have any exprience of this? Have you done it? What approach did you use, and even if not, how would you go about it?
    Many thanks in advance as always,
    Michael

    Hi,
    The project was called to a halt before I could get into it to any degree that might be useful. The most serious issue we faced when doing basic trials was frame rate, which we were worried about for lower performance CPU's especially.
    Not much help, I know. Sorry!
    Michael
    p.s. Apologies for taking so long to reply. I could not remember my login details!

  • Is there a way to make your own Invisible Shield?

    I thought I remember reading that you could by the same kind of plastic coating at art or hardware stores... and make your own, which would be cheaper.
    Does anyone remember this? Or am I imagining it...
    thanks!

    The Vantec is thermally controlled.
    So is the OEM.
    Both are variable speed, with the OEM maxing at 23.5 CFM.
    The Vantec maxes at 24.2 CFM.
    Stepping of the Vantec fan is much better than the OEM.
    Smoother, and I think faster, sooner.
    Trouble with the OEM is the noise at full speed.
    Though "advertised" dB ratings are the essentially the same at full speed, I find the Vantec to be far quieter than the OEM.
    Before I changed my PSU fan in my DP 1.0 GHz QS, I could hear the din of the OEM CPU fan (full speed) even with the PSU fan roaring away.
    Changed both and the machine is civilized.
    The Vantec is quieter than OEM.
    The Verax fan that I replaced the PSU fan with also helped immensly.
    Connecting the Vantec to a molex to a 3 or 4 pin adapter works fine.
    So does using a 2 pin approach using the 12v and common to the logic board connector where the OEM connects.
    The RPM detector wire is not needed and can be cut off or ignored.
    The voltage ratings of the two fans are so close that no adverse effects will occur connected to the logic board.
    I try fans with adapter cabling. If I like them, wherever possible, I scavenge and solder OEM connectors to the new fans and use the G4 OEM connections.

  • Roll Your Own - APEX 4.0 and JQuery-UI Application

    For those with a apex.oracle.com account and want to see jQeury tabs running via 4.0 in your own Workspace, use following this script to create your own version of Shijesh's (Apex_Noob) application.
    Credit also goes out to Alistair Laing for his hard work in investigating why 4.0 is requiring the use of the googleapis jquery.js... libraries.
    Application Builder - Create
    Application Type - Database
    Create Application - From Scratch
    Name - jQuery Application
    Add Page - keep default and Click Add Page
    Click CreateMy application defaulted to Theme 2, you will need to switch the theme to one of the following: If you don't the tabs will not render properly.
    8 Orange
    10 Sand
    13 Classic Blue
    14 Simple Green
    15 Light Blue
    16 Dark Blue
    18 Simple Gray
    19 Red Gray
    Message - Application created successfully.
    Click Shared ComponentsUnder User Interface Click - ThemesIf you don't see one of the above Themes, you will need to Create and switch your Theme.
    Click - CreateFrom the Repository selected Click - Next and select one of the above Themes
    Click - Switch ThemeSelect one of the above Themes and Click - Next
    Click -NextClick - Switch ThemeReturn to your newly created Application by Clicking on Application xxxxxxx Breadcrumb
    Click - Create PageSelect - Blank PageClick - NextAssign the page a name
    Click - NextAccept defaults and Click - NextClick - FinishClick - Edit PageI still work in Component View, to toggle to this View, click on the control adjacent to Page number and Go button. Hover over the ones on the far right and you will see both Component View and Tree View
    From Component View
    Click on the Page Edit Control
    In the Text Area labeled Javascript/Execute when Page Loads - paste in the following code:
    $x("tabs").appendChild( $x("tabs-1"));
    $x("tabs").appendChild( $x("tabs-2"));
    jQuery("#tabs").tabs();In the Text Area labeled HTML Header and Body Attribute/HTML Header - paste in the following code:
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/redmond/jquery-ui.css" type="text/css" />
    <script src= "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.js"> </script>Click - Apply ChangesRequired use of the Google jqueryui libraries is being questioned by recent threads created by Alistair Laing since it appears that 4.0 does not currently support jQeury tabs
    {thread:id=1083507}
    {thread:id=1083540}
    Create a Region
    Type HTML Text - accept defaults
    Provide a Title like "Tabs" and accept defaults
    Template - Reports Region
    Sequence 10
    Click - NextIn the Enter HTML Text Region Source: Text Area - paste in the following code:
    <div id="tabs">
    <ul>
    <li><a href="#tabs-1">Employees</a></li>
    <li><a href="#tabs-2">Departments</a></li>
    </ul>
    </div>Click - Create RegionCreate a second Region
    Type Report/Sql Report
    Provide a Title like "Employees" and accept defaults
    Template Reports Region
    Sequence 20
    Click - NextIn the Enter SQL Query or PL/SQL function returning a SQL Query: Text Area - paste in the following code:
    SELECT empno,
           ename,
           job,
           mgr,
           hiredate,
           sal,
           comm,
           deptno
    FROM   empClick - Create RegionEdit the newly created Report Region
    Under Attributes/Static ID - paste in the following code:
    tabs-1Click - Apply ChangesCreate a third Region
    Type Report/Sql Report
    Provide a Title like "Departments" and accept defaults
    Template Reports Region
    Sequence 30
    Click - NextIn the Enter SQL Query or PL/SQL function returning a SQL Query: Text Area - paste in the following code:
    SELECT deptno,
           dname,
           loc
    FROM   deptClick - Create RegionEdit the newly created Report Region
    Under Attributes/Static ID - paste in the following code:
    tabs-2Click - Apply ChangesRun you page and you should see you tabs.
    Jeff

    Great post Jeff,
    With regard to Jquery UI and tabs I've contacted the Apex dev team and received a reply from them.
    All the jQueryUI files are included in the APEX 4.0 distribution, but not all jQueryUI components
    are loaded by default to avoid a huge initial download. It's not necessary to load your own version of jQueryUI, just load the missing component.
    For the "Tabs" you have to add
    <link href="IMAGE_PREFIX#libraries/jquery-ui/1.8/themes/base/jquery.ui.tabs.css" rel="stylesheet" type="text/css" />
    <script src="#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.tabs.min.js" type="text/javascript"></script>
    to your page template or the header attribute of your page where you want to use it.They did not mention which other Jquery UI widgets were not included so people need to check to see if they get any JS errors Like "$('#tabs').tabs() is not a function" this would suggest that tabs is not being loaded. To included it in you page header directly after #HEAD# you need to place the css and js as stated above.
    If you need jquery help just post you queries here or the is some other jquery links that maybe of some use
    jQuery
    http://jquery.com/ - Official jQuery Website
    http://api.jquery.com/ - jQuery API Library
    http://plugins.jquery.com/ - jQuery Plugins (Not APEX related)|
    http://yayquery.com/ - yayQuery - jQuery Podcast
    http://jqueryui.com/ - Official jQuery UI Website
    http://jqueryui.com/demos/ - jQuery UI Demos
    Edited by: Alistair Laing on Jun 9, 2010 4:04 PM
    Add more links
    Edited by: Alistair Laing on Jun 9, 2010 4:09 PM

  • Can you save your own theme and button set up so I can use the same format

    Can you save your own theme and button set up, so I can use this same format for similar content. I want to keep the button content and the theme the same without having to create it everytime? I am trying to streamline the process for multiple dvd's with the same menu and buttons but different content. Does that make sense?

    I am only new to this caper too, but I am pretty sure you can save a theme as a favourite by pressing the "save theme as favourite" button under file. If you have edited an existing theme but don't want to lose it, make sure you untick the replace existing button.

  • How to create your own theme?

    Is it possible to create your own theme for use with iDVD?
    I know there are some commercially available (e.g. www.ithemez.com), but what tools are needed to create your own?
    Thanks,
    Pete.

    Actually, DVDSP has the ability to do everything that iDVD can do and much much more. The idea is to author your own themes in DVDSP, not use pre-made off the shelf ones... if you want cookie cutter design, go with iDVD. Even with the tutorials below, you are still limited on what you can do... that is a limitation built into the application itself. Perhaps a future version may change all that, but with added flexibility also comes added complexity. Some prefer keeping things simple.
    Here is the complete iDVD 5 tutorial list:
    Part 1: Basic Custom Button Creation
    http://www.creativemac.com/articles/viewarticle.jsp?id=31388
    Part 2: More on Custom Buttons and Highlights
    http://www.creativemac.com/articles/viewarticle.jsp?id=31517
    Part 3: Creating Motion Buttons and Motion Masks
    http://www.creativemac.com/articles/viewarticle.jsp?id=31843
    Part 4: Changing highlight colors on buttons
    http://www.digitalproducer.com/articles/viewarticle.jsp?id=32284
    Part 5: Creating custom drop zones
    http://www.digitalproducer.com/articles/viewarticle.jsp?id=32445

  • Family sharing- invitiation to your own account!?!?

    I set up a new family sharing.  I use one Apple ID and my wife is another one.
    I logged in my Iphone6 with my ID and did Family Sharing to my Wife 's ID.
    Response "Cannot send invitation"  You cannot send an invitation to your own account.
    How can I separated our account?
    Thanks

    Howdy,
    Thanks for using the Apple Support Communities.
    From your post I see that you are unable to send an invitation to your family group to your wife.  Given the error states you cannot send an invitation to your own account, it looks like you may have an alias associated with your Apple ID, of which you are sharing with your wife.  This means you are under the same Apple ID, and would not need to use Family Sharing.  I'd like you to please check your iCloud settings to check if this is indeed the case.
    Change, deactivate, reactivate, or delete an alias
    In iCloud Mail, choose Preferences from the Action pop-up menu  in the sidebar. 
    Click Accounts.
    Select the alias in the Addresses list, then do any of the following:
    To choose a new color for incoming messages, click a Label Color option. Alias labels appear only in the iCloud Mail app on iCloud.com. 
    To change the name or label, enter a new alias name and label in the fields provided. Alias names must contain between 3 and 20 characters. 
    To turn off an alias, select “Disable alias.”
    When an alias is turned off, all email messages addressed to that alias are returned to the sender.
    To turn on an alias, deselect “Disable alias.”
    To delete an alias, click Delete.
    Click Done.
    iCloud: Create or change email aliases
    Cheers,
    Alex H.

  • Use your own iOS app on your own iOS device without buying a developer program.

    This is no question; it is simply a request that you make it possible for people with the free developer program to use their own iOS apps that they built themselves without having to pay $99 a year.
    This is because loads of people want to build small apps for themselves, and can do so easily now that Xcode is free on the AppStore. The main problem with this is that they have to pay to simply do this.
    So this is in a way a petition for all you people who are the same; who have written your own iOS apps for your personal use only, apps that shall not be distributed and only serve to show what you can do or help a family game to get Apple to make this small thing possible for you (us).
    So please post here if you want the same.
    Thank you.

    As always, feel free to use Report a Bug for any samples, doc additions, feature requests or enhancements you'd like to see as well. Add your BR# to this thread for reference, thanks.
    But I wouldn't hold my breath on this one....it would only result in immediate scams.

  • Is there a way to create your own contact group

    Is there a way to create your own group contact list

    Not exactly your own app store, but close.  Apple has an App Store Volume Purchasing Program for Business > http://www.apple.com/business/vpp/
    It allows you to purchase apps in any quantity you desire and pay using a company credit card.  You will receive a spreadsheet of redeem codes which you distribute to your emloyees.  The program guide has complete information > http://images.apple.com/business/docs/VPP_Business_Guide_US.pdf

  • If you take it out of the shop ..you are on your own buddy

    sorry if this is posted in the wrong place..?
    I am about to buy my first ever Apple Mac ( iMac ) when the current freezing / screen problems have been resolved
    as a total newbie to the world of Mac's , I would like to walk into the Apple Store, and buy the machine
    at the same time get the shop to set up the machine I am buying so it can be checked out .
    The reason I am concerned about checking the new iMac out in the store is that
    its a well known fact that '' customer services '' is not regarded highly here in Thailand
    and I see many instances where the customer has been totally let down by so called
    warranties and guarantees , from the smallest retailer to major Thai based International
    companies . There’s numerous forums here in Thailand that show the vast number of
    complaints , some related to Apple Suppliers, the norm here in Thailand seems to be if you take it
    out of the shop , you are on your own buddy. I am not saying all Thai Apple suppliers are
    Letting down their customers, but the complaints show many are.
    So my main concern is that knowing when I do buy my new iMac , once I leave the
    apple Store , and may be have a problem , the chances of the apple Store being willing to offer what’s only
    considered by others as a normal response of yes sir just bring it in so we can look and help put any
    problems right , may well be missing here in Thailand . One problem here is that when you are
    purchasing any thing from a computer to a car the Thai way of selling has only one route .. Just tell the customer
    what he wants to hear and forget about the actual facts, So when I ask the Apple sales person .. any problems I can
    bring it back ... ? Yes Sir you can , but the reality is more like .. ive got a problem with my new iMac.. can you
    help ..? Not sure sir I have to see my boss leave it here and I will call you, this is normally followed by a long
    Period of silence...
    I was in the Apple shop yesterday ( the sales assistant did not really seem know too much about the Products) as when I asked how much an Apple Modem was , his reply was we don't sell them as all Macs come with an internal modem ..?, but they did have the new iMac on display , 20 & 24 inch , and If I wanted he would get one from the stock room and set it up in the show room so I could see / inspect / try it out. so as you can see it will be very important to me to set up the new machine to inspect / try it out as much as possible , before taking it home..
    So here’s my newbie question... As I really want to try out the iMac in the store before I take it home what things would I need to look for / try out
    ( may be relating to the current iMac problems ) and any general Mac related things to try / check out ..? as a total Mac newbie a simple step by step
    idea would be most appreciated , along with any comments or advice you can offer this Newbie .
    Thanks

    redstain wrote:
    As I really want to try out the iMac in the store before I take it home what things would I need to look for / try out
    \- Check for freeze-ups -- I'll defer to others for advice on how.
    \- Check for pixel defects -- examine the screen carefully with both solid white and solid black backgrounds. An in-store, pre-purchase inspection is your ONLY protection against getting stuck with bad pixels.
    \- Check for acceptable color and brightness uniformity. Examine the overall appearance of the screen with solid white, gray, and aqua-blue backgrounds.
    \* Many (most? all?) 20" iMacs have top-to-bottom color and brightness gradients with "washed-out" colors near the bottom edge of the screen.
    \* Many (most? all?) 24" ALU iMacs have left-to right brightness gradients and/or a yellow tint in the center/right of the screen.
    Here are some photos that should help you recognize brightness/color gradients:
    http://picasaweb.google.com/TheLooby
    ...good luck,
    Looby

  • How to create backup file on itunes for ipod touch 4g game apps data? Is there a way to do it? I want to try an app on my friend's computer, but you can't add apps on another computer without having your own ipod's data being deleted. Thx for any help!

    How to create backup file on itunes for ipod touch 4g game apps data? Is there a way to do it? I want to try an app on my friend's computer, but you can't add apps on another computer without having your own ipod's data being deleted. Thx for any help!
    I want to know how to create a backup file (because I'm pretty new with itunes, and it's hard to use it for me still), how to store my app data/media/videos, etc. And how I can retrieve them back when I'm done with the app I tried on my friend's computer.
    If anyone can help, it'd be great! Thank you so much!

    Sure-glad to help you. You will not lose any data by changing synching to MacBook Pro from imac. You have set up Time Machine, right? that's how you'd do your backup, so I was told, and how I do my backup on my mac.  You should be able to set a password for it. Save it.  Your stuff should be saved there. So if you want to make your MacBook Pro your primary computer,  I suppose,  back up your stuff with Time machine, turn off Time machine on the iMac, turn it on on the new MacBook Pro, select the hard drive in your Time Capsule, enter your password, and do a backup from there. It might work, and it might take a while, but it should go. As for clogging the hard drive, I can't say. Depends how much stuff you have, and the hard drive's capacity.  As for moving syncing from your iMac to your macbook pro, should be the same. Your phone uses iTunes to sync and so that data should be in the cloud. You can move your iTunes Library to your new Macbook pro
    you should be able to sync your phone on your new MacBook Pro. Don't know if you can move the older backups yet-maybe try someone else, anyways,
    This handy article from Apple explains how
    How to move your iTunes library to a new computer - Apple Support''
    don't forget to de-authorize your iMac if you don't want to play purchased stuff there
    and re-authorize your new macBook Pro
    time machine is an application, and should be found in the Applications folder. it is built in to OS X, so there is nothing else to buy. double click on it, get it going, choose the Hard drive in your Time capsule/Airport as your backup Time Machine  and go for it.  You should see a circle with an arrow on the top right hand of your screen (the Desktop), next to the bluetooth icon, and just after the wifi and eject key (looks sorta like a clock face). This will do automatic backups  of your stuff.

  • Make your own Fax Server with Automator! (Pagesender solution for Mavericks)

    I have been scouring these discussion boards for some time now looking for a suitable substitute to PageSender, an awesome fax solution for the Mac from SmileOnMyMac LLC, which for some inexplicable reason stopped development and updates after OS 10.6.8. The result is that many small business office users who still rely on fax (and yes...no matter what they tell you, most of the business world DOES still use fax because it's legally binding and more secure than email for the transmission of legal documents or healthcare records, and does not rely on database integration accross different systems, which is sadly but very realistically still a long ways off), and no longer have a way to integrate faxes into a paperless or digital workflow office system.
    I suspect like many folks who receive faxes, those who used PageSender, used a very powerful feature to forward faxes by email, thereby turning your Mac into a Fax server that could distribute your faxes to other workstations and staff throughout the business via email. Presumably, if you have your own email server (Exchange, Kerio, AppleMail server, PostFix enabler etc.) you could distribute faxes on your own internal network, securely behind a firewall, and effectively create a digitial/paperless workflow for your faxes.
    Even if you have a USB modem or multifunction printer that allows you to recieve a Fax to your desktop (Apple's internal fax via printer preferences, and some HP models like the HP MFP 127fw) for example will allow you to recieve a Fax to a desktop folder or forward to a single email address. But the former is of limited functionaliy and the later only lets you send to an email address out over the internet with a registered public domain, which means you give up all control of privacy and means you can't process it through a private mail server to create a digital workflow for your office...
    ...Until now!!!
    I am happy to report that I have finally discovered a very easy and useable feature that will save a lot of time, money, and headaches for those looking to create a digital workflow and fax server system for a small office system. (I don't think there is any limit to scale here, but I suspect offices with more than 10 employees probably have a BizHub, or HP MFP/digital sender that can create the same process directly from the printer, but of course these come with a price tag of $2000 and up...).
    To accomplish this however, you will need some basic requirements which are as follows:
    1) A USB modem from either US Robotics or Zoom Modem. These are readily available from Amazon, MacMall or any number of other online vendors and work very well and seemlessly with all Macs running OSX right up through Mavericks
    OR
    A Multifunction printer that is capable of receiving faxes to a desktop Mac like the HP 127 fw. Other models exist from other manufacturers as well, but you will have to do a bit of research and probably check with the vendor or user manual directly to confirm that Fax to desktop is supported for Mac and OS 10.9.
    2) A dedicated Mail Server (MSFT Exchange, Kerio, MacOSX server with mail server enabled, or PostFix enalber or MailServe from Cutedge Systems)
    You will need to set up an email account on your server that is the parent for all incoming faxes from which the faxes will be sent out as part of your digital workflow. This is beyond the scope of this discussion but if you've come this far and you're still reading, you probably know  how to do this already. I recommend setting this up as a POP account, not IMAP. This way, the attatchments (your faxes) will always remain on your server as a back up, until you delete them from the server.
    3) Now simply go to System preferences and select "Printers and Scanners". Select either the Fax printer for your multifunction printer, or add a fax printer/reviever using the + button and select "Fax" if you are using a USB modem. You must have the USB modem attatched to the computer in order to use the built-in Apple Fax feature for the latter option.
    4) Now click on the receive options. Select "Recieve faxes to this computer" and set your ring answer settings. Check "Save to" and select the designated folder (either Faxes or Shared Faxes on your computer) or create a new folder. Depending on the volume of faxes, and your back up systems, you may want to designate a separate folder on a separate drive, exclusively for your Faxes. This is where all your faxes will be stored.
    5) Now launch "Automator" in your applications folder and create a new workflow. You will be presented with several options. Select "Folder Action".
    6) At the top right of the window space you will see "Folder Action receives files and folders added to" . Select the Fax folder you created in step 4.
    7)On the left hand side of the "Actions" menu select "Mail"
    8) From the list of actions select "New Mail Message" this will take the latest Fax added to your Fax folder and attach it as a PDF to a new outgoing mail. In the "TO" address put the email address that belongs to the parent account your created for the Faxes on your mail server eg. [email protected].  In the subject field you can put "Fax Workflow" or any other generic subject that will identify to all reciptients that this is an email that contains a Fax/PDF attatchment.
    Under "account" use the SMTP account you set up on your mail server to handle the routing of internal emails. In most cases, this will be the same as the parent account created above. (Effectively, this account is sending and receiving emails to itself).
    9) From the list of actions, select "Send outgoing messages".
    10) Save the Automator workflow with a name like "FaxDistribution" or "FaxFlow".
    11) Go back to the Fax folder you created in step 4. Right click or option click on the folder and scroll down the options menu and select "Folder Actions Setup". You will see a list of scripts including the Automator workflow you just created. Choose it.
    That's it!! From now on, when you get a fax, it will get dumped into the designated fax folder, and this will automatically trigger the workflow to atttach and send it as an email to anyone in your office that is set up to receive emails with the "faxserver" address. You now have a paperless fax digital workflow server system for distributing your faxes digitally to anyone in your office who needs to review your faxes. Good luck!

    Thank you for this interesting posting.

  • Create your own graphics using Project ROME!

    Hi Romans,
    Ever want to add your own logo or graphic to your creations? Maybe you want to design a brand logo for your business or a festive turkey for your Thanksgiving cards and invitations.
    Learn more about creating vector graphics using Project ROME. Here are two tutorials on vector graphics: http://bit.ly/95QpFl and http://bit.ly/cKYfG8. And, one interesting thing to note, you can even create your own custom shapes using the paint brush tool.
    Let us know if you've enjoyed creating vector graphics in Project ROME, and if you had any trouble. We'd like to shape Project ROME with you in mind for the future!
    Thanks,
    Sarah
    Sarah
    Forum Moderator

    Romans,
    Thanks for the praise! Did you have a chance to create your own graphic after watching this video? Please do and let us know your thoughts on this feature. Was it easy after the tutorial? Were there any problems you incountered?
    Thanks again,
    Sarah
    Sarah
    Forum Moderator

Maybe you are looking for

  • Column Template conditions foiled by a single quote

    I am using a generic column template and have a few pl/sql conditions to shade different rows like so: '#1'  like '%Total%'This worked fine until an employee's name appeared in the first column with a single quote in his last name (like O'Brien). Wel

  • How can we pass selected combo box value to a jsp pag?

    Hi All, I want to pass selected combo box value to a same jsp page's variable. i am using javascript <select onchange="this.options[this.selectedIndex].text"> </select> this selected value should be invoked for a jsp page's variable. Excepting for fa

  • EWM - MIGO Goods receipt against a PO

    Hello, We are currently building a prototype for EWM in integration with ERP. The goods receipt from Production order via MIGO is integrated with SAP EWM. (Inbound delivery is created and sent to SAP EWM).  A MIGO for a purchase order should also tri

  • Database Configuration problem

    I am brand new to Crystal (1 week) so bear with me please. I have created a crystal report from an access database. Although this access database doesn't have any security itself one of its tables is linked to a SQL server through ODBC. When i create

  • Custom cascading style sheet

    We are using 'skin_custom.properties' to point to a style sheet that will contain all our values to the existing selectors in the various style sheets. For example, in 'body.css', the 'background-color' property is set for '.bea-portal-body'. However