- Jun 6, 2020
- 11,559
- 4,422
I am planning to use xclv as a chatbox with supporting of animated gifs in it like animated smilyes ..
[H3]
I was missing a cross platform, animated gif view, so created one. Usage is simple: Add with the visual designer and call SetGif to set the gif file. The B4i implementation depends on FLAnimatedImage open source project:
i have followed this tutorial that posted previously by using regex and csbuilder
[H3]
This sub searches for matches and uses CSBuilder to mark the matches. Sub MarkPattern(Input As String, Pattern As String, GroupNumber As Int) As CSBuilder Dim cs As CSBuilder cs.Initialize Dim lastMatchEnd As Int = 0 Dim m As Matcher = Regex.Matcher(Pattern, Input) Do While...
B4X:
[H3]
برای دیدن لینک ها باید ثبت نام کنید
[/H3]I was missing a cross platform, animated gif view, so created one. Usage is simple: Add with the visual designer and call SetGif to set the gif file. The B4i implementation depends on FLAnimatedImage open source project:
برای دیدن لینک ها باید ثبت نام کنید
The FLAnimatedImage library...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
i have followed this tutorial that posted previously by using regex and csbuilder
[H3]
برای دیدن لینک ها باید ثبت نام کنید
[/H3]This sub searches for matches and uses CSBuilder to mark the matches. Sub MarkPattern(Input As String, Pattern As String, GroupNumber As Int) As CSBuilder Dim cs As CSBuilder cs.Initialize Dim lastMatchEnd As Int = 0 Dim m As Matcher = Regex.Matcher(Pattern, Input) Do While...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید