fluid-work IRC Logs-2012-07-13
[07:03:12 CDT(-0500)] <logiclord> fluid-everyone: In Keyboard+Accessibility+Plugin+API how do we detect which key was pressed in onUnselect function of selectable ?
[09:07:18 CDT(-0500)] <logiclord> fluid-everyone: I have some doubts regarding selectable option in Keyboard+Accessibility+Plugin+API.. how do unselect and select work ?
[09:16:53 CDT(-0500)] <logiclord_> how to deactivate similar to activate using keyboard plugin ?
[10:34:28 CDT(-0500)] * jessm can't get into standup again
[10:34:49 CDT(-0500)] <jessm> i met with the space mgmt. team this a.m. to talk about extending our work with them
[10:35:02 CDT(-0500)] <jessm> i met with James to go through the deliverables remaining from the CFI
[10:35:14 CDT(-0500)] <jessm> this aft. i am going to be working on some MOUs and some contracts
[11:57:06 CDT(-0500)] <logiclord> Is it possible to deactivate a container previously activated by jQuery().fluid("activate") ?
[11:58:44 CDT(-0500)] <logiclord> how to bind multiple key shortcuts like ctrl+p
[11:58:47 CDT(-0500)] <logiclord> ?
[12:01:45 CDT(-0500)] <thealphanerd> http://codecanyon.net/item/assign-jquery/157596?ref=webadelic&ref=webadelic&clickthrough_id=68815767&redirect_back=true
[12:01:55 CDT(-0500)] <thealphanerd> probably not the solution you are looking for…
[12:02:01 CDT(-0500)] <thealphanerd> just realized it is a pay license
[12:02:08 CDT(-0500)] <thealphanerd> i revoce having linked it
[12:02:42 CDT(-0500)] <logiclord> thealphanerd: isn't possible to do it with just jquery... there are plugins though like shortcut.js
[12:03:00 CDT(-0500)] <logiclord> I thought of doing it with native jquery ?
[12:06:42 CDT(-0500)] <thealphanerd> well… hmmm
[12:06:52 CDT(-0500)] <thealphanerd> you could have event firers for each key
[12:07:04 CDT(-0500)] <thealphanerd> on press
[12:07:12 CDT(-0500)] <thealphanerd> that checks to see if they have been released
[12:07:23 CDT(-0500)] <thealphanerd> ohhh
[12:07:37 CDT(-0500)] <thealphanerd> when you press a key… throw a boolean true for keyPressed
[12:07:52 CDT(-0500)] <thealphanerd> then trigger a function that checks to see if both are pressed
[12:08:13 CDT(-0500)] <thealphanerd> on release you can change boolean false
[12:09:03 CDT(-0500)] <logiclord> I think I understand your point.. will try that
[12:09:26 CDT(-0500)] <logiclord> thealphanerd: any idea about how to deactivate in keyboard accessbility API
[12:09:27 CDT(-0500)] <logiclord> ?
[12:09:48 CDT(-0500)] <thealphanerd> in keyboard accessibility api
[12:09:49 CDT(-0500)] <thealphanerd> ?
[12:10:08 CDT(-0500)] <logiclord> yup
[12:10:17 CDT(-0500)] <thealphanerd> havn't worked with it yet
[12:10:21 CDT(-0500)] <thealphanerd> infusion thing?
[12:10:31 CDT(-0500)] <logiclord> Yes wiki.fluidproject.org/display/fluid/Keyboard+Accessibility+Plugin+API
[15:05:27 CDT(-0500)] <travis_84> Bosmon: are you in?
[16:03:04 CDT(-0500)] <michelled> hey travis_84: Bosmon will likely not be in the channel for the next week
[16:03:16 CDT(-0500)] <michelled> travis_84: but you should be able to contact him through e-mail
[16:04:44 CDT(-0500)] <travis_84> ok, thanks. I was writing one to you as well
[16:04:56 CDT(-0500)] <michelled>
[16:06:27 CDT(-0500)] <travis_84> To thank you for the passing mid-term and make sure ya'll are seeing my updates
[16:14:01 CDT(-0500)] <michelled> travis_84: I just looked now - it's great that you've got something just about working
[16:14:34 CDT(-0500)] <michelled> travis_84: maybe it's time to fill in the read me a bit? a description and some start up instructions perhaps?
[16:21:39 CDT(-0500)] <travis_84> michelled: I was hoping to get it just a little further developed and refined before I started the documenting process. There are a few ways things are done that I would like removed to keep things simple for others. I was going to ask for some technical help and suggestions in the email
[16:22:52 CDT(-0500)] <michelled> that sounds good travis_84, but I guess some simple docs wouldn't hurt. in fact they'd probably help you get the technical help you want - allowing more people to get your system up and working so they can comment on it.
[16:25:13 CDT(-0500)] <travis_84> ahh right, ok. I guess people should know it only works on a hosted server or local LAMP/WAMP
[16:32:19 CDT(-0500)] <michelled> yep, all the things that you take for granted it's so easy to do when you are working on something by yourself or with people you sit with physically