problems with the visibility of the label

Hi, I have a few labels for the info I get from strings in c, they work fine until I put the fake of visibility, now wind and rain works correctly but the values of the others give me different things, pressure gives me NaN and moisture/visibility gives me bb::cascades:label(0x862...)

This is the code for the QML

attachedObjects:[
        ExternalIP {
            id : jsonweather
            onNameChanged: {
                weatherDataCity.text = name;
            }

            onDescriptionChanged: {
                weatherDataCondition.text = description;
            }
            onHumidityChanged: {
                weatherDataHumidity.text = humidity + "%";
            }
            onTempChanged: {
                weatherDataTemperature.text = Math.round(temp);
            }
            onPressureChanged: {

                weatherDataPressure.text = Math.round(pressure) + " mBar";
            }
            onSpeedChanged: {
                weatherDataWind.text = speed;
            }
            onDegdirectionChanged: {
                weatherDataWindDir.text = degdirection;
            }
            onVisibilityChanged: {
                weatherDataVisibility.text = visibility + " km";
            }
            onPrecipChanged: {
                weatherDataPrecip.text = precip + " mm";
            }
            onUnitsChanged: {
                weatherDataUnits.text = "°" + units;
            }
        }
]

Label {
                visible: false
                id:humidity
                text:"humidity:"
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 40
                    positionY: 670
                }
            }
            Label {
                visible: false
                id:weatherDataHumidity
                text:""
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 245
                    positionY: 670
                }
                horizontalAlignment: HorizontalAlignment.Right
            }
            Label {
                visible: false
                id:pressure
                text: "pressure:"
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 40
                    positionY: 713
                }
            }
            Label {
                visible: false
                id: weatherDataPressure
                text: ""
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 250
                    positionY: 713

                }
            }
            Label {
                visible: false
                id: wind
                text: "wind:"
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 40
                    positionY: 805

                }
            }
            Label {
                visible: false
                id: weatherDataWind
                text: ""
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 170
                    positionY: 805

                }
            }
            Label {
                visible: false
                id:weatherDataWindDir
                text:""
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 360
                    positionY: 805
                }
                textStyle.textAlign: TextAlign.Left
            }
            Label {
                visible: false
                id: visibility
                text: "visibility:"
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 40
                    positionY: 760
                }
            }
            Label {
                visible: false
                id:weatherDataVisibility
                text: ""
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 230
                    positionY: 760
                }
            }
            Label {
                visible: false
                id: rain
                text: "rain:"
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 40
                    positionY: 845
                }
            }
            Label {
                visible: false
                id:weatherDataPrecip
                text: ""
                textStyle.fontSize: FontSize.PointValue
                textStyle.fontSizeValue: 10
                layoutProperties: AbsoluteLayoutProperties {
                    positionX: 150
                    positionY: 845
                }
            }
        }
Container {
            background: Color.Transparent
            horizontalAlignment: HorizontalAlignment.Right
            verticalAlignment: VerticalAlignment.Bottom
            bottomPadding: 35.0
            rightPadding: 35.0
            ImageButton {
                defaultImageSource: "asset:///images/compassbutton.png"
                horizontalAlignment: HorizontalAlignment.Right
                verticalAlignment: VerticalAlignment.Bottom
                onClicked: {
                    humidity.visible = !humidity.visible
                    pressure.visible = !pressure.visible
                    visibility.visible = !visibility.visible
                    wind.visible = !wind.visible
                    rain.visible = !rain.visible
                    weatherDataPrecip.visible = !weatherDataPrecip.visible
                    weatherDataWind.visible = !weatherDataWind.visible
                    weatherDataPressure.visible = !weatherDataPressure.visible
                    weatherDataHumidity.visible = !weatherDataHumidity.visible
                    weatherDataWindDir.visible = !weatherDataWindDir.visible
                    weatherDataVisibility.visible = !weatherDataVisibility.visible
                }
            }
        }

any suggestions?

you gave your labels the same ID as your properties. That's why you get NaN/component.toString etc.

because Math.round (visibility) with visibility being your label, obviously gives you NaN

Give all your labels a name with 'label' at the end, for example "visibilityLabel".

