| |
|
|
- Page 1 - |
|
Julian Schmidt | Hi, I have straight a couple difficulty with a SpinEdits in a List view. If I the SpinEdits in the list view create and again entferne remaining one part the SpinEdits receive (see Screenshot).
white someone Why the lying could?
Also would like I gladly know How I one DropDownMenu one DateEdits open can. and How one determined whether it opened is. CompileMarkSeparation LG
Julian57 |
|
|
| |
|
|
|
| |
|
- Page 1 - |
|
Julian Schmidt | hmmm.....I find not whom Difference between your View source and the my, Why it with you functions and not at me.
here time my View source.
I have it time compiled and appended. Perhaps. helps it.
Nachtrag: attachment and View source removes |
|
|
| |
|
|
|
Thomas Freier | is the example Eigene_Eingaben.prf in the list view-pkg because OK? operates W7 differently as How XP? |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 01/22/12 ▲ |
|
|
|
|
Thomas Freier | by me XP runs The Organizer.exe well. After EDIT-end is the List view tidy. Teste time Refresh of List view, -bracket, etc., To it lane is. |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 01/22/12 ▲ |
|
|
|
|
Julian Schmidt | the Refreshen of Listviews helps nothing. have I meant I supra too Schonmal erwähnt. by me comes the Error sowohl with Win7 Home as well as on WinXP per. On others Plattformen have I not tested.
Yes Eigene_Eingaben.prf operates perfect!
functions the SpinEdits really with you, in the Organizer.exe? It's all right only around the List view "Klausuren", The slot "Nr."! |
|
|
| |
|
|
|
Thomas Freier | |
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 01/22/12 ▲ |
|
|
|
|
Julian Schmidt | |
|
| |
|
|
|
Thomas Freier | the closes itself Yes self, if The Datenübernahme results or Abbruchbedingung erfüllt is. then destroy You Yes the ELEMENT& CompileMarkSeparationElement&= Create("DateEdit",Listview_I&,LV_Text$,LV_Xoffset&,LV_Yoffset&,(LV_Width&+20),LV_Height&) > |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 01/22/12 ▲ |
|
|
|
| |
|
- Page 2 - |
|
|
Julian Schmidt | It's all right Yes in keinster point around the Closing, rather around the Open! |
|
|
| |
|
|
|
| understand I do not. the DateEdit should still a Button with arrow having -see Screen-1.png- ??? |
|
|
| |
|
|
|
Julian Schmidt | Yes the DateEdit own so a arrow! i want only not, that one first on the arrow pressing must so the Menu aufklappt and to the date Change can, separate the Menu by Message whom users open!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
|
| |
|
|
|
Thomas Freier | Have on The speedy für's DateEdit nothing Vergleichbares How to ChoiceBox found : CB_SHOWDROPDOWN to hardship self create. Div. Examples here to find. CompileMarkSeparationdeclare calender&
declare dtp#
DEF getsystime(2) SendMessage(&(1),4097,0,&(2))
dim dtp#,20
Def GetWindowPos(2) ! "USER32", "GetWindowRect"
Declare rect#,xpos&,ypos&
proc GetwindowPos
Parameters hndl&
case (%pcount=0):let hndl&=@getactiveWindow()
DIM rect#,16
GetWindowPos(hndl&,rect#)
let xpos&=@long(rect#,0)'links oben
let ypos&=@long(rect#,4)
Clear rect#
Dispose rect#
endproc
PROC GETDATE
declare d$,m$,y$
parameters chdl&
getsystime(chdl&,dtp#)
d$=format$("00",word(dtp#,6))
m$=format$("00",word(dtp#,2))
y$=format$("0000",word(dtp#,0))
return d$+"."+m$+"."+y$
ENDPROC
cls
var Font_LV&=CreateFont("Verdana",14,0,0,0,0)
GetwindowPos %hwnd
windowstyle 80
Var ELEMENT1&=Create("Window",%hwnd,"",(xpos&+40),(ypos&+60),180,165)
calender&=Control("SysMonthCal32","",$54000004,0,0,180,165,ELEMENT1&,2000,%hinstance)
SendMessage(calender&, 4106, 0, rgb(163,163,163))'Hintergrund
SendMessage(calender&, 4106, 1, rgb(0,0,255))'Wochentage
'usw.
SetFont calender&,Font_LV&
while 1
waitinput
ifnot GetFocus(ELEMENT1&) | @Inkey$(13)
getdate calender&
messagebox($(0),"Gewählt",0)
DestroyWindow(ELEMENT1&)
endif
wend
DeleteObject Font_LV&
dispose dtp#
|
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 01/23/12 ▲ |
|
|
|
|
Julian Schmidt | hmmm.....very pity.
Well thanks for your Help. the SpinEdits functions anyway perfect. |
|
|
| |
|
|