Feature Request: Custom Rule

Hi,
I like to see a new feature in Adobe Kuler. Kuler allows us to create custom color shemes ignoring the rules such as analogous, monochromatic, triad etc. But once we swtich to Custom rule, all handles will start to move freely and there is no option available to lock the handles and then rotate to define more schemes based on the same custom rule. It will be even better if we can save a particular rule as we save the color schemes.

+1 for this. There should be a lock next to the colorwheel which would freeze or unfreeze the position of the arms so that one could first set the color positions in custom-mode, then click the lock and be able to rotate the entire setup (rule) around the colorwheel, as is possible with the other modes.

Similar Messages

  • Feature Request: Custom uninstaller which executes actionscript function on uninstall

    Hi,
    My name is Ronald Kamp and I'm an IT Consultant at iDA MediaFoundry Belgium.
    I would like to request a feature. At the moment I have an application that writes a file to the app-storage of my application, to the user's documents and settings folder and one value to the Encrypted Local Store. On uninstall, I would like to remove all of these files so that all links to the application are removed.
    Would it be possible to add a feature to the AIR SDK that will execute a certain piece of actionscript so that all of these files are removed? Of course, it would be possible to create an installer with InstallAnywhere but then we would lose all of the checks that are performed with the standard AIR installer and uninstaller.
    Thanks in advance.
    Kind regards,
    Ronald Kamp

    Hi Ronald,
    Thank you for the feature request feedback.  I agree, having this functionality would be great.  If you get a chance, I'd like to recommend voting for both of these ideas:
    Custom hook on AIR application uninstall
    Deleting local data store while unistall
    You might also be able to work around this now by creating a native installer and having it sub launch your AIR installer.  More details about this can be found on our redistribution instructions, and you can sign up for the licensing needed on our runtime distribution page.
    Thanks,
    Chris

  • Feature Request - custom crop default & making canvas larger

    Please make lightroom quicker for people who use 8x10 instead of the original proportions from your camera.  I am aware of the trick to copy and paste or sync with crop,  however if lightroom could have a way to setup at a default custom crop so it loads up that way when first used, and keeps the crop as the default from one photo to the next that would be great! 
    It would also be nice if when cropping and you need to make the canvas larger and go outside of the original dimensions of the photo that lightroom does this automatically.  Right now I only know to use the scaling feature, it would be much quicker to just add this logic to lightroom so it scales outside of the photo when you are cropping if thats what you would like it to do.
    Thank you!

    Brett  I dont think you understand my question.  theres two parts to it. 
    When you crop and select the aspect ratio theres no way to make this a default, so each time when i get to a new image i need to select 8x10 again.  if 8x10 was made to be my default lightroom would not crop out some of the pixels unless I choose the crop tool and use the crop tool.  I am just looking for lightroom to be faster its annoying how it defaults to the original image dimensions for the crop tool each time you select the crop tool you have to change the crop ratio.
    The second request is one that rawshooter used to do automatically when you use the crop tool you can easily crop outside of the dimensions of the photo, thus making the canvas larger.  this gives you an image that you can place into photoshop and fill the empty spots, this helps change the composition of the image if shot with the model in the center you can easily move the model with a crop and by filling the background in the new empty space especially easy with a simple background.  I hope this helps, its easier to do more with lightroom.  i do it right now with the scale feature in lightroom, but it would be faster if lightroom did it automatically if you pull the crop tool outside of the image area.  Thank you!

  • Feature Request - Custom Brushes

    Am I alone in thinking Fireworks is lacking a custom brush feature?
    It's one of the only reasons I feel like I need to go into Photoshop these days.
    Any word on features in CS5? This would be a definite upgrade for me if so.

    I think it's an excellent idea and have been hoping that this would be incorporated into any new version of Fireworks.
    You can always make your wishes be known by filling in the 'Wish Form' at:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Two feature requests (custom graphic placeholders & variables)

    After building several pages document templates, there are two features that would be a big help.
    First, I created some graphical text boxes similar to those used in many manuals. The color coded box contains placeholder text and an icon to indicate note type. It would be great if I could define and manage these similar to pages. Allow the user to insert a warning box, an informational note, etc. These items would be self contained graphics with placeholder text, etc. User inserts one, modifies the text and then moves it into place. Each template should support an unlimited number of these document specific graphical objects.
    Second, There needs to be a generalized variable scheme similar to the new address book feature. If I insert a page type, I might want to carry the section title or other info as one or more variables so that they can appear in later headers, footnotes, etc. for that section. Using the Business:Meeting template as an example. If I add a agenda page, it would be nice to automatically carry the meeting date and topic in the header of each additional page of agenda. Currently, the user would have to type/format info in page 1 of agenda and remember to do it in the header of agenda page 2 if the agenda failed to fit on a single page. If this info was in variables, I could define/format it for use the the header except for the first page so that it would automatically appear if the agenda ran long.
    Our company has begun using Pages '06 for documents that must be repeatedly repurposed for customer email, web page spec sheets, quotes, etc. since the templates can simply be saved as pages documents on the Admin. Assist.'s machine and stored as PDFs in a public area. The admin can easily keep both locations current as specs change, etc.

    Hello delemex,
    welcome to the Pages Discussions. But if you want to reach the developers you should send them a notice about your thoughts. Here we are all users and we try to help each other to solve problems (alright, sometimes we discuss features, too).
    Follow this link http://www.apple.com/feedback/pages.html to send a feedback.
    Edit: And if you don't like mine, follow Peggys link
    Frank.

  • Feature Request: Custom Project Frame Sizes

    Seems like a basic function for a profesional editing software.
    Please Please add the ability to control my sequence frame size in a custom way.   I often have to produce vertical sequences for in-store displays 1080x1920.
    Thanks

    Use feedback.

  • Feature Request | Allow custom metadata per table/column to be stored

    Someone please correct me if there's already a feature that allows this...
    I'd like to see a feature where you can define a set of metadata that can be stored per table / column, and perhaps a trigger that updates that metadata.
    As a use case, it is sometimes necessary to find out how many records exist in a table, and the typical way of doing this is by running a statement like select count(*) from example_table;. With a large table, this statement might take a long time though, and certainly has overhead associated with it. If this is something that's done on a regular basis, like maybe even once every minute, wouldn't it be much better to store this number as metadata for the table that can be updated on inserts and deletes and then can be queried? It might involve extra overhead on an insert or delete statement to add to or subtract from this number, but then for some applications the benefit of getting the count quickly might outweigh the extra overhead.
    Another use case is finding a minimum or maximum out of a table. Say you store a date and you need to find the max value for some feature in your application; with a large table, and especially if its a date with accuracy to the millisecond where an index wouldn't help much because most values are unique, it can take quite a bit of time and overhead to find that max value. If you could define for that column that you'd like to store the max value in metadata, and could query it, it would be very quick to get the info. The added overhead in this scenario would be on insert, update or especially on delete, the value would have to be updated. But in some applications, if you don't expect alot of deletes or updates on this column, it might be worth the added overhead to be able to quickly find the max value for this column.
    I know you could probably make a separate table to store such info, and write triggers to keep it up to date, but why not have a built in feature in Oracle that manages it all for you? When you create a table, you could define with the column definition something like 'METADATA MAX' and it will store the max value of that column in metadata for you, etc.
    I know that the overhead of this feature wouldn't be good for most circumstances, but there certainly are those cases where it would be hugely beneficial and the overhead wouldn't matter so much.
    Any thoughts?
    Can this be submitted as a feature request? Am I asking in the right place?
    (p.s. while you're at it, make a feature to mimic IDENTITY columns from SQL Server!)

    I don't think what you mentioned is exactly what I was talking about. There's no min_value or max_value in the dba_tab_columns table; there's only high_value and low_value, and they are stored in binary. And I believe to be accurate in the use cases that I suggested, you would have to analyze the table after every insert/update/delete. So no, that's not the same feature I've asked for, although I appreciate the feedback.
    Also, the num_rows in dba_tables relies on the table being analyzed too, so for a table that stores temporary date to be processed where you want to know the size of the queue every few seconds, it wouldn't make sense to analyze the whole table every few seconds when all you want is a count of the records, and it's also inefficient to use the COUNT function with every query when it would be much faster to store the count in some metadata form that is updated with every insert or delete (adding to a count and subtracting from a count with each insert/delete is WAY faster than analyzing the table and letting it literally recount the entire table every time).
    So again, while I appreciate the feedback, I don't think what you mentioned addresses either of the use cases I gave. I'm talking about a different kind of user defined metadata that could be stored per table/column with rules to govern how it is updated. Not you standard metadata that requires an analyze and isn't real time. I also only gave a few use cases, but the feature I'm really looking for is the ability for users to define many different types of custom metadata even maybe based on their own logic.
    Again, this feature could be implemented right now by creating a USERMETADATA table for every standard table you have, and then using triggers to populate the info you want at the table level and column level, but why do that when it could be built in?
    Also, I don't really agree that having to create a trigger/sequence for every table instead of setting a column as IDENTITY is better. It's cumbersome. Why not build these commonly used features in? It can create a trigger/sequence behind the scenes for all I care, but why not at least let someone mark a column as IDENTITY (or use whatever other term you want) at the time of table creation and let it do everything for them. But that's off-topic; I meant it for more of a side comment, but should really have a separate post about it.

  • Custom Toolbar Buttons - built from my SQL - feature request

    I would like to request a feature to be added to SQL Developer. I'm on EA, v 4.0.0.12. I would like to be able to create edit and add custom toolbar buttons.
    I do have some of my SQL saved as Snippets. As long as I want to keep the Snippets pane open, I can create and edit snipped categories, add snippets to custom categories, and drag'n'drop a snippet from the snippet pane onto a SQL Worksheet (fills in with the SQL). This all works, although giving up  "canvas workspace" for the snippets pane is a bit of an expense.
    It would be cool to be able to create, edit and place and remove custom buttons on the Toolbar with SQL I like to (re)use often.

    I found the Exchange and filed a request there.
    For anyone wanting the URL for the Exchange feature requests, I used this:
    https://apex.oracle.com/pls/apex/f?p=43135:6:104519160383376::NO
    I do wish the Exchange were compatible with Firefox. I had to go to IE to add the request.

  • Feature Requests for BlackBerry​10 OS

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This thread has been closed and is continued in this new thread here: 
    Feature Requests beyond BlackBerry OS10.3.1
    Please click on that link.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Let's use this thread to list BlackBerry10 OS feature requests. There's nothing official to this thread, but one never knows who might view it and get an idea or two to move foward.
    Please let's keep it to feature requests with simple short statements and comments, in this manner:
    1. Ability to lock the volume keys (since they are so easliy pressed when retrieving from holster)
    2. Personal distribution groups Address Book
    4. Add BBM Group icon to home screen
    **This thread is not for bug reports (i.e., the calendar glitches when I set the date) or for debate or discussion of the worthiness of a feature request.
    So, what would YOU add to BB10?
    What do YOU need to make the OS platform work better for you?
    Here are the collected feature requests as of 04 April 2013. Thanks for Ride_The_Sky for helping collect these from this thread.
    There are listed in no order, just as collected.
    Ability to lock the volume keys (since they are so easily pressed when retrieving from holster)
    Personal distribution groups Address Book
    Add BBM Group icon to home screen
    Way to add line carriage to BBM messages
    Why doesn't the most used name come up first? <- In latest OS, there is another line with most common contacts, but when typing it won't provide most commonly emailed contacts.
    Bring back the option "Send As" or include this option in "Share"
    Enable word wrap when zooming in to emails and messages.
    Import Distribution lists from Outlook on your desktop to your Z10?
    *The option* to always show the hub main screen when opening the hub, so when peeking it always shows the hub even if you leave it in another screen.
    Offer Balance without BES to have two workspaces in device.
    Delete on Server/Device/Both
    Delete on Server but Keep on Device (This is going to be tough since EAS does not work like POP, using POP you can do this by deleting on server after sync)
    Auto power on/off or Auto Do Not Disturb / Scheduled Airplane Mode / Scheduled Silence Mode / Scheduled Custom Profile
    Default Currency Option
    More options to lower data usage in e-mail (Headers Only / Roaming Profiles)
    Snooze a notification/reminder for more than 5 minutes.
    Customized Notifications
    Disable certain accounts to stop receiving email or notifications from them temporarily to avoid data usage.
    Way to delete recent pictures, videos.
    Office Hub customization, sorting, editing, etc., on the fly.
    Select which contact groups to sync, and ability delete all contacts.
    Larger text select tabs
    Add more options to dropbar.
    Improve browser functionality and display, add customization and management of Bookmarks.
    Calendar in Landscape mode
    Option to Disable shutter sounds in camera.
    Auto BCC option
    Multiple appointments in lock screen, not only next one.
    Increase email check frequency, custom minutes (possibly battery concern, most accounts use push nowadays)
    Ability to hide "texting" numbers such as Work, home, etc that aren't able to receive texts
    Ability to have multiple mobile numbers, such as mobile1, mobile2, for people with more than one cellphone
    Ability to have multiple work numbers, home numbers, etc
    Ability to have option for actually creating "custom" names for phone numbers, emails, VOIP,
    Ability to have multiple WORK emails fields for same contact ...
    Ability for a custom note field for each contact, for misc information such as store hours, reference numbers, business account numbers,
    Ability for filter or unselect specific Twitter, LinkedIn, Facebook contacts so they all don't appear
    Ability to "share" contact info with someone else ... like a vcard or the like
    Ability to have custom Individual text and ringtones for each contact set within contacts app
    Vibrate option for Alarm
    Mail Filters for Priority mails.
    Option to block ringtones from music app (i don't see ringtones in my music app, I guess poster refers to custom mp3 files)
    Swipe down to close, up to minimize (but some apps have menus associated with swipe up gesture)
    Swipe half way up the screen to minimize an application to an active tile.
    Swipe it all the way up the screen to close the application.
    Playbook app switching gestures (swipe sideways, I guess this won't work since there are other gestures associated with side-swiping)
    Lock screen with gesture (or maybe they should just add a button on home screen, somewhere on top or bottom)
    Airplane mode on status bar options.
    Option to customize status bar with select Settings/Options.
    Colors for Hub!
    Face recognition for camera, being able to associate contacts with faces or pull info from Facebook, etc.
    Weather info on Lock Screen (if I may add, and constant info on top status bar, simple temp info should be enough)
    We need groups back in contacts please.
    Import text messages in various formats from various systems.
    Sorting and Ordering of the way contacts are displayed depending on account.
    While editing an entry in calendar, notification about a recent call may cause loss of data in that entry.
    Location for Calendar entries and be able to see it on the map with a tap.
    Being able to see multiple pictures from an email by swiping left and right to see next/previous without having to reopen (I must say the same thing is needed for App World, why can't we just scroll through screenshots??)
    Multiple flags or ability to set a flag date, associate with a reminder.
    Move people from TO to CC or BCC easily (If I may add, also ability to backspace to delete a contact without having to tap the X in blue box).
    Option to add favorites to Hub for easy to reach contact management (I think it is same as going to contacts and choosing Favs)
    Being able to answer and make calls when the phone is locked.
    Add more colors to LED notification (I think they are there now, orange, green, red so far, did not see blue, I don't think blue is needed in my opinion)
    Change the way to add date and time for appointment, rollbar is too slow and too sensitive.
    Dismiss and Snooze buttons for Alarm to be different colors, larger, easier to notice.
    Make it easier to order world clocks, instead of the order they are added.
    Alarms based on days/schedule.
    Easier way to get to the bottom of e-mails (I think it scrolls pretty fast, I think poster wants "B" shortcut)
    Easer way to get to the bottom of web pages (same as above, space or B shortcut?)
    Add option to ask if you really want to dial, instead of just dialing right away every time a phone number is clicked/tapped on.
    Ability to resize image before attaching to an e-mail.
    More than 30 days email sync on device, please!
    Make BB boot up slower, so we can actually get to do something else while waiting for it to start!
    SSH client would be nice.
    Another keyboard like Swipe (honestly, I have never typed faster in my life on any other on screen keyboard, Z10 keyboard is awesome!)
    Volume lock/unlock button on demand.
    Auto Run app on device boot up.
    Lock or Pin apps.
    Ability to run background apps (Google Talk is running in the background, or it is tricking me, I don't know but I am getting messages from it when it is shut down on BB10, I hope they do Skype the same way)
    Ability to have multiple documents of same type open at the same time (tabbed docs2go)
    Calendar sharing of BB10 users in the area/company/group.
    PIN Messaging to return.
    Preview e-mails, calendar and other information on lock screen (privacy?)
    Way to clear anything in any "Recent" menu, videos, pictures, etc..
    Ability to hide apps, docs, pics, videos, folders, etc..
    BBM Group Picture notification.
    Support WhatsApp more.
    Another tap for important numbers (Favorites work for this, and on top of speed dial)
    From Call Menu when going into contacts, it should be ready to search with keyboard out.
    Option to customize volume key to act as page up/down, etc depending on app running.
    Red star in app world (means you need to run Updates, just refresh and check by swiping down from top)
    Better headphones with the phone (hey, we didn't even get any!)
    Better night shots in camera (hardware or software improvement?)
    Ability to choose which address book to sync with bluetooth car.
    When app is opened from a folder three or four pages into apps list, we hope the screen can go back to that spot when the app is closed (sadly it uses active frames at the moment)
    Change acceptance of auto corrected key, instead of space key, make it something else (actually, you can just backspace to un-autocorrect it back to what you typed).
    Ability to load certificates (X 509 S/MIME and/or PGP/MIME) from a computer
    Ability to sign and or encrypt emails (POP3)  before sending (As in MS Office Outlook)
    Ability to receive and recognize signed and or encrypted emails (POP3) (As in MS Office Outlook)
    Add a password/certificate manager that doesn't require manual copy/paste
    Ability to encrypt the memories Device and Media of the Q10 like it is done for the BB9900
    Ability to encrypt selected folders (preferably by Private Key)
    Ability to create Self-Decrypting Archive like in PGP
    Ability to delete email-messages by group as an alternate option to one by one
    Opening Video-chat to non-BBM users (Skype for instance)
    For above encryption request, SecuSmart was suggested...
    Renaming the file without extension can break the file or hide it from pictures list.
    Wallpaper scrolling sideways.
    Standalone e-mail app (not sure how different it is than choosing emails-only for hub)
    Different colors or small tabs in different colors for different accounts in Hub.
    Share webpages with smart tag (I think you can just create it by pasting the URL into create QR)
    Application management (being able to see which app takes up how much space, etc..) CPU/Memory/Battery Usage/Data Usage/Storage Usage in more details
    Custom vibration options.
    Move Send button in BBM to avoid accidental submission of message
    Forward As… SMS, MMS, EMAIL from one to another.
    Send SMS to new numbers (I think you can still do this from call log)
    Single key press to change profiles.
    Insert a picture into an e-mail. (I think he means into the body of email)
    Turning off links of contacts (I think poster did not have multiple accounts, actually BB10 goes ahead and adds all new contacts into all address books in all accounts without user permission.. Create a contact in Hotmail? Gets copied to Gmail.. and then linked, terrible implementation in my opinion)
    Presets for browser bookmarks, faster access to bookmarks. (My suggestion was to create a home screen, select 12 icons 3x4 or 16 icons 4x4 as home screen/start page)
    Being able to allow flash based on website/url/server.
    Ability to adjust different sounds/volumes for different BBM users/groups
    Better Voice Dial and Voice Commands (shorter and easier operation)
    Ability close one or all web pages/tabs, add "Close All" button.
    Call Recording
    Faster way to delete e-mails, such as file icons next to e-mails,  or Swipe to Delete! Swipe to File!?
    Customize email signatures with formatting.
    Phone to stay on screen (dial pad always available in panes)
    More Options for Clock.
    In Playbook we can have a single character password, why not on BB10? "too short" well it is my decision, isn't it?
    There is no way to go next/previous while reading an e-mail. Please add these functions.
    Add to the e-mail client, Next Unread / Previous Unread.
    E-mail or Hub should have more buttons at the bottom in landscape mode. Why keep only three (or four in e-mail view) buttons when you have the real estate. It would be extremely handy if you allowed users to edit which buttons should go at the bottom. Next Previous is really needed while reading an e-mail. For example I would love to add "File" button at the bottom as a shortcut instead of forward, I rarely forward, but I file all the time. Maybe allow users to have two row of keys, add next/previous/unread. Or it could be done with a gesture. How about swiping the account name (top blue bar while reading e-mail) left and right?
    When you create a new contact in BlackBerry, it gets synced to all accounts on the Hub. There is no way to limit the new contact to a specific account.
    Sometimes when you file an e-mail to a folder, it stops and waits few seconds with no message. Even when it files immediately, there is a confirmation message that takes time to appear and disappear, and the folder list does not disappear automatically.
    Messages filed automatically by server using server side filter rules are still showing up on Blackberry hub/inbox. In older BB versions the filtered messages did not show up in the list, filed messages still did.
    When you filter your e-mails using Filter / Unread function, new unread e-mails do not show up until you close the filter and re-open. It won't just keep refreshing your screen with unread e-mails. Can BB add a button to the hub "Unread Hub" so when hub shows 8 or 2, you can actually see unread items easily without having to through so many taps.
    Native BB QR scanner (Smart Tags) does not work with barcodes (it only scans with no way to use the information). There is Open In function but it doesn't work properly.
    We need to add more customs search providers, and be able to add custom search strings/wildcards. For example currently there is Google, Bing, Yahoo, Foursquare, etc..
    I hope BB introduces the ability include more standard & custom searches, IMDB, PriceGrabber, Ebay, Youtube, XYZ Forums, ABC Newspaper, 123 Database, Etc.. Most sites nowadays provide search string in their URL Search=?* etc...
    None of the Battery apps can access system settings to add a battery icon to the top. I wish battery percentage was there.
    There is no way to check carrier/mobile signal strength.
    Blackberry, please add the date and carrier / SSID info to the top. Sometimes we just want to glance at the top to see the date without having to swipe.
    Please bring back keyboard shortcuts. Since we can easily swipe up to bring the keyboard, just add keyboard shortcuts in e-mail, phone (true speed dialing, dialing by word?), and browser, etc.. if possible. I could always call 1800SOMETHING# now I have to look up the number or use dial pad.. Please bring it back.
    Camera zoom function needs to be fixed, also please include option of fixed focus by tapping on the screen to focus. The auto focus in video is focusing in and out to various objects all the time. Stabilization feature also causes tearing/ripples, I guess it is good if you are stationary. Or use Volume Keys to Zoom.
    Please allow more than 12 icons in an icon group/folder, I hated Apple for limiting apps per folder, please fix it.
    Auto ON/OFF feature is not there anymore. BB should consider Auto DND (DoNotDisturb) or Auto Silent/Airplane modes instead.
    Please find a way to stop the music app from automatically starting up every time it connects to bluetooth like car audio. This is very annoying.
    No Panaroma mode in Camera app, why not? It is very easy to incorporate. This could be a nice addition to next release, and easy.
    The text selection grips needs to be a little bigger, sometimes I cannot see where I am moving them, they work better in Playbook, nice big tabs.
    Call Functions, before answering a phone add sideways gesture functions, like swiping right will forward the call, swiping left will answer with a test message, etc..
    Or there should be a way to reject the call without sending it to voice mail, phones had this function a decade ago, I don't know what happened to it.
    We used to be able to see the "History" without having to save the contact. Now I don't see any way to "View History" of a certain phone number, it just keeps adding
    them as individual entries to the log. Now I can't see when was the last time they called me, how many times we spoke which day, etc... I loved this feature in BB5.
    Where is BB Traffic? Where is BB Weather, without having to run an active frame? It will eventually disappear if you run too many apps. I liked a little Icon that shows me what the temp is, instead of running a whole app.
    There is no Skype. This day and age with all other platforms having it, please either get skype (Microsoft) to cooperate, or open up BBM to other platforms. If necessary, pay Skype to develop the app, then charge BB users for the app. Most will gladly pay.
    Can we tap and hold on an active frame to pin it, or can we pin two favorite apps between Call and Search & Search and Camera buttons in the bottom bar? How about Close All running Active Frames app to quickly free up ram?
    I hope next generation devices have two speakers or speaker that is facing forward. When playing games or watching videos in landscape mode, I find my palm muting the speaker. I have to hold it gently with fingers to have a gap in between, something I don't want to do when I am on the subway or bus.
    Blackberry Maps should have a Zoom In/Zoom Out buttons, sometimes using it with one hand, it is impossible to zoom in and out. (Zoom in is OK but we can't zoom back out)
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code
    Solved!
    Go to Solution.

    - ability to choose deletion of an email on handset only
    - desktop software working with all older BB's allowing drag and drop type of transferring data, contacts etc. (BB link doesn't recognize my old Storm) 
    - auto power on/off
    - contacts syncing with yahoo & Outlook (almost two weeks trying to work around it and no luck)

  • RV320 and RV325 Feature Request

    Hello Cisco Small Business Community.  
    We are a Cisco Select Partner and have started using RV320's and RV325's with our customers.  As we are implementing these deployments, I have noticed there are a few features I would like to see added to the product.  I've listed them below.
    Urgently Needed Feature Requests:
    1.  Allow a subnet mask in the 255.255.0.0 range for LAN VLAN's.  Many of our customers use a 10.x.x.x range for subnets and many use a 16 bit subnet mask to give them plenty of room to create both static and dynamic assignments.  For example, subnet 10:  10.10.0.0/16 with a range of 10.10.10.1-254 for dhcp dynamic leases, and 10.10.0.1-254 for servers, and 10.10.1.1-254 for printers, and 10.10.2.1-254 for networking gear, etc.  None of these networks have more than 254 devices on them, but the extra IP range availability is nice because it allows us to help keep their networks organized.
    2. The ability to create service groups for firewall and NAT rule creation.  There are often times when we need to group several services together and create firewall and NAT rules for them.  This would simplify setup and implementation.  An example of this feature on Cisco Small Business Products was on the ISA550.
    3.  The ability to have the RV320/325 to serve as the NTP server for the network.  Most small business customers need NTP server functionality, and the logical place to stick this service for many of these networks is on the firewall.
    4.  The ability to specify any RFC DHCP option.  We have some need to be able to specify several additional DHCP options than the ones hard coded into the firewall dhcp server pages.  In addition to the options the DHCP servers on the RV320/325 already includes, the common ones that we often use are "Time Server," "Log Server," and "Time Offset."
    6.  The ability to specify a domain search list and for DHCP clients.
    7.  The option to register DHCP clients with the specified DNS server (including the on-box DNS Forwarder).
    8.  The ability to tweak Firewall Session Settings (like in the RV220w and ISA550) and TCP/UDP Timeouts.  If full control is not an option, then may four choices such as:  "Conservative" -- keeps TCP/UDP connections alive for the longest period of time, "Normal" -- normal TCP/UDP Timeouts, High Latency -- Keep TCP/UDP connections alive for a longer period of time.
    9.  Additional Diagnostic/status screen information:  -- CPU usage for 1 minute, 5 minutes, and 15 minutes, -- number of Firewall Sessions/States, --Firewall Temperature, -- Real Time and RRD based traffic graphs for 15 minutes, 4 hours, 8 hours, 1 day, and 1 week, 
    10.  The ability to pull Firmware Updates directly from the Cisco support site onto the firewall.
    Nice to Have Features:
    1.  VRRP on both WAN and LAN interfaces.
    2.  The ability to answer DNS helper requests.  What I mean is to be able to set the on-box DHCP server up to serve as the DHCP server for non-connected subnets
    3.  SSH and Telnet command line access for basic troubleshooting (top, pftop, nbtstat, reboot, etc.)
    4.  The ability to backup and restore parts of the Config file, e.g. just the VPN setup or just the firewall rules
    5.  OSPF Dynamic Routing Support
    With some of the advanced features, I wouldn't mind needing to buy a perpetual "advanced" license for an extra $50 to $100 (e.g. for VRRP, OSPF, SSH access, etc.).
    I hope to hear some responses back from Cisco Product Support on these items. 

    Hello vreid47362,
    I'm quite a bit surprised to see that we have both the same idea: provide our feedbacks to cisco to increase our product usage.
    Here's mine list:
    Custom services
    - I was a bit surprised when I have seen for the first time the embedded services list : there is some that I'm sure that nobody use (HTTP and HTTPS secondary), and some usefull network protocols which are missing : NTP, NNTP, NFS, SAMBA, BONJOUR, SSDP, etc.
    It could be interesting to start router with those embedded services.
    - An option to select both the TCP and UDP services could be very usefull : for now, when we add a service, we have to specify protocol in the following list : TCP, UDP, IPV6.
    If I wants to add a rule for NFS without take care of TCP and UDP, I have to set up :
    - two custom services, one for UDP, one for TCP
    - two custom rules, one for NFS TCP, one for NFS UDP.
    If we have two networks or VLAN, we have to define 4 rules...
    - Increase the custom service description length could be helpfull : for now it's a problem if we wants to add more than 11 characters.
    - If we add a custom service by error, we are unable to remove the generated field : field say that it expect something. if we do not wants to loose previous fields set, we have to save it with false values, and delete after it. Just boring. 
    Setting up firewall rules for the first time
    - The "View logs" button is located on the bottom of the log tab; if we wants to view logs, we have to scroll : it's very boring when we're setting up our rules : we have to go to the firewall tab, and if there is something wrong, we need to go to log tab and scroll.
    If you add a shortcut to the log from the firewall rules tab could be very usefull.
    Managing firewall rules on the time
    - Be able to add a description of the rules defined could be helpfull : I've set all my rules now, but in few months when I'll come back to the interface, I'm not sure to understand all meaning. A description to explain the rule's object could be usefull.
    - If we log something in the firewall logs and if we want to remove the a logging trace type, we have to pass on each rules we think it can log something. It could be interesting to view logging option from the grid: it'll help us to earn time.
    - Be able to filter rules by VLAN, protocol, ports or the rule's logging state from the rules grid could be helpfull.
    Double Wan management
    - Add an autodetect feature for the available bandwith could be very helpfull : accoding with values detected, you can help to configure more easily the router
    Double wan protocol binding and multiples VLAN
    - When I set up the protocols binding configuration I'm was very boring to have to set up rules for all outgoing protocol rules a interface : for example,  wants to set up all outgoing SMTP protocol on the WAN1 interface, we have to select SMTP and add 1.1.1.1 au 223.255.255.254. If we have multiples VLAN, we have to repeat this rule for each VLAN subnet mask…
    Set up an option for all outgoing traffic could be very helpfull.
    DHCP Subnet masks more than 255.255.255.x
    Like vreid47362 said, I'm also interested in this feature: For now, subnet masks defined for the DHCP Vlan are provided from a preconfigured select box. If we wants to choose something other than those provided, we can't. It could be interesting to add own own subnet mask (like for example 255.255.0.0).
    Kind regards
    David

  • Custom Rules - picking obj.functionCall(argumentsValue)

    Hello FlexPMD Community,
    I am trying to write some custom rules for picking:
    private function downloadFile():void
         fileRef.download("/abc/xyz");
    The best, I could do is:
    private  
    static final String METHOD_NAME[] = {"download"}; 
    private static final String SECURITY[] = {"FileReference"}; 
    @Override
    protected final void findViolations( final IClass classNode ){
         for(final IFunction function : classNode.getFunctions())     {
              if(function.getBody().findPrimaryStatementsFromNameInChildren(SECURITY).size() > 0)          {
                   for(final IParserNode functionCall : function.getBody().findPrimaryStatementsFromNameInChildren(METHOD_NAME))               {
                             addViolation( functionCall );
    I was hoping to be able to traverse AST with objRef.functionCall and than retrieve the value /abc/xyz.
    Any help greatly appreciated.
    - Mansi

    Xavier,
    I know you said there is no way for a finer granular control over AST traversal at the moment. I see this feature extremely valuable.
    What I am looking at is:
    If I can say for below function call:
    Security.allowDomain("*")
    (className/objectname).functionName(value). If I can retrieve this value, it would be extremely useful, to do lot of string comparisions on these values.
    Also, searching as PRIMARIES, which as per my understanding is a <regex> search within a function, generates some noise. Thought would like to compliment, not a lot of noise as we are still doing it within a function.
    If we have that granular control over our AST traversal, it would be phenomenal.  Going ahead, we might be able to add some dataflow analysis feature too.
    Let me know, if you find it valuable and you want me to add a JIRA request.
    Btw, I am in love with FlexPMD and find it extremely useful.
    - Mansi

  • Custom Rule - Problem in passin values From Rule Container to WF Container?

    Hi Guys,
    I am having hard time passing values back from my custom rule. I have created a custom rule to determine the agents in PFAC which takes in the Person number as import element of container. It determines the Manager as agent and I am passing Managers Person Number back to workflow. If he dont approve the Request then it will be passed to his boss. In this case I will pass this imported Mangers Person number back to rule so that his boss will be determined as agent. I  have created ZRULE function module. I am passing value back from Rule container to Workflow Container using following code.
    swc_set_element ac_container 'SUPERPERNR'  lf_super_pernr.
    I have created a element SUPERPERNR on rule container and workflow container as well .The problem is in the Rule container I am not able to create SUPERPERNR as export parameter. The tick mark is grayed out and there is no option for setting it as export.
    My question is do I have create a Export element on Rule container or Not? If i just write the code
    ( swc_set_element ac_container 'SUPERPERNR'  lf_super_pernr ) will it set the value in WF container? In my case it is not setting. I have to bind the values from rule container to WF container and if My rule container element is not allowing me to click the tick mark as export how can i pass value of of rule container back to WF Container?
    Please help me guys.
    Thanks,
    Manish.

    Hi Manish,
         Same scenario I have developed in my system. This all steps I did in my system.
    1) Created a Z function module which takes import parameter (Parameter name = 'EMP') in the
        format 'US100123'.
    2) This in turn fetches back the supevisor or boss as an export parameter (Parameter name = 'BOSS') in
         the format 'US100245'.
    3) This function module is attached to a BUS object(SWO1).
    4) While attaching this function module to BUS object you need not do any manual coding it is done
        automatically.
    5) Implement, release and generate this BUS object.
    6) Create a new variable in your workflow (Parameter name = 'ZSUPERVISOR') for storing the value
        which is returned by the Z method.
    7) Create a new task.
    8) Put in your BUS object name, then your Z method name, select background processing checkbox.
    9) Press save, it will ask for transfer of missing elements, select yes.
    10) Then you will see a green button below your Z method name click on it.
    11) Top portion contains your Z method variables, below to it you have the import parameter window in
          this window you should have &EMP& -> &EMP&., below to import parameter window you have
          export parameter window in this window you should have &BOSS& <- &BOSS&. (This is method
          binding).
    12) Now click on enter button then click on back button it will generate the task binding automatically
         just press yes.
    13) Now click on binding exist button.
    14) Here you have the Workflow container variables as well as the system container variables.
    15) In the import parameter window left portion is for your workflow variables and right portion is for your 
          method variables. In my case i had sent workflow initiator and fetched his supervisor. The Import
          parameter binding was &WF_INTIATOR& -> &EMP&. and the export parameter binding part was
          &ZSUPERVISOR& <- &BOSS&.
    16) Save the task and run the workflow.
    Regards.
    Vaibhav Patil.

  • FAQ: How do I submit a bug report or feature request or otherwise give feedback about Premiere Pro?

    The best way to submit a bug report or feature request is to use the bug-report/feature-request form.
    The Premiere Pro team doesn’t  necessarily see and record every post on every forum and social network, but we do see, record, and track every entry  through the the official feature-request/bug-report form.
    It also helps a lot if you opt into the Product Improvement Program.
    Also, be sure to use the crash reporter.
    We really do read all of the bug reports and feature  requests, and the software really does get a lot of benefit from  detailed crash reports.
    Don’t forget about contacting Adobe Technical Support or Customer  Service, too. For information on how to contact Adobe Technical Support,  see this page. (Note that you must register your product before you can open a technical support case for it.)
    If you have tried to get help from our support staff, but the service  was inadequate, I can help you to escalate your issue if you send me  your case number at kopriva at adobe dot com. You must provide me  a case number. I am not offering to solve your problem myself; rather, I  am willing to forward your information to someone if you have already  hit a dead end with our Technical Support or Customer Service.
    If you have feedback about the content of the Premiere Pro Help document,  then please add a comment at the bottom of the relevant page. You can  add comments to add information, to add links, to make corrections, or  to ask for clarification.
    If you want to keep up with the Premiere Pro team, then you can follow our blogs, Facebook page, and Twitter feed and so on.
    Oh, and I can’t resist this opportunity to remind you to update to  the most recent version of the application. Don’t be surprised when the  first thing that you hear back from us is that you need to install the  latest updates. We fix a lot of things in updates, and we don’t want to go chasing bugs that we’ve already fixed. We’ll keep you posted on our blogs, Facebook page, and Twitter feed about updates as they become available.

    Hi qwerty,
    Dun tink that creative customer support sucks cos I had been dealing with them in the past and I can say that their service are quite gd and fast. If you wanted a refund, I tink you need to contact the store that sells you the product. Dun tink creative will refund you though.

  • Feature request: extra Include directive in default pacman.conf

    Since arch's move to systemd, cluster administration requires less and less use of sed.  In particular, systemctl, timedatectl, /etc/sysctl.d, /etc/modules-load.d, /etc/hostname, /etc/vconsole.conf, etc. make scripting configuration changes both simpler more robust than the old approach of editing multi-purpose files such as /etc/rc.conf.
    An exception to this trend is pacman.conf, which has non-trivial default contents that almost certainly needs to be customized (e.g., to enable multilib and local repositories).  These changes would be much simpler if the default pacman.conf included a line such as:
    Include = /etc/pacman.d/conf/*.conf
    Currently my scripts use sed to insert this line at the end of the [options] section.  (Unfortunately "Include = /etc/pacman.d/*.conf" doesn't work because there's sometimes a gpg.conf file in /etc/pacman.d, but maybe that could be fixed.)
    I don't know if the forum is the right place for feature requests, but I wanted to get people's reactions.  If people think it's a good idea I can add it as a feature request to the bug tracker.
    There are several other pieces of low-hanging fruit where I'd like to see arch decrease the complexity scripting configuration (e.g., an unattended pacman-key --populate and easier customization of mkinitcpio.conf), but I figured I'd start with the simplest and gauge people's reactions.

    aweb wrote:I don't know if the forum is the right place for feature requests, but I wanted to get people's reactions.  If people think it's a good idea I can add it as a feature request to the bug tracker.
    It isn't... best to place the feedback in flyspray so it will be sure to get to the peeps that need to see it.  Welcome to Arch.

  • Feature Request: Photo Borders and Copying in Books

    These are a few related feature requests. If anyone knows of a better way to do this with the current software, then I would love to hear it.
    When making books I like to have borders around the pictures of various colors (usually black or white) and various widths. In Apeture this is a pain to do. I fiqured out that I could fake it by making a picture box and inserting a solid black picture into it and then creating a smaller picture box in front of it for my real photo. This might be tolerable if I could at least then select both picture boxes and their contents to copy and then onto other pages as a template that I can resize as needed.
    Ideally I would love to be able to copy and paste multiple elements on a book page and I would like to be able to define photo borders. Any chance of seeing this in the near future?
    Thanks,
    Sean

    Thanks for the reply. You are right, the cut and paste works fine, it just didn't work the way I expected it to. Maybe that is a GUI design thing to consider. I was actually trying to click and drag a selection box like you might do in iPhoto to select multiple images that are right beside each other. This doesn't work at all in Aperture, but your method does work just fine.
    I agree with the other poster that some additional features like:
    Photo Borders
    Export to PSD (with layers)
    Custom page sizes and Custom themes
    would be very nice and start to make that tool truley useful.
    Thanks for a really nice product. Keep up the good work and stay ahead of the pack.
    Sean

Maybe you are looking for

  • 3G iPod not recognized by iTunes 7

    I installed iTunes 7 and now my 3G iPod no longer shows up in iTunes. I'm running WinXP Pro SP2, and my iPod still shows up in Explorer and can be removed with the Safely Remove Hardware wizard. The iPod functions perfectly when removed. I've tried e

  • External Hard Drive Does Not Show Up Anymore

    I got this Western Digital hard drive since last year, and been storing a lot of information on it , some of those, are very important. The HD works smoothly, and fast. But last week I was moving multiple files the same time (my HD is used to that),

  • DISALLOW PRODUCT TYPE SERVICES

    We have implemented SRM5.0 Extended Classic Scenario and only want to allow procurement of product type "material". How do I remove Product type "services" from the Shopping cart and purchase order create screen in order to only have product type "ma

  • Bode magnitude graph cursor not following plot

    Hi, I was wondering if anyone would be able to shed some light on a problem that I am having regarding an XY graph cursor. I have developed a simple VI to determine the characteristics of a low pass filter using a sine wave ramped in frequency and su

  • ENT-06972: Error While Displaying BIBEAN for Dimension Dataviewer

    Hi, I got the following message out of the blue when trying to view data for a dimension within OWB :- ENT-06972: Error While Displaying BIBEAN for Dimension Dataviewer Not only can I not see the data for the new dimension I was creating, but all my