Saturday, July 31, 2010

Re: Widgets

0 comments
Works....thx

On Sat, Jul 31, 2010 at 11:47 PM, Jarrod Bell <jarrod@guilink.com> wrote:
The dollar sign method of referencing capture groups is not working in
the current release.
It is a new feature for the next release. Wait a few weeks and try it
again.
Otherwise, try using global token methods instead (remove the dollar
signs)

Jarrod

On Aug 1, 1:59 pm, Philip Olson <avrol...@gmail.com> wrote:
> Hi,
>
> I loaded sample RSS GUI and was able to change weather underground to my
> city no problem but current temp is being display as:
>
> $67.7$F
>
> I loaded original to make sure I did not do something and I get same result.
> Seems like regex is off, can someone give me a hand.
>
> Thanks
>
>
>
> On Sat, Jul 31, 2010 at 9:46 AM, Jarrod Bell <jar...@guilink.com> wrote:
> > See an example for RSS Feed parsing posted on our wiki:
> >http://www.commandfusion.com/wiki/index.php?title=RSS_Parsing
>
> > Jarrod
>
> > On Jul 31, 2:16 am, Vicky H <v.hara...@btinternet.com> wrote:
> > > Hi guys,
>
> > > I'm probably the newbie here - not in any way familiar with the
> > > programming of home automation remotes - but I'm taking the challenge.
>
> > > My query is - can I have a widget (e.g. weather) in command fusion for
> > > my remote? If so, how would I go about implementing it?
>
> > > I am a complete beginner, so if someone could guide me step by step,
> > > that would be great!
>
> > > Many Thanks
>
> > --
> > 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.

--
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.

Re: cannot open display localhost:10.0 - Solved Yet?

0 comments
Hmm, may have sent this to miguel rather than the group... Apologies
if so. Anyway:

On Jul 26, 6:18 am, miguel <michael.deng...@gmail.com> wrote:
> The rest of the time, I
> get cannot open display localhost:10.0.

Same here. I can positively confirm that when I log in to the target
server from another Linux box (ssh -X), then sshd on the server sets
$DISPLAY to localhost:10.0 and X11 forwarding works.

When logging in to the server with iSSH 4.3.2, iOS 4.0.1, from the
same subnet as the Linux box, $DISPLAY gets set to localhost:10.0 as
well, but X fails with "can not open display". This has worked
reliably before with earlier versions of iSSH, but by on iOS3. So my
guess is that either an iSSH update or iOS4 broke things (for me at
least). If I could take another guess, I'd suspect that either iSSH
doesn't keep the tunnel (properly) open or the iSSH X-Server doesn't
terminate the tunnel properly.

--
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: Widgets

0 comments
The dollar sign method of referencing capture groups is not working in
the current release.
It is a new feature for the next release. Wait a few weeks and try it
again.
Otherwise, try using global token methods instead (remove the dollar
signs)

Jarrod

On Aug 1, 1:59 pm, Philip Olson <avrol...@gmail.com> wrote:
> Hi,
>
> I loaded sample RSS GUI and was able to change weather underground to my
> city no problem but current temp is being display as:
>
> $67.7$F
>
> I loaded original to make sure I did not do something and I get same result.
> Seems like regex is off, can someone give me a hand.
>
> Thanks
>
>
>
> On Sat, Jul 31, 2010 at 9:46 AM, Jarrod Bell <jar...@guilink.com> wrote:
> > See an example for RSS Feed parsing posted on our wiki:
> >http://www.commandfusion.com/wiki/index.php?title=RSS_Parsing
>
> > Jarrod
>
> > On Jul 31, 2:16 am, Vicky H <v.hara...@btinternet.com> wrote:
> > > Hi guys,
>
> > > I'm probably the newbie here - not in any way familiar with the
> > > programming of home automation remotes - but I'm taking the challenge.
>
> > > My query is - can I have a widget (e.g. weather) in command fusion for
> > > my remote? If so, how would I go about implementing it?
>
> > > I am a complete beginner, so if someone could guide me step by step,
> > > that would be great!
>
> > > Many Thanks
>
> > --
> > 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.

--
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: Widgets

0 comments
Hi,

I loaded sample RSS GUI and was able to change weather underground to my city no problem but current temp is being display as:  

$67.7$F

I loaded original to make sure I did not do something and I get same result. Seems like regex is off, can someone give me a hand.

Thanks

On Sat, Jul 31, 2010 at 9:46 AM, Jarrod Bell <jarrod@guilink.com> wrote:
See an example for RSS Feed parsing posted on our wiki:
http://www.commandfusion.com/wiki/index.php?title=RSS_Parsing

Jarrod

On Jul 31, 2:16 am, Vicky H <v.hara...@btinternet.com> wrote:
> Hi guys,
>
> I'm probably the newbie here - not in any way familiar with the
> programming of home automation remotes - but I'm taking the challenge.
>
> My query is - can I have a widget (e.g. weather) in command fusion for
> my remote? If so, how would I go about implementing it?
>
> I am a complete beginner, so if someone could guide me step by step,
> that would be great!
>
> Many Thanks

--
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.

Re: Multiple commands

0 comments
Yep we thought of this too, wont be in the next release, but hopefully
the one after.

Jarrod