Tags: BlackBerry Developers

Similar Questions

  • Problem with the visibility of the Organizer in photos: Photoshop elements (PSE) 9

    Problem with the visibility of the Organizer in photos: Photoshop elements (PSE) 9

    Hi, I hope this is the right place for this question and the common sense of Scripture. It is my first experience with this forum.

    Problem with Photoshop (PSE 9):

    1. I put pictures in a catalog of PES 9.
    2. For a while, everything was fine.
    3. Now, they seem to be more and more disappearing.
    4. When I click on the folder view:
      1. It is said there is no pictures here. Or
      2. It shows a small only a small proportion of the photos that are there.
    5. When I try to put the photos again, PES 9 says that they are already in the cataloge. (Too bad they can't be seen!)
    6. Photos can be "revealed in Explorer" that is why I know there is incompatibility.
    7. I have: -.
      1. some show all the pictures.
      2. optimized catalog.
      3. repaired the catalog.
      4. No selected tags.

    In any case, hope this gives enough information.

    I saw that other people have had this problem on various forums, but I have not read a response that still works.

    Anyone got any solutions?

    Hi Bella1111,

    This forum is for the Photoshop.com application for editing and sharing online photos.

    Please post your queries to Photoshop Elements on http://forums.adobe.com/community/photoshop_elements to get better answers.

    Thank you

    Sébastien

  • Satellite C850 - found problems with the networking and the FN key

    Hey everybody,

    I work on a Satellite Toshiba C850, that my parents recently bought and spin in a certain number of questions.

    (1) wireless won't connect to my network. Have done the following: verified by connecting on two other computers, reset the router, the open network, reset the map, reinstalled the realtek drivers, checked the settings in the networking of Toshiba Utilities. End result is he's going to try, and fail. Wired LAN works fine.

    (2) FN key does not work. Have you checked the region and it is OK, have tried to use the Flash cards - no change, checked with the screen keyboard and can check the FN key does not register.

    I noticed that the first problem is common, but there are obvious positive results. If anyone can offer any assistance, I would appreciate it a lot.

    Before you begin to discuss your problems can you please tell us what OS you are using?
    Are you using the original OS that you got with your laptop? I mean original recovery image has been tested and works correctly, with the factory settings that all should especially the FN keys.

    1 / What do you mean with refusing? your WLAN is visible for your laptop?

    2 / if there is problem with the feature keys FN and you use Win7 try please reinstall extra package from Toshiba.

  • Problem with the report and the system of axis 2d

    Hi, I'm trying to write a script with tiara, who wrote a 2d axis system in the report but I'm having a lot of problems with it.

    What I'm trying to do, is make 3 or more system axis 2d in the report, each displaying a part of the data of 2 channels (x = ch0, ch1 = y).

    With only 1 graphic I get what I want, but when I try to add the 2nd or the 3rd, they show without my defined x-scale and with the offset x different from the first chart.

    I tried everything, but I could not remedy

    I added as attachments the .csv file that I use to ch0 and ch1 and 2 screen shoots "what I get" (about the problem with the script) and "what I hope to get" (done manually, is what I'm trying to get the report)

    Any help will be appreciated, thanks in advance

    Ierman

    I'll post my code here:

    Dim Xscale, Yscale
    XScale = Array (0,25,0,5,49)
    Yscale = Array(-0.2,0.2,-0.2,10,4)
     
    Call PicDelete()
    Call GraphObjNew ("2D-Axis", "2DAxis1")
    Call GRAPHObjOpen ("2DAxis1")
    D2AxisTop = 1

    D2AxisBottom = 70
    D2AxisLeft = 1
    D2AxisRight = 1
    Call GRAPHObjOpen ("2DYAxis1_1")
    D2AxisyScaleType = "manual".
    D2AXISYBEGIN = Yscale (0)
    D2AXISYEND = Yscale (1)
    D2AXISYORIGIN = Yscale (2)
    D2AXISYTICK = Yscale (3)
    D2AXISYMINITICK = Yscale (4)
    Call GRAPHObjClose ("2DYAxis1_1")
    Call GRAPHObjOpen ("2DXAxis1_1")
    D2AxisxScaleType = "manual".
    D2AXISXBEGIN = Xscale (0)
    D2AXISXEND = Xscale (1)
    D2AXISXORIGIN = Xscale (2)
    D2AXISXTICK = Xscale (3)
    D2AXISXMINITICK = Xscale (4)
    D2AxisXTxt = ""

    D2AxisXColor = 'black '.

    D2AxisXTickAuto = 1
    D2MTickLineWidth (1) = 0.1
    D2MTickLineType (1) = "solid".
    D2AxisXTickSize = 60
    D2AxisXTxtAutoCo = 0
    D2MTickColor = "red".
    Call GRAPHObjClose ("2DXAxis1_1")
    Call GraphObjNew("2D-Curve","New_Curve")

    Call GraphObjOpen ("New_Curve")

    D2CCHNX = "[1] / [1]" "

    D2CCHNY = "[1] / [2]" "

    D2CurveColor = "red".
    Call GraphObjClose ("New_Curve")
    Call GRAPHObjClose ("2DAxis1")

    Dim Xscale1, Yscale1
    Xscale1 = Array (25,50,0,5,49)
    Yscale1 = Array(-0.2,0.2,-0.2,10,4)
    Call GraphObjNew ("2D-Axis", "grafic")
    Call GRAPHObjOpen ("grafic")
    D2AxisTop = 40

    D2AxisBottom = 37
    D2AxisLeft = 1
    D2AxisRight = 1
    Call GRAPHObjOpen ("2DYAxis1_2")
    D2AxisyScaleType = "manual".
    D2AXISYBEGIN = Yscale1 (0)
    D2AXISYEND = Yscale1 (1)
    D2AXISYORIGIN = Yscale1 (2)
    D2AXISYTICK = Yscale1 (3)
    D2AXISYMINITICK = Yscale1 (4)
    D2AxisYTxt = "" ' testo asse label y
    Call GRAPHObjClose ("2DYAxis1_2")
    Call GRAPHObjOpen ("2DXAxis1_2")
    D2AxisxScaleType = "manual".
    D2AXISXBEGIN = Xscale1 (0)
    D2AXISXEND = Xscale1 (1)
    D2AXISXORIGIN = Xscale1 (2)
    D2AXISXTICK = Xscale1 (3)
    D2AXISXMINITICK = Xscale1 (4)
    D2AxisXTxt = «»

    D2AxisXColor = 'black '.

    D2AxisXTickAuto = 1
    D2MTickLineWidth (1) = 0.1
    D2MTickLineType (1) = "solid".
    D2AxisXTickSize = 60
    D2AxisXTxtAutoCo = 0
    D2MTickColor = "red".
    Call GRAPHObjClose ("2DXAxis1_2")
    Call GraphObjNew("2D-Curve","New_Curve1")

    Call GraphObjOpen ("New_Curve1")

    D2CCHNX = "[1] / [1]" "

    D2CCHNY = "[1] / [2]" "

    D2CurveColor = "red".
    Call GraphObjClose ("New_Curve1")
    Call GRAPHObjClose ("grafic")

    Hi lerman,.

    Here is an edited version of your code that works on my computer.  A problem that I know that I fixed it was that your presentation of the STATE was in the name-oriented mode but you use the variables based on the number to assign it X and Y channels.  The execution of these commands in a loop FOR makes it much easier to debug the code and to avoid any annoyance at first.

    Brad Turpin
    Tiara Product Support Engineer

    National Instruments

  • Problem with the change in value of listbox event

    Hello

    I have a problem with the help of Listbox value change event. The code that I have attached is a simplified version of the largest program, but the problem is the same. One of the loops of Nonna is responsible for handlig occurring events ant the other is responsible for the execution of the program. In the project of oryginal I use a listbox control to determine which plots graphic display of a waveform is visible (first position of the listbox-> only plot first visible etc.). In the attached vi, I just show the current value of the listbox control. The problem is the event runs only once and then the program crashes. I want to be able to change the value of the listbox work both at idle and in State of a program, but when I put the structure of the event in both States, he does not. I'd be very grateful if someone smarter than me could tell me where I made my mistake. I want my program to be able to manage the keys and listbox events in States (slow down and knit) program.

    You have two structures of event in two cases different from the structure of the case, and both are tuned to listbox events has changed. Because only once can be triggered at any time, the VI crashes (lock events the front panel (default) until the event can complement).

    You must use a unique event structure managing all events.

    The overall program architecture looks like inside-out for me.

    For the buttosn, you must use action lock (switch not release!) and use the value changed events.

  • I have a problem with the history of Bing. I clear the history and turn it off. Later, when I use bing history is preserved and turns.

    I have a problem with the history of Bing.  I clear the history and turn it off.   Later, when I use bing history is preserved and turns.  How can I keep decommissioned and erased history?  What a Bing, IE8, Microsoft problem?

    Hello

    1. is the question confined to the history of Bing?

    2. what web browser do you use?

    3. If you are using Internet Explorer, which r version of Internet Exploreris installed?

    If you are using Internet Explorer 8, it gives you the option to automatically remove your browsing history each time you quit the browser. The type of data that is deleted is dependent on of which options are checked in the delete browsing history.

    one) to set up IE to delete browsing history on exit first click on the Tools menu, located to the far right of the tab of your browser bar.

    (b) when the drop down menu appears, select Internet Options.

    (c) click the menu Security , located to the far right of the tab of your browser bar. When the drop down menu appears, select the option delete browsing history... .

    (d) the window delete the browsing history should now be visible coming to overlap your main browser window.

    (e) check the options you want to remove and click OK.

  • Strange problems with the database

    Hello

    I just got my Fuze and am very happy with it; However, I am having a very strange problem with the database. I have a 16 GB sdhc card that I use with the "rocket" and there are about 4 songs on the card that will not play and have no information charge tag. Their tags appear in the tag browser (not the in the track information screen) as just an empty rectangle. Under the track information screen, sizes are listed as ~ 4000 mb. The songs will not play and I can not jump in front of one of these songs once they were loaded.

    At first, I suspected some kind of corruption of tag, so I set out that night to track down the problem. I removed the 16 GB card and reset the player. Then, I loaded one of the corrupt in the internal memory of the player. The track has been scanned and played correctly. Then, I removed the track of the internal memory and it loaded on another SDHC card. Yet once, everything worked correctly, so I knew that the card I was using was a kind of system files or physical problem. I returned the original 16 GB sdhc card in the reader and checked that the file was still unplayable, and then I plugged the "rocket" to my computer. I transferred the unplayable file on my computer and compared (with md5sum) to the original file, thinking that if there was the file system or physical corruption the copy of the map would be damaged. However, the files were equivalent.

    To make things even more interesting, I also have problems with the registration of the kind. I have some files tagged Genres such as 'Classic' and 'Rock '. In the list of the genre, I see this:

    C

    CL

    CLA

    CLAS

    Class

    Classic

    Classic

    Classica

    Classic

    Rock

    So, there is corruption on the kind of 'Classic' but not the kind of "Rock". Each of the substrings of 'Classic' contains only a few titles, with most of the other titles listed where they should be. I checked that the tracks are labeled correctly and in exactly the same way as the other tracks that do not have this problem.

    I am at a total loss about what to do, and I'd really appreciate any advice or suggestions. I use the current firmware, 2.03.31a and the songs in question are in Ogg Vorbis format.

    MM

    Thanks for your replies.

    I managed to find what may be the problem. Tracks that received corrupt tags had the names of total path with more than 256 characters. It seems that the driver internal fat32 the rocket uses vomits all over the place when the path name is too long. Before the "rocket", I got an iPod running rockbox tags with the same directory structure that I have on the "rocket", so I don't think that this restriction on the length of the path name is a limitation or requirement of the fat32 file system. Reduce the path corrected the problem with the files being unreadable.

    However, the problem with foires genres the rest. Looking at the files show that corruption, they all have a little information in tags. Most of the information is contained in the hashes I have files that identify them via musicbrainz. The limit on the total number of characters in the tags of the track includes the "rocket" label is not read or use?

    MM

  • Why can't I save a file changed due to problems with the properties?

    Vista Home Premium 64-bit

    I sent myself a JPG file, taken by a camera in the email.

    I backed up, & then tried to turn it using Windows Photo Gallery.

    He says: 'cannot save this image due to a problem with the properties of the file.'.

    Sometimes (once, so far), it then says 'Changes to the labels, legend, side, or date taken could not be saved in this file.'.

    When I try the same thing in Windows Explorer, it says "you cannot rotate this image.  The file may be used or open in another program or file or folder can be read-onlly. ».

    Properties file shows the file read-only.

    Unchecking that and apply or OK has no effect.

    Ditto for the folder.

    But looking around, I see that (sometimes (?)) other records are also marked read-only, but are not their files.

    When I produce-> properties-> details-> ' properties delete and personal information "->" create a copy with all deleted properties ", he says: 'an error occurred when writing the property 'Altitude' in the file <....>.'.

    I can't find another way to try to remove all the ((maybe) offend them) properties.

    Hello PMH232!

    Thanks for the return of the response.  Below, I have included a few steps to try.  When you fill out these test in Windows Explorer and see if you can rotate the images.

    1. click on the start menu.
    2. click on computer.
    3. right click on the drive that gives you trouble.
    4. Select Properties.
    5. click on the Security tab.
    6. click on the Edit button where it says "to change permissions, click on change."
    7. in the "group or user names", click on the user you want to change.

    8. in the area 'Permissions for the users', click the checkbox to allow full control.
    9. click on ok.

    Please let us know status.

  • Problem with the ObjectListField

    Hello

    I have problems with the method getSelectedIndex() ObjectListField.
    Supposedly, when there is no index selected, it returns-1. But how come it always returns the index of the last element?

    To illustrate, I created my own dialog that has similar functionality to the "device window select" Bluetooth BB application. I have an ObjectListField and a Cancel button. What I did simply, is to change the label of the button to show the selected index. I have attached my sample code below.

    public class MyDialog extends dialog
    {
    private ObjectListField m_list;
    private ButtonField m_btn;

    public MyDialog)
    {
    Super ("Select Device:", null, null, 0, Bitmap.getBitmapResource ("bluetoothIcon.PNG"), Manager.FOCUSABLE);

    m_List = new ObjectListField();
    m_btn = new ButtonField ("Cancel", Field.FIELD_HCENTER);
    m_List.set (new String [] {"first", "second"});

    Add (m_List);
    Add (m_btn);
    }

    protected boolean navigationClick (int status, int time)
    {
    m_btn.setLabel (Integer.ToString (m_List.getSelectedIndex ()));

    Returns true;
    }
    }

    Can someone help me on this problem? Is there something wrong with my code, or is the buggy API? All I want to do is to return an index of-1 if there is no selected item in the list.

    Also, I tried the isFocus() method to check if the list is being concentrated, it always returns false even if the list is OBVIOUSLY being focused. I'm running out of options on how to determine the solution to this problem. Help, please!

    Thank you very much.

    @jacylan - I do not use isFocus() to determine if the ListField is net.  Take a look at the following code, I think that with this, you can force-1 when the ListField is not the point.

        protected boolean navigationClick(int status, int time)
        {
            int selectedIndex = m_list.getSelectedIndex();
            boolean listInFocusOption1 = false;
            if ( this.getLeafFieldWithFocus() == m_list ) {
                listInFocusOption1 = true;
            }
            boolean listInFocusOption2 = false;
            if ( m_list.isFocus() ) {
                listInFocusOption2 = true;
            }
            m_btn.setLabel(Integer.toString(selectedIndex) + ":" + listInFocusOption1 + ":" +listInFocusOption2);
    
            return true;
        }
    
  • problem with the use of the model

    Hello

    I use Photoshop CC and all the time I have a problem with the help of veneer of reason. In fact, I can't use any template, because when I opened the window of boss, there is always this same situation-> window does not open properly /It is the visible part of the window and when I pressed on it do not bosses see / so I can't use any model - printscreen below :

    sample.jpg

    How can I solve this problem?

    Try resetting your preferences.

  • Problems with the navigation links in EDIT mode in the Business Catalyst Muse sites.

    Has anyone else had problems with the navigation links / EDIT mode in sites Business Catalyst Muse?

    In EDIT mode, I can't use the list drop DOWN the SELECT DIRECTLY to go to another page or a link. The drafting of the text or label works, but to actually go to a /visit link a hard link is broken.

    Screen Shot 2015-08-15 at 3.39.42 PM.png

    Others have this problem as well.

    No work around?

    Thank you!

    I have the same problem! Contact BusinessCatalyst today taught me that it is a known bug and have Adobe Muse to fix! LiveChat ticket No. #159685

    When I launched the Web site in may 2015 everything worked well, but since the update of CC, this problem occurred.

    The tip of solution, I received the BC is to always use the navigation menu bar. This does not work for me because my client wants a menu of polaroid...

  • Some problems with the videoheader

    Hey guys,.

    I have some problems with the videoheader in first Pro CC 2014/15. I also googled and tried almost everything I found. So I asked first on Twitter and they told me to ask this here again.

    So here go us: Clemens on Twitter: '@AdobePremiere correct it's ridiculous... Why is the videoheader visible on the good site but not on... in the picture you can see my problem and it's really annoying.

    I hope you can help!

    Kind regards

    Clemens

    Hi Vinay,

    well... my fault... I do not have the small area of drag (red rectangle) above the audioheader allowing to drag to the bottom of my videoheader.

    Thanks for trying to help me in Vinay

  • Problem with the first pro effects controls

    Hi, Merry Christmas;

    I have a problem with the keys with the opacity effect in the effect controls panel. the following pictures I think make my problem more clear to understand:

    view of raft opacity control.png

    The picture above shows that the opacity of the element of gopro correction control is 100% unless I drank too much champagne, or fully visible on the screen!

    I want to do a transition effect showing the raft, which appear in the window of the following image, which is an Indian granary above the Colorado River.

    My video of the attic I zoomed up to the window they give the impression that enter the attic when I arrive at the moment I start, with keyframes to have

    inside of the attic without an opacity of 100% to 0% at the end of the clip attic. Unless the new champagne is very bad for my health and vision, I would then see the river

    and the raft! Well I did not and it gives me nightmares! What is the problem? I add that having a zoom smooth and regular, I used the effect time remapping in the video for attic.

    The clip of attic is just above the clip from gopro correction and he overlapped by the duration of the selected dissolution of the shown in the image below (I could of course use a resolution here, but I want to save money on an additional effect)

    view of granary opacity controls.png

    Here is the view with the screen and the opacity of the element of attic at 25%. Normally, the clip of the raft must be visible then! the orange-red to the right of the screen is inside wall of the attic!


    view with screen at 25pct opacity.png

    Thanks for your suggestions... Claude

    Sorry guys, I found the reason. My fade is too short! I had put 2 "to fade and seems not sufficient due to the element of the upper layer time remapping effect! Sorry for the inconvenience.

    Claude

  • Problems with the installation of the bridge and the company

    Hello world!
    I have problems with the installation of the bridge and the company. Although I have install both of them successfully, when I try to connect to the gateway through the console I have error message saying there is no company installed. In fact, I get an error as well through the wizard saying "failed to run. Please see details below:

    Unable to launch: "C:\DOCUME~1\SIEBEL~1\LOCALS~1\Temp\2\LRE19.tmp\bin\java.exe-Dtemp.dir=C:\DOCUME~1\SIEBEL~1\LOCALS~1\Temp\2\ - cp C:\siebelent\siebsrvr\bin\setup.jar run - args LANG = ENU VISIBILITY = REPEAT BUSINESS = FALSE MODE = MODEL_FILE=C:\siebelent\siebsrvr\admin\siebel_server_sia.scm LIVE" error code: ""(SBL-STJ-00152)-1 "»

    Also, when I try ot run the following in the console: C:\siebelent\gtwysrvr\BIN\srvrmgr.exe - u - p SADMIN SADMIN - g siebelwin2k32-e SIEBELENT, I get this error: fatal error (3015667): the program variable 1% is not defined, existing...


    Thank you in advance for your help!

    MARIANA

    Mariana,

    Please confirm if you try to configure the siebel server in the same machine as the gateway server. If so try to use localhost instead of the hostname of the machine setting up Siebel server.

    I assume you are using windows 2003 as the operating system.

    Thank you

    Wilson

  • Problem with the levels in PSE7 adjustment layer

    Hello

    I have a problem with the levels adjustment layer in PSE 7.0. I made this photo that shows exactly as I want it in PSD format, but when I save it in JPG format all adjustment layers are lost. I tried to get the same result by using simple Enhance > > adjustments > > levels, but I cannot get the same result with the same settings as with the adjustment layer.

    How can I solve this?

    I saw in a tutorial that might help add a new layer above the layer of setting and then merge visible layers, but it does not work either.

    I hope someone can help me if I can complete the picture.

    It seems that the problem is that your image size is big enough in comparison to the size of your available screen and you make your settings at roughly 18% view.

    Photoshop elements uses interpolation to show the images on the screen, so you can't really see exactly the result unless you view an image at 100% display (actual pixels)

    If you try to do the steps from the beginning with your image at 100% view, does make a difference?

    (Double-click on the Zoom tool in the Toolbox for 100% view (actual pixels))

  • Problem with the font size, appears as expected.

    I've been struggling with this for a few weeks now, but surely must is close to solved it. It's just a problem with the size of the police to just that one page.

    http://www.kgngroup.NET/logos_and_packaging.html

    I want the body of the text to be 10px, but after two weeks, played with all conceivable means, change the font size of the body in CSS and the document itself. I have the consultation in Safari, but others on Windows machines tell me it is out of whack.

    My main problem is that I can change the size of the font in the extreme, but he always appears as the same size in the browser (about 12px.) I don't know can be changed because I can change the wording and change online. It's just a problem with the font size. Oh, and in the third column, the one on the right in Dreamweaver, the font looks like it of tiny, can't even read, but in the browser, as the style11 is applied, all three columns search size equal.

    Don't know where to go from here. I want to just that the police of the up to 10 pixels.

    TIA,

    Ken

    I guess this is a follow-up of your thread earlier

    http://forums.Adobe.com/message/3627681

    What would really help in the diagnosis of the subjects such as this is to install the Firebug add-on for Firefox (as suggested in the previous thread).

    Firebug shows you visually what CSS rules apply to any element you click on the screen.

    In this case, you have a confusion of the CSS cascading over each other font sizes and who is confused by the mix of units without real reason. .style11 is unnecessarily applied to many people

    Tags. Remove these classes and to remove the rule.

    for example

    The tiny font in the RHS column is the first affected by

    {.style8}
    font size: 0.5em;
    }

    affecting thethen by

    .style11 {size are: 75 %}}

    affecting the

    tag.

    Result = tiny text (about 2px).

    In these cases of mass confusion, my approach is to remove all the sizing of fonts in the CSS and start over.

    Avoid %. Use px.

    Apply font sizing rules logically from thelabel facing downwards.

    That gives you a solid basis without strange effects.

Maybe you are looking for

  • How can I configure proxy system Linux Debian for Firefox uses for example when "Use System Proxy settings" is selected in the preferences of Firefox?

    I want to be able to change the proxy settings without having to go through Firefox' tedious settings menu. Chrome allows me to define a proxy as a command line option, or you can also set an environment variable would be ok for me. In its options, F

  • Pavilion po54su: hp po54su

    Many prgrams claim that I need to update my video card driver so that they work properly, but when I downloaded the drivers on the site, they could not be installed because "your system does not meet the minimum requirements". What can I do to update

  • Sync iPad on iMac

    Hello Just got a new iMac for my birthday. How can I sync my iPad (which has been synchronized on windows so far) without losing all my information? The new synchronization will delete all my data? Thank you

  • I have several questions on the computer.

    Original title: slow and jerky, computer freezing I have a computer that is slow, jerky, freezing, the most, can, t get my streaming to work.

  • using usb for file backup flash drives

    When I bought my HP Notebook PC about a year ago I made both of the system recovery discs and disc repair system for windows 7, 64-bit operating system.  My first question is what can I transfer the DVR recovery discs to a USB flash drive and if yes