How to get transparent in KDE 4.3

Hi,
I am not able to make my conky window transparent.
Here's the .conkyrc file:
alignment top_right
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=9
xftalpha 0.8
gap_x 5
gap_y 60
#minimum_size 5 5
maximum_width 300
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
${scroll 16 $nodename - $sysname $kernel on $machine | }
$hr
${color grey}Uptime:$color $uptime
${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc%
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
$hr
${color lightgrey}Intel Core2Duo T5900 @ $color${freq_g} GHz
${color lightgrey}Core0:$color ${execi 8 sensors | grep -A 1 'Core 0' | cut -c15-16 | sed '/^$/d'} °C${color grey} @$color ${cpu cpu1}%
${color lightgrey}Core1:$color ${execi 8 sensors | grep -A 1 'Core 1' | cut -c15-16 | sed '/^$/d'} °C${color grey} @$color ${cpu cpu2}%
${color grey}Load:$color $loadavg
$hr
${color grey}File systems: ${color grey} sda:$color ${execi 300 sudo hddtemp /dev/sda | cut -c30-31} °C
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color grey}Networking:
Up:$color ${upspeed wlan0} ${color grey} - Down:$color ${downspeed wlan0}
${color lightgrey}Wireless signal: $color${wireless_link_qual wlan0}%
$hr
${color grey}Name PID CPU% MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
Note: I am using Kdemod
Last edited by mukul_s (2009-09-06 17:31:19)

Try here:
http://bbs.archlinux.org/viewtopic.php?id=78848
Deej