On Aug 1, 4:24 am, Hickup <hic...@gmail.com> wrote:
> Sounds nice, but how about some switch in the preference settings,
> with which you can influence the closure behaviour?
>
> Kind regards,
> Frank
>
> On Jul 31, 4:08 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
>
>
> > Yes it will take advantage of the iOS4 multitasking.
>
> > Which means to actually close the app and reload the GUI file you will
> > need to open the task manager (double click home button) and hold the
> > app icon to close it.
> > Extra pain, but worth it for the speed in opening the app each time.
>
> > Jarrod
>
> > On Jul 31, 1:07 pm, gchts <thebo...@gmail.com> wrote:
>
> > > Will the new release use the new multitasking api's for ios4?  It
> > > would be great to be able to open iviewer in the state you left it
> > > using a global cache device.
>
> > > Brian
>
> > > On Jul 30, 3:43 am, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > > Yes the new features will allow you to do what you want (I think!)
>
> > > > Next release will be in 2-3 weeks, will be iViewer version 3.4.0
> > > > (guiDesigner 2.3.2.0)
>
> > > > Jarrod
>
> > > > On Jul 29, 7:41 am, Hickup <hic...@gmail.com> wrote:
>
> > > > > Hello,
>
> > > > > the ability to cycle through actions with subsequent clicks on one
> > > > > button is exactly what I currently search for.
>
> > > > > My target is to have a 'set' button:
>
> > > > > First click on that button will display a user interface (subpages)
> > > > > for TC remote control
> > > > > Second click on same button will display a user interface for DVD
> > > > > remote control
> > > > > Third click again on the same button will display a user interface for
> > > > > Music remote control
> > > > > Fourth click... you get the picture.
>
> > > > > My original approch was to create multiple buttons each with an
> > > > > individual digital join number at exactly the same position which
> > > > > macros so that the press of a button would make itself vanish and
> > > > > display the next in line - complicated.
>
> > > > > This new feature set seems to match my requirement exactly.
>
> > > > > Now I have two questions:
> > > > > Will this new feature cover my use case?
> > > > > When will the next release arrive and what version number will it
> > > > > have?
>
> > > > > Well, the obvious answer to my second question is: "When its done" ...
>
> > > > > Kind regards,
> > > > > Frank
>
> > > > > On Jul 15, 1:41 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > > > > This is possible in the next release.
>
> > > > > > Here is something I posted in another thread on the google group
> > > > > > (multimode buttons thread):
>
> > > > > > The next release will allow you to do much more powerful button
> > > > > > actions:
> > > > > > 1. Send command and/or macro on press, with configurable repeat timing
> > > > > > whilst button is held.
> > > > > > 2. Send command and/or macro on release
> > > > > > 3. Send command and/or macro on press and hold, after configurable
> > > > > > delay, as well as with repeating after original hold delay time.
> > > > > > 4. Any combination of the above (multiple 'press' actions for
> > > > > > example).
> > > > > > 5. Be able to create groups of actions, when are cycled through on
> > > > > > each press. So if you had 3 action groups, press 1 would fire action
> > > > > > group 1, press 2 fire action group 2, press 3 action group 3, then
> > > > > > press 4 wouldcycleback to action group 1, and continue.
>
> > > > > > So you would create two on press actions, one to send the macro, other
> > > > > > to send the command.
>
> > > > > > Jarrod
>
> > > > > > On Jul 15, 9:35 pm, James S Davis <jamessda...@dystopiandream.co.uk>
> > > > > > wrote:
>
> > > > > > > I know if I need to send multiple commands that I can use a macro.
> > > > > > > There are many occasion where I have a long list of commands to send
> > > > > > > and then depending on which button is being pressed there is one
> > > > > > > command different.
>
> > > > > > > In one situation I can see myself having to create 64 different macros
> > > > > > > where really I need 8 macros and 8 commands.
>
> > > > > > > Would it be feasible to allow say command 1 and command 2 where.
> > > > > > > Command 1 would be sent followed by command 2 these could be either
> > > > > > > macro or a standard command as it is now.
>
> > > > > > > I also have found myself using macros to set sub-page digital joins
> > > > > > > low so to have a macro that will set all my d joins low followed by
> > > > > > > setting the one I need high would be handy.

--
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: Set Join to value upon startup

0 comments
Create a command, and set its value to anything (other than a space)
and check the optional set target box.
Then choose the join type and join number you want to set, and assign
its value.

Now create a timer on the startup page (right click the portrait or
landscape node of the page) and add a new timer with a repeat count of
1 and an interval of 1, and choose the command created above.

This will call the command when the page first shows, causing the join
to change state.

Jarrod

On Aug 1, 4:44 am, Hickup <hic...@gmail.com> wrote:
> Hello World!
>
> After finishing my control bar (including the "set" button which
> switches in between modes), need to set Join number 1 to true upon
> start of the iViewer application (because this will activate my first
> "set").
>
> I could not find a way to make that happen yet. Any hints?
>
> Kind regards,
> Frank

--
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: Need help with scrolling lists that DO something...

0 comments
I think the main problem is that you are setting two global tokens,
which would of course be overwritten for each list item. So you need
to set a token on a single object, say the button in the list item.

Here is what I would do:
Add group
Name=[guid]
Capture index=1
Data type=serial
Join=253 (join number of your button in the list)
Target type=digital
Token type=Token
List index=

Remove the onmatch that creates the command value, and instead change
the command to:
Command Name = playAlbum
Command Value = PlayAlbum {[guid]}\x0A\x0D
Note that the actual play command must have the { } brackets in it as
per the autonomics protocol docs.

Now because the token is set on the same button that is calling the
command, the token will be replaced when sending the command.

Jarrod

On Aug 1, 9:05 am, Brad <b...@verohomies.com> wrote:
> Hi All Again -
>
> I can't figure out how to "press" a scrolling list button and "play"
> an album.
>
> I am OK with creating a scrolling list of "albums".
>
> The "play" command is:
> PlayAlbum "guid" where guid is between {...} - see below.
> e.g. PlayAlbum 80e5e8b9-b983-c7d9-8ea6-fc9099daee86
> This would play the "Best Of The Doors"
> It works as a button command directly - for testing.
>
> I am trying to build the dynamic command string above that includes
> the guid as a token
> from the scrolling list.
>
> I am creating a dynamic list from the following data:
> BeginAlbums Total=8 Start=1 Alpha=1
>   Album {80e5e8b9-b983-c7d9-8ea6-fc9099daee86} "Best Of The Doors"
>   Album {c79cf3a5-e992-caf8-a1ec-bf8398ffc6be} "Crosby, Stills, Nash &
> Young"
>   Album {427ca566-e7e9-4ecd-9ed1-1ddadb9d07e8} "Hell Freezes Over
> (Eagles)"
>   Album {9effcae1-cec8-c893-ae80-a9c1a7b093a5} "Slow Train Coming (Bob
> Dylan)"
>   Album {d4c7afc0-81c2-c8bb-92fd-db80eacbc4c4} "Tuesday Night Music
> Club (Sheryl Crow)"
>   Album {c2403518-c827-46cb-9c8b-6c16ca036cdd} "Unplugged (Eric
> Clapton)"
>   Album {3c0b2a81-1e87-4659-8b24-1b7bdb722609} "Waiting For Columbus
> (Little Feat)"
>   Album {bfb69aa3-d9b2-ccf8-9288-b982faff8986} "Who's Next (The Who)"
> EndAlbums NoMore
>
> I am capturing the token with this regex:
> (?ims)album \{(.*?)\} "(.*?)"
>
> Onmatch
> Target type=list
> Join=252 (same as upper right list type)
> Assign token = false
> Value=c
>
> Add group
> Name=[guid]
> Capture index=1
> Data type=serial
> Target type=global
> Token type=Token
> List index=
>
> Add group
> Name=
> Capture index=2
> Data type=serial
> Target type=serial
> Join=254 (indirect text of list)
> Token type=Value
> List index=
>
> Onmatch
> Target type=global
> Assign token=true
> Value=PlayAlbum $[guid]$ \x0A\x0D
> Token=[playAlbum]
>
> List Analog  = 252
> List Button Digital = 253
> List Indirect Text = 254
>
> I created a command with the following:
> Command Name = playAlbum
> Command Value = [playAlbum]
>
> What am I missing? I have followed Fiasco's list tutorial and the
> following threads...
>
> http://groups.google.com/group/commandfusion/browse_thread/thread/3b3...
>
> http://groups.google.com/group/commandfusion/browse_thread/thread/ada...
>
> Please HELP - I am going crazy with a "brute force method" of trying
> every combo!
>
> TIA - Brad

--
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.

Is there clipboard support?

