Get time with DIO and timer

Hi everybody,
I'm new with LabView.
I try to get timestamps when I have a digital input on a NI 6233 card. For that I am using a counter/timer which is synchronising my digital waveform input, like an example shows.
When I calculate the period with two timestamps afterwards I see weird results. (see jpeg)
Does anybody know if this is a software or hardware issue? How can I fix that?´
Attached you can find also the vi.
Attachments:
Period Time.jpg ‏157 KB
Timer.vi ‏41 KB

Hi Patrick,
I try to measure the period of a rotating part. I am using a proximity sensor to give me a digital high signal for each rotation.
In the vi I am using a counter/timer to syncronize my digital input. Afterwards I am using my data signal twice. Once I am using it to get a boolean which starts a case structure. In there I am using the data signal a second time to get my a timestamp which gets also transformed into seconds. I am saving this value to a tdms file.
With this timestamp I am calculating the period in another program. For some reason the period has descrete values which shows the jpeg.
Do you have a better way to get the timestamp or even the period?
Thanks.

Similar Messages

  • How to get last modified date and time of a file which is in apache server.

    Hi ,
    I need to get last modified date and time of a file in remote machine.
    This file is in remote machine which has apache server installed.
    I am trying to get this information by connecting to apache server from client by giving absolute URI of the file to file object.
    URI is got from apache server URL by using toURI method.
    when I use lastModified method , its throwing exception , because scheme of URI is not file.
    I can't give scheme as file because ftp server is not installed on that server
    Is there any other way to get this information .

    No, unless you can use an FTP client.

  • How to get the client date and time ?

    Dear Sirs...
    Using jdeveloper 10.1.2.0
    How can i get the client date and time using the HttpServletRequest ?
    thanks for any help in advance
    best regards

    If your code is running on the client pc you can just create a new instance of the java.util.Date class. That class automatically defaults to the current time of the client machine. Otherwise if you're running the code on the server, you could insert/post the client date/time by adding its string representation as a parameter to the HTTP request object.
    Ronald

  • When I try to open certain slide shows, my computer gets the spinning wheel and times out. Other slide shows open fine. What am I doing wrong?

    When I try to open certain slide shows, my computer gets the spinning wheel and times out. Other slide shows open fine. What am I doing wrong?

    Hard to say but most likely you are not doing anything wrong but have some library corruption
    What version of iPhoto? Of the OS?
    backup your iphoto library, depress the command and option keys, launch iPhoto and rebuild your database
    LN

  • Get the Current Date and Time of a Location

    I have created a windowsPhoneApplication in silverLight 8.1.In my application,I have to upload videos on some server.The Uploading get failed If the Date and Time settings of my device is not the current Date and Time.So How can I get the current date
    and time even if the device settings is wrong?

    Hi shifana,
    Do you know server's time zone? If yes, you can manually translate to the correct time zone.
    Otherwise try some online time acquire API.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to check the current time with a Stored  time in string format

    Hi All
    I would like to compare the system time with an existing time values which is allready there in String format..
    i mean i would like to check if the SysTime is inbetween 6:30 and 14:00
    I accomplished this in Oracle ..
    Select 'Y' from dual where to_date(to_char(sysdate,'HH24:MI '),'HH24:MI') between to_date('06:30','HH24:MI') and to_date('14:00','HH24:MI')
    But instead of checking the DB each and every time , the perfomance would be better if we can do this in our java code..
    Could some one provide me with a code to accomplish the above scenario..
    Thanks in advance..,.,

    import java.util.Calendar;
    Calendar rightNow = Calendar.getInstance();  // gets the current date and time to millisec
    Calendar earlyTime = Calendar.getInstance().set(Calendar.HOUR_OF_DAY, 6).set(Calendar.MINUTE, 30);
    Calendar lateTime = Calendar.getInstance().set(Calendar.HOUR_OF_DAY, 8).set(Calendar.MINUTE, 0);
    if (rightNow.compareTo(earlyTime)> 0 && rightNow.compareTo(lateTime) < 0){
    // do something
    }Try this.

  • Differences between Time ticket (CO11N) and Time Event (CO19)

    Hi Guru
    Could you please briefly explain differences in between Time ticket (CO11N) and Time Event (CO19) during Prd Ord confirmation?
    I tried searching for relevant material but could not get any.
    Please advise

    Dear Lyonie,
    In my understanding CO11N, is generally used to confirm the production execution at operation level or sub operation level or
    normally for milestone operation confirmation.Automatic Goos movement can also be performed when this T Code is executed.
    There is no track of exact setup start time,end time,execution start time and end time.
    Using CO19,we can track the or post the exact or actual setup start time,setup end time,processing start time,end time for each
    operation.
    More related to Time Eevnt confirmation,
    Time Event Confirmations  
    Every confirmed time event is assigned internally to a record type group:
    Setup times are assigned to record type group 1.
    Processing times are assigned to record type group 2.
    Teardown times are assigned to record type group 3.
    Each record type group can be assigned to one or more parameters in the standard value key for the work center (for example machine time). (See Customizing in Production ® Basic data ®Work center ® General data ® Standard value ® Define standard value key). The link between time event and parameter ensures that the calculated duration counts as an activity (for example, when calculating the actual costs of the operation.
    The processing of an operation requires both machine time and labor time. The time event confirmation for the processing section of the operation can take effect on activity u2018machine timeu2019 and on u2018processing timeu2019, if you enter record type group u20182u2019 for the parameters u2018machineu2019 and u2018laboru2019 in the standard value key.
    You can only confirm quantities when you confirm processing time events.
    You can only confirm activities that cannot be assigned to a particular record type group (Set-up, processing, teardown) by using the time event u2018Variable activityu2019. The confirmed value is assigned to corresponding value in the standard value key parameters.
    Regards
    S Mangalraj

  • Time of song and Time elapsed on a MP3 player

    I cant figure out how i make a  time of song and time elapsed line. I all ready made the mp3 player.
    Here is the AC3 code. If anyone can help me with this i would be a very happe man.
    package {
         import fl.controls.DataGrid;
         import fl.data.DataProvider;
         import flash.data.SQLConnection;
         import flash.data.SQLStatement;
         import flash.desktop.Clipboard;
         import flash.desktop.ClipboardFormats;
         import flash.desktop.NativeDragManager;
         import flash.display.MovieClip;
         import flash.display.NativeWindow;
         import flash.display.NativeWindowInitOptions;
         import flash.display.NativeWindowSystemChrome;
         import flash.display.NativeWindowType;
         import flash.display.SimpleButton;
         import flash.display.Sprite;
         import flash.display.Stage;
         import flash.display.StageAlign;
         import flash.display.StageScaleMode;
         import flash.events.Event;
         import flash.events.MouseEvent;
         import flash.events.NativeDragEvent;
         import flash.events.TimerEvent;
         import flash.filesystem.File;
         import flash.filters.DropShadowFilter;
         import flash.media.ID3Info;
         import flash.media.Sound;
         import flash.media.SoundChannel;
         import flash.media.SoundMixer;
         import flash.media.SoundTransform;
         import flash.net.URLRequest;
         import flash.text.TextField;
         import flash.utils.Timer;
         public class AudioGear extends Sprite
              private var connect:SQLConnection;
              private var currentSound:Sound;
              private var yOffset:Number;
              private var st:SoundTransform;
              private var nw:NativeWindow;
              private var window:MovieClip;
              private var tracer:int;
              private var channel:SoundChannel;
              private var tfText:String;
              private var len:int;
              public function AudioGear()
                   init();
                   listeners();
              private function init():void
                   initDB();
                   buildWindow();
                   initObjects();
              private function initObjects():void
                   background.mouseEnabled = true;
                   playToggle.buttonMode = true;
                   playToggle.mouseChildren = false;
                   tf.background = true;
                   tf.backgroundColor = 0x000000;
                   tf.mouseEnabled = false;
                   tf.text = "Drag MP3 file here";
                   prevBtn.buttonMode = true;
                   playBtn.buttonMode = true;
                   nextBtn.buttonMode = true;
                   st = new SoundTransform(1, 0);
                   channel = new SoundChannel();
                   try {
                        currentSound = new Sound(new URLRequest(window.grid.getItemAt(0).Location));
                   catch(event:Error)
              private function initDB():void
                   var file:File = File.applicationStorageDirectory.resolvePath("playlist.db");
                   connect = new SQLConnection();
                   connect.open(file);
                   var statement:SQLStatement = new SQLStatement();
                   statement.sqlConnection = connect;
                   statement.text = "CREATE TABLE IF NOT EXISTS PLAYLIST (Artist TEXT, Song TEXT, Location TEXT)";
                   statement.execute();
              private function listeners():void
                   closer.addEventListener(MouseEvent.CLICK, handleWindow);
                   mini.addEventListener(MouseEvent.CLICK, handleWindow);
                   background.addEventListener(MouseEvent.MOUSE_DOWN, moveWindow);
                   playToggle.addEventListener(MouseEvent.CLICK, togglePlayList);
                   volControl.slider.addEventListener(MouseEvent.MOUSE_DOWN, sliderDown);
                   prevBtn.addEventListener(MouseEvent.CLICK, buttonClick);
                   playBtn.addEventListener(MouseEvent.CLICK, buttonClick);
                   nextBtn.addEventListener(MouseEvent.CLICK, buttonClick);
                   this.addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, dragEnter);
              private function moveWindow(event:MouseEvent):void
                   stage.nativeWindow.startMove();
              private function handleWindow(event:MouseEvent):void
                   if(event.target == closer)
                        stage.nativeWindow.close();
                        nw.close();
                   else
                        stage.nativeWindow.minimize();
                        nw.minimize();
              private function sliderDown(event:MouseEvent):void
                   volControl.slider.removeEventListener(MouseEvent.MOUSE_DOWN, sliderDown);
                   stage.addEventListener(MouseEvent.MOUSE_MOVE, sliderMove);
                   stage.addEventListener(MouseEvent.MOUSE_UP, sliderUp);
                   yOffset = mouseY - event.target.y;
              private function sliderMove(event:MouseEvent):void
                   var mc:MovieClip = volControl.slider;
                   mc.y = mouseY - yOffset;
                   if(mc.y <= 0)
                        mc.y = 0;
                   else if(mc.y >= (100))
                        mc.y = (100);
                   updateVolume(mc.y);
                   event.updateAfterEvent();
              private function sliderUp(event:MouseEvent):void
                   stage.removeEventListener(MouseEvent.MOUSE_MOVE, sliderMove);
                   stage.removeEventListener(MouseEvent.MOUSE_UP, sliderUp);
                   volControl.slider.addEventListener(MouseEvent.MOUSE_DOWN, sliderDown);
              private function updateVolume(num:Number):void
                   var vol:Number = (100 - (num*1))/50;
                   SoundMixer.soundTransform = st;
                   st.volume = vol;
              private function dragEnter(event:NativeDragEvent):void
                   this.removeEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, dragEnter);
                   this.addEventListener(NativeDragEvent.NATIVE_DRAG_DROP, dragDrop);
                   this.addEventListener(NativeDragEvent.NATIVE_DRAG_EXIT, dragExit);
                   var clip:Clipboard = event.clipboard;
                   var object:Object = clip.getData(ClipboardFormats.FILE_LIST_FORMAT);
                   tfText = tf.text;
                   if (object[0].extension.toLowerCase() == "mp3")
                        NativeDragManager.acceptDragDrop(this);
                   tf.text = "Drop it";
                   else
                        tf.text = "Not a MP3 file";
              private function dragExit(event:NativeDragEvent):void
                   this.addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, dragEnter);
                   this.removeEventListener(NativeDragEvent.NATIVE_DRAG_EXIT, dragExit);
                   tf.text = tfText;
              private function dragDrop(event:NativeDragEvent):void
                   this.removeEventListener(NativeDragEvent.NATIVE_DRAG_EXIT, dragExit);
                   this.addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, dragEnter);
                   this.removeEventListener(NativeDragEvent.NATIVE_DRAG_DROP, dragDrop);
                   var clip:Clipboard = event.clipboard;
                   var object:Object = clip.getData(ClipboardFormats.FILE_LIST_FORMAT);
                   var req:URLRequest = new URLRequest(object[0].url);
                   var sound:Sound = new Sound();
                   sound.addEventListener(Event.COMPLETE, soundLoaded);
                   sound.load(req);
                   tf.text = "LOADING...";
              private function soundLoaded(event:Event):void
                   currentSound = event.target as Sound;
                   var id:ID3Info = currentSound.id3;
                   var artist:String = id.artist;
                   var song:String = id.songName;
                   var url:String = currentSound.url
                   var statement:SQLStatement = new SQLStatement();
                   statement.sqlConnection = connect;
                   statement.text = "INSERT INTO PLAYLIST (Artist, Song, Location) VALUES (?, ?, ?)";
                   statement.parameters[0] = artist;
                   statement.parameters[1] = song;
                   statement.parameters[2] = url;
                   statement.execute();
                   loadData();
                   window.grid.selectedIndex = len-1;
                   tracer = -1;
                   tf.text = "Thank you";
                   var timer:Timer = new Timer(1000);
                   timer.addEventListener(TimerEvent.TIMER, onTimer);
                   timer.start();
              private function onTimer(event:TimerEvent):void
                   if(tf.text == "THANK YOU!")
                        tf.text = tfText;
                   var timer:Timer = event.target as Timer;
                   timer.stop();
              private function loadData():void
                   var statement:SQLStatement = new SQLStatement();
                   statement.sqlConnection = connect;
                   statement.text = "SELECT * FROM PLAYLIST";
                   statement.execute();
                   try
                        var dp:DataProvider = new DataProvider(statement.getResult().data);
                        window.grid.dataProvider = dp;
                   catch(event:Error)
                   len = window.grid.length;
              private function buttonClick(event:MouseEvent):void
                   var mc:MovieClip = event.target as MovieClip;
                   var string:String = mc.name;
                   switch(string)
                        case "playBtn" :
                        if(mc.currentLabel == "play")
                             try
                                  playSong(currentSound.url);
                             catch(event:Error)
                        else
                             mc.gotoAndStop("play");
                             SoundMixer.stopAll();
                        break;
                        case "nextBtn" :
                        playNextSong();
                        break;
                        case "prevBtn" :
                        playPrevSong();
                        break;
              private function playNextSong():void
                   if(tracer == len)
                        tracer = 0;
                   else
                        tracer++;
                   handleNextPrev();
              private function playPrevSong():void
                   if(tracer == 0)
                        tracer = len;
                   tracer--;
                   handleNextPrev();
              private function handleNextPrev():void
                   var string:String;
                   try
                        string = window.grid.getItemAt(tracer).Location;
                        currentSound = new Sound(new URLRequest(string));
                        SoundMixer.stopAll();
                        playSong(string);
                   catch(event:Error)
                        string = window.grid.getItemAt(0).Location;
                        currentSound = new Sound(new URLRequest(string));
                        SoundMixer.stopAll();
                        playSong(string);
              private function playSong(string:String):void
                   try {
                        playBtn.gotoAndStop("stop");
                        for(var i:int; i<len; i++)
                             if(string == window.grid.getItemAt(i).Location)
                                  tracer = i;
                                  window.grid.selectedIndex = i;
                        var object:Object = window.grid.getItemAt(tracer);
                        if(object.Artist == null)
                             object.Artist = "";
                        if(object.Song == null)
                             object.Song = "";
                        tf.text = object.Artist + " - " + object.Song;
                        channel = currentSound.play();
                        channel.addEventListener(Event.SOUND_COMPLETE, onSoundComplete);
                   catch(event:Error)
              private function onSoundComplete(event:Event):void
                   playNextSong();
              private function togglePlayList(event:MouseEvent):void
                   if(playToggle.ty.text == "Show Playlist")
                        loadData();
                        setCoords();
                        nw.visible = true;
                        window.grid.selectedIndex = tracer;
                        playToggle.ty.text = "Hide Playlist";
                   else
                        nw.visible = false;
                        playToggle.ty.text = "Show Playlist";     
              private function buildWindow():void
                   var nwo:NativeWindowInitOptions = new NativeWindowInitOptions();
                   nwo.maximizable = false;
                   nwo.resizable = false;
                   nwo.transparent = true;
                   nwo.systemChrome = NativeWindowSystemChrome.NONE
                   nwo.type = NativeWindowType.LIGHTWEIGHT;
                   nw = new NativeWindow(nwo);
                   nw.title = "Playlist";
                   window = new Window();
                   window.deli.ty.text = "Delete";
                   window.mouseEnabled = false;
                   window.addEventListener(MouseEvent.MOUSE_DOWN, moveNatWin);
                   nw.stage.stageWidth = window.width+10;
                   nw.stage.stageHeight = window.height+10;
                   nw.stage.scaleMode = StageScaleMode.NO_SCALE;
                   nw.stage.align = StageAlign.TOP_LEFT;
                   window.filters = [new DropShadowFilter(4, 90, 0x000000, 1, 4 ,4, 0.66, 3)];
                   window.x = 5;
                   window.y = 0;
                   nw.stage.addChild(window);
                   setCoords();
                   window.grid.addEventListener(Event.CHANGE, gridChange);
                   window.deli.addEventListener(MouseEvent.CLICK, deliClick);
                   loadData();
              private function setCoords():void
                   nw.x = stage.nativeWindow.x;
                   var theY:Number = (stage.nativeWindow.y + stage.nativeWindow.height)
                   nw.y = theY;
              private function deliClick(event:MouseEvent):void
                   try
                        var statement:SQLStatement = new SQLStatement();
                        statement.sqlConnection = connect;
                        statement.text = "DELETE FROM PLAYLIST WHERE Location = ?";
                        statement.parameters[0] = window.grid.selectedItem.Location;
                        var string:String = window.grid.selectedItem.Location;
                        var item:int = window.grid.selectedIndex;
                        statement.execute();
                        loadData();
                        if(currentSound.url == string)
                             currentSound = new Sound(new URLRequest(window.grid.getItemAt(0).Location));
                        len = window.grid.length;
                        try
                             window.grid.selectedItem = window.grid.getItemAt(item-1);
                        catch(event:Error)
                             window.grid.selectedItem = window.grid.getItemAt(0);
                   } catch (event:Error) {
              private function gridChange(event:Event):void
                   var dg:DataGrid = event.target as DataGrid;
                   currentSound = new Sound(new URLRequest(dg.selectedItem.Location));
              private function moveNatWin(event:MouseEvent):void
                   var mc:MovieClip = event.target as MovieClip;
                   var st:Stage = mc.parent.parent as Stage;
                   st.nativeWindow.startMove();

    Hello there,
    You're in the forum for Acrobat.com. We can't help with questions about other products; I'm not sure what you're using for your project, but it's not likely you'll find the help you're looking for in this particular forum. Sorry!
    Rebecca

  • We get paid with cheques and organise specialised coloured aluminium. I can not rid my mac book pro or my IMac of the american spell checker.

    We get paid with cheques and organise, specialised coloured aluminium. I can not rid my apple devices, mac book pro, desktop IMac or IPhone of the american spell checker.
    Everything, Numbers and Pages et al, always default back to US English. To cap it all we sell luminaires (yes this is a word used in our world of lighting design everyday) Mac and Microsoft always default - my docs have more words underlined in red that not. I once found a permanent solution for Microsoft that removed US english - and then the laptop died. Can anyone rid me of this irritation.

    GOT IT FIXED!  WOW!
    I did better than filing a bug report.  I went to Apple support, chose chat support.  When it wanted $15 or was it $19 I filed an exemption which was a choice on the page, based on the fact that I recently upgraded to Yosemite.
    Got the chat fellow and here we go!!!!  ;-)  First off he sent me this app so he could see my screen.  Then he had me do a few things  like move the system configuration folder to the desktop and repair permissions.  Then he had me reset the SMC and Pram.  Nothing helped, all the ghost computers still showed in the finder.
    As a last resort he had me reset my Apple Airport Extreme.  Wala!  Ghost Computers GONE!  He said it was a combination of stuff but mainly it was the airport extreme when I installed Yosemite.  Something to do with my network.  We'll see if it holds or if the problem comes back but as of now there's no more ghost computers in the sharing part of the finder.
    Thanks to all who offered suggestions.  I hope maybe this helps someone else.
    Allen

  • IOS diagnostics DOESNT work on my ipad 2. i get message with 99206 and when i enter it says ticket not valid

    iOS diagnostics DOESNT work on my ipad 2. i get message with 99206 and when i enter it says ticket not valid why send to me if it isnt valid ?
    trying to find answer for gamecenter not working.

    APN is a network identifier for mobile device
    http://en.wikipedia.org/wiki/Access_Point_Name

  • Get started with file and font sync

    Get started with file and font sync how do you access the 700 free fonts?

    Have you requested and received an email that you're eligible for File and Font Sync early access?
    If you have, go to creative.adobe.com and download the latest version Creative Cloud desktop after you log in with your Adobe ID.
    Then when installed, you should be able to click on Fonts to browse on the Typekit website.

  • Where do I get started with OAS and JSP ?

    Where do I get started with OAS and JSP ?
    Resources?
    Please point me in the right direction!
    Post and/or email me at [email protected]

    The simplest way is to read OAS4082 Documentation:
    Developer's Guide: JServlet and JSP Applications.

  • Getting the date along with day and time on top right of sreen

    I know this sounds stupid, but I can' get the date to show up on the top right hand corner of screen to the left of the speaker icon. With tiger I had a facsimile calendar with the date and time of day on the bottom of my screen next to dock. Very nice. That disappeared with intro of Leopard ... any advice will be welcome. Steve in Phoenix

    This is the standard function and features of the menubar clock in OS X 10.3 thru 10.5.
    You will need to find a third party application to do what you wish.

  • CRYSTAL REPORT GRAPH WITH DATE AND TIME

    Post Author: Dino Dentone
    CA Forum: Charts and Graphs
    Dear forum,
    I am developing a Visual Studio .net 2005 Windows Form,i have a sql table with 2 field:1) DATA (date and time)2) Temperatura (numeric)I have to make a line graph with numeric data axes.I have insert two parameters' to customize the filtering, so i can have a graph of the temperature between to date and time.If i choose two date's and time (parameters) like 20/04/2008 00:00:00 trought 20/05/2008 00:00:00 i have no problemBut if a choose a range minor of 1 day (some hours like from 15/05/2008 00:00:00 trought 15/05/2008 08:00:00) i have no graph.It sound like it don't use the time values?Thank's for the Help.

    There is some debugging info on the website. I've had problems getting the text to work. It was generally that I installed either the wrong 'version' of ImageMagick (the recommended one works for me--I'm running Vista x64 and one time installed the x64 version and it didn't work). I also installed Ghostscript to get the font list to work correctly. At one time I installed the x64 version of Ghostscript and it didn't work with the plug-in, either.
    I installed two items:
    ImageMagick: ImageMagick-6.4.9-3-Q16-windows-dll.exe
    Ghostscript: gs863w32.exe
    I don't know if it is necessary but I also added the fonts from
    ghostscript-fonts-std-8.11.tar.gz to the c:\Program Files (x86)\gs\fonts directory. Some, none, perhaps all, may already be installed just by installing ghostscript--it has been so long that I don't remember exactly. I do know that the contents of the gs fonts directory contains all the files in the .gz, I just don't remember if I put them there separately or as part of the gs install :)
    You need to make sure the font size is large enough. I usually use about 2-4% of height and export a single photo to make sure I see the text correctly.
    Tim does respond to email when he can so if you can't get it to work you can always drop him a line.

  • Need help for Flash quiz with score and timer

    Greetings, I need to urgently create a flash
    game with 10 questions, 3 answers per question. At the end of the
    quiz I need to get the time the quiz was completed for, what answers the player answered correctly and the time its completed into a database, + a couple of fields like name and phone that the user fills also needed to be added into db with the score and time. I need it by the end of tomorrow and I do realise i dont have the knowledge to make it, So if there is anyone that wishes to help or trade services I can give you back the favour by creating some html/css/web design content for you. Thanks in advance and please excuse me for my terrible english.

    download flash cs6 and use it to publish your ad or expand flash cc's publishing capabilites.  if you have a flash cc subscription you can download and use flash cs6 after logging into your cc acount.
    here's how to expand publishing capabilites of flash cc: http://forums.adobe.com/message/5511080#5511080#5511080

Maybe you are looking for

  • Report for slow moving material.

    Hi friends I want to create report for slow & fast moving materials.. I have to add following fields in the report Material, Unit of Measure, Current Stock, Value, Last consumption date, Last movement date... Now I dont have all these fields toghethe

  • How do I add a library?

    This may be a simple question, but I have downloaded a third-party library and I'd like to know how to add it to my flex app. so that I can use? I assume there's two parts, copying the files to the right location and including it somehow in the app.

  • How to make a Lay-Out

    Hello! I am using pages for a few months now, but there is one thing I can't get. If you make a project many people with the newest word have a beautiful lay out. For example with colored lines on each page. I was wondering. How can I get something l

  • Problem with the sorting of  JTable column

    Hi, I want to store the positions of the tablecolumns when my program closes and restore them when the program starts again. I store their column-index with their view positions. My problem comes when I want to restore them because I cant find a meth

  • F.13 How not to print the summary page?

    Hi, Output for F.13 contains the ALV summary page. Is there a way to do it?