Monday, May 31, 2010

SSH v1 keys?

0 comments
Is there a way to import SSH v1 keys into iSSH? I've successfully
imported v2 keys, but I can't figure out how to import v1 keys.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Timeclock functions?

0 comments
Network connections will be closed when the app is in the background,
pretty useless for iViewer really. Just saves launching the app again.
So timeclock functions would be quite useless when its only open when
you're using it. But maybe in future it will run fully in the
background and then we will look at adding the feature.

Jarrod

On Jun 1, 12:01 pm, gchts <thebo...@gmail.com> wrote:
> Isn't the new Itouch/Iphone OS able to run apps designated by the user
> in the background?  If that is the case then in theory an Itouch/
> Iphone could be running the command fusion app 24/7.
>
> Brian
>
> On May 18, 3:15 am, Jarrod Bell <jar...@guilink.com> wrote:
>
>
>
> > You can add timers in the beta guiDesigner, but this is just based on
> > sending a command at a set frequency and set number of times (or 0 for
> > endless repeat).
> > The timers are page/subpage based (ie. start firing when a page or
> > subpage is shown). They do not relate to a systemclock, so cannot
> > perform events based on time of day.
>
> > The app isnt running 24/7 so systemclockevents are not really going
> > to work anyway.
>
> > Jarrod
>
> > On May 18, 5:05 pm, Brian Lake <brian.e.l...@gmail.com> wrote:
>
> > > Hey Jarrod,
> > > I wanted to create some automation events based on a timeclock. Is it
> > > possible to trigger commands or macros off timed events, or is this
> > > something you plan on adding in a later version?
>
> > > Any cost-effective workarounds people have implemented and would
> > > recommend?
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > > To post to this group, send email to commandfusion@googlegroups.com.
> > > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Timeclock functions?

0 comments
Isn't the new Itouch/Iphone OS able to run apps designated by the user
in the background? If that is the case then in theory an Itouch/
Iphone could be running the command fusion app 24/7.

Brian

On May 18, 3:15 am, Jarrod Bell <jar...@guilink.com> wrote:
> You can add timers in the beta guiDesigner, but this is just based on
> sending a command at a set frequency and set number of times (or 0 for
> endless repeat).
> The timers are page/subpage based (ie. start firing when a page or
> subpage is shown). They do not relate to a systemclock, so cannot
> perform events based on time of day.
>
> The app isnt running 24/7 so systemclockevents are not really going
> to work anyway.
>
> Jarrod
>
> On May 18, 5:05 pm, Brian Lake <brian.e.l...@gmail.com> wrote:
>
> > Hey Jarrod,
> > I wanted to create some automation events based on a timeclock. Is it
> > possible to trigger commands or macros off timed events, or is this
> > something you plan on adding in a later version?
>
> > Any cost-effective workarounds people have implemented and would
> > recommend?
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Gauge for Integra w/GC=100

0 comments
Jarrod helped me figure it out. I had the wrong EOM in the system
setup for the serial port. I was using \x0D and not \x1A.

Here is his explanation: Secondly, does the data from your amp come
back terminated with \x0D? If not, you should change the EOM character
of the S1 system to match the end of message string that the system
actually uses. Otherwise the feedback parsing engine doesnt know where
to split incoming data.

Thanks for your help!

Brian