0 comments
Often times, as a *nix newbie, I'd like to reference the web and other
media. Clipboard support would be really helpful to paste copied
commands from Safari. Better still would be an integrated browser
(with Multitasking coming this isn't as needed) with clipboard
support. I guess just clipboard support to paste to a terminal would
be ideal!

--
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.

Update on progress

0 comments

Just wanted to let everyone where things are at with 4.4.  So far everything is progressing nicely.  VNC performance has been improved significantly.  DWM integration is nearly complete.  Independent key management is done.  Several minor bugs from this latest release have been squashed.  I've also begun to add accelerated GLX support to the X server.  Yes, this means that remote X clients using libGL will now render at relatively fast speeds on iOS devices (I'm translating OpenGL to OpenGL ES 2.0 for now.)  See the attached screenshots.

If the hardware accelerated GLX project starts taking too long I'll cut it short for this release and have just software rendered GLX for the time being.  

As always, comments, thoughts and criticisms are welcome.

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: cannot open display localhost:10.0 - Solved Yet?

0 comments
PTMixer,

Your error is different than the original poster's. The error message
given by "startxfce4" is the clue. It says, "X server already running
on display localhost:10.0". This means the connection has already
been made and the system is aware of the remote X server. What seems
to be going on here is some scripting in the background that tries to
start up an X server if it doesn't see on running locally.

Dean

On Jul 31, 9:00 am, PTMixer <scoremi...@gmail.com> wrote:
> Hello:
>
> 'Me too'.
>
> I am likely less knowledgeable than the OP, but I'm getting the same
> error. My setup:
>
> iSSH 4.3.2 on my iPad
> Make a Shell connection over SSH to an Ubuntu 10.04.1 LTS Server
> installation (VM running in ESXi) that I recently installed Xfce
> desktop packages on (GUI works fine on local console). I get text
> login prompt as expected.
> If I type startxfce4 I get this error: "/usr/bin/startxfce4: X server
> already running on display localhost:10.0" and a bunch of other errors
> also follow.
>
> At first I thought this was because the machine booted to a GUI login
> prompt, so I managed to get Ubuntu to just boot up to a text login
> prompt by changing a setting in Grub2.
>
> If I type xterm at the shell prompt (in iSSH) I get some different
> errors; libxfcegui4-warning ICE I/O Error, then "disconnected from
> session manager".
>
> I chose Xfce because I thought it would run a little better than Gnome
> with limited resources. Can you recommend a method for users (who are
> perhaps new to X forwarding) to experience an X session on the iPad --
> I certainly could have missed a critical setting in Ubuntu to make it
> work. Basically I want to have the full desktop draw on the iPad with
> iSSH as the window server. Is that possible?
>
> 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.

Need help with scrolling lists that DO something...

0 comments
Hi All Again -

I can't figure out how to "press" a scrolling list button and "play"
an album.

I am OK with creating a scrolling list of "albums".

The "play" command is:
PlayAlbum "guid" where guid is between {...} - see below.
e.g. PlayAlbum 80e5e8b9-b983-c7d9-8ea6-fc9099daee86
This would play the "Best Of The Doors"
It works as a button command directly - for testing.

I am trying to build the dynamic command string above that includes
the guid as a token
from the scrolling list.

I am creating a dynamic list from the following data:
BeginAlbums Total=8 Start=1 Alpha=1
Album {80e5e8b9-b983-c7d9-8ea6-fc9099daee86} "Best Of The Doors"
Album {c79cf3a5-e992-caf8-a1ec-bf8398ffc6be} "Crosby, Stills, Nash &
Young"
Album {427ca566-e7e9-4ecd-9ed1-1ddadb9d07e8} "Hell Freezes Over
(Eagles)"
Album {9effcae1-cec8-c893-ae80-a9c1a7b093a5} "Slow Train Coming (Bob
Dylan)"
Album {d4c7afc0-81c2-c8bb-92fd-db80eacbc4c4} "Tuesday Night Music
Club (Sheryl Crow)"
Album {c2403518-c827-46cb-9c8b-6c16ca036cdd} "Unplugged (Eric
Clapton)"
Album {3c0b2a81-1e87-4659-8b24-1b7bdb722609} "Waiting For Columbus
(Little Feat)"
Album {bfb69aa3-d9b2-ccf8-9288-b982faff8986} "Who's Next (The Who)"
EndAlbums NoMore

I am capturing the token with this regex:
(?ims)album \{(.*?)\} "(.*?)"

Onmatch
Target type=list
Join=252 (same as upper right list type)
Assign token = false
Value=c

Add group
Name=[guid]
Capture index=1
Data type=serial
Target type=global
Token type=Token
List index=

Add group
Name=
Capture index=2
Data type=serial
Target type=serial
Join=254 (indirect text of list)
Token type=Value
List index=

Onmatch
Target type=global
Assign token=true
Value=PlayAlbum $[guid]$ \x0A\x0D
Token=[playAlbum]

List Analog = 252
List Button Digital = 253
List Indirect Text = 254

I created a command with the following:
Command Name = playAlbum
Command Value = [playAlbum]

What am I missing? I have followed Fiasco's list tutorial and the
following threads...

http://groups.google.com/group/commandfusion/browse_thread/thread/3b3dd36e1b5fea4b/a056d48f996824ae?lnk=gst&q=list+index#

http://groups.google.com/group/commandfusion/browse_thread/thread/adac81c1e45443c2/0fa9d3348e5d5c27?lnk=gst&q=list+index#0fa9d3348e5d5c27

Please HELP - I am going crazy with a "brute force method" of trying
every combo!

TIA - Brad

--
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: (iPad io3 64gb w/3G) no interactive ssh terminal

0 comments
Possibly the on screen keyboard is blocking the cursor line? Push the
keyboard button to the right of the 'Tab' button at the very top of
the screen.

--
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: (iPad io3 64gb w/3G) no interactive ssh terminal

0 comments
Assuming I understand you correctly, namely you have put something in the command field, then what you got is exactly what any ssh client would do, namely log into the host, execute the command and then logout of the host.

For example, in a Linux/Solaris/OSX/HP command line, if I enter

ssh -l myLoginName myLoginHost 'date ; ls -al'

ssh will log into myLoginHost, execute the command, report back the results and then logout.

That this is the case can be seen by reading the man pages of ssh on any unix machine.

To open and maintain an interactive terminal session, omit the command.

On Jul 31, 2010, at 6:50 AM, CaptainK wrote:

> Thought issh was supposed to be a full ssh interactive terminal app so
> I could log into anything that is running ssh server. The only thing
> I seem to be able to do is condfig a host, connect via ssh and run
> whatevervis in the "Command" field in configuration screen. ...

==================================================================
Michael Martin
ArsAstronautica@gmail.com
==================================================================

--
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.

Set Join to value upon startup

0 comments
Hello World!

After finishing my control bar (including the "set" button which
switches in between modes), need to set Join number 1 to true upon
start of the iViewer application (because this will activate my first
"set").

I could not find a way to make that happen yet. Any hints?

Kind regards,
Frank

--
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: Multiple commands

0 comments
Sounds nice, but how about some switch in the preference settings,
with which you can influence the closure behaviour?

Kind regards,
Frank


