Jump to content

Recommended Posts

Posted

Hello,

 

I have a Window and in this window I have several Frames with content and it's designed to be a Wizard style interface.

On one of these Frames I have a TUniMemo and I want to keep adding content into this dynamically depending on what is happening in the software.

However, it's not working.

 

From the Frame I am creating a Thread. This Thread does the main work and I want to keep the user informed.

At first I tried standard events, did not update.

 

Next I tried passing in the TUniMemo to my thread and then updating the lines inside a Synchronize method, but still it does not get updated.

 

What is the most reliable / best solution to update a Memo this way ?

Posted

Hi Farshad,

 

Thanks.....:)

Developing Web based software requires one to shift paradigm thinking.

I am so used to developing for the desktop, this takes a little getting used to.

 

On a side note:

I know this is more Client side based and UniGui is all server based, but do you have any demos / examples of using HTML5 WebSockets ?

Or even just a quick example of how I use one. For example :=

the user clicks a button and I want to retrieve a webpage (using WebSockets) from the Client browser and then pass that result into the server.

Posted

No, but we will implement a server -> client data flow mechanism.

 

Excellent :)

Do you have an estimated time frame on this ? (I know don't like giving time frames, but an estimate and I promise not to hold you to it ;) )

 

BTW: The uniTimer memo refresh now works perfectly.

Timer calls a thread function that implements a Critical Section inside to check string data and then updates memo accordingly :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...