BB Flashback Express

This forum is for posting of useful information
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

BB Flashback Express

#1 Post by rdonnay »

Here is a free program that allows you to make quick demos of your software and/or problems you may be having. It captures your screens, keystrokes, mouse movement and voice and exports it to a Flash (.SWF) file which can then be attached to a message or posted as a URL.

http://www.bbsoftware.co.uk/Default.aspx?cc=true

This is so simple and easy to use that I have decided to start making regular "how-to" tutorials on features of eXpress++ that often seem to go unnoticed, yet are very valuable.

My first tutorial was a quick description of how to use the design feature of eXpress+ to help with designing complicated screens.

http://donnay-software.com/subscribe/design1.swf

If you are having difficultly explaining a problem, then it could help to actually show the problem and describe it. If you want to contribute to our community by showing off your work and your ideas, please do so. It will be appreciated by everyone.

I will be making tutorials mostly based on popular request, so don't be afraid to ask or suggest.
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 479
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: BB Flashback Express

#2 Post by Wolfgang Ciriack »

Thank you Roger, its a nice tool.
_______________________
Best Regards
Wolfgang

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: BB Flashback Express

#3 Post by BruceN »

Came across this and wanted to try it. So I inserted the dc_ReadGuiHandler({|a,b,c,d,e,f|dc_DesignHAndler(a,b,c,d,e,f)})
line near the top of the main procedure and changed getoptions to:

DCGETOPTIONS NORESIZE NOMAXBUTTON sayfont '10.arial';
sourcefile__Filepath__


Compiler yelled at me (syntax error) on the sourcefile line... any idea why? (using 335 and build 254)

thanks
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: BB Flashback Express

#4 Post by rdonnay »

It looks like you have no space between sourcefile and __filepath__
The eXpress train is coming - and it has more cars.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: BB Flashback Express

#5 Post by BruceN »

That was that problem... now it says unresolved external. So I assume that I'm missing an include item. Which .ch file do I need for this?
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: BB Flashback Express

#6 Post by rdonnay »

What is the name of the unresolved external?
The eXpress train is coming - and it has more cars.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: BB Flashback Express

#7 Post by BruceN »

[Error] : ALK2102: unresolved external symbol DC_DESIGNHANDLER

I'm sorry... I thought that would be obvious - my mistake.
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: BB Flashback Express

#8 Post by rdonnay »

Add this to the top of the source file:

pragma Library("dcdesign.lib")
The eXpress train is coming - and it has more cars.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: BB Flashback Express

#9 Post by BruceN »

getting close...

it compiles, but I get unknown variable __Filepath__ line 179
(I have 2 underscores in front and 2 behind, as per your video.)

DCGETOPTIONS NORESIZE NOMAXBUTTON sayfont '10.arial' ;
sourcefile __Filepath__

(lines 178 & 179)
There are only 10 kinds of people - those who understand binary and those who don't :)

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: BB Flashback Express

#10 Post by bwolfsohn »

BruceN wrote:getting close...

it compiles, but I get unknown variable __Filepath__ line 179
(I have 2 underscores in front and 2 behind, as per your video.)

DCGETOPTIONS NORESIZE NOMAXBUTTON sayfont '10.arial' ;
sourcefile __Filepath__

(lines 178 & 179)
__FILEPATH__ (uppercase)
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

Post Reply