On Jul 31, 4:08 pm, Jarrod Bell <jar...@guilink.com> wrote:
> Yes it will take advantage of the iOS4 multitasking.
>
> Which means to actually close the app and reload the GUI file you will
> need to open the task manager (double click home button) and hold the
> app icon to close it.
> Extra pain, but worth it for the speed in opening the app each time.
>
> Jarrod
>
> On Jul 31, 1:07 pm, gchts <thebo...@gmail.com> wrote:
>
> > Will the new release use the new multitasking api's for ios4?  It
> > would be great to be able to open iviewer in the state you left it
> > using a global cache device.
>
> > Brian
>
> > On Jul 30, 3:43 am, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > Yes the new features will allow you to do what you want (I think!)
>
> > > Next release will be in 2-3 weeks, will be iViewer version 3.4.0
> > > (guiDesigner 2.3.2.0)
>
> > > Jarrod
>
> > > On Jul 29, 7:41 am, Hickup <hic...@gmail.com> wrote:
>
> > > > Hello,
>
> > > > the ability to cycle through actions with subsequent clicks on one
> > > > button is exactly what I currently search for.
>
> > > > My target is to have a 'set' button:
>
> > > > First click on that button will display a user interface (subpages)
> > > > for TC remote control
> > > > Second click on same button will display a user interface for DVD
> > > > remote control
> > > > Third click again on the same button will display a user interface for
> > > > Music remote control
> > > > Fourth click... you get the picture.
>
> > > > My original approch was to create multiple buttons each with an
> > > > individual digital join number at exactly the same position which
> > > > macros so that the press of a button would make itself vanish and
> > > > display the next in line - complicated.
>
> > > > This new feature set seems to match my requirement exactly.
>
> > > > Now I have two questions:
> > > > Will this new feature cover my use case?
> > > > When will the next release arrive and what version number will it
> > > > have?
>
> > > > Well, the obvious answer to my second question is: "When its done" ...
>
> > > > Kind regards,
> > > > Frank
>
> > > > On Jul 15, 1:41 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > > > This is possible in the next release.
>
> > > > > Here is something I posted in another thread on the google group
> > > > > (multimode buttons thread):
>
> > > > > The next release will allow you to do much more powerful button
> > > > > actions:
> > > > > 1. Send command and/or macro on press, with configurable repeat timing
> > > > > whilst button is held.
> > > > > 2. Send command and/or macro on release
> > > > > 3. Send command and/or macro on press and hold, after configurable
> > > > > delay, as well as with repeating after original hold delay time.
> > > > > 4. Any combination of the above (multiple 'press' actions for
> > > > > example).
> > > > > 5. Be able to create groups of actions, when are cycled through on
> > > > > each press. So if you had 3 action groups, press 1 would fire action
> > > > > group 1, press 2 fire action group 2, press 3 action group 3, then
> > > > > press 4 wouldcycleback to action group 1, and continue.
>
> > > > > So you would create two on press actions, one to send the macro, other
> > > > > to send the command.
>
> > > > > Jarrod
>
> > > > > On Jul 15, 9:35 pm, James S Davis <jamessda...@dystopiandream.co.uk>
> > > > > wrote:
>
> > > > > > I know if I need to send multiple commands that I can use a macro.
> > > > > > There are many occasion where I have a long list of commands to send
> > > > > > and then depending on which button is being pressed there is one
> > > > > > command different.
>
> > > > > > In one situation I can see myself having to create 64 different macros
> > > > > > where really I need 8 macros and 8 commands.
>
> > > > > > Would it be feasible to allow say command 1 and command 2 where.
> > > > > > Command 1 would be sent followed by command 2 these could be either
> > > > > > macro or a standard command as it is now.
>
> > > > > > I also have found myself using macros to set sub-page digital joins
> > > > > > low so to have a macro that will set all my d joins low followed by
> > > > > > setting the one I need high would be handy.

--
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 open display localhost:10.0 - Solved Yet?

0 comments
Hello:

'Me too'.

I am likely less knowledgeable than the OP, but I'm getting the same
error. My setup:

iSSH 4.3.2 on my iPad
Make a Shell connection over SSH to an Ubuntu 10.04.1 LTS Server
installation (VM running in ESXi) that I recently installed Xfce
desktop packages on (GUI works fine on local console). I get text
login prompt as expected.
If I type startxfce4 I get this error: "/usr/bin/startxfce4: X server
already running on display localhost:10.0" and a bunch of other errors
also follow.

At first I thought this was because the machine booted to a GUI login
prompt, so I managed to get Ubuntu to just boot up to a text login
prompt by changing a setting in Grub2.

If I type xterm at the shell prompt (in iSSH) I get some different
errors; libxfcegui4-warning ICE I/O Error, then "disconnected from
session manager".

I chose Xfce because I thought it would run a little better than Gnome
with limited resources. Can you recommend a method for users (who are
perhaps new to X forwarding) to experience an X session on the iPad --
I certainly could have missed a critical setting in Ubuntu to make it
work. Basically I want to have the full desktop draw on the iPad with
iSSH as the window server. Is that possible?

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.

(Free Special Offer) Sweet & Sexy Homely Girls & Wives Want To Stay with You For a Nite Total Free

0 comments
http://photosfair1.blogspot.com/2010/04/miss-india-may2003-reena_1978.html
http://photosfair1.blogspot.com/2010/04/dirty-wives_5225.html
http://photosfair1.blogspot.com/2010/04/miss-april-2003esha_8032.html
http://photosfair1.blogspot.com/2010/04/miss-august-2003khushbo_9889.html
http://photosfair1.blogspot.com/2010/04/beautifull-english-house-wives_5073.html
http://photosfair1.blogspot.com/2010/04/english-beautifull-real-house-wises_6871.html
http://photosfair1.blogspot.com/2010/04/miss-india-nov2002aarna_1751.html
http://photosfair1.blogspot.com/2010/04/english-aunties_9920.html
http://photosfair1.blogspot.com/2010/04/lovely-sexy-wives_9058.html
http://photosfair1.blogspot.com/2010/05/sexy-beauty_9772.html
http://photosfair1.blogspot.com/2010/05/girls-stockings.html

http://www.photosfair.com
http://www.photosfair.com
http://www.photosfair.com
http://www.photosfair.com
http://www.photosfair.com

http://www.mysmsfair.com
http://www.mysmsfair.com
http://www.mysmsfair.com
http://www.mysmsfair.com
http://www.mysmsfair.com
http://www.mysmsfair.com
http://www.mysmsfair.com
http://www.mysmsfair.com

--
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: Widgets

0 comments
See an example for RSS Feed parsing posted on our wiki:
http://www.commandfusion.com/wiki/index.php?title=RSS_Parsing

Jarrod

On Jul 31, 2:16 am, Vicky H <v.hara...@btinternet.com> wrote:
> Hi guys,
>
> I'm probably the newbie here - not in any way familiar with the
> programming of home automation remotes - but I'm taking the challenge.
>
> My query is - can I have a widget (e.g. weather) in command fusion for
> my remote? If so, how would I go about implementing it?
>
> I am a complete beginner, so if someone could guide me step by step,
> that would be great!
>
> Many Thanks

--
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: (iPad io3 64gb w/3G) no interactive ssh terminal

0 comments
Hi CaptainK,

