My text messsage is not visible during my program works

I have write a programm, to write a file format in an other.
The files are so big that the programm work very long. So I made a text message  that show the program is still working.
In the beginning was working well. But now the text messages is no longer displayed.
I have no idea what the problem is.
some code:
int CVICALLBACK ReadCallback (int panel, int control, int event,
void *callbackData, int eventData1, int eventData2)
int iConfiguration;
switch (event)
case EVENT_COMMIT:
SetCtrlAttribute (panelHandle, PANEL_TXTMSG_Load, ATTR_VISIBLE, 1);
GetCtrlVal (panelHandle, PANEL_Dataset_Conf, &iConfiguration);
Function_Worker(iConfiguration);
SetCtrlAttribute (panelHandle, PANEL_TXTMSG_Load, ATTR_VISIBLE, 0);
break;
case EVENT_LEFT_CLICK:
break;
return 0;
The function_worker does made nothing with the GUI but it works with a DLL. Is this a problem?
Do you have any ideas?
Solved!
Go to Solution.

Somewhat more elaborate I'd suggest to modify your code as follows:
case EVENT_COMMIT:
    SetCtrlAttribute (panelHandle, PANEL_TXTMSG_Load, ATTR_VISIBLE, 1);
    ProcessDrawEvents ();
    GetCtrlVal (panelHandle, PANEL_Dataset_Conf, &iConfiguration);
    Function_Worker(iConfiguration);
    SetCtrlAttribute (panelHandle, PANEL_TXTMSG_Load, ATTR_VISIBLE, 0);
    break;

