Atozed Forums

Full Version: Label and Tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi!

How can I make a new line in a Label? It should sound stupid but I can't do it and I need to...

One more thing, how can I even do a table? That if click you can change/enter a value?
New line in label, you can embed <BR> and set RawText to true, or embed #13#10 in the Text.

Grid/Table, see the demos. I believe there is an example in the Features demo.
(04-08-2019, 08:23 PM)kudzu Wrote: [ -> ]New line in label, you can embed <BR> and set RawText to true, or embed #13#10 in the Text.

Grid/Table, see the demos. I believe there is an example in the Features demo.

I have all the demos but I can't execute any of them, I am using Rad Studio, if that matters.
"but I can't execute any of them"

You will need to be more descriptive.
(04-09-2019, 11:47 AM)kudzu Wrote: [ -> ]"but I can't execute any of them"

You will need to be more descriptive.

If I take the things off, should I expect what? Intraweb Server?
[attachment=92]
[attachment=93]
(04-09-2019, 12:33 PM)Eziooh Wrote: [ -> ]
(04-09-2019, 11:47 AM)kudzu Wrote: [ -> ]"but I can't execute any of them"

You will need to be more descriptive.

If I take the things off, should I expect what? Intraweb Server?
Copied all and paste on my project, this happens: 

[attachment=94]

It just can't reach...
"If I take the things off,"

I dont understand what you are saying here.

As to the other errors, you don't have IntraWeb loaded at design time.

In your design packages do you see IntraWeb listed?
(04-09-2019, 04:03 PM)kudzu Wrote: [ -> ]"If I take the things off,"

I dont understand what you are saying here.

As to the other errors, you don't have IntraWeb loaded at design time.

In your design packages do you see IntraWeb listed?

I figured it out, now I can see it and touch in it. This is almost what I need, but can I make a calculation and put it there?
What are your inputs and outputs? Typically its the same as a normal Delphi app. Make an event, read the input fields, calculate, set the output fields...
(04-09-2019, 04:49 PM)kudzu Wrote: [ -> ]What are your inputs and outputs? Typically its the same as a normal Delphi app. Make an event, read the input fields, calculate, set the output fields...

I need to show a average, I need also to stick together 2 cells of that table.
Pages: 1 2