1:the size of the folded block should be ajustable.
2:make all the block can autofit to the contained text.
3:make the defualt font size and block larger or configable.
Regarding last requirement. Font size is configurable via popup menu. You can choose 8, 10 or 12 size. Size of block can be configurable using resizable frame.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, I might not write it clear. I mean the DEFAULT font size. The current default size is too small to read in my case. Changing font size in each block is very boring when you are writing code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you change font size for one block, it triggers such change in all child blocks. So if you change font size for main block (under START) - font properties will be modified in entire flowchart.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, that works. But with larger font size, it is more likely the following block size need to be changed. The default block size can not be changed by this way. Beside, I highly suggest to make the folder resizable since I used to put many comments there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At the moment all I can advise is to resize blocks using frame. As to the folder I will try to make it resizable in the future. It gets little complicated because not fixed size of the folder must be written to XML file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1536384
Originator: NO
Regarding last requirement. Font size is configurable via popup menu. You can choose 8, 10 or 12 size. Size of block can be configurable using resizable frame.
Logged In: YES
user_id=1840671
Originator: YES
Sorry, I might not write it clear. I mean the DEFAULT font size. The current default size is too small to read in my case. Changing font size in each block is very boring when you are writing code.
Logged In: YES
user_id=1536384
Originator: NO
If you change font size for one block, it triggers such change in all child blocks. So if you change font size for main block (under START) - font properties will be modified in entire flowchart.
Logged In: YES
user_id=1840671
Originator: YES
Yes, that works. But with larger font size, it is more likely the following block size need to be changed. The default block size can not be changed by this way. Beside, I highly suggest to make the folder resizable since I used to put many comments there.
Logged In: YES
user_id=1536384
Originator: NO
At the moment all I can advise is to resize blocks using frame. As to the folder I will try to make it resizable in the future. It gets little complicated because not fixed size of the folder must be written to XML file.
Logged In: YES
user_id=1536384
Originator: NO
Modifications to make folder resizable have been checked into cvs repository.