Similar Messages

  • How to get transparency scroll bar to view background image of canvas.

    HI, 
    How to get transparency to path in canvas to view background image in canvas using scroll bar control.?
    This is my present output:
    My Xaml Code:
    <Grid Height="auto" Name="grid1">
    <TabControl Background="Bisque">
    <TabItem Header="Tools">
    <Grid Height="1000" Width="1000" Name="grid">
    <Border BorderThickness="0.2" BorderBrush="Black" Height="820" Width="820" ClipToBounds="True" Margin="90,99,90,81"></Border>
    <Grid>
    <Button Content="Original Size" Height="23" Name="btn_Original" Width="75" Click="btnOriginalSizePosition" Margin="4,4,921,973" />
    <TextBox Height="20" HorizontalAlignment="Left" Margin="62,49,0,0" x:Name="txtNoOfZones" VerticalAlignment="Top" Width="49"
    MaxLength="2" PreviewTextInput="txtNoOfZones_PreviewTextInput"/>
    <TextBox Height="20" HorizontalAlignment="Right" Margin="0,71,890,0" x:Name="txtSec" VerticalAlignment="Top" Width="49" PreviewTextInput="txtSec_PreviewTextInput" MaxLength="3"/>
    <Button Content="OK" Height="32" HorizontalAlignment="Left" Margin="117,59,0,0" Name="btnNoOfZones" VerticalAlignment="Top" Width="39" Click="btnNoOfZones_Click" />
    <Label Content="Zone Number selected :" Height="28" HorizontalAlignment="Right" Margin="0,0,451,0" Name="lblZone" VerticalAlignment="Top" />
    <Label Content="Sector Number in selected Zone :" Height="28" HorizontalAlignment="Right" Margin="364,22,451,0" Name="lblSector" VerticalAlignment="Top" />
    <Label Content="Filled Color applied in selected sector :" Height="28" HorizontalAlignment="Right" Margin="336,44,451,0" Name="lblColor" VerticalAlignment="Top" />
    <Label HorizontalAlignment="Left" Margin="569,0,0,0" Name="lblZoneNumber" Height="28" VerticalAlignment="Top" />
    <Label Height="28" HorizontalAlignment="Left" Margin="569,22,0,0" Name="lblSectorNumber" VerticalAlignment="Top" />
    <Label Height="30" HorizontalAlignment="Left" Margin="569,44,0,0" Name="lblFillColor" VerticalAlignment="Top" FontWeight="Bold"/>
    <Label Content="Sectors :" Height="28" HorizontalAlignment="Left" Margin="7,67,0,905" Width="69" />
    <Label Content="Zones :" HorizontalAlignment="Left" Margin="13,44,0,928"/>
    <TextBlock Height="23" HorizontalAlignment="Left" Margin="4,32,0,0" Text="Change No.of Zones, sectors below and click OK button" VerticalAlignment="Top" Width="294" FontFamily="Cambria" FontSize="12" FontStyle="Italic" FontWeight="Bold" />
    <RadioButton Content="Single Sector" Height="16" HorizontalAlignment="Left" Margin="744,24,0,0" Name="rBtnSingleSector" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Sector Zone" Height="16" HorizontalAlignment="Left" Margin="744,44,0,0" Name="rBtnSectorZone" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Circular Zone" Height="16" HorizontalAlignment="Left" Margin="744,64,0,0" Name="rBtnCircularZone" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Panning" Height="24" HorizontalAlignment="Left" Margin="744,4,0,0" Name="rBtnPanning" VerticalAlignment="Top" Width="74" GroupName="Selection"/>
    <Border x:Name="clipBorder" BorderBrush="Black" BorderThickness="0" ClipToBounds="True" Height="810" Width="810" Margin="95,104,95,86" CornerRadius="10">
    <Canvas x:Name="CanvasPanel" Height="800" Width="800" Background="Transparent" ClipToBounds="True"></Canvas>
    </Border>
    <RadioButton Content="Random Color" HorizontalAlignment="Left" Margin="868,5,0,979" Name="rdBtnRandomColor" GroupName="rdbtnGroupFillColor"/>
    <RadioButton Content="Red Color" Height="16" HorizontalAlignment="Left" Margin="868,24,0,0" Name="rdBtnRedColor" VerticalAlignment="Top" GroupName="rdbtnGroupFillColor" Foreground="#FFF81010" FontWeight="Bold" />
    <RadioButton Content="Green Color" Height="16" HorizontalAlignment="Left" Margin="868,44,0,0" Name="rdBtnGreenColor" VerticalAlignment="Top" GroupName="rdbtnGroupFillColor" Foreground="#FF175F17" FontWeight="Bold" />
    <RadioButton Content="Adjacent" Height="16" HorizontalAlignment="Left" Margin="435,81,0,0" Name="rdBtnAdjacent" VerticalAlignment="Top" GroupName="Selection" />
    </Grid>
    </Grid>
    </TabItem>
    <TabItem Header="Change Background">
    <Grid Height="1000" VerticalAlignment="Top" Background="Bisque">
    <Button Height="70" Width="70" Margin="6,1,892,929" Name="btnBrowseImage" Click="btnAll">
    <Image x:Name="browseIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\img.png" MouseLeftButtonDown="Image_MouseLeftButtonDown_1"/>
    </Button>
    <Button Height="70" Width="70" Margin="92,1,806,929" Name="btnCenterPoint" Click="btnAll">
    <Image x:Name="centerIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\center.jpg" Width="54" Height="48" />
    </Button>
    <Button Height="70" Width="70" Margin="179,1,719,929" Click="btnAll">
    <Image x:Name="boundaryIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\Path_Simple.png" Height="44" Width="49" />
    </Button>
    <Image Name="imgBackground" Height="800" Width="800" MouseLeftButtonDown="imgBackground_MouseLeftButtonDown">
    </Image>
    </Grid>
    </TabItem>
    </TabControl>
    </Grid>
    C# code:
    OpenFileDialog op = new OpenFileDialog();
    ImageBrush ib = new ImageBrush();
    private void Image_MouseLeftButtonDown_1(object sender, RoutedEventArgs e)
    op.Title = "Select a picture";
    op.Filter = "All supported graphics|*.jpg;*.jpeg;*.png|" +
    "JPEG (*.jpg;*.jpeg)|*.jpg;*.jpeg|" +
    "Portable Network Graphic (*.png)|*.png";
    if (op.ShowDialog() == true)
    ib.ImageSource = new BitmapImage(new Uri(op.FileName));
    imgBackground.Source = new BitmapImage(new Uri(op.FileName));
    CanvasPanel.Background = ib;
    Please help me out to get transparency for path in canvas to view background image in canvas.
    The complete code is in below link:
    https://onedrive.live.com/redir?resid=876CFAE94C306176!112&authkey=!AC1sQIYwyoRYT_o&ithint=file%2crar
    Regards,
    Viswa.

    Hi ViswAmmu,
    >>Please help me out to get transparency for path in canvas to view background image in canvas.
    If I'm not misunderstanding, I think you just need to loop through all Canvas.Children and set Opacity property for them:
    private void Image_MouseLeftButtonDown_1(object sender, RoutedEventArgs e)
    //Loop through all children items
    foreach(UIElement v in CanvasPanel.Children)
    v.Opacity = 0;
    op.Title = "Select a picture";
    op.Filter = "All supported graphics|*.jpg;*.jpeg;*.png|" +
    "JPEG (*.jpg;*.jpeg)|*.jpg;*.jpeg|" +
    "Portable Network Graphic (*.png)|*.png";
    if (op.ShowDialog() == true)
    ib.ImageSource = new BitmapImage(new Uri(op.FileName));
    imgBackground.Source = new BitmapImage(new Uri(op.FileName));
    CanvasPanel.Background = ib;
    Screenshot:
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to get transparancy in shapes in photoshop

    How to get transparancy in shapes in photoshop

    You need to explain better and provide a lot more info. What "shapes"?
    Mylenium

  • Saving for web - how to get transparency saved?

    It works with saving it as png24, but only on a white background. How can I save it for web so that I can put a shop-banner with rounded corners on any coloured website background without adjusting it to the special colour onto which it shall be put. Or let's put it otherwise: How can I save it for no special colour, so that a customer may put it onto any kind of colour without having stupid white or black or grey coloured edges showing where the corners have been rounded and where I want it to be transparent?

    You need to replace the background with true transparency. First rename the Background layer to anything else. It is sufficient to double-click it in the Layers Palette and accept the default name "Layer 0". Select the background and delete it, replacing it with checkerboard pattern indicating transparency (in some cases it might be easier to select the object, invert the selection, and delete). Then when you save it to png or any other format, check the preserve transparency option if there is one.
    Here I started with a flag on off-white background. After renaming the Background layer and deleting the background here is the result.
    Important!  File types PSD, TIFF, PNG, GIF, EPS support transparency.  JPG, BMP do not.
    Note that you get the same result if you duplicate the Background layer, do the select/delete on the copy layer, and turn off the vivibility of the Background layer:

  • How to get transparent lines in a black box (clipping mask)?

    Hello,
    This is the first time I am using Illustrator so I'm hoping this is a simple question.  I created a black box and a series of white line segments through it.  Now I need those white lines to "cut" the black box.  In the end, I need just the black parts of the box with basically transparent lines in it (so the lines take on whatever the background happens to be - i.e. another image or color).  I tried to group the line segments together and create a clipping mask but did not have any luck.  Does someone have any tips on how this can be accomplished?
    Thanks, Marc

    Expand the strokes using Object > Path > Outline Stroke. Select the lot and click on the Divide button in the Pathfinder panel (second row, left button). Delete everything not black.

  • How to get transparent textures to work in M3G

    I am trying to make a textured Mesh be transparent in a M3G application. I says in the class documentation:
    "For meshes, setting texture blending to MODULATE, framebuffer blending to ALPHA, and alpha threshold to zero will often
    produce the desired result."
    I have done all of this, but still I don't get any transparacy. Does anyone know why? This is my code:
    compositingMode=new CompositingMode();
    compositingMode.setAlphaThreshold(0f);
    compositingMode.setBlending(CompositingMode.ALPHA);
    float alpha = 0.51f;
    iAnimatedMesh.setAlphaFactor(alpha);
    Image textureImage = null;
    try {
    textureImage = Image.createImage("/res/blobs.gif");
    } catch (IOException ex) {
    ex.printStackTrace();
    Image2D image2D = new Image2D(Image2D.RGB, textureImage);
    Texture2D texture = new Texture2D(image2D);
    texture.setFiltering(Texture2D.FILTER_LINEAR,
    Texture2D.FILTER_LINEAR);
    texture.setWrapping(Texture2D.WRAP_CLAMP, Texture2D.WRAP_CLAMP);
    texture.setBlending(Texture2D.FUNC_MODULATE);
    Appearance cubeAppearance = new Appearance();
    cubeAppearance.setCompositingMode(compositingMode);
    cubeAppearance.setPolygonMode(myPolygonMode);
    cubeAppearance.setTexture(0, texture);
    MorphingMesh mesh = new MorphingMesh(baseVertices,
    morphedVertices,
    myTriangles,
    cubeAppearance);

    I got this to work now. Here is my new code below:
    static final float alpha = 0.5f;
    from Initialize method:
    compositingMode=new CompositingMode();
    compositingMode.setBlending(CompositingMode.ALPHA);
    compositingMode.setAlphaThreshold(0.1f);
    Mesh iBackground = BackgroundInit();
    iBackground.setAlphaFactor(alpha);
    from BackgroundInit method:
    VertexArray texArray = new VertexArray(numberOfVerticesB, 2, 1);
    texelsB = sphereSmooth.getTexels();
    texArray.set(0, numberOfVerticesB, texelsB);
    VertexBuffer vertexBuffer = new VertexBuffer();
    vertexBuffer.setPositions(myPositionArray, 1.0f, null);
    vertexBuffer.setTexCoords(0, texArray, 1.0f, null);
    Object3D[] obj = Loader.load("/res/07.jpg");
    Image2D image = (Image2D) obj[0];
    Texture2D texture = new Texture2D(image);
    texture.setFiltering(Texture2D.FILTER_LINEAR, Texture2D.FILTER_LINEAR);
    texture.setWrapping(Texture2D.WRAP_CLAMP, Texture2D.WRAP_CLAMP);
    texture.setBlending(Texture2D.FUNC_REPLACE);
    Appearance cubeAppearance = new Appearance();
    cubeAppearance.setCompositingMode(compositingMode);
    cubeAppearance.setPolygonMode(myPolygonMode);
    cubeAppearance.setTexture(0, texture);
    mesh = new Mesh(vertexBuffer, myTriangles, cubeAppearance);
    return mesh;

  • Can't get Transparent background in Adobe Flash Professional CS4

    I'm wanting to create a moving object that will be exported into a tv commercial.
    Object has already been created in Adobe Illustrator, and now will be dropped into flash for adding movement.
    The destination commercial will be created in Sony Vegas, with the settings of (Australian) PAL television (25 fps, 576x720 pixels, lower field first).
    Thus keeping it simple, I want to set Adobe flash with the same output format, meaning that the canvas will have to be 576x720 pixels at 25 fps.  So far this seems to have worked okay.
    Now I'm wanting to get rid of the canvas colour, just like I have here in this photoshop screen shot.
    Judging by the colour palette in Flash Professional, it looks like it can't be done.  I've checked "transparent palette" through yahoo and google, and had no results.  The adobe documentation only details how to remove a background in Photoshop.
    Can someone please inform me how to get transparent background in Adobe Flash Professional CS4.  Thanks

    As far as I know there is no option to set up a file with a transparent background in design mode.  A transparent background is normally realized in the embedding code of an html web page that displays the Flash file (using wmode="transparent" as a parameter).

  • Preview background is transparent on PDFs, how to get back to white?

    I don't know how I did this but somehow I must've messed around with a setting because now all of the PDF's I open in preview have a transparent background instead of the white default background. This makes it very difficult to view PDFs. I know how to make a background transparent to a png file in preview but no clue how to get back the white background as the application default background. Please help, I'm completely stumped! Please see example in dropbox link below.
    https://www.dropbox.com/s/9ru13am27p58wjq/bkgd%20problem.png?dl=0
    Thank you!

    You are a lifesaver! I knew I messed around and did something in the settings and this must've been it. Thank you so much! I can finally read my PDFs again

  • How get transparent index for indexed image?

    Hello,
    In my fileformat plugin on writing I can't get transparent
    color for indexed image. For RGB
    image I got transparent data from alfa channel in data of FormatRecord.
    The FormatRecord structure has value
    transparentIndex (for GIF), but it always =0
    (even, if in the image transparent index=12, for example).
    How can I get transparent index? Or, if it possible, how get transparent
    data for indexed image in alfa channel?

    Hello,
    In my fileformat plugin on writing I can't get transparent
    color for indexed image. For RGB
    image I got transparent data from alfa channel in data of FormatRecord.
    The FormatRecord structure has value
    transparentIndex (for GIF), but it always =0
    (even, if in the image transparent index=12, for example).
    How can I get transparent index? Or, if it possible, how get transparent
    data for indexed image in alfa channel?

  • [SOLVED]How to get a kicker panel like this?

    I want my Arch/Chakra KDE to have a transparent kicker panel like http://pclinuxos.com/wp-content/uploads … minime.png I tried various permutation and combinations of existing themes i.e Air, Air Netbooks, Oxygen. Tried few themes like Glaze etc but none of them work. I don't want a complete transparent panel like in Bare Naked Theme(which does not work/come in KDE 4.4.2 BTW) but like shown in the above image with slight white hue but not more. Perfect as in the image. Does anyone know how to get it?
    Last edited by chakra-user (2010-04-23 06:14:28)

    toxygen wrote:
    look for the naked plasma theme, or the bare naked theme (this is for kde 4.x).  you can do it through settings ->aapearance -> style -> workspace and change the theme there (or get new theme and search for naked).
    or you can go to http://kde-look.org and search there for plasma theme
    Like I mentioned above, * Naked theme is not available for 4.4.2 becoz I could not download it via the built in kde theme manager maybe it is in compatible. Is there a way to remove those ugly round shapes from AIR theme. modify .svg of air how?

  • How to get rid of the black border around the artboard

    Hopefully my last question for tonight.
    I need to get rid of the black border around the artboard. The two images show my drawing lined up with the art board and then inside the artboard. The dark gray is not the artboard.
    As you see, the artboard has a black border. I need to get rid of it. It shows up in my project when my color key is green. The black won't go to transparent.
    So how-to get rid of the border? Thanks
    ***Update***
    I figured it out. View > Hide Artboards. Maybe this will help someone. Doesn't change the fact my spider looks like a tick:)

    Doesn't change the fact my spider looks like a tick:)
    Try to get hold of a real spider and take a look at its anatomy, specially where the legs sprout from :-)

  • How to get the PRIMARY KEY of a table at runtime ???

    Hi everybody,
    My requirement is to update a z-table at runtime according to the data given ata runtime. So the main difficulties for me is that whenever I tried to update the table based on the data given in UI many rows are getting updated as these fields are not unique. So I think if I can get the PRIMARY KEY along with these given fields then I can update only one row at a time.
    So Can anyone suggest me how to get PRIMARY KEY of a table based on the data in UI..??
    Any suggestions will be appreciated..
    Thanks,
    Sekhar

    U will get primary keys of transparent tables using FM "REUSE_FIELDCALATLOG_MERGE".
    pass tyour table name and u will get fieldcatalog filled. In tht their is a field called "KEY" if it has 'X' then tht field is a primary key of transparent tables & if it has "space" then it is not a primary key...
    Or else you can try with 'DDIF_TABT_GET'
    Or try this code
    PARAMETERS: p_table TYPE tabname OBLIGATORY.
    DATA: go_strucdescr   TYPE REF TO cl_abap_structdescr,
          gt_tab_fields   TYPE ddfields.
    FIELD-SYMBOLS: <gwa_tab_field> TYPE dfies.
    TRY .
    *   Get the details of the DDIC table
        go_strucdescr ?= cl_abap_elemdescr=>describe_by_name( p_table ).
      CATCH cx_sy_move_cast_error .
        MESSAGE 'Error while casting' TYPE 'S'. RETURN.
    ENDTRY.
    * Check if input is a DDIC table
    CHECK go_strucdescr->is_ddic_type( ) = 'X'.
    * Get the details of the table fields
    gt_tab_fields = go_strucdescr->get_ddic_field_list( ).
    * Display the Key fields of the table
    LOOP AT gt_tab_fields ASSIGNING <gwa_tab_field> WHERE keyflag = 'X'.
      WRITE: / <gwa_tab_field>-fieldname.
    ENDLOOP.

  • How to get only current exception message from tables

    Hi
    In my sceanario , I want to have the list of Current MRP exception messages list from table
    I understand that MRP detailed lists, including all exception messages, are stored in transparent table MDKP and cluster table MDTC.
    I can tell ABAPer to write a report for me , to read the data from these tables , but I guess these tables contain old exception message also , which are not currently appearing in MRP list
    How to get only current exception message
    Rgds,
    sandeep

    Sandeep,
    MDTC contains only data from the most recent MRP run.  So, all messages you see are those which are currently valid.
    The messages might have first appeared during a previous run, but they still need to be addressed.
    Before you invest a lot of time and effort into writing and debugging a custom report, you should probably try to use the standard SAP functionality found in MD06.  On the Processing indicator tab, you can select "Only with new exceptions".  Here you can tag a material/plant as 'processed', and thereafter, the exceptions that existed there before you tagged the part will not be re-displayed.
    Best Regards,
    DB49

  • How to drag transparent swatch when creating new custom tool panel in CC 2014

    Hi guys. I'm having trouble dragging the transparent swatch over to a new panel I'm trying to create. Love the new feature, but not sure how to get this last crucial item on my toolbar:
    Thanks for helping out!

    thesergie wrote:
    Or is the main toolbar not customizable (ie I can only create custom toolbars)?
    Exactly.
    Would be nice if it were ...

  • How to get this information for Conky

    Hi people,
    My question is how to get this information for show in Conky:
    - KDE version.
    - Last sync (pacman -Sy) and Last update (pacman -Su)
    For the first point could be use a script that execute $ kdesu --version and get information from there.
    I have no idea how get information from pacman (may be logs?).
    Any ideas?
    Thank you.

    I have had tremendous success with LUA in Conky on Arch. And all you need to to is put the text HI after the "TEXT" line. ^^;
    Examples of my LUA usage:
    http://fc02.deviantart.net/fs71/i/2010/ … usLink.png
    http://kittykatt.silverirc.com/screens/conky-HUD.png
    EDIT:  Also, I've had success with getting the KDE version by doing the following...
    kwin --version | awk '/^Qt/ {data="Qt v" $2};/^KDE/ {data=$2 " (" data ")"};END{print data}'
    This is the method I'm currently using in screenFetch. Tested it a couple of times myself, but besides that, I'm not sure if it will work or not.
    Last edited by kittykatt (2010-04-22 17:52:25)

Maybe you are looking for

  • Spry Slide Show-how to use one size photo for large photo and thumbnail?

    Hi all, I'm am using Adobe's Spry Slide Show. I can only use one size photo 640x480px for both the large photo and the thumbnail. I changed the size of the small thumnail on the html:                  <li><a href="Photos/TestPhoto640x480.jpg" width="

  • Can we keep page turn and accessibility in InDesign/PDF CS6?

    Hi there I have been working on an accessible PDF for awhile now and my client wants this doc look more interesting by applying 'page turn' and animation. Understanding we only could export as SWF for the page turn functionality but at the same time

  • Webservices in java application

    Hi I am new to Java and Netbeans. I am writing an java application which need to provide some services to PHP application. So I need webservices. In java application i do not provide any user-interface, all user interaction handled by PHP application

  • Itunes wont install tried everything

    i have tried to install itunes 8. comes up with not a valid win32 error. have deleted installer. dont have quicktime installed so tried to install and it came up with the same error. please help....

  • Facebook messages - Push or not lumia 800

    i see a few people have had this problem but i can not seem to find an answer as they are talking about apps.  i am using an up to date Lumia 800. I am not using the facebook app, instead using the intergration to try and get the full nokia experienc