On May 31, 5:34 am, Nahshon Williams <spc...@gmail.com> wrote:
> Brian, not sure if you have been following  the thread on Hex Strings
> and  Analog joins
>
> Using telnet this is what the onkyo sends with each change in state to
> the volume (even if you use the volume knob)
>
> ISCP\x10\x0A\x01!1MVL04\x1A\x0A
> (ignore the "ISCP\x10\x0A\x01" that is for network commands)
>
> As you can see the last char is line feed \x0A
>
> So for the EOM in onkyo system properties use \x0A
> To  display/capture the volume feedback data use :
>
> .*!1MVL(..).* or .*!1MVL(.*)\x1A.*
>
> Create a new capture group for the Volume Display using the same regex.
> The only difference is setting the data type to Serial.
>
> All above is for the TX-NR5007 onkyo.
>
> Hope this helps
>
> Nahshon
>
> On 31/05/2010 04:00, gchts wrote:
>
>
>
> > I tried .*!1MVL(..).* and no luck.  I also tried .*!1MVL(\w{1,2}\x1A
> > no luck.
>
> > I was not getting any data in the serial join.  I tried creating a new
> > serial feedback with just the .* and just (.*) in the regex and still
> > get nothing back.  It is like nothing is coming back. I know the
> > wiring is correct because I get a response with Netlinx Studio.
>
> > Brian

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Serial adapter and iSSH

0 comments
On May 30, 2010, at 11:05 AM, John wrote:
> What me bothers about these adapters you already mentioned is, the
> need to have an external power supply, are rather expensive and - and

This version of the device is available with USB power, 9v battery power, and some other options. There's another version that takes 2xAAA batteries. I chose USB because it's already everywhere that I have a router, and I can easily carry a rechargeable Li-Ion battery pack with USB connectivity and built-in charger ($45 at Radio Shack). I'm going to toss this into my existing serial kit bag that has the multitude of gender and null adapters you might need.

> that's the biggest bummer for me - they make things even more
> complicated.

Serial is a pain in my rear, but this didn't complicate it. It does a good job, and is reasonably transparent.

> What I really need is something reliable and simple. I'd
> prefer the redpark adapter cable and already emailed them hoping they
> have a solution for us.

Agreed, that would be better.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Does iSSH have an api that i can use

0 comments
Launching apps from another app is easy. Having two apps running at
the same time isn't.

--
Jared Earle :: There is no SPORK
iphone@23x.net :: http://jearle.eu/
Blog :: http://23x.net/

On 31 May 2010, at 23:10, Carlos Alvarez <caalvarez@gmail.com> wrote:

>
> On May 29, 2010, at 9:16 PM, JYA wrote:
>> Each application on an iPhone is self contained, and an application
>> can not access another without jail breaking your device.
>> So I'm guessing that no you can't.
>
> The Zinio app is able to take me to Safari to buy a magazine, and Safari is able to take me directly back to Zinio to read it. So at least Safari is able to launch another app, but maybe that's a private API.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/issh?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Does iSSH have an api that i can use

0 comments
On May 29, 2010, at 9:16 PM, JYA wrote:
> Each application on an iPhone is self contained, and an application
> can not access another without jail breaking your device.
> So I'm guessing that no you can't.

The Zinio app is able to take me to Safari to buy a magazine, and Safari is able to take me directly back to Zinio to read it. So at least Safari is able to launch another app, but maybe that's a private API.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: One word: openvpn support

0 comments
Apple doesn't support/allow OpenVPN client/server software.

OpenVPN is seems to be an installable package only on jailbroken
iPhone/iPad's.

Jeff


On Mon, May 31, 2010 at 2:11 PM, pdan <unisex@gmail.com> wrote:
>
> Although I am really happy with iSSH, we really really need openvpn
> support, and integrating it would make a huge difference for a lot of
> sysadmins out there.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/issh?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Keyboard

0 comments
Does issh support function keys, the | <pipe> key and <escape> ?

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Accessing CNTL key from VNC keyboard

0 comments
I've read all the posts and unsure how to bring up the icons for CNTL,
etc. keys from the VNC keypad. Thanks!

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: screen jumping in emacs...

0 comments
One can disable the cursor followng by turning off "Follow Cursor" in
the General Settings.

As for that dead area, it's gone in the latest version released to
Apple. Should be out in a few days!

Dean

On May 30, 4:10 pm, sonomute <sonom...@gmail.com> wrote:
> When i'm trying to type in emacs screen always trying to go back to
> the very first line and then back to current position, which confusing
> whole system, and me and my poor eyes as well...
>
> Please, make it possible to disable cursor following...also would be
> just great to limit size of terminal window when using big fonts, it
> is pretty unusable now...but still much better then other alternatives
> on iphone os, thanks for good job!
>
> oh, and what about that big dead area at the bottom of the screen? i'm
> using bluetooth keyboard, and after hiding on-screen one i can see
> that something wrong down there...
>
> al the best!

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

One word: openvpn support

0 comments
Although I am really happy with iSSH, we really really need openvpn
support, and integrating it would make a huge difference for a lot of
sysadmins out there.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

[appigo-todo] Is there a simple way someone without todo can send me a checklist via email?

0 comments
I would like it if I can get a checklist via email or some way that
can be imported into todo.

I shop for my parents regularly, and they email their list to me, but
it would be so simple if I had a way of converting it into a
checklist, or could give them a simple app that will send it to my
todo.

it would have to be simple, my parents don't try to learn new things.

getting them to email the list was hard enough.

thanks,
Brian R

PS I tried toodledo, and their email option seems to be rather
useless, it won't create a checklist, it will create 1 task, and have
notes underneath, but no subtasks.

--
Learn more about Todo (task management made simple), Corkulous (collect, organize, and share your ideas), Notebook (notes available everywhere), and AccuFuel (fuel efficiency tracker) on Appigo's website: http://www.appigo.com/

You received this message because you are subscribed to the Google
Groups "Appigo Todo" group.
To post to this group, send email to appigo-todo@googlegroups.com
To unsubscribe from this group, send email to
appigo-todo-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/appigo-todo?hl=en

Re: image with transparency

0 comments
Also fixed this earlier today (I think... hard to know exactly without
more details on the problem you are having).

Jarrod

On Jun 1, 3:29 am, Deiby Rojas Montero <moncor...@gmail.com> wrote:
> Another error
> "Match Theme Image Size" Does not work correctly
>
> 2010/5/31 Jarrod Bell <jar...@guilink.com>
>
>
>
>
>
> > It should work in iViewer, just not current public guiDesigner beta.
> > Doesn't matter what computer you try it on, it was a bug (as I just
> > said) and is fixed and scheduled for release tomorrow.
>
> > Jarrod
>
> > On Jun 1, 3:19 am, Deiby Rojas Montero <moncor...@gmail.com> wrote:
> > > OK
> > > It is a very important option and I do not work on 3 computers I've
> > tested.
>
> > > 2010/5/31 Deiby Rojas Montero <moncor...@gmail.com>
>
> > > > As I can do to make the BG Color does not have a solid color?
> > > > What I need is that transparency is a sub page that looks transparent.
> > > > Version 2.2 could be done
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "CommandFusion" group.
> > > > To post to this group, send email to commandfusion@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > commandfusion+unsubscribe@googlegroups.com<commandfusion%2Bunsubscribe@goog legroups.com>
> > <commandfusion%2Bunsubscribe@goog legroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/commandfusion?hl=en.
>
> > > --
> > > Deiby Rojas Montero
> > > Moncortec S.A.
>
> > > Tel: 2263.6052
> > > Cel: 8374.5853
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to
> > commandfusion+unsubscribe@googlegroups.com<commandfusion%2Bunsubscribe@goog legroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/commandfusion?hl=en.
>
> --
> Deiby Rojas Montero
> Moncortec S.A.
>
> Tel: 2263.6052
> Cel: 8374.5853

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: image with transparency

0 comments
Another error
"Match Theme Image Size" Does not work correctly


2010/5/31 Jarrod Bell <jarrod@guilink.com>
It should work in iViewer, just not current public guiDesigner beta.
Doesn't matter what computer you try it on, it was a bug (as I just
said) and is fixed and scheduled for release tomorrow.

Jarrod

On Jun 1, 3:19 am, Deiby Rojas Montero <moncor...@gmail.com> wrote:
> OK
> It is a very important option and I do not work on 3 computers I've tested.
>
> 2010/5/31 Deiby Rojas Montero <moncor...@gmail.com>
>
> > As I can do to make the BG Color does not have a solid color?
> > What I need is that transparency is a sub page that looks transparent.
> > Version 2.2 could be done
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to
> > commandfusion+unsubscribe@googlegroups.com<commandfusion%2Bunsubscribe@goog legroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/commandfusion?hl=en.
>
> --
> Deiby Rojas Montero
> Moncortec S.A.
>
> Tel: 2263.6052
> Cel: 8374.5853

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.




