Jump to content

manojba

Members
  • Posts

    25
  • Joined

  • Last visited

manojba's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. QUOTE (manojba @ Apr 27 2009, 01:50 PM) Hi my application is 850KB when I make a installer its size becomes 62MB I dont have any issues in making installer but the problem is with its size so please can anyone tell me how to make a exe with lv runtime in it so that my application size is less and can be shared easily over internet with others as I am not using any serial communication there is no need to install visa, I know I only need lvrt and I have seen many post they have achieved the using trial and error method so please can anyone explain me it in detail...
  2. The above example by John Lokanis is really usefull, I just created this for fun though the problem was i couldnt make the images backgroud completely transparent there were some white dots in it...
  3. Hi can we change the shape of front panel to oval shape rather than rectangle for splash screens using transparent property eg if i want to make this as oval shape...
  4. QUOTE (Cool-LV @ May 7 2009, 07:32 AM) I think this was the simple solution for my problem...
  5. QUOTE (Karissap @ May 6 2009, 09:54 AM) Thanks Karissap this is what i was looking for ...But the problem is i cannot adopt this technique in my application because i already have a event structure i tried all possible ways of putting this technique into my code but its not working...I have a picture what my application looks like though this is not my real application but it is similar to this i.e. i have a event structure in one event i open tcp connection in second event i read and write and in third event i close tcp connection.In second event i display data in table were i need to do this.
  6. Hi, I have a table to display some numerical data I want to give user a column in same table to enter notes(i.e. alias column here) based on data retrieved.But the problem is as table is indicator user cannot edit it I mean he cannot enter any notes as needed.So now I am using two tables side by side one is indicator other is control but it looks odd with scroll bar in between and data cannot be matched as there are two scroll bars so is there a way to have common scroll bar for both tables plz reply soon thanks in advance...
  7. QUOTE (LV_FPGA_SE @ Apr 29 2009, 10:58 PM) Hi there can you post your vi again using save for previous version and changing it to version 8.0 bcoz i have v8.0 so i couldnt open your vi and it would be better if you post it quickly thanks... QUOTE (jdunham @ Apr 29 2009, 08:28 PM) 1) It's better to make the boolean transparent instead of matching the background. Then if you are using system color or if you change the background, it will always work 2) Use the boolean's "Boolean Text" property rather than just a string overlaid on your boolean. Then the whole thing will be clickable. Thanks for your suggestion of making boolean transparent it has solved my earlier problem, this is how it works by making boolean transperent.
  8. QUOTE (Phillip Brooks @ Apr 29 2009, 04:33 PM) Thanks Phillip this is what I needed ...
  9. QUOTE (Yair @ Apr 29 2009, 03:12 PM) Thanks everyone actually I had used open Url in default browser vi and to trigger it I used Flat square button in front panel with color of background so that it was not visible but i had problem with it whenever user clicks on text the button is not pressed as it is behind text but if user clicks area behind text it works but it is not working as i need it bcoz its difficult to press the button you will come to know by seeing the following fig Then i changed to event structure though its working fine but it would have been nice if it worked on clicking text and not whole panel.
  10. Hi, how to create hypertext link in labview i have splash screen for about button, in the splash screen I have my companys website link as of now its a underlined text how to make it a hyperlink so when somebody clicks on it it should open the website thanks in advance...
  11. QUOTE (rolfk @ Apr 27 2009, 12:48 PM) Thanks Rolf I think I will build a installer application but still if anybody has a solution to accomplish this easily it will be of great help I am using TCP/IP communication in my application :question: ...
  12. Hi, I was wondering weather it is possible to run exe built with labview on system without labview.I know we need labview run time to run the exe which can be included by building installer but I dont want to build a installer I just want to create a exe with run time in it so that user has to just run exe directly and not install the application on his sytem so is it possible to do it .Thanks in advance...
  13. Hi, I just wanted to know is it possible to change the title in title bar other than the vi's name I just want the name and not ".vi" at the end thanks in advance...
  14. QUOTE (Mark Yedinak @ Apr 13 2009, 08:57 PM) In My application I am writing current date + 30 days to registry the first time application runs and then on i just read it from registry every time application runs and check weather current date is more than what is written in registry if it is more than 30 days the application stops all this is fine but when user sets back his system date say 20 days back the application again runs for 20 days so to over come this what i have done is, the day 30 days are over I again write to system registry some time which is so backward like 16/4/1985 user will never think of setting his system time to such a date I know this method maybe funny for some but it works for me...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.