[Solved] Metacity theme question

Hi,
I use a modified version of the "Human" theme but it's not perfect yet.
The ugly 'point' on the left should be removed and at this area the application icon should be shown.
What is needed to modify? Thanks for help.
Screenshot:
metacity-theme.xml:
http://pastebin.com/ZVx5My1U
Edit: solved by myself
Last edited by Radioactiveman (2011-03-21 17:56:57)

anonymous_user wrote:
Haptic wrote:What's wrong with asking 2 things in 1 thread?
Arch Wiki wrote:Choose one topic per thread. Long threads are typically discouraged in the technical issue subforums. Try not to post multiple questions in a single topic -- this makes it difficult to search for specific problems.
https://wiki.archlinux.org/index.php/Fo … ow_to_Post
Sorry, I moved the other question to another topic.
Nothing shows up in ncmpcpp
mpd.conf
http://paste.pocoo.org/show/342598/
Last edited by Haptic (2011-02-22 02:49:02)

Similar Messages

  • [SOLVED] How to change metacity theme in Gnome 3.4?

    Hi all,
    I would really like to change the default metacity theme from Clearlooks to something else, but keep Adwaita as the default GTK+ 3 theme. Previously, it could be done using gconf-editor and changing the /apps/metacity/general/theme key value, but on my system /apps/metacity/general is completely empty (like all other metacity 'subgroups').
    Does anybody know how to set the default metacity theme?
    Last edited by digitaldingo (2012-04-24 13:13:38)

    digitaldingo wrote:I agree that one would do best in choosing a theme that supports both GTK 2 and 3, but until the themes get updated with GTK+ 3.4 support, we are stuck with either bad-looking GTK 2 or GTK 3 applications. It would be nice to not have to choose between those.
    You're not 'stuck', depending on if your are able to fix the theme, yourself. CSS isn't very difficult to read/edit... I've already been fixing a dark theme to work with gtk-3.4. Mostly, certain things have just been deprecated. So usually, it is as simple as launching a gtk app from a terminal (while using your broken theme) and looking at the gtk-related errors (usually parsing errors) then fixing them in your theme, accordingly. It's pretty easy because it will tell you exactly which line(s) need to be changed...  The most common problem i've seen that pixel sizes must now have 'px'. And there are also some fixing to do, in terms of fixing parts/widgets that don't look quite right - like maybe having to adjust a color, or border or something. but obviously mileage varies, depending on theme + it's engine.
    maybe i've just been lucky, i don't know - but i've got a semi-decent theme working, although there are still things to change and fix
    cheerz
    Last edited by triplesquarednine (2012-04-24 14:24:01)

  • Challenging question! (Does anyone how to solve this Javabat question?)

    Does anyone how to solve this Javabat question?
    Here is the link:
    http://www.javabat.com/prob?id=Array3.linearIn

    I'm a little surprised by the implied rating of this problem... it's a plain to-way merge. You can use the same template as for the merging step in merge sort:
    public boolean linearIn(int[] outer, int[] inner) {
      int i = 0;
      int j = 0;
      while (i < outer.length || j < inner.length) {
          if (j < inner.length && (i == outer.length || inner[j] < outer)) {
    // inner[j] smallest
    return false;
    else if (i < outer.length && (j == inner.length || outer[i] < inner[j])) {
    // outer[i] smallest
    i++;
    else {
    // inner[j] == outer[i]
    i++; j++;
    return true;

  • GTK+, MetaCity themes, anyone using them yet?

    I was just wondering if anyone is using the GTK+ Look and feel, and the MetaCity theme feature? I played around with them on my Windows 2000 machine, and was having redrawing problems when resizing, some tearing, etc... Also it would crash occasionally, and it seemed to slow everything down pretty bad..
    I understand that GTK+ and Metacity are targeted to the Linux environment, but I'm looking for an easy way to change themes, without having to write a new LookAndFeel. I've used SkinLF and it seems to work much better than the java GTK+/Metacity combo. Also, if anyone has found good documentation on using GTK+/Metacity on a windows machine please post the link. thanks

    I tried for a little while when I first installed 1.4.2, and quickly gave up. The GTK+ L&F definitely has the feel of something that was rushed out the door before it was ready. It's full of rendering errors and odd things.
    I've noticed that if you switch to GTK+ and and then switch back to another L&F, various stuff fails to get updated -- I think there's probably some parts of the containment tree for the Synth UI classes that SwingUtils.updateComponentTreeUI() can't traverse, because after switching back from GTK+, there are "remnants" left over here & there.
    Hopefully the full blown Synth L&F for JDK 1.5 will be much more robust. Even better would be if it shipped with several professional-looking skins.
    Myself, I've gone to using JGoodies PlasticXP L&F wherever I possibly can.

  • General theme question

    When you install a theme, do they normally take over the settings you have under the options/screen & keyboard settings?  For instance I have my font under this selection set to bbcasual but with the theme that I have downloaded and installed onto the phone, it seems as if that themes font is overriding what I have it set to in the options for my phone.  I just wanted to make sure this was normal and was suppose to happen like this.  When I think of themes I think of pictures and just how it changes the look of the phone, but I guess fonts are also included in that as well?
    Thanks

    Hi and welcome to the forums,
    Yes it's normal, not all theses do it, but most do.
    It's the "wall to wall" approach
    If you need more info please ask!  If not please resolve the thread using the options by the Kudos’ star, Just place the check in the Post that answered your question, Thanks  
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • [SOLVED] XFCE Theme Customization Tool

    Good evening Arch Community,
    Now that LXDE (My DE of choice) is about to be dropped from the normal repos, I felt it time to move to a supported DE. My next choice was XFCE. I'm sorry that Arch has decided to slowly move LXDE to the AUR from the mainstream repos.
    XFCE is a nice, and capable DE. But it has always been an achilles heel to me with regard to theme customizations. But tweaking theme colors is no easy task. With LXDE, I could easily "tweak" the theme setting to my preferences. The white background hurts my old eyes.
    In XFCE it seems that you have to understand the nuances of the gtkrc file to tweak theme colors. I don't have the time, nor the desire to become a gtkrc file format aficionado. I've got dev work I need to do.
    I am hoping that the Arch community can point me to a GUI tool that will allow me to tweak theme settings graphically, just like the other DE's such as LXDE, KDE, Gnome 2. I have personal preferences for not using KDE, and I have to bite my lip regarding Gnome3.
    XFCE would work for me if I can just get through two color changes. just two. If I can tweak these, I'll be a happy camper indeed.
    I've also posted to the XFCE forums, but, unfortuntely, as usual when I ask color questions, I get categorically blown off. Clearly, the lack of an easy theme tweaking tool being a weak spot for XFCE as a DE.
    I've gone through all the themes......and downloaded some new ones. I just do not like the xfce.dusk theme, nor the white backgrounds of the others.
    I am using Moomex as a theme, and just want to tweak two settings:
    a) The default background color of an opened window
    b) The bg/fg colors of the WindowButton items on the task bar. Currently the WindowButton's of opened tasks show up as white text on a very light grey background. Difficult if not impossible to read.
    If someone could point me towards a tool I would be appreciative. Or if someone knows the two magic field names that I need to tweak in my gtkrc file of my current theme to change the two items outlines above, I would also be appreciative.
    Sincerely and respectfully,
    Dave
    Last edited by dcbdbis (2011-10-11 17:23:15)

    Forgive me for being too verbose. Within XFCE there is no mechanism to adjust theme colors. Example: Within a specific theme, there is no GUI dialog to open, and adjust the default window background of the chosen theme. You are forced to manually edit the gtkrc file. In LXDE, I have a small GUI where I can take my chosen theme, and adjust the color of a selected item, in this case, the window background. A few clicks, and it's done.
    There is no such facility in XFCE.
    From what I've read (unless I'm misunderstanding) is that the color changer in LXDE is specific to LXDE. It actually doesn't tweak the original gtkrc file, rather it tweaks some settings in a local file unto itself and by some mechanism unknown to me at this time, "melds" the original gtkrc file with the customizations by the user. I've looked at the original gtkrc files in "/usr/share/themes" after I've tweaked them. They are unchanged.
    For now, I've reverted to an LXDE/OpenBox hybrid. I hope someone in Arch decides that LXDE is worth keeping in the repos, like e16 & e17.
    I had originally tried XFCE because Arch had announced that LXDE was being reverted to the AUR and out of the official repos.
    Hopefully, this clarifies things.
    Thanks!
    Dave

  • [SOLVED] Metacity gconf keys?

    I've been battling for the best part of a week to dump emerald in favour of using the gtk-window-decorator with compiz, but having real problems on my xfce system theming the window decorations. After searching all over the net (and re-reading seemingly the same solutions) ad-nauseum it finally dawned on me that my minimal gnome compatibility didn't have the metacity keys at all in gconf.
    I sorted the theming out by manually creating metacity/general/button_layout, theme and titlebar_font, but clearly this only represents a subset of metacity keys.
    Can someone list the complete set of metacity/general keys for me so that I can properly populate gconf. I'll be blowed if I can find one by googling.
    Last edited by Roken (2012-05-18 23:06:42)

    Your google-fu is weak!
    Metacity Keys
    Also, review This Thread.  Basically, in the Metacity Keys link you would not preface the key with "Schema" when setting it using gconftool-2.  Look in the review thread for examples at the bottom for setting the keys.

  • [SOLVED]2 DWM questions

    exactly what the topic says
    1. How much RAM does dwm take up? maybe someone could take a screenshot with archey while idling with nothing else running?
    2. How much C experience does it take to configure dwm? Iv looked at some sample configs and it doesnt look incredibly complex
    Iv looked for the answer to those 2 questions but could not find them so are there any dwm users that could quickly answer them?
    Last edited by markbabc (2010-11-29 16:10:00)

    2. Patches will work correctly if you do like what wiki said . But multiple patches can cause problem like bharani said. And c prog is easy to read, no master needed to read and customize config.h file . And there's #archlinux channel + bbs forum for you to ask

  • (SOLVED) Two KDE Questions

    1. How do you enable spell check in Kopete? It does not seem to want to check my spelling after I click the spell button or right click and select auto spell check. I checked my system and I do have aspell installed.
    2. How do I get a volume applet on the panel? I have used Kubuntu in the past and there was always a little speaker in the system tray section. This is not present with the current full KDE package which I have installed. How do I add it?
    Thank you so much for your help!
    Question 2 has been solved. Just start Kmix
    Last edited by czechman86 (2008-05-30 02:36:59)

    funkyou wrote:Do you have the appropriate language package for aspell installed? (example: aspell-de for german)
    i checked and i did not have the en package. thank you for that tip! the spelling in kopete will still not work however.

  • [SOLVED] icon-theme.cache and post install

    Hi all,
    after a problem with an app (in this case RawTherapee) that requires uptodate icon-theme.cache files under /usr/share/icons/THEME - I just want to ask for your opinion: Is this a feature that should be provided by the icon-theme package post install?
    For example, xfce4-icon-theme has
    post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/Rodent
    in it's xfce4-icon-theme.install,
    while gnome-icon-theme and hicolor-icon-theme don't and require issueing gtk-update-icon-cache manually after installation/update.
    So what do you think, does this call for a feature request?
    Edit: Seems like I got the concept wrong and that a solution is not that simple / on the segfaulting programs side... see http://bugs.archlinux.org/task/14237. Thx Jan for explaining.
    Last edited by gnidam (2009-04-15 11:31:30)

    Apparently gtk-update-icon-cache didn't accept that i had a .icon-theme.cache in /usr/share/icons/hicolor/. After removing it gtk-update-icon-cache apparently created a new file "icon-theme.cache" and doesn't complain anymore. The thing that is wierd about this is that on my other comp i have the .icon-theme.cache and it doesn't complain when upgrading.. Marking this solved anyway
    Last edited by fgrano (2008-10-31 13:47:28)

  • [SOLVED] A few questions about partitions

    Hi,
    I'm using Windows XP as my primary OS atm. Last year I installed Linux Mint and got it working nicely along with XP, but now I want to try Arch. I have two hard disks - a 320GB SATA2 one and a secondary 80GB IDE one. I've separated about 50GB of the largest for Mint, and I'd like to use these for Arch. Thing is, I'm not sure how I partitioned my HD (I think Mint automated most of it) and I'm scared that I'll screw up. I ran fdisk -l with the Arch CD as suggested by the Beginner's Guide, and here's more or less what I got:
    Boot Start End Blocks Id System
    /dev/sdb1 * 1 32059 257513886 7 HPFS/NTFS
    /dev/sdb2 32060 38913 55054755 5 Extended
    /dev/sdb5 32060 38627 52757428+ 83 Linux
    /dev/sdb6 38628 38913 2297263+ 82 Linux swap/solaris
    A few questions:
    -> I assume sdb1 is where Windows is, and sdb2, 5 and 6 are Mint's. Is that correct? Why are there no sdb3 and 4?
    -> If I understand it correctly, hdX means a partition in an IDE disk, and sdX means one in a SATA disk. Is that right? If so, why don't I have an hda (which would be the 80GB HD) partition, and why do I have sdbs instead of sdas?
    -> When installing Arch, should I delete Mint's partitions and make new ones, or use the ones it already created?
    -> If I decide to start using Arch as my primary OS in the future, will it be possible to resize its home partition?
    Thank you very much and sorry for my cluelessness.
    Last edited by Caio (2009-07-05 20:26:29)

    Caio wrote:
    Hi,
    I'm using Windows XP as my primary OS atm. Last year I installed Linux Mint and got it working nicely along with XP, but now I want to try Arch. I have two hard disks - a 320GB SATA2 one and a secondary 80GB IDE one. I've separated about 50GB of the largest for Mint, and I'd like to use these for Arch. Thing is, I'm not sure how I partitioned my HD (I think Mint automated most of it) and I'm scared that I'll screw up. I ran fdisk -l with the Arch CD as suggested by the Beginner's Guide, and here's more or less what I got:
    Boot Start End Blocks Id System
    /dev/sdb1 * 1 32059 257513886 7 HPFS/NTFS
    /dev/sdb2 32060 38913 55054755 5 Extended
    /dev/sdb5 32060 38627 52757428+ 83 Linux
    /dev/sdb6 38628 38913 2297263+ 82 Linux swap/solaris
    A few questions:
    Caio wrote:-> I assume sdb1 is where Windows is, and sdb2, 5 and 6 are Mint's. Is that correct? Why are there no sdb3 and 4?
    My guess is because you made the second partion extended. normally 1,2,3,4 will be primary or one will be marked extended. It probably skipped 3 and 4 since you didn't create anymore primary partitions.
    Caio wrote:-> If I understand it correctly, hdX means a partition in an IDE disk, and sdX means one in a SATA disk. Is that right? If so, why don't I have an hda (which would be the 80GB HD) partition, and why do I have sdbs instead of sdas?
    With the new libata driver they all show up as sd?, so no this rule isn't correct.
    Caio wrote:-> When installing Arch, should I delete Mint's partitions and make new ones, or use the ones it already created?
    I would reformat the partitions, but if they are how you want them then you should just leave the partition table untouched. By reformat them I mean recreate the filesystem.
    Caio wrote:
    -> If I decide to start using Arch as my primary OS in the future, will it be possible to resize its home partition?
    Thank you very much and sorry for my cluelessness.
    It looks like you do not have a separate home partition. My guess is you have your windows partition, the extended, and then that is broken into one large partition for / and then swap at the end.
    Edit: Oh I should have pointed out, normally arch creates a separate /home partition, if you want this you will have to restructure your extended partitions. This isn't necessary though, it's a preferance thing, there pros/cons to going either route.
    Last edited by Zepp (2009-07-05 14:53:58)

  • [SOLVED] Getting theme errors after a recent upgrade in gtk3 apps

    I have recently started getting errors like these after a recent upgrade.
    (nautilus:12329): Gtk-WARNING **: Theme parsing error: *-*:*:*: Not using units is deprecated. Assuming 'px'.
    Full error while opening nautilus can be see here. http://sprunge.us/IQOM
    Relevant pacman log: http://sprunge.us/YYgY
    ~/.config/gtk-3.0/settings.ini :  http://sprunge.us/VJMT
    I have tried few themes (Fear, Hope, Aldabra), all seem to give me this error. Also, theme Fear broke (gave white text with white background) after the upgrade.
    Can anyone else reproduce this error?
    If there is any theme that doesn't have problems with updated system, please share.
    Last edited by shadyabhi (2012-04-28 02:41:54)

    shadyabhi wrote:Can anyone else reproduce this error?
    Apparently yes:
    https://bbs.archlinux.org/viewtopic.php?id=140402
    https://bbs.archlinux.org/viewtopic.php?id=140277
    There are a couple other threads as well - some have alleged solutions, or at least some themes that work.

  • [SOLVED] GTK3 Themes Not Rendering Correctly in OpenBox

    So, I've been trying to find a way to fix this issue for a while now. In OpenBox, GTK3 applications do not display correctly when using a theme based on Adwaita. An example theme would be Elegant Brit. Menus tend to shift a pixel over when highlighted. Buttons display as all white, or as buttons from a different theme. Dunno what causes this, but it's rather annoying. I have the "gnome-standard-themes" packages installed, but this resolves nothing. When starting a GTK3 application, these types of errors are shown.
    (transmission-gtk:1274): Gtk-CRITICAL **: _gtk_css_section_to_string: assertion `section != NULL' failed
    ** (transmission-gtk:1274): WARNING **: Can't load fallback CSS resource: (null)Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist
    Here's an screnshot depicting what I'm talking about. http://i.imgur.com/ZkLiZ.png
    I apologize if there's a solution to this somewhere already posted. I've been through the Wiki trying to find the solution, but I've really found nothing useful. Also, I already have "gtk-engines" and "lib32-gtk-engines" installed.
    Last edited by Joomla12 (2012-11-05 02:26:36)

    This great discussion about GTK3 and GNOME3 development explains an awful lot. It seems we are heading for one GTK3 theme only - THE theme - as dictated by determined developers attached to certain companies who will be nameless! I almost started tinkering with tweaks to GTK3 themes and I'm now so glad I didn't waste my time.

  • [SOLVED] PekWM themes - the root menu

    Is it possible to remove/change the 'title bar' of the root menu in pekwm? It is currently the same as all of my windows and I'd like it as something else/removed.
    Solution: Menus and Windows have different themes, I had them set to the same in the theme file.
    Last edited by BaconPie (2010-11-11 09:37:56)

    kittykatt wrote:What theme are you using?
    My own theme, which I used the default one as a template. Here is the file:
    $ cat .pekwm/themes/BlueLine-pekwm_0.1.12/theme
    # BlueLine, a PekWM 0.1.12 theme
    # Extract this theme directory under ~/.pekwm/themes/ and the
    # themes menu will pick it up automatically.
    # Changelog:
    $FONT = "XFT#Sans:size=7#Left"
    $FONT_TITLE = "XFT#Sans:size=7#Left"
    Define = "BaseDecor"
    Height = "17"
    # Increase first number to bring title text downwards
    Pad = "1 5 5 0"
    Focused = "Image titlebar.png"
    Unfocused = "Image titlebar_unfocus.png"
    Tab
    Focused = "Image titlebar.png"
    FocusedSelected = "Image titlebar.png"
    Unfocused = "Image titlebar_unfocus.png"
    UnfocusedSelected = "Image titlebar_unfocus.png"
    Separator
    Focused = "Image tab-separator.png"
    Unfocused = "Image tab-separator_unfocus.png"
    Font
    Focused = "$FONT_TITLE"
    FontColor
    Focused = "#FFFFFF"
    FocusedSelected = "#FFFFFF"
    Unfocused = "#c3c3c3"
    UnfocusedSelected = "#c3c3c3"
    Border
    Focused
    TopLeft = "Image top-left.png"
    Top = "Image top-border.png"
    TopRight = "Image top-right.png"
    Left = "Image left-border.png"
    Right = "Image right-border.png"
    BottomLeft = "Image bottom-left.png"
    Bottom = "Image bottom-border.png"
    BottomRight = "Image bottom-right.png"
    Unfocused
    TopLeft = "Image top-left_unfocus.png"
    Top = "Image top-border_unfocus.png"
    TopRight = "Image top-right_unfocus.png"
    Left = "Image left-border_unfocus.png"
    Right = "Image right-border_unfocus.png"
    BottomLeft = "Image bottom-left_unfocus.png"
    Bottom = "Image bottom-border_unfocus.png"
    BottomRight = "Image bottom-right_unfocus.png"
    Define = "BaseButtons"
    Buttons
    Right = "Close"
    Focused = "Image close.png"
    Unfocused = "Image close_unfocus.png"
    Hoover = "Image close_hover.png"
    Pressed = "Image close_pressed.png"
    Button = "1" { Actions = "Close" }
    Button = "3" { Actions = "Kill" }
    Right = "Maximize"
    Focused = "Image max.png"
    Unfocused = "Image max_unfocus.png"
    Hover = "Image max_hover.png"
    Pressed = "Image max_pressed.png"
    Button = "1" { Actions = "Toggle Maximized 1 1" }
    Right = "Iconify"
    Focused = "Image min.png"
    Unfocused = "Image min_unfocus.png"
    Hover = "Image min_hover.png"
    Pressed = "Image min_press.png"
    Button = "1" { Actions = "Set Iconified" }
    Left = "Shade"
    Focused = "Image shade.png"
    Unfocused = "Image shade_unfocus.png"
    Hover = "Image shade_hover.png"
    Pressed = "Image shade_pressed.png"
    Button = "1" { Actions = "Toggle Shaded" }
    Define = "EmptyDecor"
    Focused = "Empty"
    Unfocused = "Empty"
    Tab
    Focused = "Empty"
    FocusedSelected = "Empty"
    Unfocused = "Empty"
    UnfocusedSelected = "Empty"
    Separator
    Focused = "Empty"
    Unfocused = "Empty"
    Font
    Focused = "Empty"
    FontColor
    Focused = "Empty"
    FocusedSelected = "Empty"
    Unfocused = "Empty"
    UnfocusedSelected = "Empty"
    Border
    Focused
    TopLeft = "Empty"
    Top = "Empty"
    TopRight = "Empty"
    Left = "Empty"
    Right = "Empty"
    BottomLeft = "Empty"
    Bottom = "Empty"
    BottomRight = "Empty"
    Unfocused
    TopLeft = "Empty"
    Top = "Empty"
    TopRight = "Empty"
    Left = "Empty"
    Right = "Empty"
    BottomLeft = "Empty"
    Bottom = "Empty"
    BottomRight = "Empty"
    PDecor
    Decor = "Default"
    Title
    @BaseDecor
    @BaseButtons
    Decor = "Menu"
    Title
    @BaseDecor
    Decor = "Titlebarless"
    Title {
    @EmptyDecor
    Decor = "Statuswindow" {
    Title
    @EmptyDecor
    Harbour
    Texture = "Solid #f9f9f9"
    Menu
    Pad = "1 1 4 1"
    Focused
    Font = "$FONT"
    Background = "Solid #FFFFFF"
    Item = "Empty"
    Text = "#000000"
    Separator = "Image menuline.png#Scaled"
    Arrow = "Image arrow.png"
    Unfocused
    Font = "$FONT"
    Background = "Solid #FFFFFF"
    Item = "Empty"
    Text = "#000000"
    Separator = "Image menuline.png#Scaled"
    Arrow = "Image arrow.png"
    Selected
    Font = "$FONT"
    Background = "Solid #000000"
    Item = "Image item_focus.png"
    Text = "#ffffff"
    Arrow = "Image arrow_selected.png"
    CmdDialog
    Font = "$FONT"
    Texture = "Solid #ffffff"
    Text = "#000000"
    Pad = "3 0 1 10"
    Status
    Font = "$FONT"
    Texture = "Solid #ffffff"
    Text = "#8b8b89"
    Pad = "2 2 10 10"
    What do I change?

  • Revolution Theme Question

    I've made an iMovie and made chapter markers in garage band. I then usually share it with iDVD. After choosing to share I edit the title on the MAIN (front page) of the Revolution theme. When I go to edit the text on the scene selection menu, I cannot figure out how. The text says, "Revolution Chapters". Is there a way to edit this? I'd like to personalize it.

    I actually know exactly what you're talking about. For some reason, when iDVD creates the default chapter menu in the Revolution theme from Garage Band (I'm not sure if it does it from other importing procedures or not) it sets the text that spins around the drop zone as "Revolution Chapters," despite the menu text reading "Scenes 1-6" (default). The solution was surprisingly simple: under "Themes," select a different menu type (I used "Revolution Extras"). Then simply switch it back to "Revolution Chapters" and voila! The revolving text should now read the same as the menu text (as it should).
    Message was edited by: Phil M A

Maybe you are looking for

  • Nokia 700 massive battery drain after fp1

    Why nokia? I mean why? With gps or not the battery drain is huge if i play 2 hours of asphalt every day i cannot reach the night! Apart of that, better than any android, smooth experience nice new features ! but battery

  • What are field symbols and field groups.?

    hi, What are field symbols and field groups.? what is the usage of  "component idx of structure" clause with field groups? regards

  • Budget control in project WBS'e  while creating the auto PR from Sale order

    Hi experts, we are creating the auto pr from sales order for trading process with budget wbs element. but commitment is not posted in project wbs were as pr is created through sale order pls suggest if any additional setting is required  to post comm

  • Regarding Sending Mail while an employee is hired.

    Hi all, Currently we have an process of sending a mail to a set of Email Address while an employee is hired using the Transaction PA40. Now the requirement is to remove some Email Address, so that the concern person would get the mail about hiring. H

  • Where is IMAQ AVI Get Filter Names VI?

    I have LabVIEW 6.1 with NI IMAQ 2.6 and NI Vision 6.0.5. I'm trying to create a compressed AVI file from a camera source, and the help file states that there's something called the IMAQ AVI Get Filter Names VI that will return the filters I can use f