English
Rokosofts Object Creator (ROC)

HTMLControl bow?

 

Hubert
Binnewies
Hello Rolf..

to that first, I have me on your recommendation and Explanations there again with your Roc engage, and must say: excuse, the is really about Lengths rather as i then behauptet have.

but:

I have in the ROC me one Mainwindow prepares the 2 Webelemente (Browser) contains.
The Roc begot me among other things following Lines:
DECLARE WEBDLL&,HTML$
WEBDLL&=USEDLL(D:PROGRAMMEXPROFAN9LIBATL.DLL)
DEF ATLAXWININIT(0) !D:PROGRAMMEXPROFAN9LIBATL.DLL,AtlAxWinInit
ATLAXWININIT()
CREATEOBJECT %HWND,AtlAxWin,D:PROGRAMMEXPROFAN9LIBVORLAGE.HTM,0025,0190,0450,0450,$50300105,$200
LET WEBCONTROL1&=@&(0)
CREATEOBJECT %HWND,AtlAxWin,D:PROGRAMMEXPROFAN9LIBVORLAGE.HTM,0510,0190,0250,0450,$50300105,$200
LET WEBCONTROL2&=@&(0)

and at terminate:
FREEDLL WEBDLL&

thereby have I at terminate a Anwendungsfehler receive.
it has ne while gedauert, but I habs rausgefunden Why:
The ROC ought to at terminate yet following Lines insert (then works it):
@DESTROYWINDOW(WebCONTROL1&)
@DESTROYWINDOW(WebCONTROL2&)

then another question:
How do I get the Webcontrol moreover whom Content new To loading?
this is for my Programmablauf necessary.

Hubert
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/05/06  
 



the simplest becomes one reCreate his.
 
09/05/06  
 




Hubert
Binnewies
then flackert but short the window...sees unschön from...

ifs not differently goes mach I it so......
would me but rather with nem neuladen...
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/05/06  
 



I faith here  [...]  become You fündig - if you The Solution extract have would I here for a Posting grateful.
 
09/05/06  
 




Jörg
Sellmeyer
Def LockWindowUpdate(1) !USER32,LockWindowUpdate
helps you there moreover.
LockWindowUpdate(%hwnd)
now Control neuerstellen
LockWindowUpdate(0)
and moreover GEHTS
alternatively with LockWindowUpdate(Webcontrol1&) try.
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
09/05/06  
 




Rolf
Koch
Sorry, strain from the work come
is correct, komischerweise is with the the Destrowindow aufeinmal so, because then with the development not. but (oje) again what new for ROC

The remainder having The others already answers.

Freut me, that the with some as PillePalle abgestuften ROC (Perhaps only because it in Profan written is) you now still zusagt. If I do not from many Mails know, that it still a Anhängerschaft were, would I me neither so much work make
 
09/05/06  
 




Rolf
Koch
OK in the Arbeitsversion go any Webcontrols on the Schluss now destroy.
 
09/05/06  
 




Hubert
Binnewies
Jörg Sellmeyer
Def LockWindowUpdate(1) !USER32,LockWindowUpdate
helps you there moreover.
LockWindowUpdate(%hwnd)
now Control neuerstellen
LockWindowUpdate(0)
and moreover GEHTS
alternatively with LockWindowUpdate(Webcontrol1&) try.


I habs rauf and down attempts.....
i think that that here only moreover virtual is the window or whom Control new to drawing.
but not circa which Content new To loading.

but very the functions neither (at least not correctly.)

I have with the HTML Control momentarily 2 Problems.
1.) following Konstellation:
I have one Mainwindow (Bildschirmfüllend without cover and Menüzeile, so big the too The Windowsleiste under abgedeckt is, the Proggi should whom computer on a function festnageln, because joining the computer go ahead the object, this Proggi to execute sales becomes.) in the through LoadBMP a Hintergrundgrafik loaded becomes.
hereon are presently 2 Color Static Transparent, which Text I Centered have (through SKControl.dll), 12 Buttons and 2 HTML Controls.
with one designed Button opens itself one dialog, in the values association go, The I screen.
has the User a Error the input made comes hereon another AlertBox.
clicking now the User on OK, disappears The AlertBox and (now comes it) too the unverdeckte Content the HTMLControls.
it'll only yet the Wallpapers into HTMLControls displayed.
Verwende I now the supra named LockWindowUpdate becomes the Content only new drawn if I my Dialogbox move and the Mouse button loslasse.
this is not acceptable.

2.)on the computer runs as service too the Xampp (one apache 2.0.2 Server) and MySQL.
on the computer find itself pieces of/ one Website The through DynDNS in a Page on my Webspace called go.
These pieces consist mainly from PHP Scripte The on The Inputs the external Nutzers react.
Womit which contents different are.
now Fungiert my Proggi as display which what the Externe User on the Page power, Womit The contents into HTML Controls variieren.
accordingly need I a Possibility which Content new To loading, and of course without Click on a Link.
me would too a Solution right over the I first (to that example through the ONL.DLL) The Page in a String load and the Control commit.
Only the ReCreate the HTML Controls have I attempts, the Flackern the Controls is More as savage and can I keinem customers zumuten.

i hope so has there of/ one a couple Solutions for me.

Vielen Thanks Schonmal beforehand.

Hubert
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/07/06  
 




Jörg
Sellmeyer
Hello Hubert,
LockWindowUpdate is moreover there, the Repaint one Controls or Fensters To unterbinden!
I use it z.B. then, if I a Listbox with plenty Content fill wants.
usually becomes eachone new entry visible into list registered (even if it hinten angehängtwird becomes for the control Windows updated).
the cost Time. If one before and afterwards LockWindowUpdate aufruft, remaining The Listbox unberührt and first with abgeschlossenen action becomes the control new drawn. For this evtl. simply another repaint append.
goes integral faster and could with Your Html-Control the Flackern unterbinden.

Greeting
Jörg
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
09/07/06  
 




Frank
Abbing
I know another further Possibility. The Message WM_SETREDRAW prevented the Repaint one Controls:
SendMessage(handle&,11,0,0)

and so chid You the Repaint again:
SendMessage(handle&,11,1,0)

possible needed the control afterwards a WM_PAINT-Message, or. Repaint.
 
09/07/06  
 



Franks Variant IMHO explicit rather there lockwindowupdate  anytime of a others Process exits go could - z.B. if one one Window shift.
 
09/07/06  
 




Hubert
Binnewies
Hello..

means in the point Neuzeichen Lock Have I it given.
I could the Repaint successful Lock, the stupid is only, if now the User on The really stupid idea comes whom dialog or The Alertbox To move....
sees Real savage from...

The only Solution is: on Alertboxen To dispense if one HTML Controls uses and simply Own Meldungsboxen under XProfan to create.
then there no Problems.
what about me Have there ne nice designed with Blinkschrift (with SKControl.DLL , The gefällt me always rather).

remaining only yet the neuladen the Inhaltes the HTML Controls...

has there of/ one ne idea (without ReCreate) ??

Hubert
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/08/06  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

12.318 Views

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie