Search found 126 matches

by aebki
Thu Feb 12, 2015 7:33 pm
Forum: iOS Deployment
Topic: Swipe up and down Vs Vertical Scroll
Replies: 12
Views: 8007

Re: Swipe up and down Vs Vertical Scroll

Hi Keram,

Thanks for your example...:-)

Regards.
by aebki
Thu Feb 12, 2015 10:41 am
Forum: iOS Deployment
Topic: Swipe up and down Vs Vertical Scroll
Replies: 12
Views: 8007

Re: Swipe up and down Vs Vertical Scroll

Hi Keram, Thanks for your advice...:-) In fact i was looking at these two lessons: http://lessons.runrev.com/m/4071/l/44421-how-to-create-a-scrolling-group-using-the-improved-graphics-architecture and http://lessons.runrev.com/m/4071/l/11788-how-do-i-scroll-a-card-that-is-taller-or-wider-than-the-wi...
by aebki
Tue Feb 10, 2015 5:47 pm
Forum: iOS Deployment
Topic: Swipe up and down Vs Vertical Scroll
Replies: 12
Views: 8007

Re: Swipe up and down Vs Vertical Scroll

Hi Klaus, Thanks for the correction...:-) I will change it in my code! I am quite happy doing this solution, even if i would like to use one vertical scroll ones! So any help or example about how to make this it will be nice from you! I already tried to understand what was written in the lesson and ...
by aebki
Tue Feb 10, 2015 4:49 pm
Forum: iOS Deployment
Topic: Swipe up and down Vs Vertical Scroll
Replies: 12
Views: 8007

Re: Swipe up and down Vs Vertical Scroll

Hi Keram, So when i said it is solved, i was speaking about the fact to make 'swipe up' and 'swipe down'... So it is not that i found one way to emulate the vertical scroll. It is only that i could control all the gestures (swipe left, right, up and down)... Anyway i will let you the code if it is t...
by aebki
Sun Feb 08, 2015 12:59 pm
Forum: iOS Deployment
Topic: how i can have one date picker in iOS and Android?
Replies: 33
Views: 15553

Re: how i can have one date picker in iOS and Android?

Hi Vanceone,

Thanks for your answer...:-)

So, i will look at what you attached...:-)

And also thanks to Bernd to develop these two different spinners...

So i will see if i can manage to build what i need...:-)

Regards
by aebki
Wed Feb 04, 2015 12:53 pm
Forum: iOS Deployment
Topic: how i can have one date picker in iOS and Android?
Replies: 33
Views: 15553

Re: how i can have one date picker in iOS and Android?

Hi,

I am wondering if this is one error of LC 7...:-(

I am not sure if it is mine as i am only putting the value in on field...

But even if it is one error of LC7, it should not work the trunc or round???

Regards.
by aebki
Tue Feb 03, 2015 2:34 pm
Forum: iOS Deployment
Topic: Swipe up and down Vs Vertical Scroll
Replies: 12
Views: 8007

Re: Swipe up and down Vs Vertical Scroll

Hi,

I managed to do it!!! :-)

So, it is solved! :-)

Regards
by aebki
Tue Feb 03, 2015 1:39 pm
Forum: iOS Deployment
Topic: how i can have one date picker in iOS and Android?
Replies: 33
Views: 15553

Re: how i can have one date picker in iOS and Android?

Hi,

Any help for the ".1" in the picker???

Or at least how i can 'round' or 'trunc' this number in the 'mobile'???

Regards.
by aebki
Tue Feb 03, 2015 1:08 pm
Forum: iOS Deployment
Topic: Swipe up and down Vs Vertical Scroll
Replies: 12
Views: 8007

Swipe up and down Vs Vertical Scroll

Hi, after four or five days blocked with the vertical scroll, i decided to try another thing as i am not seeing the light...:-( So i decided to use 'swipe up and swipe down' in place of the vertical scroll... I am already using 'swipe right and swipe left' and it is working well...:-) But now i am n...
by aebki
Mon Feb 02, 2015 8:13 pm
Forum: iOS Deployment
Topic: how i can have one date picker in iOS and Android?
Replies: 33
Views: 15553

Re: how i can have one date picker in iOS and Android?

Hi, It is me again...:-) This code in 'desktop' is working: put NumSel into fld "FldCant" put the text of fld "FldCant" into NumSel2 put round(NumSel2,0) into fld "FldCant" but in 'mobile' is not working...:-( on mouseUp if environment() = "mobile" then put "1" & cr into tNums repeat with i = 2 to 1...
by aebki
Mon Feb 02, 2015 7:29 pm
Forum: iOS Deployment
Topic: how i can have one date picker in iOS and Android?
Replies: 33
Views: 15553

Re: how i can have one date picker in iOS and Android?

Hi,

In the code of my last post i didn't put it, but i also tried with the next code:

Code: Select all

put round(NumSel) into fld "FldCant"

Code: Select all

put trunc(NumSel) into fld "FldCant"
And i can't have the value without the ".1" in the field...:-(


Regards.
by aebki
Mon Feb 02, 2015 4:11 pm
Forum: iOS Deployment
Topic: Test the app in my Ipad
Replies: 87
Views: 40483

Re: Test the app in my Ipad

Hi,

This weekend i tried advance with the vertical scroll, but i didn't manage...:-(

Is it correct what i want to do and i posted in my last two posts, or am i completely wrong...:-(

Thanks in advance! :-)

Regards.
by aebki
Mon Feb 02, 2015 4:04 pm
Forum: iOS Deployment
Topic: how i can have one date picker in iOS and Android?
Replies: 33
Views: 15553

Re: how i can have one date picker in iOS and Android?

Hi, I used the date picker and is working fine...:-) Then i tried to use one picker, but i have one problem with the result...:-( In each number i press, when i want to see the value i pressed is added by ".1"...:-( So if i press on the number "1" in the picker, the result i have in the field is "1....
by aebki
Sat Jan 31, 2015 10:44 am
Forum: iOS Deployment
Topic: Test the app in my Ipad
Replies: 87
Views: 40483

Re: Test the app in my Ipad

Hi,

It is me again...:-)

In my last post i forgot to precise, even if i think that was evident! :-)

What i need is to use the vertical scroll only...so when i said put the code of the other example was put all what is concerning to the vertical scroll...

Thanks in advance!

Regards.
by aebki
Fri Jan 30, 2015 7:20 pm
Forum: iOS Deployment
Topic: Test the app in my Ipad
Replies: 87
Views: 40483

Re: Test the app in my Ipad

Hi Dave, Yes i could see what you told me...:-) And for this i decided to make my own one to can test with it but it didn't work...:-( My final is target is to make this with what i am doing in my app... So depending on one sql Select i will have to place and show more text fields... So i can show f...

Go to advanced search