Search found 87 matches

by Mikhail
Thu May 06, 2010 10:04 am
Forum: General Development
Topic: protected colored cells in a grid
Replies: 6
Views: 8623

protected colored cells in a grid

Back to this subject again...

I know that it's possible to create protected colored cells in a grid.

Luis showed me part of their application which uses such cells.

What is the attribute syntax for such a cell?

P/#000000:#FFFFFF greys out the colors,

#000000:#FFFFFF/P doesn't work

?
by Mikhail
Thu Feb 18, 2010 4:44 pm
Forum: General Development
Topic: Grid problem
Replies: 1
Views: 4248

Grid problem

If you try to read the contents of the current cell of a BR grid which has not been populated with any cells yet, as in input #0, fields gridspec$&",cell,cur,nowait": currentcell$ BR crashes without a chance to see where the error occurred. I have multiple grids on the screen and I don...
by Mikhail
Fri Feb 12, 2010 9:27 am
Forum: General Development
Topic: exit do
Replies: 1
Views: 4169

It's a statement, and there is no one word alternative that I know of.
by Mikhail
Wed Feb 10, 2010 4:21 pm
Forum: 3rd Party Software from the BR Community
Topic: Scripting Bridge and IIS
Replies: 23
Views: 44737

Hi, Steve. In your original post you wrote: "I am attempting to get the demo of the Scripting Bridge to work with IIS 7.0 using the PHP_via_FastCGI Module. It appears to execute after getting some permission issues resolved" Can you describe those issues and how you resolved them? I believ...
by Mikhail
Wed Jan 06, 2010 6:00 pm
Forum: Conferences
Topic: Who is using BR 4.2?
Replies: 7
Views: 9811

Using 4.2 for testing at this point.
by Mikhail
Tue Jan 05, 2010 9:09 am
Forum: 3rd Party Software from the BR Community
Topic: Trying to get around using File I/O in scripting bridge.
Replies: 5
Views: 16078

Find settings.php.


In it, set $config['leavetmp'] = true


This way if your code gives an error, then it will be in your .ERR file in the BR directory (the one used by the bridge)
by Mikhail
Mon Jan 04, 2010 11:24 am
Forum: 3rd Party Software from the BR Community
Topic: Example of JavaScript working with the BR Web Bridge
Replies: 12
Views: 25470

Yes, you were right, I was accessing the page incorrectly.

I got everything working after all.

Thanks!
by Mikhail
Thu Dec 31, 2009 10:57 am
Forum: 3rd Party Software from the BR Community
Topic: Example of JavaScript working with the BR Web Bridge
Replies: 12
Views: 25470

Chris, I ran the example you sent back, and responseObj.Country is blank and the contents of responseString are: <?PHP include ('class/class.brphp.php'); include ('settings.php'); if ( isset ($_REQUEST['BR_MODE'])) { $mode = $_REQUEST['BR_MODE']; } else { // Default BR execution mode. // Can be 'lib...
by Mikhail
Wed Dec 30, 2009 10:02 am
Forum: 3rd Party Software from the BR Community
Topic: Example of JavaScript working with the BR Web Bridge
Replies: 12
Views: 25470

Also, is there a problem with unattended copies of BR left running in the background after you close you web page and no longer using the bridge?
by Mikhail
Wed Dec 30, 2009 9:53 am
Forum: 3rd Party Software from the BR Community
Topic: Example of JavaScript working with the BR Web Bridge
Replies: 12
Views: 25470

I know that JSON is the format of choice over XML for many developers. From what I understand, the way to go is to write BR functions that use print statements to generate JSON data. BR returns this JSON data to adapter.php which in turn returns it to the browser using echo $broutput The web page ac...
by Mikhail
Tue Dec 29, 2009 2:45 pm
Forum: 3rd Party Software from the BR Community
Topic: Example of JavaScript working with the BR Web Bridge
Replies: 12
Views: 25470

Chris, when you use JavaScript on a page, do you also use the BR PHP bridge?

Or do you pass the data from JavaScript to BR directly bypassing the BR PHP bridge?
by Mikhail
Mon Dec 28, 2009 3:46 pm
Forum: 3rd Party Software from the BR Community
Topic: Example of JavaScript working with the BR Web Bridge
Replies: 12
Views: 25470

Example of JavaScript working with the BR Web Bridge

Chris, can you provide an example of JavaScript working with the BR Web Bridge?

Maybe you could use the same demo that you used at the conference...

How can I pass data from JavaScript to BR and back?
by Mikhail
Tue Dec 22, 2009 1:52 pm
Forum: 3rd Party Software from the BR Community
Topic: BR 4.20C and 4.20D exit when attempting to use a .NET contro
Replies: 6
Views: 16310

So now I am able to see BR4.20E
by Mikhail
Tue Dec 22, 2009 1:51 pm
Forum: 3rd Party Software from the BR Community
Topic: BR 4.20C and 4.20D exit when attempting to use a .NET contro
Replies: 6
Views: 16310

I had to reload the ftp://ftp.ads.net/Dll_Distr/ page in my browser. I think I had the page cached


Also, there are examples of PEM in

ftp://ftp.ads.net/Dan/pem/examples/
by Mikhail
Tue Dec 22, 2009 11:04 am
Forum: 3rd Party Software from the BR Community
Topic: BR 4.20C and 4.20D exit when attempting to use a .NET contro
Replies: 6
Views: 16310

Inside ftp://ftp.ads.net/Dll_Distr/ I only see BR4.2d but no 'e'. Is that the right directory?