Difference between Design Time and Runtime

Hi all, very nice to be here sharing knowledge with each other.
I wanna share my practical experince knowledge that is ,
Almost all the properties that can be set at the Design time for any object can also be set at the Run-time using only
GET_object_PROPERTY and SET_object_PROPERTY.
In fact, I have posted the same info on some othr place, too.
Thanx.

Hi all, very nice to be here sharing knowledge with each other.
I wanna share my practical experince knowledge that is ,
Almost all the properties that can be set at the Design time for any object can also be set at the Run-time using only
GET_object_PROPERTY and SET_object_PROPERTY.
In fact, I have posted the same info on some othr place, too.
Thanx.

Similar Messages

  • Difference between Designer 6i and Forms 6i?

    difference between Designer 6i and Forms 6i?

    Designer 6i is more related to the development cycle of a database and the various tools that access the database(from creating the database entity relationship diagrams to creating the physical tables/ddl). Forms 6i is more geared towards data management of the database. Designer 6i has tools to help auto-generate 6i forms.

  • Differences between System.gc() and Runtime.gc() ?

    differences between System.gc() and Runtime.gc() ?

    None!
    P.S. I have only found one reason to use System.gc(). For some obscure reason it seems that if one invokes System.gc() when a Swing application is about to be iconized it substantially reduces the delay experienced when de-iconizing the application!
    Several reasons for this have been suggested but I have found none that really explain why it works but it does work!
    Edited by: sabre150 on Sep 28, 2007 10:23 AM

  • Getting difference between GMT time and Local time

    Folks,
    I am trying to get difference between gmt time and local time for Korea time zone.
    which should be 9 hours.
    Instead of 9, I am getting 15 hours diff.
    What am I doing wrong?
    Here's what I did to test it:
    First I set the system (Windows XP) time zone to Soul (Korea GMT+9hours) time zone.
    Then I ran the following program, and I got 15 hour diff, not 9.
    Thank you in advance!
    import java.util.*;
    public class Using_GregorianCalendar
         public static void main(String args[])
              Using_GregorianCalendar ugc = new Using_GregorianCalendar();
              ugc.getTimeDiff();
         public void getTimeDiff()
              Calendar cal = new GregorianCalendar(TimeZone.getTimeZone("GMT"));
              Calendar cal1 = new GregorianCalendar(cal.get(Calendar.YEAR),
                                           cal.get(Calendar.MONTH),
                                           cal.get(Calendar.DATE),
                                           cal.get(Calendar.HOUR_OF_DAY),
                                           cal.get(Calendar.MINUTE),
                                                      cal.get(Calendar.SECOND));
            int gmtHour          =  cal.get(Calendar.HOUR); //(Calendar.HOUR_OF_DAY);
            int gmtHourOfDay =  cal.get(Calendar.HOUR_OF_DAY);
            int gmtMonth        =  cal.get(Calendar.MONTH);
            int gmtYear          =  cal.get(Calendar.YEAR);
            int gmtMinute       =  cal.get(Calendar.MINUTE);
            int gmtSecond     =   cal.get(Calendar.SECOND);
            int gmtDate         = cal.get(Calendar.DATE);
            Calendar localCal  = Calendar.getInstance();
            int localHourOfDay = localCal.get(Calendar.HOUR_OF_DAY);
            int timeDiff = (localHourOfDay - gmtHourOfDay);
              //Korea time is GMT + 9 hours so I should get a difference of 9
              //why am I getting difference of 15?
                 System.out.println("************** in getTimeDiff() **********************");
              System.out.println("gmtDate: "+gmtDate);
              System.out.println("gmtHour: "+gmtHour);
              System.out.println("gmtHourOfDay: "+gmtHourOfDay);
              System.out.println("localHourOfDay: "+localHourOfDay);
              System.out.println("timeDiff: "+timeDiff);
              System.out.println("**********************************************************");
         }//getTimeDiff()
    }//class Using_GregorianCalendar
    /*              here's the output of this program:
         ************** in getTimeInGMT() **********************
         gmtDate: 14
         gmtHour: 6
         gmtHourOfDay: 18
         localHourOfDay: 3
         timeDiff: -15
    */

    DrClap wrote:
    sabre150 wrote:
    Nearly correct since the Daylight saving may or may not be in effect which does depend on the date...I would simplify that to this:
    TimeZone korea = TimeZone.getTimeZone("Asia/Seoul");
    long delta = korea.getOffset(new Date().getTime());
    System.out.println(delta / (1000.0 * 60 * 60));That's assuming that the OP really meant UTC when he/she said "GMT". Most people don't realize there's a distinction and that Java's timezones are all based relative to UTC.I suspect you are right in assuming that the OP want UTC and not GMT. I figured it was better to illustrate that the method can be used for getting the time difference between any two TimeZones.

  • Design time and Runtime licenses

    We are planning to use the Compact RIO for industrial process control and logging of values for furthur analysis.
    As we are new to the NI products, would like to know, what kind of licenses will be required for this purpose, like design time and run time licenses. The system end-user is not interested in having a development license at his end.
    Is it possible to have only the run-time licenses at the user end?
    Any help would be appreciated.
    Thanks in advance...

    EventTrigger wrote:
    We are planning to use the Compact RIO for industrial process control and logging of values for furthur analysis.
    As
    we are new to the NI products, would like to know, what kind of
    licenses will be required for this purpose, like design time and run
    time licenses. The system end-user is not interested in having a
    development license at his end.
    Is it possible to have only the run-time licenses at the user end?
    Any help would be appreciated.
    Thanks in advance...
    Obviously you will need the LabVIEW development environment and
    according Extensions to develop the software. So this means you will
    need the LabVIEW development system and either the RealTime Extension
    or the FPGA Extension or both, depending how you will setup your
    applicationon the CompactRIO system.
    For your end user
    you would not need any specific runtime licenses as long as you use NI
    hardware, since the cRIO controller comes with the necessary runtime
    license already for the realtime OS on the controller and the cRIO
    backplane comes with the runtime license for the FPGA code.
    LabVIEW
    build applications in itself do also not need a seperate runtime
    license since the development system license gives you the right to
    distriibute your host application with the LabVIEW runtime engine. This
    would get different if you use any of the Toolkits such as Vision
    Development, Sound and Vibration, Datalogging, Supervisor and Control
    or similar which do all have their ownruntime license that needs to be
    purchased for every deployed application that makes use of their
    functionality.
     Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Can you please differentiate between compile time and runtime?

    hi,
    I heard many of them speaking about complie time and runtime. I sometimes feel they talk about it but they themselves don't know about it.
    Please help me out.
    Thanks in anticipation
    Regards
    Deepa Datar

    Just remember, runtime means you are running the program. Compile time means your are in the process of building the program ("javac bla.java").

  • Is there a difference between designated port and root port?

    Hi,
    I am reading up the Cisco press books and have some difficult understanding whether there is a difference in designated port and a root port?

    Hi Shaik,
    This explanation is too simple. What if u cascade some switches? Not all are directly connected to your root.
    Next, bridge ID is only taken into consideration when determining which one will become the root. If u connect a switch to another with two links, the switch with the lower bridge-id becomes the root, but now u still don't know whitch port is the root port. U'r right when saying port cost is determined, but port cost is only the bandwith divided by a default constant (FE 100Mbit the constant is 10000000, i think), if its equal again u only have the port-ID as the last choice.
    BUT only if the switch recieves on both Ports equal cost BPDU's from its root(refer to my first posting in this thread)!
    U'r right.... a designated port is in forwarding state. It is forwarding the (lowest cost) BPDU's onto the connected segment. But if u have your lower end switch connected with two links to a non-root switch, u will encouter the same problem(s.o.).
    I don't want to go against everyone here. But understanding STP is a nessassity in LAN Troubleshooting. So please be lenient against me.
    Regards,
    Sebastian

  • Difference between Design Time & Run Time in JavaBean.

    Please tell me that what is the difference between the dsign time and run time in Java Beans.

    This is most important when it comes to reflection.
    In design time, when not using reflection, you can
    include and instantiate classes by importing them and
    then calling a constructor:
    import java.util.*;
    List list = new LinkedList() ;... but when using reflection:
    List list = (List)
    Class.forName("java.util.LinkedList").newInstance()
    ;this will compile ("design time") no matter whether
    this assignment is valid or not.
    A completely wrong statement that will compile
    (design time) but not run (run time):
    Object o =
    Class.forName("ACompletelyInvalidClassName").newInstan
    ce() ;I love reflection. Its magic.Design time != compile time/

  • Time difference between local time and server time

    Hi Guys,
    I am currently experiencing a time difference of 40 minutes between the local time and the current server time.
    The local time seems to be 40 minutes slower than my current time.
    Path for Local Time : CMC -> home -> servers -> input.file repository sever -> metrics tab.  (Under the category of Installed on machine peacok, there is a local time.
    Question is how can i sync the local time with my current server time?
    Let me know if more info is required.
    Rgds
    Collin

    Hi Collin,
    Under  CMC >Home >Input FRS , the local time shown is current time of BO Server.
    Since CMC is web-based, any date, time value will be coming from BO Server box.
    u2022     In case your system and BO server is in same time zone  then update the date-time of BO Server
    u2022     In case your system and BO server is in different time zone then check with IT team to figure out the BO Server will be maintained in which time zone.
    u2022     If current requirement is specific to some report then you can add 40 min in all date value in report to get the desired result.
    Thanks,
    Sushil

  • Note 816352: Rendering Differences between DESIGN 2002 and 2003

    Note 816352 should be released within next day or two.
    With design 2002, in a number of places it was possible to use colors that were reflected directly in the rendering. With design 2003, the raw use of colours are not supported any more. For a number of cases this has been replaced with semantic colors.
    <u><b><htmlb:textView>-textColor</b></u>
    This attribute was NOT supported in earlier service packs, and only from 620SP38 was it possible to specify a semantic colour. The followingvalues are supported:
    DEFAULT
    DIMINISHED
    POSITIVE
    CRITICAL
    NEGATIVE
    MARKED1
    MARKED2
    <u><b><htmlb:gridLayoutCell>-style</b></u>
    Only the following values are supported:
    HEADER
    FILL1
    FILL2
    FILL3
    PLAIN
    TRANSPARENT
    BORDER
    <u><b><htmlb:gridLayoutCell>-backgroundColor</b></u>
    Deprecated and not supported in design 2003.
    <u><b><htmlb:tableView> IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START/P_STYLE</b></u>
    In the iterator call, the design 2002 technique of setting different values into the p_style string is not supported any more. What is available for design 2003 is exactly the technical implementation technique, but with logical styles. At the moment only the style value "celldesign" is supported. It can have any of the following values:
    celldesign:STANDARD
    celldesign:ALTERNATING
    celldesign:TRANSPARENT
    celldesign:NEGATIVE
    celldesign:POSITIVE
    celldesign:TOTAL
    celldesign:SUBTOTAL
    celldesign:SUBTOTAL_LIGHT
    celldesign:BADVALUE_DARK
    celldesign:BADVALUE_MEDIUM
    ce lldesign:BADVALUE_LIGHT
    celldesign:CRITICALVALUE_DARK
    celldesign:CRITICALVALUE_MEDIUM
    celldesign:CRITICALVALUE_LIGHT
    cel ldesign:GOODVALUE_DARK
    celldesign:GOODVALUE_MEDIUM
    celldesign:GOODVALUE_LIGHT
    celldesign:GROUP_HIGHLIGHTED
    celldesign:GR OUP_HIGHLIGHTED_LIGHT
    celldesign:KEY_MEDIUM
    celldesign:GROUP_LEVEL1
    celldesign:GROUP_LEVEL2
    celldesign:GROUP_LEVEL3
    c elldesign:MARKED
    celldesign:FILTER
    celldesign:FILTERICON
    celldesign:POPIN
    <u><b><htmlb:tableView> IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START/P_CLASS</b></u>
    Deprecated and not supported in design 2003.

    Thanks for the feedback. Closing the gap between JavaFX CSS and W3C CSS will be an evolutionary process. It would be nice to use a standard's based stylesheet but there is not always a 1-1 mapping to JavaFX. But for those properties that can be mapped, it is something that should be supported. For example, we should be able to handle "font" or "-fx-font".
    I have made http://javafx-jira.kenai.com/browse/RT-9272 public.

  • Difference between command line and Runtime.exec()

    Hi all.
    I'm coding some lines to call sqlldr program.
    System info:
    OS: Win2k server
    Java platform: JSK 1.4
    DBMS: Oracle 9i
    I've tested sqlldr in command line and it is OK. But when i call Runtime.exec("sqlldr user/pass@servicename control=mycontrol.ctl")
    the ErrorStream show that: Message 2100 not found,No message file for product=RDBMS ,facility=UL...
    So i had to put a String array which contained "ORACLE_HOME" as the second parameter of exec method. But there's another error appear:
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12560: TNS:protocol adapter error
    I checked tnsnames.ora and it's OK. I do the command line again and it's still OK. Why did Runtime.exec("...") method get Error.
    Does Someone solve it for me.
    Thanks so much.

    I'm having the similar/same issue.
    I'm trying to run SQLLdr from JAVA.
    From a command line, it works fine.. From within JAVA, I get..
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12640: Authentication adapter initialization failed.
    Did you find a solution to your problem?

  • 1 month difference between OS time and System.currentTimeMillis()

    Hi all:)
    System.currentTimeMillis() give a time 1 month ago. If any one have idea what is wrong?Others programs give the right time.
    I tested on Windows XP Pro and Linux end the result is wrong on both OS.
    Thank you in advance.

    posman@linux:~/ivan> uname -a
    Linux linux 2.6.4-52-default #1 Wed Apr 7 02:08:30 UTC 2004 i686 i686 i386 GNU/Linux
    posman@linux:~/ivan> cat x.java
    public class x {
    public static void main(String args[]) {
    System.out.println(new java.util.Date());
    posman@linux:~/ivan> javac x.java
    posman@linux:~/ivan> date;java x
    Mon Feb 14 10:18:02 CET 2005
    Mon Feb 14 10:18:02 CET 2005

  • Differences between B2B IPCUI and CU50 IPCUI?

    Dear all.
    We have SAP ERP 6.0 installed with integrated IPC in VMC running. On another box we have NW 7 with E-Commerce 5.0 and TREX 7.0 and MS ISS 7.5 running.
    We have two scenarios:
    Scenario 1: http://host:port/b2b/b2b/init.do
    After a logon a shop list appears. After going into a shop, navigating through the catalog and choosing a configurable product, the IPC UI gets displayed.
    Scenario 2: SAP Gui transaction CU50
    After choosing the same configurable material as in scenario 1 and running it through the IPC, the IPC UI gets displayed.
    The IPC UI via CU50 shows correctly status ligths as configured through XCM parameter appearance.showstatuslights=T.
    But the IPC UI in the B2B does not show the status lights, but the texts.
    My assumption is that both scenarios are using the same IPC UI.
    Or is there maybe a difference?
    What I also do not understand is:
    Why do I have XCM configuration for IPC two times?
    One "Internet pricing and configurator" in ../ipc/admin/xcm and another "IPC" in ../b2b/admin/xcm
    Maybe this is a silly question, but I haven´t found any solution nor answers to these issues and questions after long investigations.
    Thanks and regards
    Stefan

    Your Scenario 1: uses IPC-SCE (Configuration Engine) for runtime configuration of a configurable product. This uses the IPC as the runtime engine for configuring the product. The IPC UI (along with appropriate Java application) helps you render the design and get your input.
    Your Scenario 2: SAP Gui transaction CU50  uses the classical Variant Configuration LO-VC module of the SAP R/3 (ECC 6.0) system. The SAPGUI Variant configuration screens don't use IPC at any instance.
    The IPC UI via CU50 shows correctly status ligths as configured through XCM parameter appearance.showstatuslights=T. But the IPC UI in the B2B does not show the status lights, but the texts.
    It is very likely that you are seeing the default behavior of CU50 set elsewhere. Try changing the XCM setting and see if CU50 display property changes.
    My assumption is that both scenarios are using the same IPC UI.
    Not correct.
    See more detailed functional differences between IPC-SCE and LO-VC at this link Comparison of SCE and R/3 Variant Configuration.
    Why do I have XCM configuration for IPC two times?
    One "Internet pricing and configurator" in ../ipc/admin/xcm and another "IPC" in ../b2b/admin/xcm
    Technically they are  two different applications for use in different contexts. ../ipc/ for both design time and runtime of product configuration. This is what actually controls the IPC UI appearance in the web. The ipc component in the ../b2b/ application is for picking up the right configuration type that is defined in XCM of the _ipc application _.
    Maybe this is a silly question, but I haven´t found any solution nor answers to these issues and questions after long investigations.
    Probably, this was "intuitive" by SAP standards, so they don't have any documentation for developers who don't work in SAP.....
    (1) Define a custom configurations for application configuration  isab2b and isacatalog in ipc/XCM.
    (2) After making changes to ipc application (XCM) for UI settings, you have to restart the ipc application.
    (3) Define custom component for application component ipcdefaul in b2b/XCM
    (4) In the place of isab2b and isacatalog, input the names of the custom configurations you defined in ipc/XCM
    (5) Restart the b2b application.
    Hope this helps...
    Easwar Ram
    http://www.parxlns.com

  • Clarification needed between NET TIME and W32TIME please.

    I have been struggling with the difference between NET TIME and W32TIME. I found the following excellent blog:
    http://blogs.msdn.com/b/w32time/archive/2009/08/07/net-time-and-w32time.aspx
    I do, however, need some clarification that I'm hoping you guys can help with.  Any following conversation assumes a single domain with workstations.
    Based on previous knowledge, I always assumed that when running NET TIME on a workstation, it was actually showing which computer on the network this workstation was syncing to.  However, it appears that it is actually just looking for the nearest domain
    controller (if possible).  Is that correct?  If so, then NET TIME has no bearing on what the time is set to on the workstation, correct?
    With that asked, I suppose I need to focus on W32TIME to configure time on workstations.  I typically prefer to point it to the NTP pool available as it has been reliable for me in the past.  If I need to focus on W32TIME, is it a preferred method
    in domains to configure each and every workstation to point to a NTP internet source via GPO?  Alternatively, is there a way to use W32TIME to point to a server to get its time?  For example, point a domain server to an internet NTP source, then
    configure all workstations to point to that server.  If that's possible, is it as simple as specifying the FQDN of the time server in my environment during W32TIME setup instead of an internet NTP server?
    Thank you for any clarification, I'm hoping to clear up any confusion I have about time to never have to question it again.  I assist in managing many domains and this information will come in very handy.

    Hello,
    As far as i know net time functions correctly with windows equivalent to win XP.
    I will recommend you to configure your domain members to synchronize with the DC's and those DC's the PDC which normally hold this role synchronize with the internet. This is for normal domain hierarchy(Nt5DS).
    Some commands to be run to get information:w32tm /query /source or w32tm /query /configuration from the cmd line
    http://technet.microsoft.com/en-us/library/cc773263(v=ws.10).aspx
    http://support.microsoft.com/kb/816042
    Configuration of PDC:
    http://technet.microsoft.com/en-us/library/cc786897(v=ws.10).aspx
    Domain members configuration:
    http://technet.microsoft.com/en-us/library/cc758905(v=ws.10).aspx
    But all these configurations can be made from the group policy.
    Hope it helps
    Fred

  • Extract Time from date and Time and Need XLMOD Funtion to find the Difference between Two Time.

    X6 = "1/5/15 5:16 AM" & NOW ....................difference by Only Time
    not date
    X6 date and Time will be changing, Its not Constant
                Dim myDateTime As DateTime = X6
                Dim myDate As String = myDateTime.ToString("dd/MM/yy")
                Dim myTime As String = myDateTime.ToString("hh:mm tt")
                Dim myDateTime1 As DateTime = Now
                Dim myDate1 As String = myDateTime1.ToString("dd/MM/yy")
                Dim myTime1 As String = myDateTime1.ToString("hh:mm tt")
    Need to use this function to find the Difference between Two Time. due to 12:00 AM isuue
    Function XLMod(a, b)
        ' This replicates the Excel MOD function
        XLMod = a - b * Int(a / b)
    End Function
    Output Required
     dim dd  = XLMod(myTime - myTime1)
    Problem is myTime & myTime1 is String Need to convert them into Time, Later use XLMOD Funtion.

    Induhar,
    As an addendum to this, I thought I'd add this in also: If you have two valid DateTime objects you might consider using a class which I put together a few years ago
    shown on a page of my website here.
    To use it, just instantiate with two DateTime objects (order doesn't matter, it'll figure it out) and you'll then have access to the public properties. For this example, I'm just showing the .ToString method:
    Option Strict On
    Option Explicit On
    Option Infer Off
    Public Class Form1
    Private Sub Form1_Load(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) _
    Handles MyBase.Load
    Dim date1 As DateTime = Now
    Dim date2 As DateTime = #1/1/1970 2:35:00 PM#
    Dim howOld As New Age(date1, date2)
    MessageBox.Show(howOld.ToString, "Age")
    Stop
    End Sub
    End Class
    I hope that helps, if not now then maybe at some point in the future. :)
    Still lost in code, just at a little higher level.
      Thanx frank, can use this in Future....

Maybe you are looking for

  • Two separate L2L tunnels between same two ASA

    I have a large MPLS fully meshed network with two main locations, both of which have an ASA with internet access as well as the MPLS access.  I need to be able to provide a backup connection between the two main locations in the event one of the MPLS

  • Customer payment advice - where can I look up payment advice that are used

    Hi Guru, I use FEB3 to look for payment advices created and use them to apply for payment.  Once I use the particular payment advice,  I am unable to view that advice through FEB3 again.  If I need to view the advice again,  where can I do it??

  • Query on Value Table creation

    Dear Experts, I am working on ECC (sender as Business System) <----> SAP PI 7.31 Single stack JAVA only <----> JDBC Receiver (Business Component) scenario. During the response from JDBC, I have to maintain a value table for Gender. Following are valu

  • Unable to scan to my HP Officejet 4620

    I am unable to scan from my printer to my Mac.  I'm using Mac OS X 10.10.2  Yosemite and this problem only occured when I updated to Yosemite.  I am able to print okay.  I have uninstalled the printed and re-installed it and downloaded new drivers. 

  • Double subscription but minutes deduct from the ne...

    I have a 120 minutes subscription to China which expires on 1 Nov. I have cancelled it because I subscribed to Premium (can call 50+ countries) 2 wks ago. But it says I can still use it until it expires. However, now when I make call to China, the mi