--
Deiby Rojas Montero
Moncortec S.A.

Tel: 2263.6052
Cel: 8374.5853

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: image with transparency

0 comments
It should work in iViewer, just not current public guiDesigner beta.
Doesn't matter what computer you try it on, it was a bug (as I just
said) and is fixed and scheduled for release tomorrow.

Jarrod

On Jun 1, 3:19 am, Deiby Rojas Montero <moncor...@gmail.com> wrote:
> OK
> It is a very important option and I do not work on 3 computers I've tested.
>
> 2010/5/31 Deiby Rojas Montero <moncor...@gmail.com>
>
> > As I can do to make the BG Color does not have a solid color?
> > What I need is that transparency is a sub page that looks transparent.
> > Version 2.2 could be done
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to
> > commandfusion+unsubscribe@googlegroups.com<commandfusion%2Bunsubscribe@goog legroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/commandfusion?hl=en.
>
> --
> Deiby Rojas Montero
> Moncortec S.A.
>
> Tel: 2263.6052
> Cel: 8374.5853

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: image with transparency

0 comments
OK
It is a very important option and I do not work on 3 computers I've tested.

2010/5/31 Deiby Rojas Montero <moncortec@gmail.com>
As I can do to make the BG Color does not have a solid color?
What I need is that transparency is a sub page that looks transparent.
Version 2.2 could be done

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.




--
Deiby Rojas Montero
Moncortec S.A.

Tel: 2263.6052
Cel: 8374.5853

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: image with transparency

0 comments
You mean a bg theme with an image that has transparency, without a
solid bg color, then attached to a subpage?
That can be done. The current beta release draws this incorrectly in
guiDesigner, but looks fine in iViewer.
We have fixed this issue in guiDesigner earlier today and will post a
new beta tomorrow.

Jarrod

On Jun 1, 2:54 am, Deiby Rojas Montero <moncor...@gmail.com> wrote:
> As I can do to make the BG Color does not have a solid color?
> What I need is that transparency is a sub page that looks transparent.
> Version 2.2 could be done

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

image with transparency

0 comments
As I can do to make the BG Color does not have a solid color?
What I need is that transparency is a sub page that looks transparent.
Version 2.2 could be done

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: forwarding of authentication agent connection

0 comments
I just bought iSSH for my new iPad.

BUT, I was disappointed to find out there is no agent forwarding???

Please, please, please add this soon :)

On May 27, 7:49 pm, Dean <canada...@gmail.com> wrote:
> This is very high on my priority list of additional features for
> iSSH.  Expect this very soon!
>
> Dean
>

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: New Apple TV with iPhone OS (More Potential for CF)

0 comments
Would be great if one could stream HD video from IP enabled CCTV on any
CF product! (Jarrod this is eagerly anticipated)
These sony cameras have native H.264
http://pro.sony.com/bbsc/ssr/mkt-security/mkt-securityhdcameras/
CF with an iPad (1024x768) and Apple TV (720p or 1080p) with HD
tv/projector would be pretty neat stuff!
At present I control apple TV with CF.


On 31/05/2010 10:41, Jarrod Bell wrote:
> 1080p streaming... cant be that crappy.
>
> On May 31, 3:54 pm, sarneel<sarn...@gmail.com> wrote:
>
>> Only,
>>
>> what kind of crappy hardware it will be if it's only 100 dollars?
>> But the idea of apps and iPhone OS4 is cool..
>>
>> On 31 mei, 01:44, av_roller<avrol...@gmail.com> wrote:
>>
>>
>>
>>
>>> That would be very cool to design a GUI for the TV. That is a big part
>>> of the Control4 solution. We'll see if the new apple tv is open for
>>> developers, this would create a whole new category in the app store. I
>>> would think it would have to open if apple wants to compete with
>>> google tv, boxee box, ect.
>>>
>>
>>> 1080p streaming too, awesome!
>>>
>>
>>> On May 30, 1:36 pm, yellowfin<jhal...@gmail.com> wrote:
>>>
>>
>>>> This is totally hearsay, but it is being reported by engadget that the
>>>> new apple tv will feature the iphone OS. I didn't think that much of
>>>> it until, I thought, hey that probably means you could use your TV as
>>>> an interface for your control system. Very cool!
>>>>
>>
>>>> http://www.engadget.com/2010/05/28/the-next-apple-tv-revealed-cloud-s...Tekst uit oorspronkelijk bericht niet weergeven -
>>>>
>>
>>> - Tekst uit oorspronkelijk bericht weergeven -
>>>
>

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Cannot Toggle Buttons in Simulated Feedback on Beta Version 2.*.11

0 comments
Thanks Jarrod,
Problem solved :-)
Must remember next time. . .


On 31/05/2010 10:39, Jarrod Bell wrote:
> Perhaps try using a join other than zero?
>
> Jarrod
>
> On May 31, 7:11 pm, Nahshon Williams<spc...@gmail.com> wrote:
>
>> I cannot toggle buttons on the iphone in iviewer.
>> Simulate feedback and toggle are selected in Gui Designer.
>> Nahshon
>>
>> On 31/05/2010 03:25, Jarrod Bell wrote:
>>
>>
>>
>>
>>> Do you mean cannot toggle buttons in guiDesigner or iViewer?
>>>
>>
>>> Jarrod
>>>
>>
>>> On May 31, 11:04 am, Nahshon Williams<spc...@gmail.com> wrote:
>>>
>>
>>>> Anybody else have this issue?
>>>>
>>
>>>> Nahshon
>>>>
>

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: New Apple TV with iPhone OS (More Potential for CF)

0 comments
1080p streaming... cant be that crappy.

