| View previous topic :: View next topic |
| Author |
Message |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Wed Mar 02, 2005 12:06 pm Post subject: SSmenu.dll problems with STATUS |
|
|
If script is re-run i get error Cannot create dialog element or STATUS bar is just missing...?
Tested in VDS 4 and VDS 5 is the same problems. |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Wed Mar 02, 2005 1:26 pm Post subject: |
|
|
Post some code Filip. I have no idea what your problem is  _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Wed Mar 02, 2005 2:16 pm Post subject: |
|
|
No need
Try your own sample SSmenu_Dll_Demo.dsc to run twice (run close run)
I get error then i must close VDS and start again to work again
No problems with ssmenu.dll 1.2
Any idea how to resize your status bar if is on use on resize window
Menu setpos,Stat ? |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Wed Mar 02, 2005 3:03 pm Post subject: |
|
|
I did Run-Close-Run about 10 times with no error.
For resizeing the statusbar on RESIZE use the @sendmsg() function::
| Code: |
rem 5 is WM_SIZE
%z = @sendmsg(%%status,5,0,0)
|
_________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Wed Mar 02, 2005 3:35 pm Post subject: |
|
|
Mybe is my AMD with some stuff have problems...
Windows XPs2 clean install
Thanks on resize
Are you guys paid to answer my primitive questions ?
MISSION SUCCESSFUL |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Wed Mar 02, 2005 4:04 pm Post subject: |
|
|
Hi Filip,
There is also for resizing the status bar created by SSMenu.Dll
| Code: |
menu status_resize,%%status
|
Where %%status is either the window identifier, or its name.
I forgot to put that in the help file. Sorry.
And no, I don't get paid for participating here.  _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Mar 02, 2005 4:43 pm Post subject: |
|
|
| bweckel wrote: | And no, I don't get paid for participating here.  |
I thought this was some new VDSWorld service at work. You ask the questions, and other people write your program.  _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Wed Mar 02, 2005 5:17 pm Post subject: |
|
|
| jules wrote: | | bweckel wrote: | And no, I don't get paid for participating here.  |
I thought this was some new VDSWorld service at work. You ask the questions, and other people write your program.  |
ROFL  _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Wed Mar 02, 2005 6:01 pm Post subject: |
|
|
ahaahah talk about outsourcing  |
|
| Back to top |
|
 |
|