Search found 37 matches

by sarmednafi
Fri Oct 05, 2018 1:46 pm
Forum: BASIC code examples
Topic: BeforUpdate, AfterUpdate Example
Replies: 0
Views: 12944

BeforUpdate, AfterUpdate Example

The following is a Demo of how to simulate BeforUpdate, AfterUpdate events of MSvisual Basic on LBB. NOMAINWIN WindowWidth = 474 : WindowHeight = 359 UpperLeftX = INT((DisplayWidth-WindowWidth)/2) UpperLeftY = INT((DisplayHeight-WindowHeight)/2) tx1i=0: tx1o=0 tx2i=0: tx2o=0 tx3i=0: tx3o=0 tx4i=0: t...
by sarmednafi
Mon Oct 01, 2018 4:11 am
Forum: General Board
Topic: Which is better?
Replies: 0
Views: 11142

Which is better?

Dear Group, I am going to write a program which contains tow pictures of colored arrows, these arrows should move to point to scale on the GUI window. Which is better and faster? Moving the pictures over a wide graphic box? Or Moving the small graphic box with the picture on it along the window wide...
by sarmednafi
Tue Sep 11, 2018 2:40 pm
Forum: BASIC code examples
Topic: chart library, kind of
Replies: 1
Views: 7974

Re: chart library, kind of

Thank you, Anatoly :)
by sarmednafi
Sat Jul 14, 2018 9:19 am
Forum: General Board
Topic: LB Booster Problem
Replies: 4
Views: 9567

Re: LB Booster Problem

What version of LBB you used?
by sarmednafi
Fri Apr 27, 2018 3:02 pm
Forum: Language extensions
Topic: Executable !
Replies: 2
Views: 10259

Re: Executable !

GOOD,

Thanks.
by sarmednafi
Fri Apr 27, 2018 11:46 am
Forum: Language extensions
Topic: Executable !
Replies: 2
Views: 10259

Executable !

Richard, Those files we can be embedded into one executable file of our program, can we embed a file with data that we write, changed or deleted, and we will find our data next time we run the program, we will find it updated? Or it is better not to embed data file into our executable? Regards, Sarmed
by sarmednafi
Sat Apr 21, 2018 3:50 am
Forum: Liberty BASIC Language
Topic: Name of the day by LBB date function
Replies: 1
Views: 5696

Name of the day by LBB date function

One of the good features that we can display the name of the day simply by using date$() under LBB, more work and calculation should be done under LB.

Code: Select all

Print Trim$ (Left$ (Date$( "dddd       / mm / yyyy" ),12))
Wait
by sarmednafi
Sun Apr 15, 2018 4:25 pm
Forum: Language extensions
Topic: Preventing Windows temporary from response to ...
Replies: 11
Views: 25199

Re: Preventing Windows temporary from response to ...

Thank you, Richard,

That's very kind of you.

Sarmed.
by sarmednafi
Sun Apr 15, 2018 3:14 pm
Forum: Language extensions
Topic: Preventing Windows temporary from response to ...
Replies: 11
Views: 25199

Re: Preventing Windows temporary from response to ...

Yes, Richard, you are right. I am sorry too, it is not simple, it is very complicated, I will not put you in this. I will change all the design. The necessity of child window is it let us obtain a line wider than the screen with comfortable font size. :idea: But the text boxes inside the child windo...
by sarmednafi
Sat Apr 14, 2018 3:15 pm
Forum: Language extensions
Topic: Preventing Windows temporary from response to ...
Replies: 11
Views: 25199

Re: Preventing Windows temporary from response to ...

Can you post some minimal code illustrating the issue?
It isn't so simple Richard,
But you may send some links if such API functions exist.
That will be a great help.

Regards,
Sarmed.