On May 31, 3:54 pm, sarneel <sarn...@gmail.com> wrote:
> Only,
>
> what kind of crappy hardware it will be if it's only 100 dollars?
> But the idea of apps and iPhone OS4 is cool..
>
> On 31 mei, 01:44, av_roller <avrol...@gmail.com> wrote:
>
>
>
> > That would be very cool to design a GUI for the TV. That is a big part
> > of the Control4 solution. We'll see if the new apple tv is open for
> > developers, this would create a whole new category in the app store. I
> > would think it would have to open if apple wants to compete with
> > google tv, boxee box, ect.
>
> > 1080p streaming too, awesome!
>
> > On May 30, 1:36 pm, yellowfin <jhal...@gmail.com> wrote:
>
> > > This is totally hearsay, but it is being reported by engadget that the
> > > new apple tv will feature the iphone OS.  I didn't think that much of
> > > it until, I thought, hey that probably means you could use your TV as
> > > an interface for your control system.  Very cool!
>
> > >http://www.engadget.com/2010/05/28/the-next-apple-tv-revealed-cloud-s...Tekst uit oorspronkelijk bericht niet weergeven -
>
> > - Tekst uit oorspronkelijk bericht weergeven -

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Cannot Toggle Buttons in Simulated Feedback on Beta Version 2.*.11

0 comments
Perhaps try using a join other than zero?

Jarrod

On May 31, 7:11 pm, Nahshon Williams <spc...@gmail.com> wrote:
> I cannot toggle buttons on the iphone in iviewer.
> Simulate feedback and toggle are selected in Gui Designer.
> Nahshon
>
> On 31/05/2010 03:25, Jarrod Bell wrote:
>
>
>
> > Do you mean cannot toggle buttons in guiDesigner or iViewer?
>
> > Jarrod
>
> > On May 31, 11:04 am, Nahshon Williams<spc...@gmail.com>  wrote:
>
> >> Anybody else have this issue?
>
> >> Nahshon

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Gauge for Integra w/GC=100

0 comments
Brian, not sure if you have been following the thread on Hex Strings
and Analog joins

Using telnet this is what the onkyo sends with each change in state to
the volume (even if you use the volume knob)

ISCP\x10\x0A\x01!1MVL04\x1A\x0A
(ignore the "ISCP\x10\x0A\x01" that is for network commands)

As you can see the last char is line feed \x0A

So for the EOM in onkyo system properties use \x0A
To display/capture the volume feedback data use :

.*!1MVL(..).* or .*!1MVL(.*)\x1A.*

Create a new capture group for the Volume Display using the same regex.
The only difference is setting the data type to Serial.

All above is for the TX-NR5007 onkyo.

Hope this helps

Nahshon