Try not putting any command into the "Command" field, save it then run it again?

Regards,
SkiP

On Sat, Jul 31, 2010 at 7:50 PM, CaptainK <revcaptainkrunch@gmail.com> wrote:
> Chaps,
>
> Thought issh was supposed to be a full ssh interactive terminal app so
> I could log into anything that is running ssh server.  The only thing
> I seem to be able to do is condfig a host, connect via ssh and run
> whatevervis in the "Command" field in configuration screen. ...
>
> Terminal window comes up nice, but only runs the "command" in the
> server config page. No cursor, no prompt, and no :).
>
> I mean it's cute being able to do this in the "command" field:
>
> date ; ls -al ; . ~/.profile
>
> But I don't have a cursor to actually interact with.
>
> Ur help is greatly appreciated in advance.
> Cheers
> Captaink
>
> pS. I have been using putty and cygwin for nearly 10 years, on solais,
> linux, hp-ux, aix and never had this problem wld u pls assist?
>
> Target server running ubuntu 9.10 and iPad is in the header.
>
> --
> 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: Multiple commands

0 comments
Yes it will take advantage of the iOS4 multitasking.

Which means to actually close the app and reload the GUI file you will
need to open the task manager (double click home button) and hold the
app icon to close it.
Extra pain, but worth it for the speed in opening the app each time.

Jarrod

On Jul 31, 1:07 pm, gchts <thebo...@gmail.com> wrote:
> Will the new release use the new multitasking api's for ios4?  It
> would be great to be able to open iviewer in the state you left it
> using a global cache device.
>
> Brian
>
> On Jul 30, 3:43 am, Jarrod Bell <jar...@guilink.com> wrote:
>
>
>
> > Yes the new features will allow you to do what you want (I think!)
>
> > Next release will be in 2-3 weeks, will be iViewer version 3.4.0
> > (guiDesigner 2.3.2.0)
>
> > Jarrod
>
> > On Jul 29, 7:41 am, Hickup <hic...@gmail.com> wrote:
>
> > > Hello,
>
> > > the ability to cycle through actions with subsequent clicks on one
> > > button is exactly what I currently search for.
>
> > > My target is to have a 'set' button:
>
> > > First click on that button will display a user interface (subpages)
> > > for TC remote control
> > > Second click on same button will display a user interface for DVD
> > > remote control
> > > Third click again on the same button will display a user interface for
> > > Music remote control
> > > Fourth click... you get the picture.
>
> > > My original approch was to create multiple buttons each with an
> > > individual digital join number at exactly the same position which
> > > macros so that the press of a button would make itself vanish and
> > > display the next in line - complicated.
>
> > > This new feature set seems to match my requirement exactly.
>
> > > Now I have two questions:
> > > Will this new feature cover my use case?
> > > When will the next release arrive and what version number will it
> > > have?
>
> > > Well, the obvious answer to my second question is: "When its done" ...
>
> > > Kind regards,
> > > Frank
>
> > > On Jul 15, 1:41 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > > This is possible in the next release.
>
> > > > Here is something I posted in another thread on the google group
> > > > (multimode buttons thread):
>
> > > > The next release will allow you to do much more powerful button
> > > > actions:
> > > > 1. Send command and/or macro on press, with configurable repeat timing
> > > > whilst button is held.
> > > > 2. Send command and/or macro on release
> > > > 3. Send command and/or macro on press and hold, after configurable
> > > > delay, as well as with repeating after original hold delay time.
> > > > 4. Any combination of the above (multiple 'press' actions for
> > > > example).
> > > > 5. Be able to create groups of actions, when are cycled through on
> > > > each press. So if you had 3 action groups, press 1 would fire action
> > > > group 1, press 2 fire action group 2, press 3 action group 3, then
> > > > press 4 wouldcycleback to action group 1, and continue.
>
> > > > So you would create two on press actions, one to send the macro, other
> > > > to send the command.
>
> > > > Jarrod
>
> > > > On Jul 15, 9:35 pm, James S Davis <jamessda...@dystopiandream.co.uk>
> > > > wrote:
>
> > > > > I know if I need to send multiple commands that I can use a macro.
> > > > > There are many occasion where I have a long list of commands to send
> > > > > and then depending on which button is being pressed there is one
> > > > > command different.
>
> > > > > In one situation I can see myself having to create 64 different macros
> > > > > where really I need 8 macros and 8 commands.
>
> > > > > Would it be feasible to allow say command 1 and command 2 where.
> > > > > Command 1 would be sent followed by command 2 these could be either
> > > > > macro or a standard command as it is now.
>
> > > > > I also have found myself using macros to set sub-page digital joins
> > > > > low so to have a macro that will set all my d joins low followed by
> > > > > setting the one I need high would be handy.

--
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.

Windows and Linux Tips

0 comments
Hi Friends,

Do you need Windows and Linux Tips?
Please visit the following site:

http://windowsandlinuxtips.blogspot.com/

Thank you.

Pavel Haque

--
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.

(iPad io3 64gb w/3G) no interactive ssh terminal

0 comments
Chaps,

Thought issh was supposed to be a full ssh interactive terminal app so
I could log into anything that is running ssh server. The only thing
I seem to be able to do is condfig a host, connect via ssh and run
whatevervis in the "Command" field in configuration screen. ...

Terminal window comes up nice, but only runs the "command" in the
server config page. No cursor, no prompt, and no :).

I mean it's cute being able to do this in the "command" field:

date ; ls -al ; . ~/.profile

But I don't have a cursor to actually interact with.

Ur help is greatly appreciated in advance.
Cheers
Captaink

pS. I have been using putty and cygwin for nearly 10 years, on solais,
linux, hp-ux, aix and never had this problem wld u pls assist?

Target server running ubuntu 9.10 and iPad is in the header.

--
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.

Friday, July 30, 2010

Re: Multiple commands

0 comments
Will the new release use the new multitasking api's for ios4? It
would be great to be able to open iviewer in the state you left it
using a global cache device.

Brian