Similar Messages

  • Changes made to a pdf file (i.e. adding a text box) are not visible in iBooks but work OK in other programs like docs to go?

    Anyone know why that is or how to correct it?

    Thanks, Demo, I'll give that a shot. On the other hand, I really don't want to have some files in iBooks and other ones in Adobe Reader. If Adobe Reader will let me organize them in folders, it might be a great solution.
    However, there's no ".pdf management" involved here. It's simply "Read the #%€\#^% .pdf file I gave you" and there is nothing to "manage". Whatever opinions Apple has about Adobe, .pdf is a fact of life and should not require any handstands and backsprings just to read a file. (Are you listening, Apple?) I refinanced my home with .pdf files; print it, sign it, scan it, e-mail it back. (OK, calm down, it'll be all right... Sigh...)
    Whatever the result, I'll report back.
    Thanks again.
    Jeff B

  • Text boxes are not visible

    Hello. A page in my InDesign document appears to be broken. Text boxes are not visible, they can only mark if I choose command + a. Then I can copy the object and paste into another document in which they appear. You can not delete the page when the crash program. What could be wrong?

    Re text boxes not visible try: View > Screen Mode > Normal.
    It's not a good idea to copy and paste, use Place: File > Place.
    Re your crashing, maybe you should reset your Preferences.
    Derek

  • When preview my ibook on IPAD the text on the edge of the text box is not visible.  How do I fix that?

    When I preview my ibod created in Ibook Author on my IPAD some of the text on the edge of the text box is not visible.  How do I fix that?

    Does the iOS device connect to other networks? If yes that tend to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Insecurity of Keychain Access: "secure" notes visible during authentication

    Sorry if this has been discussed before, but I'm not keen on wading through 137 pages of discussions.
    I recently discovered Keychain Access' ability to create "secure notes," and thought this would be a wonderful way to keep my serial numbers, bank accounts, and other sensitive information secure.
    However, I just tried to actually decrypt this information for the first time, and was rather shocked. When you attempt to open a secure note, and select the "show note" checkbox that prompts the "Deny / Allow Once / Always Allow" dialog box, the dialog box contains the "secure" information from the note!
    In my example, which you can see here (http://www.justinreese.com/media/images/secure_bbedit.png), the entire text of the note is included in the dialog, previous to any password authentication. Of course, because I'm reusing the login keychain, I understand that it's already been decrypted upon logging in; however, I was under the impression that using Keychain Access to store secure notes and other passwords offered a secondary level of protection, and that even if someone were able to compromise my system while I was logged in, at least that sensitive data would remain secure (the way a dedication application such as Wallet or Yojimbo would do it).
    So... is this a bug, an oversight, or simply my own poor planning in using the login keychain to store secure information?
    Thanks to all.
    17" Powerbook G4/1.5Ghz   Mac OS X (10.4.6)   Stock + 1GB of RAM
    17" Powerbook G4/1.5Ghz   Mac OS X (10.4.6)   Stock except 1.5GB of RAM

    My suspicion is that when you created the note, in the "name" field, you used "paste" intending to paste "BBEdit 8 Registration". However, if the clipboard at the time had contained multiple lines, the "Name:" field would then contain the entire contents (Owner Name, Email Address, etc), although it might not be immediately apparent since the main "Keychain Access" window would only display the first line. However, when asking for authentication, the full "Name" is displayed. This scenario is easy enough to replicate.
    The odd thing is that even if the "Name:" is subsequently edited to remove the extra lines, the "authentication dialogue" seems to continue to ask for authentication using the "old" name... it's probably being cached somewhere but I haven't been able to track it down.
    So in this case, I would call this "user error" for putting "secure" info in an "insecure" field in the first place, but there is definitely some sort of bug / oversight / slopiness in that the authentication dialogue doesn't update - so in effect it is asking you to authenticate for one thing, when in reality it is authenticating something that might have a completely different name. That sort of thing might open up "spoofing" opportunities, but for a user's personal keychain, I would suspect that anyone that can get close enough to do something with it would have opportunities to do far worse. Still, it can't be a good thing...

  • Enhancement not visible during runtime

    Dear experts,
    I have a problem with getting enhancements up and running in runtime.
    I Changed 2 enhancements in FM J_1B_NF_VALUE_DETERMINATION and activated them. Activation goes fine, but for some reason during runtime (in debug mode), I can not see the code of the enhancement at all. My changes are not triggered, I can not even see the code in debug-mode. The complete code-block is missing. It seems that the enhancements are not active and are just not embedded during runtime. Do I have to activate something else? I guess CMOD and SMOD are not relevant in this case but if they are please let me know.
    Thanks in advance
    William

    if you are usng enhancement framework then there is no need of CMOD/SMOD.
    where have you created your enhancement spots? and what type have you given there?
    goto SE19 and see what actually is the status of the enhancement .. if active, keep breakpoint directly inside your enhancement coding,
    when FM starts executing, you will find a circular swirl(just on the left side of the code ), that mean it will goto your enhancement. it wont direcly show in the deugger, you press F5 and then it will go inside your code.

  • Hard Drive not visible during install.

    I recently tried to turn on my G4 and got just a white screen. So I assumed it was the hard drive. I installed a new Hard drive. Put in my Leopard disk and the drive is not visible. I went into Disk Utility to format it, if needed. It was not visible there either.
    Out of suspicion, I plugged in the old HD into a different mac via USB and my data is there and visible.
    What could the problem be? I went back and double checked all of the cables.

    I know it's a pain to take out just to test, however, did you plug the new drive into the other system via USB to see if it's recognized also?
    Usually in this situation, it's a cable problem. Either a cable is not seated completely, or in rarer cases, there's a problem with a cable itself. Since the old drive is visible to the other system, you may have another issue going on, like a logic board problem. I'd want to run the Apple hardware test. On the gray OS X system CDs that came with your system, find the one that says 'AHT Version x.x', insert it, reboot, and choose the extended test when prompted. Either of the TechTool programs can do similar testing.
    By the way, your sig says you have Snow Leopard 10.6.3 installed, which is impossible on a Powerbook. Leopard 10.5.8 is the last operating system release available today for Powerbooks.

  • MS Project 2013 Trial Download not visible in installed programs and thus can't open

    I've consulted other posts however answer is not listed.  I have followed the instructions to download the file.  I've downloaded the 64-bit file and selected Open application on download however nothing happens.  I've gone to my Control Panel
    and Project 2013 is NOT listed.  I've searched for Project 2013 in the start up menu to no avail.
    Can anyone advise how I can get the software installed on my laptop?  The fact it states the application has downloaded but it's not visible as a downloaded file is driving me crazy.
    Please help
    Marisa

    Hello Marisa,
    When you download the trial, it downloads the image file by name ProjectProfessional_x64_en-us.img
    Do you see this file under your download folder? If yes, then you have downloaded the trial software successfully.
    As a next step, you need to extract .img into a directory using any tools that unzip the .img format (e.g., 7-zip
    http://www.7-zip.org/ ) and then install from it by running setup.exe.
    Hope this helps.
    Thank you,
    Kiran K

  • Entered Numbers Not Visible During Entry

    Have a oddity on my Mac: If I try to type in values for the sliders in the Develop module, they dissapear duing entry.
    1. Click on an enterable area for a slider. The text highlights.
    2. Type in a value. Value is still visible.
    3. As soon as the slider moves to the entered value, the text dissapears. It looks like it changes to the normally displayed gray value.
    4. Tab out or click outside the area and all goes back to normal.
    Mac Pro Nahalem dual 2.93, 16gb RAM, 10.6.8, ATI 4870 512mb
    Jim

    i note the same problem on the exposure field entry. imac,lion.
    it is distracting and correcting one's errors in this regard requires some effort.
    vince

  • In ipad,excel text data is not visible for Java developed WebApplication

    I have been struggling to fix this critical production defect from quite long time. Any help is appreciated.
    I have generated  .xlsx file using custom web application. The generated excel is working fine in windows system but not in iPad. Not sure of what exactly the problem was.On openings the same with iPad safari browser, The excel is showing cells for ‘date and numbers’ but not for text content.
    If the downloaded excel is opened using ‘quick office’ then it is showing everything.
    I have coded in java as below:
    response.setContentType("application/vnd.openxmlformats-officedocument.spreadshe etml.sheet");
    response.setContentLength((int) file.length());
                String fileName = "abc.xlsx;"
               response setHeader("Content-Disposition", "attachment; filename=" + fileName);
    response.setHeader("Pragma", "public");
               response setHeader("Cache-control", "no-transform");
                input = new BufferedInputStream(new FileInputStream(file));
                output = new BufferedOutputStream(ServletActionContext.getResponse().getOutputStream());
             byte[] buffer = new byte[8192];
             for (int length = 0; (length = input.read(buffer)) > 0;) {
                 output.write(buffer, 0, length);
                output.flush();
    Let me know if you need more info.
    Regards,
    Surya

    You would do much better to post your question in the developers' forum, where your fellow techies can be found. We tend to be just simple users here. 

  • NOKIA N85 NOT VISIBLE DURING SUNLIGHT

    i have a nokia n85 smartphone. During sunlight, it is difficult to see anything. i put the light sensor to maximum but no result. can any one help me solve this?

    sorry, but it's a common issue, nokia's n85 and n86 are performing poorly in direct sunlight, that's just the way oled goes. altough the technology was designed for better clarity and contrast, it lacks on readability under strong lightning. the best thing you can do is set your phone on either a really darkish theme, or on a really bright one, it might help. however, there is a version of the n85 shipped since june 2009, which seems to comport better on direct sunlight. is that the one you have? if not, you might consider it.
    If, from time to time, I actually give a good advice, please click on the Kudos icon, I have cookies and free hats!

  • Missing Functionality:BP Properties not visible during Add

    Have formatted search to determine a new
    bp code based upon business properties, but the variable is not set.
    Select $[OCRD.QryGroup1] always returns 'N' even if the the BP property
    is set when in Add Mode. Tested with an existing bp record the variable
    is set correctly.
    Edited by: Robert Fernandez on Sep 9, 2008 7:56 PM

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • List of data targets is not visible during data upload

    Hi all,
      I am trying to load user defined transactional data into an info object, i will do all necessary customization steps such as creating application component,assiging data sources,creating info packages and then creating update rules in info cubes, moreover i wrote a routine which calculates sales reveune based on cost and quantity sold.
    My problem is that when i created infopackage , it does not list any data targets, Plz any one can give tips in this regard.
    thanks in advance
    regards,
    a.fahrudeen
    Message was edited by:
            FAHRUDEEN MUSTAFA

    Hi Fahrudeen,
    Am a little confused here... you say you want to load Transaction data and load it into the InfoObject?? what was that??
    You can load the Transaction data only into your data targets such as InfoCube and DataStore Objects... If you are loading the data into your InfoObjects, then that would mean that you are loading the Master data for which obviously you won't have your data targets listed in your InfoPackage... Only in case of loading the transaction data would you have your Data Targets listed in your InfoPackage...
    Regards
    Manick

  • Adobe bridge cc is not working on my mac snow leopard version 10.6.8. In other words the program will not open all other programs work fine

    Adobe bridge cc is not working on my mac snow leopard version 10.6.8. In other words the program will not open, but all other programs i have been able to open just fine

    Moving this discussion to the Bridge General Discussion forum.

  • After creation producton order long text not visible inCO03

    Hi
    while creating production order with co01 i entered long text in longtext tab of the production order
    after that  in display mode  co03  that long text is not visilbe. tell me why and what are the setting required.
    thanks
    RAVI

    when i am creating production order
    i enter materil, plant, order type
    after that  in producto header screen
    i enter total quantiy 1 and scheduling type current date  in genaral tab
    after that i go to  long text tab i enterd long text and  i saved the order
    then i check in co03  the long text in entered  not visible.
    i am  in single tc code that time co01
    thanks
    ravi

Maybe you are looking for