On 31/05/2010 04:00, gchts wrote:
> I tried .*!1MVL(..).* and no luck. I also tried .*!1MVL(\w{1,2}\x1A
> no luck.
>
> I was not getting any data in the serial join. I tried creating a new
> serial feedback with just the .* and just (.*) in the regex and still
> get nothing back. It is like nothing is coming back. I know the
> wiring is correct because I get a response with Netlinx Studio.
>
> Brian
>
>

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Cannot Toggle Buttons in Simulated Feedback on Beta Version 2.*.11

0 comments
I cannot toggle buttons on the iphone in iviewer.
Simulate feedback and toggle are selected in Gui Designer.
Nahshon

On 31/05/2010 03:25, Jarrod Bell wrote:
> Do you mean cannot toggle buttons in guiDesigner or iViewer?
>
> Jarrod
>
> On May 31, 11:04 am, Nahshon Williams<spc...@gmail.com> wrote:
>
>> Anybody else have this issue?
>>
>> Nahshon
>>
>

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

secrets of money earning

0 comments
secrets of money earning
http://www.123maza.com/server-details/Marketing

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

secrets of money earning

0 comments
secrets of money earning
http://www.123maza.com/server-details/Marketing

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Device database

0 comments
Hi Jarrod,

Sounds good to me!
Screenshots would be nice, but i think that the most people out here
design by therselves.
Although I see sometime's some custom installers wich are making
terrible lay outs..

I would like to see a customer rating, but also a date of publishing
( or version history )
And the device's must be open. So for example you can download a
device to your local file. Edit the device
Local, and then upload it with the same name and new version history.


On 31 mei, 09:27, Jarrod Bell <jar...@guilink.com> wrote:
> We are working on a way to share system definitions, theme
> definitions, etc, for a future guiDesigner release.
> This would allow you to create, share and download all from within
> guiDesigner. It will be tied to your account on our website, and we
> will probably add features like ratings, screenshots, etc.
>
> Jarrod
>
> On May 31, 4:10 pm, sarneel <sarn...@gmail.com> wrote:
>
>
>
> > Hi all,
>
> > Just wondering if there is a place to share libary's?
> > Ofcourse nobody like's to dubble program the same device.
>
> > For example, i'm looking for a Marantz / Speakercraft program.
>
> > Maybe a extra forum on remotecentral.com? Or, a way to put your own
> > device in a user database wich can be rated on version and
> > appreciation. That way
> > your'e data is save and other's can see and edit. (The way vantage is
> > working)- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Device database

0 comments
We are working on a way to share system definitions, theme
definitions, etc, for a future guiDesigner release.
This would allow you to create, share and download all from within
guiDesigner. It will be tied to your account on our website, and we
will probably add features like ratings, screenshots, etc.

Jarrod

On May 31, 4:10 pm, sarneel <sarn...@gmail.com> wrote:
> Hi all,
>
> Just wondering if there is a place to share libary's?
> Ofcourse nobody like's to dubble program the same device.
>
> For example, i'm looking for a Marantz / Speakercraft program.
>
> Maybe a extra forum on remotecentral.com? Or, a way to put your own
> device in a user database wich can be rated on version and
> appreciation. That way
> your'e data is save and other's can see and edit. (The way vantage is
> working)

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Sunday, May 30, 2010

Re: Device database

0 comments
There is the crestron yahoo group.

Sent from my iPhone

On May 31, 2010, at 12:10 AM, sarneel <sarneel@gmail.com> wrote:

> Hi all,
>
>
> Just wondering if there is a place to share libary's?
> Ofcourse nobody like's to dubble program the same device.
>
>
> For example, i'm looking for a Marantz / Speakercraft program.
>
> Maybe a extra forum on remotecentral.com? Or, a way to put your own
> device in a user database wich can be rated on version and
> appreciation. That way
> your'e data is save and other's can see and edit. (The way vantage is
> working)
>
> --
> You received this message because you are subscribed to the Google
> Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en
> .
>

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Device database

0 comments
Hi all,


Just wondering if there is a place to share libary's?
Ofcourse nobody like's to dubble program the same device.


For example, i'm looking for a Marantz / Speakercraft program.

Maybe a extra forum on remotecentral.com? Or, a way to put your own
device in a user database wich can be rated on version and
appreciation. That way
your'e data is save and other's can see and edit. (The way vantage is
working)

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: New Apple TV with iPhone OS (More Potential for CF)

0 comments
Only,

what kind of crappy hardware it will be if it's only 100 dollars?
But the idea of apps and iPhone OS4 is cool..


On 31 mei, 01:44, av_roller <avrol...@gmail.com> wrote:
> That would be very cool to design a GUI for the TV. That is a big part
> of the Control4 solution. We'll see if the new apple tv is open for
> developers, this would create a whole new category in the app store. I
> would think it would have to open if apple wants to compete with
> google tv, boxee box, ect.
>
> 1080p streaming too, awesome!
>
> On May 30, 1:36 pm, yellowfin <jhal...@gmail.com> wrote:
>
>
>
> > This is totally hearsay, but it is being reported by engadget that the
> > new apple tv will feature the iphone OS.  I didn't think that much of
> > it until, I thought, hey that probably means you could use your TV as
> > an interface for your control system.  Very cool!
>
> >http://www.engadget.com/2010/05/28/the-next-apple-tv-revealed-cloud-s...- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Gauge for Integra w/GC=100

0 comments
To what email?

Brian

On May 30, 11:07 pm, Jarrod Bell <jar...@guilink.com> wrote:
> Can you email the guiDesigner project archive file to me (from
> guiDesigner > File > Export > Project Archive), then I will see what
> could be wrong from the software setup side.
>
> Jarrod
>
> On May 31, 1:00 pm, gchts <thebo...@gmail.com> wrote:
>
>
>
> > I tried .*!1MVL(..).* and no luck.  I also tried .*!1MVL(\w{1,2}\x1A
> > no luck.
>
> > I was not getting any data in the serial join.  I tried creating a new
> > serial feedback with just the .* and just (.*) in the regex and still
> > get nothing back.  It is like nothing is coming back. I know the
> > wiring is correct because I get a response with Netlinx Studio.
>
> > Brian

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Gauge for Integra w/GC=100

0 comments
Can you email the guiDesigner project archive file to me (from
guiDesigner > File > Export > Project Archive), then I will see what
could be wrong from the software setup side.

Jarrod

On May 31, 1:00 pm, gchts <thebo...@gmail.com> wrote:
> I tried .*!1MVL(..).* and no luck.  I also tried .*!1MVL(\w{1,2}\x1A
> no luck.
>
> I was not getting any data in the serial join.  I tried creating a new
> serial feedback with just the .* and just (.*) in the regex and still
> get nothing back.  It is like nothing is coming back. I know the
> wiring is correct because I get a response with Netlinx Studio.
>
> Brian

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Gauge for Integra w/GC=100

0 comments
I tried .*!1MVL(..).* and no luck. I also tried .*!1MVL(\w{1,2}\x1A
no luck.

I was not getting any data in the serial join. I tried creating a new
serial feedback with just the .* and just (.*) in the regex and still
get nothing back. It is like nothing is coming back. I know the
wiring is correct because I get a response with Netlinx Studio.

Brian

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Cannot Toggle Buttons in Simulated Feedback on Beta Version 2.*.11

0 comments
Do you mean cannot toggle buttons in guiDesigner or iViewer?

Jarrod

On May 31, 11:04 am, Nahshon Williams <spc...@gmail.com> wrote:
> Anybody else have this issue?
>
> Nahshon

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Gauge for Integra w/GC=100

0 comments
Try:
.*!1MVL(..).*

Also, if you used \\x1A in the regex tester, you must change it back
to \x1A in the actual regex otherwise it wont work.
Only use double backslash when you are trying to match the actual
string "\\x1A", rather than the real data which is a single byte.

You didn't mention what data showed in the serial join, if anything.
Try creating a regex (.*) and a single serial capture group and assign
that to the textbox. This will capture all data as it comes in and
might give you a better indication of whats arriving.
Is the volume level coming back automatically when you issue the vol
up and down commands? Or do you have to request it?

Jarrod

On May 31, 11:59 am, gchts <thebo...@gmail.com> wrote:
> I am having problems getting feedback to a gauge in my volume sub-
> page.  I am using a GC-100 with and Integra DTR7.1 (basically an
> Onkyo).  I have control working with the serial commands so the serial
> port is setup correctly.  I have read the posts about feedback with an
> Onkyo and have the following setup:
>
> I added a feedback named Receiver Volume to the Serial port system
> that the Integra commands are in.
>
> I have used Regex .*!1MVL(\w{1,2}) and .*!1MVL(\w{1,2})\\x1A (which
> both work in Regex test)  for a response with the format !1MVL00\x1A
> (where the 00 is a hex value dependent on the volume level)
>
> Name: Volume Gauge
> Capture Index: 1
> Data Type: Analog
> Target Type: Analog
> Join: 178
> Token Type: Value
> Transform:
> Min Value: 0
> Max Value:100
> Hex data: True
>
> Then I placed a gauge from the free gui on my volume sub-page
> (inactive imagegauge_h_off.png and active image gauge_h_on.png) and
> gave it the analog join number of 178.  The Graphic preview looks
> great.
>
> I expected the gauge to populate when I pushed the volume up and
> volume down buttons.  The Commands are !1MVLUP\x0D and !1MVLDOWN\x0D.
> What am I missing??
>
> Since that was not working I thought I would try to see what response
> I was getting from the receiver so I also added a Text Box and
> assigned it a serial join #10.
>
> I added a group to the above Regex:
>
> Name: Serial
> Capture Index: 2
> Data Type: Serial
> Target Type: Serial
> Join: 10
> Token Type: Value
>
> Again what am I missing?  Any help would be appreciated.
>
> Thanks,
> Brian

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Gauge for Integra w/GC=100

0 comments
I am having problems getting feedback to a gauge in my volume sub-
page. I am using a GC-100 with and Integra DTR7.1 (basically an
Onkyo). I have control working with the serial commands so the serial
port is setup correctly. I have read the posts about feedback with an
Onkyo and have the following setup:

I added a feedback named Receiver Volume to the Serial port system
that the Integra commands are in.

I have used Regex .*!1MVL(\w{1,2}) and .*!1MVL(\w{1,2})\\x1A (which
both work in Regex test) for a response with the format !1MVL00\x1A
(where the 00 is a hex value dependent on the volume level)

Name: Volume Gauge
Capture Index: 1
Data Type: Analog
Target Type: Analog
Join: 178
Token Type: Value
Transform:
Min Value: 0
Max Value:100
Hex data: True

Then I placed a gauge from the free gui on my volume sub-page
(inactive imagegauge_h_off.png and active image gauge_h_on.png) and
gave it the analog join number of 178. The Graphic preview looks
great.

I expected the gauge to populate when I pushed the volume up and
volume down buttons. The Commands are !1MVLUP\x0D and !1MVLDOWN\x0D.
What am I missing??

Since that was not working I thought I would try to see what response
I was getting from the receiver so I also added a Text Box and
assigned it a serial join #10.

I added a group to the above Regex:

Name: Serial
Capture Index: 2
Data Type: Serial
Target Type: Serial
Join: 10
Token Type: Value

Again what am I missing? Any help would be appreciated.

Thanks,
Brian

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Cannot Toggle Buttons in Simulated Feedback on Beta Version 2.*.11

0 comments
Anybody else have this issue?

Nahshon

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: New Apple TV with iPhone OS (More Potential for CF)

0 comments
That would be very cool to design a GUI for the TV. That is a big part
of the Control4 solution. We'll see if the new apple tv is open for
developers, this would create a whole new category in the app store. I
would think it would have to open if apple wants to compete with
google tv, boxee box, ect.

1080p streaming too, awesome!

On May 30, 1:36 pm, yellowfin <jhal...@gmail.com> wrote:
> This is totally hearsay, but it is being reported by engadget that the
> new apple tv will feature the iphone OS.  I didn't think that much of
> it until, I thought, hey that probably means you could use your TV as
> an interface for your control system.  Very cool!
>
> http://www.engadget.com/2010/05/28/the-next-apple-tv-revealed-cloud-s...

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

screen jumping in emacs...

0 comments
When i'm trying to type in emacs screen always trying to go back to
the very first line and then back to current position, which confusing
whole system, and me and my poor eyes as well...

Please, make it possible to disable cursor following...also would be
just great to limit size of terminal window when using big fonts, it
is pretty unusable now...but still much better then other alternatives
on iphone os, thanks for good job!

oh, and what about that big dead area at the bottom of the screen? i'm
using bluetooth keyboard, and after hiding on-screen one i can see
that something wrong down there...

al the best!

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: New Apple TV with iPhone OS (More Potential for CF)

0 comments
if it's sensitive to touch ;-)

Le 30 mai 2010 à 20:36, yellowfin a écrit :

This is totally hearsay, but it is being reported by engadget that the
new apple tv will feature the iphone OS.  I didn't think that much of
it until, I thought, hey that probably means you could use your TV as
an interface for your control system.  Very cool!

http://www.engadget.com/2010/05/28/the-next-apple-tv-revealed-cloud-storage-and-iphone-os-on-tap/

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.


-- 
Marc-Etienne HUNEAU  Dark Side of the Room (DSR) 
+33 (0)6 615 516 90  http://www.dsr.fr




New Apple TV with iPhone OS (More Potential for CF)

0 comments
This is totally hearsay, but it is being reported by engadget that the
new apple tv will feature the iphone OS. I didn't think that much of
it until, I thought, hey that probably means you could use your TV as
an interface for your control system. Very cool!

http://www.engadget.com/2010/05/28/the-next-apple-tv-revealed-cloud-storage-and-iphone-os-on-tap/

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Serial adapter and iSSH

0 comments
Hi Dean,
hi Carlos,

I'd LOVE to see this feature, too! Being able to talk to console ports
of network quipment is an absolute musthave for my portable computer.
So I have to carry my MBP with me everywhere I go. I'd love to be able
to do this with my iPhone, or an iPad!

What me bothers about these adapters you already mentioned is, the
need to have an external power supply, are rather expensive and - and
that's the biggest bummer for me - they make things even more
complicated. What I really need is something reliable and simple. I'd
prefer the redpark adapter cable and already emailed them hoping they
have a solution for us.

@Dean, I like iSSH very much and use it every day, I didn't have a
chance yet to try it on an iPad, but I'm looking forward to it!
If you'd find a way to painlessly and reliably do console connections
to our network equipment with iPhone OS, I'd be willing to pay for
this premium function via in-app-purchase or else.... Maybe you could
get some kind of arrangement and bundling with redpark.com?


Thanks in advance for your past and future work on iSSH!

John


On May 18, 7:55 pm, Carlos Alvarez <caalva...@gmail.com> wrote:
> On May 18, 2010, at 10:41 AM, Dean wrote:
>
>
>
> > So I'd love to say yes to this request, but it's going to take time
> > and I'm not quite sure how much demand there is yet.
>
> These guys supposedly have an approved device for dock to serial, but only seem to sell to integrators/developers:
>
> http://redpark.com/
>
> > In the meantime, has anyone had any luck with these devices?
>
> >http://www.amazon.com/RS-232-Adapter-Remotely-Controlling-Serial/dp/B...
>
> I just ordered this, and will report on what I find:
>
> https://serialio.com//store/product_info.php?cPath=82&products_id=647...
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Copy/Paste?

0 comments
Tapping the keyboard icon at the top should restore it's transparency.

Dean

On May 29, 9:09 pm, JYA <jyaven...@gmail.com> wrote:
> Good to know.
>
> I've noticed that the keyboard display preferences gets overridden
> when it prompt for a password at login. I have the default setting of
> making e keyboard slightly transparent. When The popup appears
> prompting for the password, the keyboard is still transparent. But
> once you validate, the keyboard is back to the standard default. Can't
> seem to be able to make it transparent any longer.
>
> I like the VNC client and the ability to easily make a right click.
> Very useful.
>
> On May 30, 4:06 am, Dean <canada...@gmail.com> wrote:
>
>
>
> > Your disappointment should not last long. An update was submitted last
> > week that addresses each and every one of your concerns here. Apple is
> > back to about a week for approving updates so expect it some time next
> > week. I'll be posting details on this update this evening.
>
> > Dean
>
> > On May 29, 10:48 am, JYA <jyaven...@gmail.com> wrote:
>
> > > Hi
>
> > > Just purchased iSSH.
>
> > > Not the most intuitive application I've used so far :(
>
> > > In a terminal session, tapping and holding make the "wheel" appear. If
> > > I double tap on a text it gets selected, from there I can't display
> > > the wheel anymore, but I can select text. But what can you do with
> > > that selection?
> > > There's no indication for a copy/paste and as soon as I tap somewhere
> > > else on the screen, the selection disappear.
>
> > > I just wanted to copy/paste my private Dsa key.
>
> > > Another non related question, I'm using an iPad. Is there a way to
> > > prevent the keyboard to hide the bottom of the terminal? Like shifting
> > > the window up when the keyboard is shown  Damn useless as it is as I
> > > can't see what I'm typing in most situation norm the result of my
> > > comment until I hide then keyboard.
>
> > > A tad disappointed so far, considering the price.
>
> > > Thanks.
> > > JY

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Saturday, May 29, 2010

Re: Does iSSH have an api that i can use

0 comments
On May 27, 6:52 am, Deepesh <deepesh.chou...@gmail.com> wrote:
> I am working on a app that needs to establish a remote terminal
> connection and perform operations. Can I use iSSH under the hood to
> create a connection and execute the command on that connection? Is
> there an API that i can use for iSSH that is accessible from an ipad
> app?
>
> Or is this possible?

Each application on an iPhone is self contained, and an application
can not access another without jail breaking your device.
So I'm guessing that no you can't.

However, the author of issh I guess could provide a framework that
others could use in other applications.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Copy/Paste?

0 comments
Good to know.

I've noticed that the keyboard display preferences gets overridden
when it prompt for a password at login. I have the default setting of
making e keyboard slightly transparent. When The popup appears
prompting for the password, the keyboard is still transparent. But
once you validate, the keyboard is back to the standard default. Can't
seem to be able to make it transparent any longer.

I like the VNC client and the ability to easily make a right click.
Very useful.

On May 30, 4:06 am, Dean <canada...@gmail.com> wrote:
> Your disappointment should not last long. An update was submitted last
> week that addresses each and every one of your concerns here. Apple is
> back to about a week for approving updates so expect it some time next
> week. I'll be posting details on this update this evening.
>
> Dean
>
> On May 29, 10:48 am, JYA <jyaven...@gmail.com> wrote:
>
>
>
> > Hi
>
> > Just purchased iSSH.
>
> > Not the most intuitive application I've used so far :(
>
> > In a terminal session, tapping and holding make the "wheel" appear. If
> > I double tap on a text it gets selected, from there I can't display
> > the wheel anymore, but I can select text. But what can you do with
> > that selection?
> > There's no indication for a copy/paste and as soon as I tap somewhere
> > else on the screen, the selection disappear.
>
> > I just wanted to copy/paste my private Dsa key.
>
> > Another non related question, I'm using an iPad. Is there a way to
> > prevent the keyboard to hide the bottom of the terminal? Like shifting
> > the window up when the keyboard is shown  Damn useless as it is as I
> > can't see what I'm typing in most situation norm the result of my
> > comment until I hide then keyboard.
>
> > A tad disappointed so far, considering the price.
>
> > Thanks.
> > JY

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Support of German keyboard layout in VNC connection

0 comments
International keyboard support in VNC is a big prority of mine. Expect
it in a very near update.

Dean

On May 29, 4:22 am, BigCheese <bigche...@gmx.de> wrote:
> Hi,
>
> is it possible to implement a german keyboard layout support for the
> VNC connection?
> I have iSSH on my ipad, when i open up the keyboard and type on the
> "z" key, an "y" is transmitted...
>
> Or is somewhere a config flag to sync the keyboards?
>
> thanks,
> bigcheese

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Copy/Paste?

0 comments
Your disappointment should not last long. An update was submitted last
week that addresses each and every one of your concerns here. Apple is
back to about a week for approving updates so expect it some time next
week. I'll be posting details on this update this evening.

Dean

On May 29, 10:48 am, JYA <jyaven...@gmail.com> wrote:
> Hi
>
> Just purchased iSSH.
>
> Not the most intuitive application I've used so far :(
>
> In a terminal session, tapping and holding make the "wheel" appear. If
> I double tap on a text it gets selected, from there I can't display
> the wheel anymore, but I can select text. But what can you do with
> that selection?
> There's no indication for a copy/paste and as soon as I tap somewhere
> else on the screen, the selection disappear.
>
> I just wanted to copy/paste my private Dsa key.
>
> Another non related question, I'm using an iPad. Is there a way to
> prevent the keyboard to hide the bottom of the terminal? Like shifting
> the window up when the keyboard is shown  Damn useless as it is as I
> can't see what I'm typing in most situation norm the result of my
> comment until I hide then keyboard.
>
> A tad disappointed so far, considering the price.
>
> Thanks.
> JY

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Copy/Paste?

0 comments
Hi

Just purchased iSSH.

Not the most intuitive application I've used so far :(

In a terminal session, tapping and holding make the "wheel" appear. If
I double tap on a text it gets selected, from there I can't display
the wheel anymore, but I can select text. But what can you do with
that selection?
There's no indication for a copy/paste and as soon as I tap somewhere
else on the screen, the selection disappear.

I just wanted to copy/paste my private Dsa key.

Another non related question, I'm using an iPad. Is there a way to
prevent the keyboard to hide the bottom of the terminal? Like shifting
the window up when the keyboard is shown Damn useless as it is as I
can't see what I'm typing in most situation norm the result of my
comment until I hide then keyboard.

A tad disappointed so far, considering the price.

Thanks.
JY

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Music control

0 comments
Look at the page and subpage reference properties for details on
transitions.

The lists support all objects, you basically create a small subpage
which acts as a single list item, and this is repeated for each item
in the list.
So whatever you want to put in a list item you can. See our Developers
Manual for details on generating list content using our built in
protocol.
Otherwise you can setup an External Systems in the System Manager to
parse feedback from any TCP or UDP connection directly into list
items.

No animation support beyond manually changing the image a serial join
points to at regular intervals. You can set a dynamic image to point
to any cached image at runtime by pointing the serial join to the
image filename.
To make sure an image is cached, you just place it somewhere in your
GUI (such as on a page that you never actually flip to).

Jarrod

On May 29, 9:27 pm, panos_k75 <panos_...@yahoo.com> wrote:
> I was thinking of using one of the Crestron modules out there to
> intergrate with the squeezeserver. So not really sure exacty what the
> modules provide.
> Do you support scrolling lists with pictures (album covers) or just
> text? And what do u mean by saying "transitions" do u have any videos
> to display this functionality?
> Finally do support any picture effects like relfections, shadows etc??
> and what about animations?
>
> On May 29, 3:39 am, Jarrod Bell <jar...@guilink.com> wrote:
>
>
>
> > We support scrolling lists and page/subpage transitions.
> > You would need to be using a music server capable of sending out
> > commands that iViewer can parse with our feedback regex engine.
> > If you need more help on that, please provide full details on the data
> > the music server sends out for artists lists, etc.
>
> > Jarrod
>
> > On May 29, 5:52 am, panos_k75 <panos_...@yahoo.com> wrote:
>
> > > Hi,
>
> > > would i be able to implement with CF an music interface similar to
> > > iPeng (Control SqueezeServer) with finger scrolling through albums
> > > etc? Does CF support any animations or anything else fancy or is it
> > > all static screens at the moment?
>
> > > Thx,
> > > Panos

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

[appigo-todo] Suggestions for the iPad version

0 comments
Hello,

I'm generally pretty happy with the iPad version of Todo, but one area
where I think it could make significant improvements is in the
interface used to edit tasks. Right now, it's basically the iPhone
interface that pops up for editing. This means, for example, that to
change the due date, I have to tap on it and go into a sub-panel. Same
to edit, or even just view, the notes. What I'd like to see is a
completely new UI that takes full advantage of all the extra screen
space an iPad offers. I'd especially like to see some other way to
view and edit notes, since they're so central to todo items (at least
for me). I realize that the current UI is likely the result of trying
to get the iPad version out the door as quickly as possible, but if
you're looking for guidance in prioritizing your own todo list....

Also, I'd love to have the option of a UI theme that wasn't based on a
physical notebook/day planner. Not only does it make me feel a little
silly in business meetings, but it also wastes a significant amount of
screen space that could be better put to use to display more
information (notes!) and even suggests functionality that's not there
(like, say, taking notes on the "page" opposite the settings page).

Another suggestion: offer finer-grained control over alerts. I know
you can't do anything with snooze yet, but at least offer the ability
to control when reminders are pushed on a per-task basis along with
the ability to have multiple reminders. I suspect you can really jump
on this with iPhone OS 4.0.

As a side note, is it just me, or has Appigo completely removed all
mention of these forums from their web site? I seem to remember them
being prominently linked in the help section, but now I can find
nothing. Perhaps just coincidentally, I first noticed it around the
time of the release of the iPad version and, uh, the resulting RTM
debacle. A crude form of flood control? Anyway, restoring the links,
or making them more visible if they're still around, would be helpful.

Thats it for now. Thanks for a great product; I look forward to
ongoing refinements.

--
Learn more about Todo (task management made simple), Corkulous (collect, organize, and share your ideas), Notebook (notes available everywhere), and AccuFuel (fuel efficiency tracker) on Appigo's website: http://www.appigo.com/

You received this message because you are subscribed to the Google
Groups "Appigo Todo" group.
To post to this group, send email to appigo-todo@googlegroups.com
To unsubscribe from this group, send email to
appigo-todo-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/appigo-todo?hl=en

Re: Music control

0 comments
I was thinking of using one of the Crestron modules out there to
intergrate with the squeezeserver. So not really sure exacty what the
modules provide.
Do you support scrolling lists with pictures (album covers) or just
text? And what do u mean by saying "transitions" do u have any videos
to display this functionality?
Finally do support any picture effects like relfections, shadows etc??
and what about animations?

On May 29, 3:39 am, Jarrod Bell <jar...@guilink.com> wrote:
> We support scrolling lists and page/subpage transitions.
> You would need to be using a music server capable of sending out
> commands that iViewer can parse with our feedback regex engine.
> If you need more help on that, please provide full details on the data
> the music server sends out for artists lists, etc.
>
> Jarrod
>
> On May 29, 5:52 am, panos_k75 <panos_...@yahoo.com> wrote:
>
> > Hi,
>
> > would i be able to implement with CF an music interface similar to
> > iPeng (Control SqueezeServer) with finger scrolling through albums
> > etc? Does CF support any animations or anything else fancy or is it
> > all static screens at the moment?
>
> > Thx,
> > Panos

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Support of German keyboard layout in VNC connection

0 comments
Hi,

is it possible to implement a german keyboard layout support for the
VNC connection?
I have iSSH on my ipad, when i open up the keyboard and type on the
"z" key, an "y" is transmitted...

Or is somewhere a config flag to sync the keyboards?

thanks,
bigcheese

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

 

Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com