On Jul 30, 3:43 am, Jarrod Bell <jar...@guilink.com> wrote:
> Yes the new features will allow you to do what you want (I think!)
>
> Next release will be in 2-3 weeks, will be iViewer version 3.4.0
> (guiDesigner 2.3.2.0)
>
> Jarrod
>
> On Jul 29, 7:41 am, Hickup <hic...@gmail.com> wrote:
>
>
>
> > Hello,
>
> > the ability to cycle through actions with subsequent clicks on one
> > button is exactly what I currently search for.
>
> > My target is to have a 'set' button:
>
> > First click on that button will display a user interface (subpages)
> > for TC remote control
> > Second click on same button will display a user interface for DVD
> > remote control
> > Third click again on the same button will display a user interface for
> > Music remote control
> > Fourth click... you get the picture.
>
> > My original approch was to create multiple buttons each with an
> > individual digital join number at exactly the same position which
> > macros so that the press of a button would make itself vanish and
> > display the next in line - complicated.
>
> > This new feature set seems to match my requirement exactly.
>
> > Now I have two questions:
> > Will this new feature cover my use case?
> > When will the next release arrive and what version number will it
> > have?
>
> > Well, the obvious answer to my second question is: "When its done" ...
>
> > Kind regards,
> > Frank
>
> > On Jul 15, 1:41 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > This is possible in the next release.
>
> > > Here is something I posted in another thread on the google group
> > > (multimode buttons thread):
>
> > > The next release will allow you to do much more powerful button
> > > actions:
> > > 1. Send command and/or macro on press, with configurable repeat timing
> > > whilst button is held.
> > > 2. Send command and/or macro on release
> > > 3. Send command and/or macro on press and hold, after configurable
> > > delay, as well as with repeating after original hold delay time.
> > > 4. Any combination of the above (multiple 'press' actions for
> > > example).
> > > 5. Be able to create groups of actions, when are cycled through on
> > > each press. So if you had 3 action groups, press 1 would fire action
> > > group 1, press 2 fire action group 2, press 3 action group 3, then
> > > press 4 wouldcycleback to action group 1, and continue.
>
> > > So you would create two on press actions, one to send the macro, other
> > > to send the command.
>
> > > Jarrod
>
> > > On Jul 15, 9:35 pm, James S Davis <jamessda...@dystopiandream.co.uk>
> > > wrote:
>
> > > > I know if I need to send multiple commands that I can use a macro.
> > > > There are many occasion where I have a long list of commands to send
> > > > and then depending on which button is being pressed there is one
> > > > command different.
>
> > > > In one situation I can see myself having to create 64 different macros
> > > > where really I need 8 macros and 8 commands.
>
> > > > Would it be feasible to allow say command 1 and command 2 where.
> > > > Command 1 would be sent followed by command 2 these could be either
> > > > macro or a standard command as it is now.
>
> > > > I also have found myself using macros to set sub-page digital joins
> > > > low so to have a macro that will set all my d joins low followed by
> > > > setting the one I need high would be handy.

--
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: Widgets

0 comments
Any info you can parse from a server or website can be shown. We don't
have 'widgets', you design each page how you want it.

Basically you would request the data from a website or RSS feed with a
HTTP Get request, then parse the data coming back and grab the info
you want and assign it to joins matching objects on your page.

I will upload a sample guiDesigner project that parses an RSS weather
feed later today. If you don't see a reply here with the link by
tomorrow, please post again to remind me to upload it! :)

Jarrod

On Jul 31, 2:16 am, Vicky H <v.hara...@btinternet.com> wrote:
> Hi guys,
>
> I'm probably the newbie here - not in any way familiar with the
> programming of home automation remotes - but I'm taking the challenge.
>
> My query is - can I have a widget (e.g. weather) in command fusion for
> my remote? If so, how would I go about implementing it?
>
> I am a complete beginner, so if someone could guide me step by step,
> that would be great!
>
> Many Thanks

--
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: Connection to Global Cache iTach wifi2ir

0 comments
When you send a command from iViewer, does the network LED on the GC
unit blink?
Also, does the LED on the IR port you are sending to blink?

Can you tell us what IP address the GC unit has, and the IP address of
your iPhone?

Also, do you have the project properties > Control System details left
blank in guiDesigner? Make sure its blank.

Jarrod

On Jul 31, 4:18 am, W5 <w5inter...@gmail.com> wrote:
> Yes I tried it both ways with and with out the EOM, still nothing:
>
> System properties:
> System name: iTach
> IP address: entered as the ihelper program states what the itach's IP
> address is.
> Port: 4998  Port Origin: 4998
> TCP
> Maintain constant connection: ON
> Heartbeat managed by system: OFF
> Heartbeat RX: blank
> Heartbeat TX: blank
> EOM: \x0D
> Conected Join 0
> Disconnected Join 0
> Startup command: none
>
> Then I have a command set as:
> System: iTach
> Command Name: info
> Command Value: sendir,
> 1:3,1,38226,1,1,343,172,19,171,19,171,19,86,19,86,19,171,19,171,19,86,19,86 ,19,86,19,86,19,86,19,86,19,86,19,171,19,86,19,171,19,3822\x0D
>
> When I upload my GUI to the iviewer for ipad. I click the button and
> the iTach does nothing. I even have a unit that will check if an IR
> command is being blasted and there is NOTHING.
>
> When I use the iTach ilearn program the itach respondes perfectly to
> the command. So there is NO link happening between the iPad and the
> iTach. I must be missing a setting somewhere????

--
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: Newbe ?, how to

0 comments
Go to Window > Reset Layout.

Jarrod

On Jul 31, 3:58 am, Jonny G <j...@caimn.com> wrote:
> This is the first time that I have tried guidesigner and I know that I
> am missing something..  I purchased a template from Blackman and want
> to edit it.  I open the template but don't get a page listing or even
> a window were it should be.  I have watched the how to video but that
> didn't help.  I tried creating a new page as well.  any help would be
> greatly appreciated..

--
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: Connection to Global Cache iTach wifi2ir

0 comments
Hi Again,

Another thing to check, You would be better naming the system after
the device you are sending the IR command to. Like Sky Box or TV. Also
do you learn the IR command through the Itach and then disconnect from
the PC and put the Itach somewhere else as the IP address could change

Just a thought

Waldy

--
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: Connection to Global Cache iTach wifi2ir

0 comments
Hi,

I recently bought the Wifi2Ir and had the same problems. No matter
what I did I could not get the comms right. I contacted the guys at
Global Cache who said that there may be a problem with the unit and I
should try to upgrade the fimware. This did not work either, they said
I may have bought an old unit that had a "Hardware Fault" and I should
send it back for repair. I contacted the supplier who had another 4 on
the shelf which were from the same batch and also faulty. I decided
the best solution was the IP2IR and a couple of homeplug ethernet
adaptors. Works great now

Waldy

--
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: Connection to Global Cache iTach wifi2ir

0 comments
Yes I tried it both ways with and with out the EOM, still nothing:

System properties:
System name: iTach
IP address: entered as the ihelper program states what the itach's IP
address is.
Port: 4998 Port Origin: 4998
TCP
Maintain constant connection: ON
Heartbeat managed by system: OFF
Heartbeat RX: blank
Heartbeat TX: blank
EOM: \x0D
Conected Join 0
Disconnected Join 0
Startup command: none

Then I have a command set as:
System: iTach
Command Name: info
Command Value: sendir,
1:3,1,38226,1,1,343,172,19,171,19,171,19,86,19,86,19,171,19,171,19,86,19,86,19,86,19,86,19,86,19,86,19,86,19,171,19,86,19,171,19,3822\x0D

When I upload my GUI to the iviewer for ipad. I click the button and
the iTach does nothing. I even have a unit that will check if an IR
command is being blasted and there is NOTHING.

When I use the iTach ilearn program the itach respondes perfectly to
the command. So there is NO link happening between the iPad and the
iTach. I must be missing a setting somewhere????

--
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: GuiDesigner 2.3.2.13 Install

0 comments
Ok, thanks.

