AutoHotkey Community

It is currently May 27th, 2012, 5:03 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: April 29th, 2010, 10:28 am 
Offline

Joined: November 9th, 2009, 3:09 pm
Posts: 258
is it possible to add a edit control which would be common to all tabs? just like a statusbar which remains common to all tabs


Code:
Gui, Add, Tab, x86 y70 w330 h190 , Tab1|Tab2
Gui, Add, Button, x116 y170 w100 h30 , Button
Gui, Tab, Tab2
Gui, Add, Radio, x116 y120 w70 h20 , Radio
; Generated using SmartGUI Creator 4.0
Gui, Add, Edit, x86 y260 w100 h30 , Edit ;;;; this thing is showon on tab2 and its obvious as it is defined under tab2 but is it possible that to show this control on both the tabs (just like statusbar)without implementing twice???
Gui, Show, x131 y91 h377 w477, New GUI Window
Return

GuiClose:
ExitApp


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 29th, 2010, 11:23 am 
Offline

Joined: October 18th, 2007, 9:21 pm
Posts: 343
Location: Saarland, Germany
Code:
Gui, Add, Tab, x86 y70 w330 h190 , Tab1|Tab2
Gui, Add, Button, x116 y170 w100 h30 , Button
Gui, Tab, Tab2
Gui, Add, Radio, x116 y120 w70 h20 , Radio
; Generated using SmartGUI Creator 4.0

Gui, Tab ; common controls after this

Gui, Add, Edit, x86 y260 w100 h30 , Edit
Gui, Show, x131 y91 h377 w477, New GUI Window
Return

GuiClose:
ExitApp

_________________
Wolf

Schön wär's, wenn's schön wär!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 29th, 2010, 12:36 pm 
Offline

Joined: November 9th, 2009, 3:09 pm
Posts: 258
thanks a lot buddy


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 29th, 2010, 12:48 pm 
Offline

Joined: November 9th, 2009, 3:09 pm
Posts: 258
and i am struggling to add a picture into that edit box any hints please


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 29th, 2010, 1:45 pm 
Offline

Joined: May 12th, 2009, 2:37 pm
Posts: 640
Location: Gloucester UK
A picture in an edit box?
As far as I know the Edit control just handles text.
There is the Picture control for displaying pictures


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 29th, 2010, 1:49 pm 
Offline

Joined: November 9th, 2009, 3:09 pm
Posts: 258
ya but thought maybe we can anyways thanks for the advice


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Yahoo [Bot] and 80 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group