User Profile

Collapse

Profile Sidebar

Collapse
vibhakhushi
vibhakhushi
Last Activity: Nov 1 '11, 11:53 AM
Joined: Mar 18 '10
Location: Bangalore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vibhakhushi
    started a topic Unable to run sql statements in perl
    in Perl

    Unable to run sql statements in perl

    Hi All,
    I am newbie in Perl Scripting. I have a requirement where I need to execute sql file on an Sqlite database.
    sqlite database has been set with password.
    I could connect to database. But when I try to execute sql statements its giving as "DBD::SQLite::d b prepare failed: file is encrypted or is not a database at <SQL> line 1." Here is my code

    Code:
    use DBI;
    
    my $dbfile
    ...
    See more | Go to post

  • ModuleEvent.READY not working in Flash Builder 4

    Recently i upgraded my AIR project from flex 3 to flash 4. It was working fine in Flex 3. In flash 4 I am using flash 4 sdk. In the upgraded version ModuleEvent.REA DY is not working :(
    Any tips or suggestion is welcome.
    Thank you in advance.
    See more | Go to post

  • vibhakhushi
    started a topic Testing AIR application with QTP 9.2

    Testing AIR application with QTP 9.2

    Hello everyone,
    I need to test my air application using QTP 9.2.
    I installed QTP 9.2 and also the flex plug-in by seeing the forums.
    I also did the necessary changes in the compiler settings.
    But I am unable to run my AIR application. Its saying unable to open "C:\Program Files\Adobe\Fle x Builder 3\sdks\framewor ks\libs\automat ion.swc.


    When I googled, I got as we have to install QTP-AIR plug-in for...
    See more | Go to post

  • vibhakhushi
    replied to How to compare two XML files in perl?
    in Perl
    Hello nithinpes. I rectified the error. But I don't know how to interpret the output of XML::SemanticCo mpare->diff() method. Pls put some light on that.
    See more | Go to post

    Leave a comment:


  • vibhakhushi
    replied to How to compare two XML files in perl?
    in Perl
    Hello nithinpes, I am using XML::SemanticCo mpare to compare two files. I downloaded that module. But I'm getting the error
    can't use an undefined value as an ARRAY reference at C:/Perl/site/lib/XML/SemanticCompare . I didn't get what it means. Can you put some light on that?
    My Code is:
    Code:
    	$file1 = $args[0] . "\\test.xml";
    	$file2 = $args[0] . "\\test1.xml";
     
    	local $/;
    	open(my $in,
    ...
    See more | Go to post

    Leave a comment:


  • Thank you nithinpes. I have small doubt. Should the batch be in C folder only to be executed? Cos I have my batch file in D drive. When i try to run batch file individually, it runs and gives me corresponding output. But, when I try to run from perl script, it wont run. Also, I wont get any error message. What might be the problem?
    See more | Go to post

    Leave a comment:


  • vibhakhushi
    started a topic How to compare two XML files in perl?
    in Perl

    How to compare two XML files in perl?

    How to compare two files in perl. I have two files as shown below.

    Code:
    First XML File
    <Data>
    <indep voltage>
      +1.20000000000e+01
    </indep>
    <indep current>
      +5.08474576271e-04
    </indep>
    </Data>
    
    Second XML File:
    <Data>
    <indep voltage>
      +1.20000000000e+01
    </indep>
    <indep
    ...
    See more | Go to post

  • Hello, nithinpes i am trying to run a batch file which is located in Documents and Settings folder. I get the error as windows can not find the path "c:Document s\. How to fix this error?
    See more | Go to post

    Leave a comment:


  • Thank you toolic. It worked like charm to me :)
    See more | Go to post

    Leave a comment:


  • vibhakhushi
    started a topic How to find the position of a string in a array?
    in Perl

    How to find the position of a string in a array?

    I have an array
    Code:
    @myarray = ("father","mother","sister","brother");
    
    How to find the position of "sister" in @myarray
    I didn't get any built in functions to do this. I'm a newbie in Perl. Please suggest some good tutorial.
    See more | Go to post

  • Yes gits. I am using uxMedia plugin. I tried setting autoSize but still the same error. Only title is visible.
    See more | Go to post

    Leave a comment:


  • vibhakhushi
    started a topic Problem opening SWF file in ExtJS 2.3

    Problem opening SWF file in ExtJS 2.3

    Hi All,
    When i try to open the window, i get only the title. When I re-size it manually, I can see the loaded SWF file.
    Please help me in fixing this bug.

    Following is the code:
    Code:
    wizardWin = desktop.createWindow({
    		                id: 'StartWizard/' + expId,
    		                title: 'Wizard: ' + expName,
    						width: win_wd,                
    		                iconCls: 'view_wizard',
    ...
    See more | Go to post

  • I try from a local machine. I get load exception, as undefined.
    See more | Go to post

    Leave a comment:


  • How to read and write an xml file in Extjs 2.3?

    Hello Everyone,
    Now i am venturing the XmlReader option in Extjs. But I am unable to read an xml file. Please help me by showing the demo.
    Here is my code:
    Code:
    var store = new Ext.data.Store({
            url:'login.xml',        
            autoLoad:true,
            reader: new Ext.data.XmlReader({
                   // record will have an "loginInformation" tag
                   record:'loginInformation',
    ...
    See more | Go to post

  • vibhakhushi
    started a topic How to use removeListener() in ExtJS?

    How to use removeListener() in ExtJS?

    Hello,

    I am working on Extjs 2.3. I would like to know how to use removeListener( ) for Ext.Window. I want to disable window minimization.

    Thanks in advance.
    See more | Go to post

  • Hello gits, Now i'm upgrading to newer version. Can you please help me out with tutorials and other materials to upgrade to newer version of ExtJS?
    See more | Go to post

    Leave a comment:


  • Hello RamananKaliraja n... I tried with the example you gave me, but still i'm not getting the drop down list. I checked for store getting data, its getting. I dont know why i'm not getting the drop down list. Can you tell me where i am going wrong.
    See more | Go to post

    Leave a comment:


  • Thank You gits... I resolved the error :) As it was a plugin i need to include this also in my code
    Code:
    Ext.grid.CheckColumn = function(config){
        Ext.apply(this, config);
        if(!this.id){
            this.id = Ext.id();
        }
        this.renderer = this.renderer.createDelegate(this);
    };
    
    Ext.grid.CheckColumn.prototype ={
        init : function(grid){
            this.grid = grid;
            this.grid.on('render',
    ...
    See more | Go to post
    Last edited by Dormilich; May 31 '10, 01:21 PM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • Hello gits... I saw your example. But when i tried it, i got this error...
    'Ext.grid.Check Column' [undefined] is not a constructor.

    I dont know how to resolve this error :(...
    See more | Go to post

    Leave a comment:


  • vibhakhushi
    started a topic How to get checkbox in a grid panel?

    How to get checkbox in a grid panel?

    Hello all,
    How to get a checkbox column in a grid panel? I want to have both normal columns and also a column of checkbox. Finally i read the record row wise not based on the checkbox which is selected. Can i have the grid panel with the above said options?
    I'm a newbie in ExtJS and using 2.3 for my project any tutorial to learn that is appreciable. Please help me with some example or tutorial :(
    See more | Go to post
No activity results to display
Show More
Working...