PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Put objects into window and allow scroll
Put objects into window and allow scroll
Iniciado por ORS, 16,mar. 2015 14:32 - 5 respuestas
Miembro registrado
4 mensajes
Publicado el 16,marzo 2015 - 14:32
Hi,

I have several objects that I want to put into an internal window and allow scrolling. I am quite stuck having tried several different things. All I have is several controls that I want someone to be able to input but let them scroll down and input (they wont all fit on the portion of screen).

What is the best way to do this? I have tried with a loop control but it displays nothing!
LooperAddLine(LOOP_NoName1,CBOX_Tyres2)

I have tried an internal window but do not know how to put the edit controls into it?

Some help/guidance would be really appreciated otherwise I am going to have to create several screens which I don't want to.

Thank you.
Publicado el 16,marzo 2015 - 14:57
Hi,

you are talking about internal WINDOWS on a WEBDEV forum... So either
you mean internal PAGES or you are on the wrong forum

In any case, we need to know as the answer is quite different

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 3/16/2015 8:32 AM, ORS wrote:
Hi,

I have several objects that I want to put into an internal window and
allow scrolling. I am quite stuck having tried several different
things. All I have is several controls that I want someone to be able
to input but let them scroll down and input (they wont all fit on the
portion of screen).

What is the best way to do this? I have tried with a loop control but
it displays nothing!
LooperAddLine(LOOP_NoName1,CBOX_Tyres2)

I have tried an internal window but do not know how to put the edit
controls into it?

Some help/guidance would be really appreciated otherwise I am going to
have to create several screens which I don't want to.

Thank you.
Miembro registrado
4 mensajes
Publicado el 16,marzo 2015 - 16:32
Hi,

Thank you for your response. I am on the right forum (webdev) and appreciated to learn that I need to set it as an internal page.

Does this mean I have a separate very long page with all my controls and then refer to that page from another page?
If so, how would I do the referring part?

Much appreciated.
Publicado el 16,marzo 2015 - 19:08
Hi

I did not say that you have to use an internal page
I just said that internal windows do not EXIST in webdev

In webdev, depending of the objects and what you want to do, there are
different ways of achievinng what you want
- looper
- cell with objects inside
- iframe with another page inside
- etc...

We'll need much more details to find out what's best for you

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 3/16/2015 10:32 AM, ORS wrote:
Hi,

Thank you for your response. I am on the right forum (webdev) and
appreciated to learn that I need to set it as an internal page.
Does this mean I have a separate very long page with all my controls and
then refer to that page from another page?
If so, how would I do the referring part?

Much appreciated.
Miembro registrado
4 mensajes
Publicado el 18,marzo 2015 - 18:22
Thank you. I believe an iframe with another page inside will do the trick.

If this is a HTML control, how do I put a reference to a "webdev window"?

Thank you
Publicado el 18,marzo 2015 - 21:39
Hi

there is no such thing as a webdev windev, and an iframe is not an html
control... So your question doesn't make any sense

It looks like you should really start bu following the webdev tutorial
in details before trying to go any further...

That should give you a lot of basics information that you are clearly
lacking now

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 3/18/2015 12:22 PM, ORS wrote:
Thank you. I believe an iframe with another page inside will do the trick.
If this is a HTML control, how do I put a reference to a "webdev window"?

Thank you