Search found 67 matches

by manumart1
Thu Mar 16, 2017 12:18 pm
Forum: GUI problems
Topic: StdTables.Table, aligning cell content to right or center
Replies: 8
Views: 21906

StdTables.Table, aligning cell content to right or center

Problem: if the string shown in a cell of StdTables.Table is very large, the aligning to right or center does not work. StdTables, align to right or center.png Module PrivTestStdTable and Formulary.txt In order to align to right, one must click on the right part of the column header. One can also ch...
by manumart1
Tue Feb 07, 2017 10:23 am
Forum: News
Topic: Https protocol for Center project websites
Replies: 6
Views: 18815

Re: Https protocol for Center project websites

There are two links at the upper-right corner:
  • View unread posts
  • View new posts
It is the "View unread posts" link what is updated when you read some post.

I am not sure, but think that the "View new posts" link always shows the posts of the today.
by manumart1
Fri Oct 28, 2016 7:32 am
Forum: GUI problems
Topic: Disabling a Group Box Control
Replies: 9
Views: 30389

Re: Disabling a Group Box Control

Yes, there is something wrong.

I am using BlackBox 1.7 (built 694). Under Wine (Linux) the label of the Group Box is greyed out via Guard, but it does not under Windows 7 Professional 64 bits.
GroupBox Guard.png
(6.94 KiB) Not downloaded yet
by manumart1
Thu Oct 27, 2016 4:28 pm
Forum: GUI problems
Topic: Disabling a Group Box Control
Replies: 9
Views: 30389

Re: Disabling a Group Box Control

Check that the guard is actually executing, e.g.:

Code: Select all

PROCEDURE G* (VAR par:Dialog.Par);
BEGIN
	Log.String("Guard"); Log.Ln;
	IF x = 1 THEN par.disabled := TRUE
	ELSE par.disabled := FALSE
	END;
END G;
by manumart1
Wed Aug 10, 2016 6:50 am
Forum: GUI problems
Topic: Using colors in GUI
Replies: 5
Views: 14887

Re: Using colors in GUI

I also missed the possibility of change the button's color. As I did not know how, I decided to use the buttons offered by the subsystem Ctls . To insert a button, menu "Ctls > Insert Bitmap Button". Then select the new button and menu "Ctls > Bitmap Properties..." You need three...
by manumart1
Mon Jul 18, 2016 6:14 pm
Forum: BlackBox Framework
Topic: Set up a Project based on the book - Computing Fundamentals
Replies: 2
Views: 11991

Re: Set up a Project based on the book - Computing Fundament

In BlackBox there are subsystems , instead of projects . A subsystem is a root folder which is in the same folder as BlackBox.exe. So "Com", "Dev", "Obx", etc are subsystems. The folder of a subsystem has subfolders: Code, Docu, Mod, Rsrc, Sym. The source code of a subs...
by manumart1
Sun Feb 14, 2016 12:38 am
Forum: Common questions
Topic: How to show the hyperlink command in the status line?
Replies: 2
Views: 4711

Re: How to show the hyperlink command in the status line?

I practised this change in module StdLinks: PROCEDURE (v: Link) HandleCtrlMsg* (f: Views.Frame; VAR msg: Controllers.Message; VAR focus: Views.View); ... PROCEDURE ShowDest(); <------ new subprogram VAR s: POINTER TO ARRAY OF CHAR; quot: CHAR; len, k, j: INTEGER; BEGIN IF v.cmd = NIL THEN Dialog.Sho...
by manumart1
Sat Jan 30, 2016 6:13 pm
Forum: Bug
Topic: Procedure Strings.Replace has a bug
Replies: 2
Views: 7432

Re: Procedure Strings.Replace has a bug

Solved in February 2015, issue-#28, see http://forum.blackboxframework.org/view ... f=49&t=189
by manumart1
Fri Jan 29, 2016 11:31 pm
Forum: BlackBox Framework
Topic: SqlDrivers.Table, new method ReadLong
Replies: 6
Views: 18962

Re: SqlDrivers.Table, new method ReadLong

The new method ReadLong was added, issue-#87, see
http://forum.blackboxframework.org/viewtopic.php?f=50&t=325