| |
|
|
 Rainer Hoefs | Hi, I need time again Help. have here in the Forum nothing found I meant find or. search To should.
I have two Rechnungs-programs written The on our shops zugeschnitten are (of my and the of my woman). you're DBase orientiert and having properly many Eingabeobjekte. on the beginning get The items with the LemonEd VisualDesigner correctly. palziert. but as with of/ one such development is came yet some items moreover. now is correct The tab-Order not at all More.
now need I a Help moreover, How one The boxes in a right tab-Order bring can. goes the over irgendeine scheduler or with irgendwelchenSendmessage-Zuweisungen?
for each Help grateful.
Greeting and lovely sunday Rainer |
|
|
| |
|
|
|
 | Hello Reiner,
one simple method, whom Tabindex as an afterthought - means to Erzeugung the Controls - festzulegen, there imho not. Very unlöblich.
has evident too nothing with the ControlID To do etc., very pity.
apparently is the Simplest, The Controls in Tabreihenfolge to create - means crept The Erstellungsreihenfolge einzuhalten.
otherwise Better get going hold komplizierter.
so could one z.B. by:
whom Tabstop first Remove circa then against z.B. by Keyboard-Hook The Tabreihenfolge self To process. such Hook would then but tidy only with nProcs or by DLL produce. If you on it interest have, then simply report. Roland against could something like in its wProc install - vlt. something for coming XProfan-versions, settabindex, gettabindex... |
|
|
| |
|
|
|
 Rainer Hoefs | thanks, but the shining me To tricky To go.
what simply strange is, The boxes are with the Creation in the program, means in the procedure The whom dialog/the window generiert, in the desired Order squared. nevertheless go some not at all angesprungen.
Rainer |
|
|
| |
|
|
|
 | Rainer Hoefs (19.07.15)
nevertheless go some not at all angesprungen.
Rainer
them missing vmtl. the ws_tabstop Style, whom you can easily with SetStyle add. |
|
|
| |
|
|
|
 Rainer Hoefs | OK, thanks, I will try. Rainer |
|
|
| |
|
|
|
 Rainer Hoefs | thanks, functions but neither. have mehere boxes so slip. it changes itself the welt the Edit's but start with tab not working.
Rainer |
|
|
| |
|
|
|
 Rainer Hoefs | I have there a supposition.
I have The dialogs with the LemonEd-VisualDesigner made. The items are diverse Groupboxen staid, the Optik because of, circa klare reaches To define. The Visual-Designer changed then The Zugehörigkeit the Elements into Groupbox through SubClass-ing, The Coordinates relating itself z.B. on whom Start the Groupbox and the lever the Groupbox standing as Mutterobjekt in the Createbefehl.
the element get then to the Waitinput-Loop one Subclass Handle&, 1 - commands and to that end the Program to the Waitinput-Loop again Subclass Handle&, 0 commands.
I suspect, that it on it lying, because any items with the %Hwnd-Zuordnung functions with the Tabtaste How desired.
now I will time whom dialog rebuild and it try, power 'ne crowd work The whole Coordinates X + Y To Change.
Rainer |
|
|
| |
|
|
|
 Rainer Hoefs | OK, have now any Dialogelemente the %hwnd zugeordnet, Subclassing is stayed How yet.
now works it correct, The items go in the Order with the tabulator angesprungen How tappt im dunkeln in the dialog prepares go.
remaining yet The question whether in the SubClassProc Perhaps only The Message for tab-Button missing???
SubclassProc
Select %smessage
CaseOf $114, $115
SendMessage(%hwnd, %smessage, &swparam, &slparam)
CaseOf $101, $202, $205, $208
SendMessage(%hwnd, &WM_COMMAND, MakeLong(GetDlgCtrlID(&swnd), 0), &swnd)
EndSelect
ENDPROC
again what learnt!
Rainer |
|
|
| |
|
|
|
 | Musste so did i sometime time learn, for dialogs The More as 2-3 Controls include, never any Designer To benefit separate always something like as an Markup-Language herzubilden around the Controls automatically anhand the structure the data base To produce.
in example write I komplexere programs only yet so, that items How Eingabefelder etc. itself self-employed orientieren mere anhand which what in the data base standing. so can I in a data base simply the structure of/ one scheduler change and immediate is too the Program adjusted.
everything else artet only from or. becomes with correctly. complex Things hardly yet handhabbar. |
|
|
| |
|
|
|
 | Rainer Hoefs (19.07.15)
remaining yet The question whether in the SubClassProc Perhaps only The Message for tab-Button missing???
sure can You z.B. by wm_down and vk_tab The Button inquire, or Enter etc. -
then would I all Controls but the ws_tabstop Flag evade (How supra described) and self a routine bring into action The then whom Focus setting z.B. to the Order the Handles in a list or in a aray. |
|
|
| |
|
|