Well, I stand corrected. The asset files are there. I just was not "curious" enough to look in the Guestblox_frontend directory. However, I will point out where I made the mistake. I followed the README.txt :)
In there, the first line you have for deploying in proxy mode says: [1] Place the GuestBlox_frontend .lzx and .xml files in your LPS my- apps directory It makes no mention to the assets directory or any other dependencies that you may have there. BTW, nice job Thanks, Daniel On May 19, 2006, at 1:04 PM, J Crowley wrote: > Hehe, it's fine. It's an easy mistake. I've had people call me Shawn > before, which is way off. ;) > > Thanks for pointing that out. Though, I'm looking at the .zip, and > Verdana.TTF is where it ought to be... I wonder what's going on with > that. > > Hrm. Try extracting just /Guestblox_frontend/assets/Verdana.TTF to > the assets directory. Perhaps it didn't get extracted properly... > > If not, I can try to repackage it again... maybe it's a corrupt > version or something. > > -Josh > > > > On 5/19/06, Daniel Salama <[EMAIL PROTECTED]> wrote: >> Please accept my apologies for mistyping your name _Josh_ >> >> - Daniel >> >> On May 19, 2006, at 12:54 PM, Daniel Salama wrote: >> >> > John, >> > >> > If I may comment. I installed your attachment. The swf files (SOLO) >> > work fine and they are communicating with your server. However, >> when >> > I tried to run the lzx files locally in proxy mode, it complained >> > with: >> > >> > Error: guestblox.lzx:17:53: file not found: assets/Verdana.TTF >> > >> > So, I guess your zipped package is not complete. >> > >> > From the subject of the message, it seems that you're targeting >> > SOLO, but I thought I'll give you my feedback. >> > >> > - Daniel >> > >> > On May 19, 2006, at 12:30 PM, J Crowley wrote: >> > >> >> Re-submitting, modified per the suggestions provided by Max. >> >> >> >> - Josh >> >> >> >> >> >> On 5/18/06, Amy Muntz <[EMAIL PROTECTED]> wrote: >> >>> Hi Dan, >> >>> We're in the process of getting these all running in SOLO and >> >>> available from the openlaszlo.org website. For now, you can >> find the >> >>> older versions here: http://www.blogbox.com/ >> >>> >> >>> As for the guestblox, this was contributed by Lyndon Wong and >> Josh >> >>> Crowley is making modifications to it. Josh - can you please >> post >> >>> the latest code to this list? >> >>> >> >>> We expect the final versions, web pages, etc to be available next >> >>> week. >> >>> >> >>> Thanks! >> >>> Amy Muntz >> >>> OpenLaszlo project manager >> >>> >> >>> On May 18, 2006, at 10:24 AM, Daniel Salama wrote: >> >>> >> >>>> If I may ask, where can someone see this in action and >> download the >> >>>> code for GuestBlox? The only reference I found was from Jan-05. >> >>>> >> >>>> Thanks, >> >>>> Daniel >> >>>> >> >>>> On May 18, 2006, at 8:37 AM, Max Carlson wrote: >> >>>> >> >>>>> Hi Josh, >> >>>>> >> >>>>> Overall, this looks great. Functionally, it's fine. In >> fact, it >> >>>>> works >> >>>>> better than it ever did. I do have a few suggestions that >> might >> >>>>> make it >> >>>>> even better: >> >>>>> >> >>>>> * Mixed-case filenames make me a bit nervous, but that's >> probably >> >>>>> just me. >> >>>>> * I'd like to see a consistent font used throughout - for some >> >>>>> reason, >> >>>>> only the guest list shows up in serif font. >> >>>>> * The note at the bottom '* Display max of 20 re...' is >> >>>>> truncated. It >> >>>>> would be great to allow entries to be more than one line long. >> >>>>> * Consider adding alternating background colors to make the >> list >> >>>>> easier >> >>>>> to parse. >> >>>>> >> >>>>> Thanks! >> >>>>> >> >>>>> -- >> >>>>> Regards, >> >>>>> Max Carlson >> >>>>> OpenLaszlo.org >> >>>>> >> >>>>> J Crowley wrote: >> >>>>>> Summary: Updating GuestBlox; Deploying SOLO >> >>>>>> >> >>>>>> New Features: Added tabsliders and scrollbars to >> GuestBlox; >> >>>>>> added login prompt to GuestBloxAdmin, along with a >> >>>>>> new panel that will slide up to display the >> list, and >> >>>>>> a new >> >>>>>> button to allow the user to set the current >> list as >> >>>>>> default. >> >>>>>> Added a status box to both GuestBlox and Admin. >> >>>>>> >> >>>>>> Bugs Fixed: Some miscellaneous debugger errors. >> >>>>>> >> >>>>>> Technical Reviewer: Max (pending) >> >>>>>> QA Reviewer: >> >>>>>> Doc Reviewer: >> >>>>>> >> >>>>>> Details: GuestBlox_frontend/GuestBlox.lzx: >> Modified UI. >> >>>>>> Removed hard-coded script location values >> >>>>>> and replaced with xpathQuery requests to >> >>>>>> XML values. >> >>>>>> GuestBlox_frontend/GuestBloxAdmin.lzx: Modified >> >>>>>> UI. Removed hard-coded script location >> >>>>>> values and replaced with xpathQuery requests >> >>>>>> to XML values. Added login prompt and >> >>>>>> "Set as Default" button. >> >>>>>> GuestBlox_frontend/GuestBlox_parameters.xml: Added >> >>>>>> values to point to PHP script locations. >> >>>>>> GuestBlox_frontend/GuestBloxAdmin_parameters.xml: >> >>>>>> Added values to point to PHP script loc- >> >>>>>> ations. >> >>>>>> GuestBlox_frontend/assets/*: Created art assets. >> >>>>>> >> >>>>>> GuestBlox_backend/ClearData.php: Added XML output >> >>>>>> for error reporting. >> >>>>>> GuestBlox_backend/EnterData.php: Added XML output >> >>>>>> for error reporting. >> >>>>>> GuestBlox_backend/GetData.php: Added XML output for >> >>>>>> error reporting. >> >>>>>> GuestBlox_backend/Login.php: Created this to allow >> >>>>>> simple login check for access to >> >>>>>> GuestBloxAdmin app. >> >>>>>> GuestBlox_backend/RestoreDefaultLog.php: Added XML >> >>>>>> output for error reporting. >> >>>>>> GuestBlox_backend/SetDefault.php: Created this to >> >>>>>> allow user to set current log as default. >> >>>>>> >> >>>>>> Tests: Tested GuestBlox SOLO on several browsers, >> noted that >> >>>>>> it works. >> >>>>>> >> >>>>>> Affected files ... >> >>>>>> >> >>>>>> ... //GuestBlox_frontend/GuestBlox.lzx >> >>>>>> # edit >> >>>>>> ... //GuestBlox_frontend/GuestBloxAdmin.lzx >> # edit >> >>>>>> ... //GuestBlox_frontend/GuestBlox_parameters.xml # >> edit >> >>>>>> ... //GuestBlox_frontend/GuestBloxAdmin_parameters.xml # >> >>> edit >> >>>>>> ... //GuestBlox_backend/ >> ClearData.php # >> >>>>>> edit >> >>>>>> ... //GuestBlox_backend/EnterData.php >> >>> # edit >> >>>>>> ... //GuestBlox_backend/GetData.php # >> edit >> >>>>>> ... //GuestBlox_backend/RestoreDefaultLog.php >> >>> # edit >> >>>>>> ... //GuestBlox_backend/Login.php # >> >>> created >> >>>>>> ... //GuestBlox_backend/ >> SetDefault.php # >> >>>>>> created >> >>>>>> ... //GuestBlox_frontend/assets/ >> poweredby.swf # >> >>>>>> added >> >>>>>> ... //GuestBlox_frontend/assets/gray_bg.jpg # >> >>> added >> >>>>>> ... //GuestBlox_frontend/assets/alpha_bevel.png >> >>>>>> # added >> >>>>>> ... //GuestBlox_frontend/assets/close_btn.gif >> >>>>>> # added >> >>>>>> ... //GuestBlox_frontend/assets/guestblox_title.png # >> >>>>>> created >> >>>>>> ... //GuestBlox_frontend/assets/ >> >>> error_box.png # >> >>>>>> created >> >>>>>> ... //GuestBlox_frontend/assets/ >> submit_box.png # >> >>>>>> created >> >>>>>> ... //GuestBlox_frontend/assets/ >> success_box.png # >> >>>>>> created >> >>>>>> ... //GuestBlox_frontend/assets/console_title.png # >> >>> created >> >>>>>> ... //GuestBlox.lzx.swf >> >>>>>> # created >> >>>>>> ... // >> GuestBloxAdmin.lzx.swf # >> >>>>>> created >> >>>>>> ... //README.txt # edit >> >>>>> >> >>>>> >> >>>>> >> >>>>> _______________________________________________ >> >>>>> Laszlo-dev mailing list >> >>>>> [email protected] >> >>>>> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev >> >>>> >> >>>> _______________________________________________ >> >>>> Laszlo-dev mailing list >> >>>> [email protected] >> >>>> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev >> >>> >> >>> _______________________________________________ >> >>> Laszlo-dev mailing list >> >>> [email protected] >> >>> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev >> >>> >> >>> <Guestblox.zip> >> > >> > _______________________________________________ >> > Laszlo-dev mailing list >> > [email protected] >> > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