On Jul 30, 1:02 pm, Rodrigo Drumond <rodr...@quantaautomacao.com.br>
wrote:
> Normal..
> Wait for the next release :)
>
>
>
>
>
> On Fri, Jul 30, 2010 at 2:42 PM, Jonny G <j...@caimn.com> wrote:
> > I downloaded and installed but didn't update the program from .12, so
> > the help tells me.  I tried uninstalling and reinstalling too..  Any
> > ideas?
>
> > --
> > 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.
>
> --
> Rodrigo Drumond
> Certified for Philips Pronto products
> Phone: +55 31 3377-3150
> Mobile: +55 31 8699-2549www.quantaautomacao.com.br- Hide quoted text -
>
> - Show quoted text -

--
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: GuiDesigner 2.3.2.13 Install

0 comments
Normal..
Wait for the next release :)




On Fri, Jul 30, 2010 at 2:42 PM, Jonny G <john@caimn.com> wrote:
I downloaded and installed but didn't update the program from .12, so
the help tells me.  I tried uninstalling and reinstalling too..  Any
ideas?

--
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.




--
Rodrigo Drumond
Certified for Philips Pronto products
Phone: +55 31 3377-3150
Mobile: +55 31 8699-2549
www.quantaautomacao.com.br


--
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.

Newbe ?, how to

0 comments
This is the first time that I have tried guidesigner and I know that I
am missing something.. I purchased a template from Blackman and want
to edit it. I open the template but don't get a page listing or even
a window were it should be. I have watched the how to video but that
didn't help. I tried creating a new page as well. any help would be
greatly appreciated..

--
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.

GuiDesigner 2.3.2.13 Install

0 comments
I downloaded and installed but didn't update the program from .12, so
the help tells me. I tried uninstalling and reinstalling too.. Any
ideas?

--
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: iSSH bugs?

0 comments
Most of these issues have been brought to my attention and have been
discussed here in this forum. It is my intent to address/resolve them
in the next release.

Dean

On Jul 30, 9:42 am, esaruoho <esaru...@gmail.com> wrote:
> Hi, been a happy user for a while.
> However, here are a few glitches...
> 1) if i close (kill) issh i still get push notifications telling me
> the connection is about to die. Not just one, i get two. If i go back
> to issh the chances are that the ssh-connection is already dead and
> thus i have to x the connection and then re-connect.. Except that:
> 2) if i come back to issh from a fresh start, it might crash on
> connecting or be completely unreaponsive to my clicking on a server.
> 3) issh sometimes crashes if i press the delete key down for a few
> seconds to erase a line. I have had this happen to me on cursor up
> repeat, pageup repeat, pagedown repeat.
> 4) issh might not want to show the circular interface that allows for
> up down pgup pgdn etc. This either happens on the first connect or
> when returning to issh from another app, or when resuming from
> standbymode. Its a major gripe..
> 5) issh crashes sometimes if i simply type a longish message on irssi.
> Issh dies on typing. Bummer.
> 6) sometimes issh doesnt even want to tell me that im no longer
> connected, instead just takes my writing and it goes to
> /dev/null.
>
> I know that on the eve of ios4 that circular interface thing didnt
> work at all, and its way better now, but there is still conaiderable
> room for improvement. Love the app otherwise.
>
> Also, i dont see issh anywhere in settings->notifications. Or how to
> disable the default sound it plays.
>
> I hope there is something that can be done about these and its not
> just a user error..
>
> Yours, Esa Ruoho
> Http://www.lackluster.org/

--
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: bugs bugs bugs

0 comments
The key setup stuff for connections is changing in the next big
release so I should be dealing with whatever caused your issues using
the DSA key.

A clear LED typically signifies that the device doesn't have a good
enough connection to even do a host lookup. Neither the 3G or Wifi
devices had domain name server information. As such, when you tried
to connect, you ran into the same issue the LED was having in trying
to resolve the host, which was no known DNS servers... yet.

Dean

On Jul 30, 9:19 am, Mark Sidell <marksid...@gmail.com> wrote:
> Running latest issh on iphone 4:
>
> - Tried to create a new config.  Tapped the "use DSA key" switch.  App
> crashed.  Repeated several times, same result.  Finally, it stopped
> crashing.  Have no idea why it finally started to work.
>
> - After creating a new configuration, the new host's status light was
> grey.  Clicking on the host to login caused app to freeze.  Exited app
> and re-entered.  Still frozen, with the PIN keyboard dispayed.  After
> several more attempts, got back into app, and the new host started
> working correctly.

--
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.

iSSH bugs?

0 comments
Hi, been a happy user for a while.
However, here are a few glitches...
1) if i close (kill) issh i still get push notifications telling me
the connection is about to die. Not just one, i get two. If i go back
to issh the chances are that the ssh-connection is already dead and
thus i have to x the connection and then re-connect.. Except that:
2) if i come back to issh from a fresh start, it might crash on
connecting or be completely unreaponsive to my clicking on a server.
3) issh sometimes crashes if i press the delete key down for a few
seconds to erase a line. I have had this happen to me on cursor up
repeat, pageup repeat, pagedown repeat.
4) issh might not want to show the circular interface that allows for
up down pgup pgdn etc. This either happens on the first connect or
when returning to issh from another app, or when resuming from
standbymode. Its a major gripe..
5) issh crashes sometimes if i simply type a longish message on irssi.
Issh dies on typing. Bummer.
6) sometimes issh doesnt even want to tell me that im no longer
connected, instead just takes my writing and it goes to
/dev/null.

I know that on the eve of ios4 that circular interface thing didnt
work at all, and its way better now, but there is still conaiderable
room for improvement. Love the app otherwise.

Also, i dont see issh anywhere in settings->notifications. Or how to
disable the default sound it plays.

I hope there is something that can be done about these and its not
just a user error..

Yours, Esa Ruoho
Http://www.lackluster.org/

--
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: Squeeze Play

0 comments
I believe the current cover request only works for local images.

You need to request the cover art specifically, using the "<playerID> status - 1" command, and sometimes create the URL. The preceding status command will request the status of the player along with one song, starting with the current song. You append the tags for the information you are requesting. For example, I generally request tags:pgsaeluKNr.  You can look up each in the documentation (look at songinfo) but the one you want is K, which is "artwork_url" and is only returned if it is available. 

Therefore, at a minimum, you need:
<playerID> status - 1 tags:K

An abstraction of my code to generate the current song artwork after requesting and parsing the return from the server looks like this:

If (artwork_url) {
  If (find("slacker.com") in artwork_url){
    CoverURL = artwork_url + "?.jpg"
  }
  Else if (find("plugins/") in artwork_url){
    CoverURL = "http://<serverIP:port>/" + artwork_url
  }
  Else if (find("/music") in artwork_url){
    CoverURL = "http://<serverIP:port>/music/" + CurrentTrackID + "/cover_100x100.png"
  }
  Else {
    CoverURL = artwork_url
  }
}
Else {
  CoverURL = "http://<serverIP:port>/music/" + CurrentTrackID + "/cover_100x100.png"
}


The "slacker.com" hack is necessary for Crestron, which need the image name to end in a recognizable extension.

The "plugins/" hack is for certain plugins, where the artwork_url refers to an internal plugin location but isn't a fully formed URL.

