OK, so I am officially scrambled and can’t figure out why this continues to 
put multiple lines each time I do a search. I did resolve the login page 
issue, as it calls a different portion of my program. So I was able to take 
out the title DIV. I did reproduce it with one of your samples: 

 

*http://contrack.iupat.info/iui/samples/music/music.html*<http://contrack.iupat.info/iui/samples/music/music.html>
 

 

When you do a search the form of course submits the post information back 
to the same music.html page just like my application does. When this 
happens, it makes a duplicate title line. Hope this helps. 

 

The funny thing in my application, we page the results of the records. When 
we do the search the double line exists, however when I click to go to the 
next page the double line disappears. Of course the hyperlink just links to 
the same page and gives the next set of results. So in essences its doing 
the same thing as a search, however via a hyperlink and not a form...

 

Hopefully you can understand my rambling and it doesn’t just run together J 

 

Kurt
 

On Thursday, August 30, 2012 11:09:28 AM UTC-4, Remi Grumeau wrote:

> tell me about it... funny you ask about it today btw :)
>
> i'm working on this at the moment, but it might not be part of master iUI 
> branch anytime soon (if anytime) but an "extended" branch.
>
>
> Remi
>
> On 30 août 2012, at 04:25 PM, Kurt <kurtm...@gmail.com <javascript:>> 
> wrote:
>
> Remi, I had to update DNS this morning for this test server. Probally 
> hasn't propagated yet. Should be pointing to 
> 12.141.183.227<http://mxtoolbox.com/SuperTool.aspx?action=a%3atest.iupat.info#>
> .
>  
> I noticed IUI 0.4 doesn't work well with IE either and give's blank pages. 
> Seems to work better with firefox. 
>  
> Kurt
>  
>  
>
> On Thursday, August 30, 2012 9:41:16 AM UTC-4, Remi Grumeau wrote:
>
>> Tes URL is blank here.
>>
>> Remi
>>
>> On 30 août 2012, at 02:25 PM, Kurt <kurtm...@gmail.com> wrote:
>>
>> Gentlemen - I appreciate the quick feed back. And yes I believe it is 
>> probably a big "rookie" mistake. I have setup a demo environment quick, of 
>> course not all of the functionality is working inside. But the general idea 
>> is there and you can see double lines after you login and when you perform 
>> a search under the projects section. 
>>
>>  
>>
>> *http://test.iupat.info/vtigercrm/modules/Mobile/*<http://test.iupat.info/vtigercrm/modules/Mobile/>user:test
>>  pass:test
>>
>>  
>>
>> I appreciate you guys take the time to look at it. I believe it has to do 
>> withe the way I am submitting the form in php, back to the index.php file. 
>> Like I said before, I had to make a lot of 
>>
>> the URL's target=webapp for things to work, however there is no way to do 
>> that with forms. (At least that I can figure out).
>>
>>  
>>
>> Kurt
>>  
>>
>> On Thursday, August 30, 2012 5:45:26 AM UTC-4, Remi Grumeau wrote:
>>
>>> it seems like a common rookie mistake, having two reasons most of the 
>>> time: 
>>> - selected=true attribute tag on new div 
>>> - div.toolbar in new file 
>>>
>>> Like Sean says, a URL we can test might help a lot 
>>>
>>> Remi Grumeau 
>>>
>>> On 29 août 2012, at 03:21 PM, Kurt <kurtm...@gmail.com> wrote: 
>>>
>>> > First off just want to say how awesome the iUI framework is. We are 
>>> planning on using it for multiple projects in the future. 
>>> > 
>>> > Currently we are using vTigerCRM (PHP) which has the older version of 
>>> iUI loaded as an add on. We are trying to upgrade to the latest version of 
>>> iUI and so far things have gone very smoothly. Due to this being a web 
>>> application programming in PHH, we have had to use the "target="_webapp"" 
>>> for a lot of the links. 
>>> > 
>>> > Unfortunately we are have problems with the search / Submit button to 
>>> search through our application, which basically refreshing the current page 
>>> with the results. The background of the title bar duplicates each time you 
>>> press search.. Here is what it looks after 4 searches: 
>>> http://contrack.iupat.info/After.png . The search functionality is 
>>> actually working just fine, the only problem is the duplicate title bar 
>>> background? 
>>> > 
>>> > Here is the code for our button: 
>>> > 
>>> > <div class="toolbar"> 
>>> >    <h1 id="pageTitle"></h1> 
>>> >    <a class="button leftButton" 
>>> href="javascript:window.close();">Home</a> 
>>> >    <a class="button" href="#searchForm">Search</a> 
>>> > </div> 
>>> > 
>>> > Here is the code for the form: 
>>> > 
>>> > <form id="searchForm" class="dialog" onsubmit="if(this.search.value == 
>>> '') return false;" action="index.php" method="GET"> 
>>> >    <fieldset> 
>>> >        <h1>{$_MODULE->label()}</h1> 
>>> >        <a class="button leftButton" type="cancel">Cancel</a> 
>>> >        <a target="_webapp" class="button blueButton" 
>>> type="submit">Search</a> 
>>> >    <label for="keyword">Search:</label>             
>>> >    <input type="hidden" name="_operation" value="listModuleRecords" /> 
>>> >    <input type="hidden" name="module" value="{$_MODULE->name()}" /> 
>>> >    <input id='__searchbox__q_' type="text" name="search" 
>>> class="searchbox" value="{$_SEARCH}"/ placeholder="Type your keywords"> 
>>> >    </fieldset> 
>>> > </form> 
>>> > 
>>> > Any help would be appreciated. Thank you again for all your hard work 
>>> with this framework. 
>>> > 
>>> > Kurt 
>>> > 
>>> > -- 
>>> > You received this message because you are subscribed to the Google 
>>> Groups "iPhoneWebDev" group. 
>>> > To post to this group, send email to iphone...@googlegroups.com. 
>>> > To unsubscribe from this group, send email to 
>>> iphonewebdev...@googlegroups.com. 
>>> > Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. 
>>>
>>> > 
>>> > 
>>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "iPhoneWebDev" group.
>> To post to this group, send email to iphone...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> iphonewebdev...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
>>  
>>  
>>
>>  -- 
> You received this message because you are subscribed to the Google Groups 
> "iPhoneWebDev" group.
> To post to this group, send email to iphone...@googlegroups.com<javascript:>
> .
> To unsubscribe from this group, send email to 
> iphonewebdev...@googlegroups.com <javascript:>.
> Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
>  
>  
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to iphonewebdev@googlegroups.com.
To unsubscribe from this group, send email to 
iphonewebdev+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.


Reply via email to