Difficulties with using DataInputStream and DataOutputStream

Hello all,
I need help for understanding what I'm doing wrong here:
(pass and user are byte[] encrypted with RSA) the problem is that i can;t read what i wrote. :(
f = new DataOutputStream (new FileOutputStream("file.txt"));
                    f.write(pass);
                    f.write(user);
                    f.flush();
                    f.close();
                    System.out.println ("write pass"+pass);
                    System.out.println ("write user"+user);
                     f2 = new DataInputStream (new FileInputStream("file.txt"));
                    System.out.println("Available bytes"+f2.available());
                    byte [] ru = new byte[64];
                    f2.read(ru,0,64);
                    byte [] rp = new byte[64];
                    f2.read(rp);
                    f2.close();
                    System.out.println( "read user"+ru);
                    System.out.println( "read pass"+rp);//output
write pass[B@2a4983
write user[B@406199
Available bytes128
read user[B@1b09468
read pass[B@1df5a8f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

So you didn't manage to figure it out for yourself - http://forum.java.sun.com/thread.jspa?threadID=5155256&messageID=9587510#9587510 !
P.S. You need to think more about what you are trying to do and you need to read the Javadoc for DataInputStream and DataOutputStream .
Message was edited by:
sabre150

Similar Messages

  • I have two Iphones with different email addresses sharing one Apple ID. Will that cause problems with using messaging and FaceTime?

    I have two Iphones 5 with different email addresses sharing one Apple ID account.Both are using IOS 8.
    I would like to set up a new Apple Id for one of the phones and remove it from the old account.
    If I do that, can I move all of the purchased apps and songs to the new Apple account?
    Also, will sharing one Apple ID account with two devices cause problems with using messaging and FaceTime?

    Sharing an iCloud account between two devices can be done without causing issues with iMessage and FaceTime, just go into Settings for each of these functions and designate separate points of contact (i.e. phone number only, or phone number and unique email address).  While that works, you'll then face the problem where a phone call to one iPhone will ring both if on the same Wi-Fi network -- but again, that can be avoided by changing each phone's settings.
    Rather than do all that, don't fight it -- use separate IDs for iCloud.  You can still use a common ID for iTunes purchases (the ID for purchases and iCloud do not have to be the same) or you can use Family Sharing to share purchases from a primary Apple account.

  • Having difficulties with XML Files and Final Cut Pro

    Hi help community!
    I am having a problem transfering / viewing / importing XML files from a hard drive onto Final Cut Pro.
    I have tried importing and it says:
    please choose a translation document file
    followed by
    ERROR:
    No translation templates matching the selected XML were found. Unable to import this file.
    I have also tried to convert using 'log and transfer' but in this instance I can see the XML file but its shaded & I am unable to click on it or drag it into the viewing window.
    Any suggestions will be hugely appreciated! Thanks

    Where did this XML come from? FCP only recognizes XML in the format it works with. It most likely willn not work with FCP in its current form.

  • Difficulties with movie clips and frames

    This is really irking me.
    I am extremely new to Flash so please bear with me. I am assuming that this is a simple, easy to fix problem that I am having. I have Adobe Flash Professional CS5.5.
    What I am trying to do is display a sequence of images after other movie clips stop playing.
    The image sequence itself does what it is supposed to and works properly, and the other movie clips also are successful. However, whenever I try to put the movie clips for the images in frames or keyframes, the beginning movie clips only play part of the way before the images show up. This happens even though the images' movie clips are on frames/keyframes (I've tried both) after the other movie clips.
    The movie clips that are supposed to play first are each on a separate layer and there are two of them.
    The first layer is called "tree" and the second is called "text"
    The tree layer has a 45-frame gif animation that I have turned into a movie clip. I have created a motion tween and changed its alpha so that the gif has a fading in and out effect. I also have it so that it stops replaying once it reaches the last frame. I am using stop(); for this.
    The text layer has a 40-frame gif animation that I have also turned into a gif. This gif is also a movie clip and also has motion tween. Its alpha has also been changed.
    Both tree and text play together successfully and how I want them to.
    The sequence of images is three separate images, each a different layer, that fade into eachother. These images are pngs, therefore they aren't gifs nor do they have their own frames.
    The bottom layer is called floor1 and has frames 1 through 50 of motion tween and alpha adjustments fading the png image. The image is a movie clip.
    The layer on top is called floor2 and has frames 51-100 of a different png image fading.
    The very top layer is called floor3 and has frames 101-150 of yet another png fading.
    The images are successful in doing what they are supposed to.
    Layers tree and text are one fla file, and layers floor1, floor2, and floor3 are a separate fla file.
    When I copy the frames from layers floor1, floor2, and floor3 into a keyframe after layers text and tree, they transfer properly, but when I test the animation, the image sequence shows up a lot sooner than it is supposed to, interrupting the movie clips on the layers text and tree. I have tried moving the floor# layers' keyframes farther down the timeline, but then the other movie clips just stop.
    In the fla file with layers text and tree, I've imported the gifs into the library and then put them onto the stage.
    In the fla file with the floor# layers, I've imported the pngs into the stage.
    Here's what the text and tree layers look like:
    Here's what the floor# layers look like:
    The rest of the frames for the floor#s...
    So, I thought that the problem was that I needed to delay the image squence. I looked around and found no code or anything for that..
    Afterwards, I thought that it was because I had imported the tree and text gifs to the library before putting them on the stage.
    I opened a new fla and imported the "tree" gif straight to the stage.
    I figured that this should work because then it would show each of the individual frames in the movie clips, which it doesn't do in the above pictures. By importing the gif like this, it does show the individual frames. I've tested this with the image sequence and it works fine. But I have a problem with this method too..
    I select all of the frames for the gif to convert into a symbol, so I can add a motion tween and mess with the alpha. However, only the last frame is converted into a movie clip. Well actually no... Only the circled frames below are turned into the movie clip. Even when all of the frames are selected.  This isn't very helpful because then I can't change the alpha for the entire gif nor can I create a motion tween without getting a message saying that the motion tween could not be applied to all of the frames.
    Here's what this version of "tree" looks like.
    And the frames continue like so until 135.
    The frames that are turned into the movie clip are circled below.
    If I can solve the issue that I'm having with the tree shown in the two pictures above this sentence, then I can display the movie clips and image sequence without a problem. It wouldn't be quite how I had intended it to be, but it would be successful and would still work.
    If I can fix the problem with the image sequence showing up to early, and of the tree and text movie clips being cut off, then this project would also be successful and it would be how I had wanted it to be.
    If you need clarification, let me know and I'll explain something better.
    I am not willing to provide a download link in this forum for my fla files, but I can email them to you if you would like a look. I just don't want someone to be able to find them and take them by doing a google search.
    I have uploaded two swfs though.
    The first is of the tree and text layers/movie clips working as they are supposed to. The second is of the image sequence (floor1, floor2, floor3) doing what it is supposed to.
    Text and tree: http://glassoliverdesigns.weebly.com/uploads/1/0/6/5/10653451/tfg1.swf
    Floor1, floor2, floor3: http://glassoliverdesigns.weebly.com/uploads/1/0/6/5/10653451/tfg2.swf
    Notice how at the end of the text and tree swf, when the text stops the thing in the background keeps flashing. If that can keep flashing WHILE the images appear, then that would be great.
    TL;DR: I want the floor# flash to show up after the text and tree flash but I keep having problems and nothing I try is working properly.

    Very concise question, appreciate the screenshots. One thing that motion tweens don't always show very well is keyframes. Let me clear a few things up and see if it helps.
    Go back to what you wanted to do originally, which is copying the frames from one document to another. This is perfectly fine and to clear it up, it will also copy any library elements (images, clips, etc) that are required to copy those frames for you, so you do not need to import them yourself.
    To successfully copy frames (not symbols), select the first frame of the frames you want to copy, hold shift and select the last frame (alternatively double clicking anywhere in the blue motion tween should select it all as well). Now right-click and "Copy Frames". Now go into your new document, select a frame, right-click and select Paste Frames. You will see the same frames copied over, the blue representing the tween and keyframes came with it and you finally will notice all your images/etc were copied into your library.
    Now is a good time to manage the library clutter that was just copied in, if you're a clean freak like me.
    This process is the same, as you tried, for the other documents you want to copy in. If any resources match in name then Flash will ask you if you want to "overwrite" that library item. If you do that,  you will break one of your previous animations. Make sure that's not the case.
    The common gotcha here is not knowing how to slide frames over properly. If overwriting isn't the issue, this is what I suspect your problem is and as you expand/contract the timeline the keyframes aren't going with you.
    For example if I import 2 clips with fade in/out and move keyframes as you did I'll get something like this:
    Now moving them over I would be very careful to select all of the frames I want to move via the methods above. Click the first frame, hold shift and select the last frame, or double-click anywhere in the middle of the blue. The selection of frames:
    Now I simply drag my selected frames to the right, notice the keyframes stay as they should (the black dots):
    The animation plays as expected.
    Lastly I'm not sure if you've ever used the panel but you should really get used to the Motion Editor. This gives you control over easing as well as shows you an in-depth view of the keyframes that exist in a selected motion tween.
    At first this panel may look complex but it simply represents the basic properties you can animate. Any more properties you animate can be added in here. I moved the X, Y and Alpha properties of my object. So you can see over the frames 30-60 what I did. You can also adjust basic easing here.
    If your animations don't look correct you can select a motion tween, open the motion editor and verify the keyframes look correct. Scrub the timeline and look at the values you're interested in. Alpha for example, for you.
    If you don't see any keyframes when you scrub the timeline, you moved your frames over incorrectly and the keyframes probably exist in a different place and therefore it appears incorrect.

  • Trouble with using TortoiseCVS and Fireworks

    Hi,
    we're using Fireworks and TortoiseCVS in our company on
    several clients. There seems to be a problem having installed both
    software packages at once. Fireworks is crashing suddenly or
    producing broken files or corrupted content. Here's some
    description, what happens to us, when we've installed both
    software. Reproducable on several machines now...
    - Fireworks crashes with "internal error" msg by clicking in
    text objects
    - Fireworks cripple gradients (inverting and collapsing
    them...)
    - Fireworks changes suddenly the line height or font size in
    text objects
    - Fireworks damage written files, so they only are readable
    by photoshop or other "flat-png" applications
    - Diverse JavaScript error msg on random actions
    We are currently using:
    Windows XP SP#3
    Fireworks 9.0.1.1213
    TortoiseCVS 1.10.9
    Does someone also have problems using TortoiseCVS in
    dependency with Fireworks?
    Greetings
    Peter

    Hi,
    binding file references are supported for template bindings only and here you are allowed to have a single template only. So what you try is not supported. Please use a region for adding the page fragment (bounded taskflow) or copy the bindings into the main file
    Frank

  • Mac Mail with yahoo plus account difficultly  with account reconditions and outgoing serving sending problems

    I'm not exactly a techy.  I have been having real trouble using YAHOO and now YAHOO PLUS with service useing the MAC MAIL application.  This problem started a few weeks back in LION OS and I had apple support and the guys at the genuess bar give it shot and they always improved things but the problem persisted. I had apple care as recently as last night.  After I got of the phone with the gentlemen I started having problems with the outgoing servier again. We even looked into the keychain for problems.  This morning I downloaded OS 10.8 and MAIL is running better but yahoo is still buggy.  Often either the password is not reconized or the outgoing mail can not be sent from the yahoo server.  If I directly to yahoo.com and use their site I don't have this problem so it must be either a compadablity problem. 

    It can't be a software conflict, because Mail is only connecting to a mail server for Yahoo!, so there's no software conflict to be had.
    Your profile says you're running 10.4.1, and the latest release of Tiger is 10.4.11; is there some reason you haven't updated to that version yet? By doing so, it will also update Mail to correct any bugs or security flaws that could be causing this problem.
    Even if that's not the problem, you should try opening Mail while holding down the Shift key. Then Control-click in an empty area of your mailbox list pane and select Get Info from the contextual menu. A window will open and you should use the popup menu to select that Yahoo! Mail account and see if it will connect and tell you how many messages are there, and you should be able to download them from that window.
    If that doesn't work, post back with your Yahoo! account settings for the incoming and outgoing mail servers.
    Mulder

  • Connection difficulties with Lumia 800 and CK 100

    I have a Nokia Lumia 800 and an installed CK-100 car kit, the kit has been professionally installed and works as it should do ie it is switched on with the car ignition and can be paired with both my Lumia and my partners Samsung via bluetooth.
    The problem I am having is the car kit keeps connecting with the phone resulting in two beeps through the speakers as it confirms it has connected both the phone and player function.  This repeats every 1 minute and is very frustrating.  It does this almost non stop although some times after about 10 -15 connects it suddenly disconnects.
    I have found a way to stop this happening, but it is not ideal and certainly not how a hands free kit should be, as follows;
    Set the Lock function to its max setting (5 minutes) and tile to the Bluetooth screen, then by constantly touching the screen every 5 mins to keep the Bluetooth settings screen open it works.
    I have sent two emails to the Nokia help centre (both times it is clear that they do not understand the questions) and have phoned the help desk twice, on one of the occasions the help desk person told me to reset the phone (which clears all your setting, Apps etc) and it worked fine for 4 days then started as above.
    Anybody got any ideas? to me it looks like the bluetooth setting is doing something when it is in sleep mode.
    Regards
    martyn

    Check whether you may have use your Lumia 800 on another PC initially so it has it's primary sync relationship with that PC.
    When you connect your Lumia with your PC and Zune starts select 'phone' and verify the sync relationship which is shown below the phone image. If this says 'guest' you will have to click 'Change Sync Relationship' to move it to the PC you are using.
    On any other PC you can remove the phone from the list of know devices through Settings>phone>sync options and click 'forget this phone for each phone you wish to remove. If multiple phone are known to this install of Zune you will see left and right arrows besides the phone image with which you can select the phone to change settings for.
    Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

  • Another problem with using canvases and scrollviewers in tab

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Data;
    using System.Windows.Documents;
    using System.Windows.Input;
    using System.Windows.Media;
    using System.Windows.Media.Imaging;
    using System.Windows.Navigation;
    using System.Windows.Shapes;
    namespace WPFDynamicTab
        /// <summary>
        /// Interaction logic for MainWindow.xaml
        /// </summary>
        public partial class MainWindow : Window
            private List<TabItem> _tabItems;
            private TabItem _tabAdd;
       //     private Canvas canvas1;
            public MainWindow()
               try
                    InitializeComponent();
                    // initialize tabItem array
                    _tabItems = new List<TabItem>();
                    // add a tabItem with + in header
                    _tabAdd = new TabItem();
                 //    canvas1= new Canvas();
                    _tabAdd.Header = "+";
                    _tabAdd.MouseLeftButtonUp += _tabAdd_MouseLeftButtonUp;
                    _tabItems.Add(_tabAdd);
                    this.AddTabItem();   // add first tab
                    // bind tab control
                    tabDynamic.DataContext = _tabItems;
                    tabDynamic.SelectedIndex = 0;
                catch (Exception ex)
                    MessageBox.Show(ex.Message);
            private TabItem AddTabItem()
                int count = _tabItems.Count;
                // create new tab item
                TabItem tab = new TabItem();
                tab.Header = string.Format("Tab {0}", count);
                tab.Name = string.Format("tab{0}", count);
                tab.HeaderTemplate = tabDynamic.FindResource("TabHeader") as DataTemplate;
                // add controls to tab item, this case I added just a canvas
                ScrollViewer scrollview1 = new ScrollViewer();
                Canvas canvas1 = new Canvas();
                canvas1.Name = "canvas1";
    // XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                Canvas_Paint(ref canvas1); // Canvas_Paint defines the background color of  "canvas1"
                scrollview1.Height=200;
                scrollview1.VerticalAlignment = VerticalAlignment.Center;
                canvas1.Height=400+400*count;
                scrollview1.Content = canvas1;
                tab.Content = scrollview1;    
    //YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY 
                // insert tab item right before the last (+) tab item
                _tabItems.Insert(count - 1, tab);
                return tab;
            private void _tabAdd_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)
                TabItem newTab = this.AddTabItem();
                // clear tab control binding
                tabDynamic.DataContext = null;
                // bind tab control
                tabDynamic.DataContext = _tabItems;
                tabDynamic.SelectedItem = newTab;
            private void Canvas_Paint(ref Canvas canvas1)
                int count = _tabItems.Count;
                switch (count)
                    case 0:
                        canvas1.Background = Brushes.Green;
                        break;
                    case 1:
                        canvas1.Background = Brushes.Red;
                        break;
                    case 2:
                        canvas1.Background = Brushes.Blue;
                        break;
                    case 3:
                        canvas1.Background = Brushes.Yellow;
                        break;
                    case 4:
                        canvas1.Background = Brushes.Brown;
                        break;
                    case 5:
                        canvas1.Background = Brushes.Orange;
                        break;
                    case 6:
                        canvas1.Background = Brushes.Olive;
                        break;
                    default:
                        break;
            private void tabDynamic_SelectionChanged(object sender, SelectionChangedEventArgs e)
          // this is a dummy method
     and the xaml
    <Window x:Class="WPFDynamicTab.MainWindow"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            Title="Dynamic Tab" Height="300" Width="527" WindowStartupLocation="CenterScreen">
        <Grid>
            <TabControl Name="tabDynamic" ItemsSource="{Binding}" SelectionChanged="tabDynamic_SelectionChanged">
                <TabControl.Resources>
                    <DataTemplate x:Key="TabHeader" DataType="TabItem">
                        <DockPanel>
                            <TextBlock Text="{Binding RelativeSource={RelativeSource AncestorType=TabItem }, Path=Header}" />
                        </DockPanel>
                    </DataTemplate>
                </TabControl.Resources>
            </TabControl>
        </Grid>
    </Window>
    The program does the job but there are 2 questions. I am using a scrollviewer and each time the tab increases the canvas size increases and this is reflected in the scrollview bar getting shorter.
    Question 1)
    I set the scrollview1 height to  200 ,which was obtained by trial and error, increasing causes the extents to go outside the box etc,
    the window height was 300 , is it possible to automatically set the scrollviewer height.
    Question 2)
    Is it possible to  put the canvas and scrollviewer into the XAML I tried but  failed
    Note: the relevent code to the above questeions is between XXXXX... and YYYY...

    >>the window height was 300 , is it possible to automatically set the scrollviewer height.
    You should not specify an explicit height if you want an element to fill the available space. Just set the VerticalAlignment property to Strecth (which is the default value for a ScrollViewer:
    Canvas_Paint(ref canvas1); // Canvas_Paint defines the background color of "canvas1"
    scrollview1.VerticalAlignment = VerticalAlignment.Stretch;
    canvas1.Height = 400 + 400 * count;
    scrollview1.Content = canvas1;
    tab.Content = scrollview1;
    //YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
    // insert tab item right before the last (+) tab item
    _tabItems.Insert(count - 1, tab);
    return tab;
    >>Is it possible to  put the canvas and scrollviewer into the XAML I tried but  failed
    Well, you could define the ScrollViewer, i.e. the root element, as a resource and then add access it from the AddTabItem() method like this:
    <Window x:Class="WPFDynamicTab.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Dynamic Tab" Height="300" Width="527" WindowStartupLocation="CenterScreen">
    <Window.Resources>
    <ScrollViewer x:Key="sv" x:Shared="false">
    <Canvas Height="800">
    </Canvas>
    </ScrollViewer>
    </Window.Resources>
    <Grid>
    <TabControl Name="tabDynamic" ItemsSource="{Binding}" SelectionChanged="tabDynamic_SelectionChanged">
    <TabControl.Resources>
    <DataTemplate x:Key="TabHeader" DataType="TabItem">
    <DockPanel>
    <TextBlock Text="{Binding RelativeSource={RelativeSource AncestorType=TabItem }, Path=Header}" />
    </DockPanel>
    </DataTemplate>
    </TabControl.Resources>
    </TabControl>
    </Grid>
    </Window>
    private TabItem AddTabItem()
    int count = _tabItems.Count;
    // create new tab item
    TabItem tab = new TabItem();
    tab.Header = string.Format("Tab {0}", count);
    tab.Name = string.Format("tab{0}", count);
    tab.HeaderTemplate = tabDynamic.FindResource("TabHeader") as DataTemplate;
    // add controls to tab item, this case I added just a canvas
    ScrollViewer scrollview1 = this.Resources["sv"] as ScrollViewer;
    Canvas canvas1 = scrollview1.Content as Canvas;
    canvas1.Name = "canvas1";
    Canvas_Paint(ref canvas1); // Canvas_Paint defines the background color of "canvas1"
    scrollview1.VerticalAlignment = VerticalAlignment.Stretch;
    canvas1.Height = 400 + 400 * count;
    scrollview1.Content = canvas1;
    tab.Content = scrollview1;
    // insert tab item right before the last (+) tab item
    _tabItems.Insert(count - 1, tab);
    return tab;
    It may not provide that much benefits in this scenario though since you are setting the height and the background of the Canvas dynamically but it is indeed possible.
    Hope that helps.
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question.

  • ESQL/C: Difficulties with DECLARE CURSOR  and nested FROM CLAUSE

    Hello @All,
    i am trying to migrate an old esql-c-Application to Oracle 11g (on 64-Bit-AIX 7.1 - Platform)
    PreCompiling is OK, but during runtime the following DECLARE - Statement returns ORA-01001: invalid cursor :
    EXEC SQL
    DECLARE cur_xyz CURSOR FOR
    SELECT vPE, mPE, mZW, COUNT (*)
    FROM ( SELECT v.K_PE AS vPE, m.K_PE AS mPE, m.ZW AS mZW, v.VKG
    FROM ( SELECT K_NR, K_PE, u3.VKG, POS
    FROM u3, r
    WHERE u3.K_NR = '999999'
    AND     u3.LANG = 'F'
    AND SUBSTR (PRTCTRL, 5, 1) > '0'
    AND u3.VKG = r.VKG ( + )
    ) v, m
    WHERE
    v.K_NR = m.K_NR ( + )
    AND v.K_PE = m.K_PE ( + )
    AND POS is Null
    ) X
    WHERE not EXISTS (SELECT VKG FROM NP WHERE X.VKG = NP.VKG )
    GROUP BY vPE, mPE, mZW
    ORDER BY vPE
    When I run this statement without "EXEC SQL DECLARE cur_xyz CURSOR FOR" in SQL-Developer, there is no problem.
    What is my fault? I hope, that I don't have to redesign this.
    Thx in advance for anyonce help.

    Hey Billy,
    I work in a C/C++-Environment under AIX. I allready build a library with with more than x.000 Functions with ESQL-Statements.
    Most of them are running.
    If I need a CURSOR, I allways use constructs like this:
    EXEC SQL DECLARE CursorName [SCROLL]CURSOR FOR
    SELECT ...
    if (SQLC == 0) {
    EXEC SQL OPEN CursorName;
    while (SQLC == 0) {
    EXEC SQL FETCH ... CursorName INTO :<Structure or Fieldlist>;
    EXEC SQL CLOSE CursorName;
    At the Moment, I don't work with a cursor-variable in the DECLARE-Section.
    In the case i discribed above, it is the first, where the ORA-01001 occurs.
    Is it necessary to work with SQL_CURSOR - Variable in all or in special cases?
    Thx 4 answers.

  • About PCR with using IMPRT and IMPRE

    Hi all !
    I am writing a PCR to calculate bonus for 13th salary and this bonus is paid at 30th Dec per year. If startdate of EE is 01st Jan and probation in 2 months , Bonus = Salary on actual working days of from March to Dec/(12-months of probation) . But startdate of EE is 01st Nov, the Bonus = 0
    I read a document in which operation IMPRE can import results from PCL2 with Ploop .
    But I don't know use IMPRE to solve my problem
    Please help me to solve it.
    Thanks so much and best regards,
    Huyen Nguyen

    Hi,
    You may find our book, Java Studio Creator Field Guide, helpful for a more gentle introduction to Creator and JSF components. We don't assume that you know JSF or even Java. We also have step-by-step instructions for building projects.
    Here's the link to our website:
    www.asgteach.com
    (You can download Chapter 2, which is the basic introduction to Creator.)
    Hope that helps.
    Gail and Paul Anderson

  • Problem with "Using Validators and Converters" example

    Hi,
    I am doing the Validatoris an Converters tutorial and I can't get it correctly executed.
    In step 9, I double click on textField1 and the systems goes to textField1_processValueChange function instead of textField1_valueChangeListener.
    I added the code of step 10 as a separate method and after executing it there is no error message. Please help. Thanks,
    I wish these examples where a little more of dummies: step 2 toke some time because you don't say "In the properties window". Please look the tutorials with people that does not know anything about the Creator.
    Also I wish you had a step by step tutorial with "About Components", "About Message Components", and "About Converters". Just reading , I did not grasp anything, so I prefer to create a project with these tutorials.
    Do I need to learn JSF in order to understand and use Creator? It seems as I read the tutoriasl you assume to much. I found that Cay Horstmann's Core JavaServer Faces book is downloadable at http://horstmann.com/corejsf/
    Thanks for your input,
    Lorenzo Jimenez

    Hi,
    You may find our book, Java Studio Creator Field Guide, helpful for a more gentle introduction to Creator and JSF components. We don't assume that you know JSF or even Java. We also have step-by-step instructions for building projects.
    Here's the link to our website:
    www.asgteach.com
    (You can download Chapter 2, which is the basic introduction to Creator.)
    Hope that helps.
    Gail and Paul Anderson

  • Problem with using iPhoto and Preview

    I needed to resize a picture in iphoto. I opened it in Preview and resized it. At the top of the Preview window, where the file name is, I wanted to rename it so it would be easier to find. It let me do that. I closed the picture. When I went to open it in iphoto, the thumbnail is there, but when I double click on the thumbnail, the exclamation mark appears. I cannot open it in Preview either. It says the size is 0. It also still shows the original filename. I can't find the picture in Finder, using either the original or new name. From what I've found online, it seems I've changed the pathway. I can't find anything to rename/change it back. Help!!!! (I repeated the process with a picture I didn't care about. Somehow I changed the name back and am able to open it again in iphoto. I can't for the life of me remember what I did!!!! Both pictures, with the original filename and the new one are in Preview, but I can't open the one with the new name.)
    (If renaming the picture means you can't access it anymore, why is that a feature?)

    Are you using the same User Account as before?
    Does anything here help"
    http://www.apple.com/support/ilife/tutorials/iphoto/ip1-3.html

  • Connection difficulties with 5300 AGN and AccessConnection

    Hello,
    I'm having some network difficulties on the new X301.
    The laptop has Intel 5300 AGN and AccessConnection v5.
    1. When I come back to office, it doesn't connect to the AP (DIR-635) automatically, even it has been connected, and saved for profile.
    2. After I connect it manually, and after a certain period, the connection seems to be stopped, all network connections got frozen, and a new icon in the notification are shows the 5300 had been disconnected. The driver is 12.12.0.0.75.
    Do you have any idea?

    Hi
    Yeah, the detailed information about the notebook could be very useful.
    But the driver update is a good idea for the first.
    You can also check the settings in the properties of this card in the device manger.
    There should be some interesting options which could be changed.

  • Gradient Tool difficulties with the mask and banner, CS4

    Hi everyone,
    I know this is quite basic, but I'm experiencing a mind block.
    I'm trying to make a banner image fade out to the left into a white background (which has text, this is the rest of the banner) losing as little as the image as possible, it has to be done with a mask as I don't want to edit the original image.
    I don't think feathering works
    At the moment I try this, I put a mask over the banner image, the mask is longer to the left than the banner image. But then when I try and apply the gradient tool to the mask it just slaps it on the image itself making it go all white.
    I've been using photoshop for a while now, just my brain isn't working properly today. Any help appreciated. Thanks

    Try this. First make sure your text is on a layer or background and the image that will be transparent is on another layer above the background with the text. If you already have a mask showing in the layer that will be transparent, just right click on it and choose Delete Layer mask. Then create a new one by clicking on the "Add Layer Mask" button at the bottom of the layer's palette (resting mouse on button shows the name). Press the g key on your keyboard to get the Gradient tool, and to make sure it is working as expected right click on its icon in the the tool options' bar that is at the top left under the main menu and choose Reset Tool. Then make sure that the foreground color swatch at the bottom of the Tools palette is black (to ensure that press d key and if necessary x to get that). Next hold Shift and drag from left edge of the image that will be transparent all the way to the right edge. Now you should have the fading transparency, for additional control while at that step press Crtl + L on your keyboard and drag the arrows of the Input levels there to adjust the gradient as you like.
    Hope this helps

  • Difficulties with Airport Express and Printing

    Here's my situation:
    I have a Time Capsule through which comes my internet access which is then sent around my house wirelessly. This is downstairs at the point where my phone line comes in. My computer (iMac) is upstairs, on the wireless network. Internet, Time Capsule backup etc. works fine. I have purchased an Airport Express which I wish to use to print with my printer (a HP- which is also upstairs nearby the computer) via USB rather than having the printer plugged via a USB connection in to my computer. I believe I have set up the AE properly, plugged in the printer via USB to it but it does not print.
    So, what am I doing wrong ? I thought that the AE would be picking up whatever wireless signal is being sent out by both the computer and the Time Capsule and would pick up the instruction to print
    So, have I got this all wrong ? If you've a similar set up and have worked it out, please give me the benefit of your experience !
    Thanks.

    I just replaced my Airport Extreme and my expresses had to be reconfigured. I have done that and my express which is set up for being a part of my network as a USB hub for printing. Light is green and seen in my Airport Utility. However, when I go to print, it tells me "device is in use, waiting..." and never gets past that point. Any great thoughts about how to fix?

Maybe you are looking for

  • Best program to create projects in the CMYK profile?

    I create advertisements for a local business and need a program that I can create in the CMYK profile for the newspaper. All I currently own is the photoshop elements 7 program which does not have this feature. Besides the new CC program, which would

  • Oracle 8i XML Parser for PL/SQL

    Hi, Using "Building Oracle XML Applications" by O'reilly, I am trying to get XML working on an Oracle 8i database. I have done the following steps: 1) verify oracle.xml.parser.v2.DOMParser class is running; select substr(dbms_java.longname(object_nam

  • Buttons don't work if united into MovieClip

    I have an animated image collage with 10+ images. It is brought in into the main stage as a united mc. Each image has to act as a button which links to a labeled section in the flash file. I understand that I can not write AS3 on the main stage as I

  • Problem with interlacing when exporting with Media Encoder CS 5.5

    It seems that when exporting a Video with interlacing in Premiere 5.5 with Media Encoder 5.5, the exported video is still interlaced although it is rendered with progressive settings. When rendering with the same settings through Premiere 5.5 without

  • What can cause a sales order to have the status "To Be Costed"?

    Dear Experts, We are not very proficient in SD/FICO config and we are facing this problem. We are creating debit/credit note and after we saved, sometimes the system status becomes "To be costed". This prevents billing to be done. Sometimes using the