| View previous topic :: View next topic |
| Author |
Message |
evan Guest
|
Posted: Thu Jun 21, 2007 3:09 am Post subject: |
|
|
hi, i have a quick question about putting an image inside a program
when i start the program, it will show an image "SmartGUI Creator"
how do u do that?
i checked through ur script, i didnt find any Hex codes, or website link
i have been searched through the forum, and most people either have that picture file separate in the folder or using hex |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1715
|
Posted: Fri Jun 22, 2007 5:30 am Post subject: |
|
|
i FileInstall the image to temp folder. simple. _________________
 |
|
| Back to top |
|
 |
ggoom
Joined: 05 Jul 2007 Posts: 1
|
Posted: Thu Jul 05, 2007 4:52 am Post subject: newbie question |
|
|
I have a question, possible dumb one, to ask. I have my own C programs doing data analysis with different parameters. I am using my over 20 year old knowledge: straightforward C programming in one file. I compile programs multiple times with different parameters or use DOS console to input parameters. I now need to share some programs with my colleagues and want to have GUI. I searched webs for an easier way to do this and finally reached to this forum, although I am not sure whether SGUI is the right one yet.
Again, what I need is GUI where I can input some parameters and transfer them to my program. It seems I can do something like
ButtonOK:
Run, MyProgram.exe
Return
But, how would I make MyProgram.exe recognize parameters I set up in the SGUI? If this is not possible, any other suggestions would be greatly appreciated. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1715
|
Posted: Thu Jul 05, 2007 5:53 am Post subject: |
|
|
this is how you can do it
| Code: | Gui, Add, Edit, x66 y17 w250 h20 vParam,
Gui, Add, Text, x6 y17 w60 h20 , Param
Gui, Add, Button, x106 y47 w100 h20 , Ok
; Generated using SmartGUI Creator 4.0
Gui, Show, x165 y91 h85 w328, New GUI Window
Return
GuiClose:
ExitApp
ButtonOk:
Gui, Submit
Run, myprogram.exe %param%
Return
|
go through ahk help file... its easy. _________________
 |
|
| Back to top |
|
 |
prabhu
Joined: 28 Jun 2007 Posts: 1
|
Posted: Tue Jul 10, 2007 7:39 am Post subject: Recording mouse scroll |
|
|
Hi All,
I know how to record mouse clicks. But any body know how to record the mouse scroll . I need to automate testing. So if any body know please let me know.
Regrads
Prabhu |
|
| Back to top |
|
 |
aaffe
Joined: 17 May 2007 Posts: 66
|
Posted: Tue Jul 17, 2007 3:39 pm Post subject: new SmartGui-Creator V5.0? |
|
|
Hallo Rajat,
will there ever be a newer version of Smartgui-Creator?
Last edited by aaffe on Tue Sep 11, 2007 12:34 pm; edited 1 time in total |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1715
|
Posted: Tue Jul 17, 2007 9:44 pm Post subject: Re: new SmartGui-Creator V5.0? |
|
|
| aaffe wrote: | Hallo Rajat,
will there ever be a newer version of Smartgui-Creator? |
though i'd made plans to work on it, it seems a bit unlikely now that the Lil'Builder project is coming up nicely. _________________
 |
|
| Back to top |
|
 |
I Guest
|
Posted: Wed Aug 15, 2007 6:26 pm Post subject: |
|
|
| Can you add TreeView ? |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1077 Location: Enterprise, Alabama
|
Posted: Fri Aug 17, 2007 12:00 am Post subject: |
|
|
There is tree view...Click here for tree view. _________________ 1,000 Posts achieved on Saturday April 26, 2008 1:45 am |
|
| Back to top |
|
 |
feejo
Joined: 16 Jun 2007 Posts: 245
|
Posted: Sun Sep 02, 2007 8:07 pm Post subject: |
|
|
| It could be inproved by being able to create Radio Group. |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 753 Location: London, UK
|
Posted: Sun Sep 02, 2007 9:38 pm Post subject: |
|
|
You already can, if you add more than one radio button it will automatically create a radio group.
If you then add another control then start adding more radio buttons it will start a new group. _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
feejo
Joined: 16 Jun 2007 Posts: 245
|
Posted: Mon Sep 03, 2007 9:18 pm Post subject: |
|
|
| Would be good to have Gui,Menu posible to create with your software. |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1077 Location: Enterprise, Alabama
|
Posted: Tue Sep 04, 2007 12:38 am Post subject: |
|
|
I can make you a program to make a menu. Gimme like 20 mins. _________________ 1,000 Posts achieved on Saturday April 26, 2008 1:45 am |
|
| Back to top |
|
 |
vaibhav Guest
|
Posted: Wed Sep 05, 2007 4:31 pm Post subject: Smart GUI Creater |
|
|
i am getting this response on trying to download
This request is blocked by the SonicWALL Gateway Anti-Virus Service. Name: Agent.194073 (Trojan) |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 5957 Location: Pacific Northwest, US
|
|
| Back to top |
|
 |
|