The "/music" hack I really can't remember but there must be certain times that the server is returning an internal address as the artwork_url. I seem to have recreated the CoverURL anyway, I believe so that I could control the size of the image. The size above is 100x100 pixels, but in reality that is an option set in my module.

The default if there is no artwork_url requires that you know the current trackID, which is always returned by the status query as something following "id%3A".  Note that you can just use the "cover.png" or "cover.jpg" but if you want the server will generate a specific size by using the "cover_AxA.jpg" form, where A is a number of pixels. I think it works for all local images.

That should help? Let me know if you have any other questions.
-jason

On Fri, Jul 30, 2010 at 12:05 PM, EliteSystemsLV <paul.l.craven@gmail.com> wrote:
I got everything working the way I want it to, except for one thing.
Maybe you guys can offer some advice.

For this install the user will be mostly using internet radio or a
subscription radio service (e.g. Pandora, Last.fm)
I see in the help doc that there is a url that will return the artwork
of the currently playing song for the player like:
http://127.0.0.1:9000/music/current/?player=<playerid>
This works great when playing content that is stored locally, however,
it doesn't seem to update when using Pandora or another subscription
service.  Any ideas?

On Jul 28, 7:50 am, Jason Melvin <jwmel...@gmail.com> wrote:
> Fred, I offer my most heartfelt and since thanks. That document (as
> mentioned, of a rare breed) allowed me to develop a full Crestron
> interface for SBS. It's revolutionized music for me and taught me a
> bit of coding along the way. Squeezebox is without equal for a few
> reasons, but I think the well-documented command line interface is the
> most significant.
>
> -jasonhttp://code.google.com/p/crestron-squeeze/
>
> On Tue, Jul 27, 2010 at 6:23 PM, fred <frederic.thomas...@gmail.com> wrote:
> > Got involved in writing some of this doc, so I appreciate your
> > enthusiasm :)

--
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.

bugs bugs bugs

0 comments
Running latest issh on iphone 4:

- Tried to create a new config. Tapped the "use DSA key" switch. App
crashed. Repeated several times, same result. Finally, it stopped
crashing. Have no idea why it finally started to work.

- After creating a new configuration, the new host's status light was
grey. Clicking on the host to login caused app to freeze. Exited app
and re-entered. Still frozen, with the PIN keyboard dispayed. After
several more attempts, got back into app, and the new host started
working correctly.

--
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.

Widgets

0 comments
Hi guys,

I'm probably the newbie here - not in any way familiar with the
programming of home automation remotes - but I'm taking the challenge.

My query is - can I have a widget (e.g. weather) in command fusion for
my remote? If so, how would I go about implementing it?

I am a complete beginner, so if someone could guide me step by step,
that would be great!

Many Thanks

--
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: Squeeze Play

0 comments
I got everything working the way I want it to, except for one thing.
Maybe you guys can offer some advice.

For this install the user will be mostly using internet radio or a
subscription radio service (e.g. Pandora, Last.fm)
I see in the help doc that there is a url that will return the artwork
of the currently playing song for the player like:
http://127.0.0.1:9000/music/current/?player=<playerid>
This works great when playing content that is stored locally, however,
it doesn't seem to update when using Pandora or another subscription
service. Any ideas?

On Jul 28, 7:50 am, Jason Melvin <jwmel...@gmail.com> wrote:
> Fred, I offer my most heartfelt and since thanks. That document (as
> mentioned, of a rare breed) allowed me to develop a full Crestron
> interface for SBS. It's revolutionized music for me and taught me a
> bit of coding along the way. Squeezebox is without equal for a few
> reasons, but I think the well-documented command line interface is the
> most significant.
>
> -jasonhttp://code.google.com/p/crestron-squeeze/
>
> On Tue, Jul 27, 2010 at 6:23 PM, fred <frederic.thomas...@gmail.com> wrote:
> > Got involved in writing some of this doc, so I appreciate your
> > enthusiasm :)

--
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: Connection to Global Cache iTach wifi2ir

0 comments
The EOM field is only needed when parsing feedback. It has no affect
on outgoing messages.

Jarrod

On Jul 30, 6:41 pm, "Waldy,,,, Liverpool Uk"
<i...@phoneworkshop.co.uk> wrote:
> I Would also put \x0D in the EOM field as well
>
> Waldy

--
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: Connection to Global Cache iTach wifi2ir

0 comments
I Would also put \x0D in the EOM field as well

Waldy

--
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: Multiple commands

0 comments
Yes the new features will allow you to do what you want (I think!)

Next release will be in 2-3 weeks, will be iViewer version 3.4.0
(guiDesigner 2.3.2.0)

Jarrod

On Jul 29, 7:41 am, Hickup <hic...@gmail.com> wrote:
> Hello,
>
> the ability to cycle through actions with subsequent clicks on one
> button is exactly what I currently search for.
>
> My target is to have a 'set' button:
>
> First click on that button will display a user interface (subpages)
> for TC remote control
> Second click on same button will display a user interface for DVD
> remote control
> Third click again on the same button will display a user interface for
> Music remote control
> Fourth click... you get the picture.
>
> My original approch was to create multiple buttons each with an
> individual digital join number at exactly the same position which
> macros so that the press of a button would make itself vanish and
> display the next in line - complicated.
>
> This new feature set seems to match my requirement exactly.
>
> Now I have two questions:
> Will this new feature cover my use case?
> When will the next release arrive and what version number will it
> have?
>
> Well, the obvious answer to my second question is: "When its done" ...
>
> Kind regards,
> Frank
>
> On Jul 15, 1:41 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
>
>
> > This is possible in the next release.
>
> > Here is something I posted in another thread on the google group
> > (multimode buttons thread):
>
> > The next release will allow you to do much more powerful button
> > actions:
> > 1. Send command and/or macro on press, with configurable repeat timing
> > whilst button is held.
> > 2. Send command and/or macro on release
> > 3. Send command and/or macro on press and hold, after configurable
> > delay, as well as with repeating after original hold delay time.
> > 4. Any combination of the above (multiple 'press' actions for
> > example).
> > 5. Be able to create groups of actions, when are cycled through on
> > each press. So if you had 3 action groups, press 1 would fire action
> > group 1, press 2 fire action group 2, press 3 action group 3, then
> > press 4 wouldcycleback to action group 1, and continue.
>
> > So you would create two on press actions, one to send the macro, other
> > to send the command.
>
> > Jarrod
>
> > On Jul 15, 9:35 pm, James S Davis <jamessda...@dystopiandream.co.uk>
> > wrote:
>
> > > I know if I need to send multiple commands that I can use a macro.
> > > There are many occasion where I have a long list of commands to send
> > > and then depending on which button is being pressed there is one
> > > command different.
>
> > > In one situation I can see myself having to create 64 different macros
> > > where really I need 8 macros and 8 commands.
>
> > > Would it be feasible to allow say command 1 and command 2 where.
> > > Command 1 would be sent followed by command 2 these could be either
> > > macro or a standard command as it is now.
>
> > > I also have found myself using macros to set sub-page digital joins
> > > low so to have a macro that will set all my d joins low followed by
> > > setting the one I need high would be handy.

--
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.

 

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